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

USTRUCT() More...

#include <CharacterMovementCompTypes.h>

Public Member Functions

 FVRConditionalMoveRep2 ()
 
 GENERATED_USTRUCT_BODY ()
 
bool NetSerialize (FArchive &Ar, class UPackageMap *Map, bool &bOutSuccess)
 
void UnpackAndSetINTRotations (uint32 Rotation32)
 

Public Attributes

FName ClientBaseBoneName
 UPROPERTY(Transient)
 
UPrimitiveComponent * ClientMovementBase
 UPROPERTY(Transient)
 
uint16 ClientPitch
 UPROPERTY(Transient)
 
uint8 ClientRoll
 UPROPERTY(Transient)
 
uint16 ClientYaw
 UPROPERTY(Transient)
 

Detailed Description

USTRUCT()

Definition at line 508 of file CharacterMovementCompTypes.h.

Constructor & Destructor Documentation

◆ FVRConditionalMoveRep2()

FVRConditionalMoveRep2::FVRConditionalMoveRep2 ( )
inline

Definition at line 543 of file CharacterMovementCompTypes.h.

Member Function Documentation

◆ GENERATED_USTRUCT_BODY()

FVRConditionalMoveRep2::GENERATED_USTRUCT_BODY ( )

◆ NetSerialize()

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

Network serialization

Definition at line 561 of file CharacterMovementCompTypes.h.

◆ UnpackAndSetINTRotations()

void FVRConditionalMoveRep2::UnpackAndSetINTRotations ( uint32 Rotation32)
inline

Definition at line 552 of file CharacterMovementCompTypes.h.

Member Data Documentation

◆ ClientBaseBoneName

FName FVRConditionalMoveRep2::ClientBaseBoneName
Transient

UPROPERTY(Transient)

Definition at line 523 of file CharacterMovementCompTypes.h.

◆ ClientMovementBase

UPrimitiveComponent* FVRConditionalMoveRep2::ClientMovementBase
Transient

UPROPERTY(Transient)

Definition at line 518 of file CharacterMovementCompTypes.h.

◆ ClientPitch

uint16 FVRConditionalMoveRep2::ClientPitch
Transient

UPROPERTY(Transient)

Definition at line 535 of file CharacterMovementCompTypes.h.

◆ ClientRoll

uint8 FVRConditionalMoveRep2::ClientRoll
Transient

UPROPERTY(Transient)

Definition at line 541 of file CharacterMovementCompTypes.h.

◆ ClientYaw

uint16 FVRConditionalMoveRep2::ClientYaw
Transient

UPROPERTY(Transient)

Definition at line 529 of file CharacterMovementCompTypes.h.


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