A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FVRMoveActionContainer Struct Reference

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()
 

Detailed Description

USTRUCT()

Definition at line 83 of file CharacterMovementCompTypes.h.

Constructor & Destructor Documentation

◆ FVRMoveActionContainer()

FVRMoveActionContainer::FVRMoveActionContainer ( )
inline

Definition at line 120 of file CharacterMovementCompTypes.h.

Member Function Documentation

◆ Clear()

void FVRMoveActionContainer::Clear ( )
inline

Definition at line 125 of file CharacterMovementCompTypes.h.

◆ GENERATED_USTRUCT_BODY()

FVRMoveActionContainer::GENERATED_USTRUCT_BODY ( )

◆ NetSerialize()

bool FVRMoveActionContainer::NetSerialize ( FArchive & Ar,
class UPackageMap * Map,
bool & bOutSuccess )
inline

Network serialization

Definition at line 139 of file CharacterMovementCompTypes.h.

Here is the caller graph for this function:

Member Data Documentation

◆ MoveAction

EVRMoveAction FVRMoveActionContainer::MoveAction

UPROPERTY()

Definition at line 90 of file CharacterMovementCompTypes.h.

◆ MoveActionDataReq

EVRMoveActionDataReq FVRMoveActionContainer::MoveActionDataReq

UPROPERTY()

Definition at line 94 of file CharacterMovementCompTypes.h.

◆ MoveActionFlags

uint8 FVRMoveActionContainer::MoveActionFlags

UPROPERTY()

Definition at line 110 of file CharacterMovementCompTypes.h.

◆ MoveActionLoc

FVector FVRMoveActionContainer::MoveActionLoc

UPROPERTY()

Definition at line 98 of file CharacterMovementCompTypes.h.

◆ MoveActionObjectReferences

TArray<UObject*> FVRMoveActionContainer::MoveActionObjectReferences

UPROPERTY()

Definition at line 114 of file CharacterMovementCompTypes.h.

◆ MoveActionRot

FRotator FVRMoveActionContainer::MoveActionRot

UPROPERTY()

Definition at line 106 of file CharacterMovementCompTypes.h.

◆ MoveActionVel

FVector FVRMoveActionContainer::MoveActionVel

UPROPERTY()

Definition at line 102 of file CharacterMovementCompTypes.h.

◆ VelRetentionSetting

EVRMoveActionVelocityRetention FVRMoveActionContainer::VelRetentionSetting

UPROPERTY()

Definition at line 118 of file CharacterMovementCompTypes.h.


The documentation for this struct was generated from the following file: