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

USTRUCT() More...

#include <CharacterMovementCompTypes.h>

Public Member Functions

 FVRConditionalMoveRep ()
 
 GENERATED_USTRUCT_BODY ()
 
bool NetSerialize (FArchive &Ar, class UPackageMap *Map, bool &bOutSuccess)
 

Public Attributes

FVector CustomVRInputVector
 UPROPERTY(Transient)
 
FVRMoveActionArray MoveActionArray
 UPROPERTY(Transient)
 
FVector RequestedVelocity
 UPROPERTY(Transient)
 

Detailed Description

USTRUCT()

Definition at line 413 of file CharacterMovementCompTypes.h.

Constructor & Destructor Documentation

◆ FVRConditionalMoveRep()

FVRConditionalMoveRep::FVRConditionalMoveRep ( )
inline

Definition at line 435 of file CharacterMovementCompTypes.h.

Member Function Documentation

◆ GENERATED_USTRUCT_BODY()

FVRConditionalMoveRep::GENERATED_USTRUCT_BODY ( )

◆ NetSerialize()

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

Network serialization

Definition at line 443 of file CharacterMovementCompTypes.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ CustomVRInputVector

FVector FVRConditionalMoveRep::CustomVRInputVector
Transient

UPROPERTY(Transient)

Definition at line 422 of file CharacterMovementCompTypes.h.

◆ MoveActionArray

FVRMoveActionArray FVRConditionalMoveRep::MoveActionArray
Transient

UPROPERTY(Transient)

Definition at line 432 of file CharacterMovementCompTypes.h.

◆ RequestedVelocity

FVector FVRConditionalMoveRep::RequestedVelocity
Transient

UPROPERTY(Transient)

Definition at line 427 of file CharacterMovementCompTypes.h.


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