A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
VRBaseCharacter.h File Reference
#include "CoreMinimal.h"
#include "VRBPDatatypes.h"
#include "Navigation/PathFollowingComponent.h"
#include "VRBaseCharacterMovementComponent.h"
#include "ReplicatedVRCameraComponent.h"
#include "ParentRelativeAttachmentComponent.h"
#include "GripMotionControllerComponent.h"
#include "GameFramework/Character.h"
#include "GameFramework/Controller.h"
#include "Components/CapsuleComponent.h"
#include "VRBaseCharacter.generated.h"
Include dependency graph for VRBaseCharacter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AVRBaseCharacter
 UCLASS() More...
 
struct  FRepMovementVRCharacter
 USTRUCT() More...
 
struct  FVRReplicatedCapsuleHeight
 USTRUCT() More...
 
struct  FVRSeatedCharacterInfo
 USTRUCT(Blueprintable) More...
 
struct  TStructOpsTypeTraits< FRepMovementVRCharacter >
 
struct  TStructOpsTypeTraits< FVRReplicatedCapsuleHeight >
 
struct  TStructOpsTypeTraits< FVRSeatedCharacterInfo >
 

Functions

 DECLARE_DYNAMIC_MULTICAST_DELEGATE (FVRPlayerNetworkCorrectedSignature)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE (FVRPlayerTeleportedSignature)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FVRPlayerStateReplicatedSignature, const APlayerState *, NewPlayerState)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams (FVRSeatThresholdChangedSignature, bool, bIsWithinThreshold, float, ToThresholdScaler)
 
 DECLARE_LOG_CATEGORY_EXTERN (LogBaseVRCharacter, Log, All)
 

Function Documentation

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE() [1/2]

DECLARE_DYNAMIC_MULTICAST_DELEGATE ( FVRPlayerNetworkCorrectedSignature )

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE() [2/2]

DECLARE_DYNAMIC_MULTICAST_DELEGATE ( FVRPlayerTeleportedSignature )

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam()

DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam ( FVRPlayerStateReplicatedSignature ,
const APlayerState * ,
NewPlayerState  )

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams()

DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams ( FVRSeatThresholdChangedSignature ,
bool ,
bIsWithinThreshold ,
float ,
ToThresholdScaler  )

Delegate for notification when the lever state changes.

◆ DECLARE_LOG_CATEGORY_EXTERN()

DECLARE_LOG_CATEGORY_EXTERN ( LogBaseVRCharacter ,
Log ,
All  )