A Demo Project for the UnrealEngineSDK
|
USTRUCT() More...
#include <CharacterMovementCompTypes.h>
Public Member Functions | |
FVRMoveActionContainer () | |
void | Clear () |
GENERATED_USTRUCT_BODY () | |
bool | NetSerialize (FArchive &Ar, class UPackageMap *Map, bool &bOutSuccess) |
Public Attributes | |
EVRMoveAction | MoveAction |
UPROPERTY() | |
EVRMoveActionDataReq | MoveActionDataReq |
UPROPERTY() | |
uint8 | MoveActionFlags |
UPROPERTY() | |
FVector | MoveActionLoc |
UPROPERTY() | |
TArray< UObject * > | MoveActionObjectReferences |
UPROPERTY() | |
FRotator | MoveActionRot |
UPROPERTY() | |
FVector | MoveActionVel |
UPROPERTY() | |
EVRMoveActionVelocityRetention | VelRetentionSetting |
UPROPERTY() | |
USTRUCT()
Definition at line 83 of file CharacterMovementCompTypes.h.
|
inline |
Definition at line 120 of file CharacterMovementCompTypes.h.
|
inline |
Definition at line 125 of file CharacterMovementCompTypes.h.
FVRMoveActionContainer::GENERATED_USTRUCT_BODY | ( | ) |
|
inline |
Network serialization
Definition at line 139 of file CharacterMovementCompTypes.h.
EVRMoveAction FVRMoveActionContainer::MoveAction |
UPROPERTY()
Definition at line 90 of file CharacterMovementCompTypes.h.
EVRMoveActionDataReq FVRMoveActionContainer::MoveActionDataReq |
UPROPERTY()
Definition at line 94 of file CharacterMovementCompTypes.h.
uint8 FVRMoveActionContainer::MoveActionFlags |
UPROPERTY()
Definition at line 110 of file CharacterMovementCompTypes.h.
FVector FVRMoveActionContainer::MoveActionLoc |
UPROPERTY()
Definition at line 98 of file CharacterMovementCompTypes.h.
TArray<UObject*> FVRMoveActionContainer::MoveActionObjectReferences |
UPROPERTY()
Definition at line 114 of file CharacterMovementCompTypes.h.
FRotator FVRMoveActionContainer::MoveActionRot |
UPROPERTY()
Definition at line 106 of file CharacterMovementCompTypes.h.
FVector FVRMoveActionContainer::MoveActionVel |
UPROPERTY()
Definition at line 102 of file CharacterMovementCompTypes.h.
EVRMoveActionVelocityRetention FVRMoveActionContainer::VelRetentionSetting |
UPROPERTY()
Definition at line 118 of file CharacterMovementCompTypes.h.