A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FSavedMove_VRCharacter Class Reference

#include <VRCharacterMovementComponent.h>

Inheritance diagram for FSavedMove_VRCharacter:
[legend]

Public Member Functions

 FSavedMove_VRCharacter ()
 
virtual bool CanCombineWith (const FSavedMovePtr &NewMove, ACharacter *Character, float MaxDelta) const override
 
void Clear ()
 
virtual void CombineWith (const FSavedMove_Character *OldMove, ACharacter *InCharacter, APlayerController *PC, const FVector &OldStartLocation) override
 
virtual uint8 GetCompressedFlags () const override
 
virtual bool IsImportantMove (const FSavedMovePtr &LastAckedMove) const override
 
virtual void PostUpdate (ACharacter *C, EPostUpdateMode PostUpdateMode) override
 
virtual void PrepMoveFor (ACharacter *Character) override
 
virtual void SetInitialPosition (ACharacter *C)
 

Public Attributes

FVRConditionalMoveRep ConditionalValues
 
FVector LFDiff
 
FVector VRCapsuleLocation
 
FRotator VRCapsuleRotation
 
EVRConjoinedMovementModes VRReplicatedMovementMode
 

Detailed Description

Definition at line 309 of file VRCharacterMovementComponent.h.

Constructor & Destructor Documentation

◆ FSavedMove_VRCharacter()

FSavedMove_VRCharacter::FSavedMove_VRCharacter ( )
inline

Definition at line 317 of file VRCharacterMovementComponent.h.

Member Function Documentation

◆ CanCombineWith()

bool FSavedMove_VRBaseCharacter::CanCombineWith ( const FSavedMovePtr & NewMove,
ACharacter * Character,
float MaxDelta ) const
overridevirtualinherited

Definition at line 47 of file CharacterMovementCompTypes.cpp.

◆ Clear()

void FSavedMove_VRBaseCharacter::Clear ( )
inherited

Definition at line 215 of file CharacterMovementCompTypes.cpp.

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

◆ CombineWith()

void FSavedMove_VRBaseCharacter::CombineWith ( const FSavedMove_Character * OldMove,
ACharacter * InCharacter,
APlayerController * PC,
const FVector & OldStartLocation )
overridevirtualinherited

Definition at line 145 of file CharacterMovementCompTypes.cpp.

◆ GetCompressedFlags()

uint8 FSavedMove_VRBaseCharacter::GetCompressedFlags ( ) const
overridevirtualinherited

Definition at line 24 of file CharacterMovementCompTypes.cpp.

◆ IsImportantMove()

bool FSavedMove_VRBaseCharacter::IsImportantMove ( const FSavedMovePtr & LastAckedMove) const
overridevirtualinherited

Definition at line 75 of file CharacterMovementCompTypes.cpp.

◆ PostUpdate()

void FSavedMove_VRBaseCharacter::PostUpdate ( ACharacter * C,
EPostUpdateMode PostUpdateMode )
overridevirtualinherited

Set the properties describing the final position, etc. of the moved pawn.

Definition at line 177 of file CharacterMovementCompTypes.cpp.

Here is the call graph for this function:

◆ PrepMoveFor()

void FSavedMove_VRCharacter::PrepMoveFor ( ACharacter * Character)
overridevirtual

Reimplemented from FSavedMove_VRBaseCharacter.

Definition at line 415 of file VRCharacterMovementComponent.cpp.

Here is the call graph for this function:

◆ SetInitialPosition()

void FSavedMove_VRCharacter::SetInitialPosition ( ACharacter * C)
virtual

Reimplemented from FSavedMove_VRBaseCharacter.

Definition at line 391 of file VRCharacterMovementComponent.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ ConditionalValues

FVRConditionalMoveRep FSavedMove_VRBaseCharacter::ConditionalValues
inherited

Definition at line 667 of file CharacterMovementCompTypes.h.

◆ LFDiff

FVector FSavedMove_VRBaseCharacter::LFDiff
inherited

Definition at line 665 of file CharacterMovementCompTypes.h.

◆ VRCapsuleLocation

FVector FSavedMove_VRBaseCharacter::VRCapsuleLocation
inherited

Definition at line 664 of file CharacterMovementCompTypes.h.

◆ VRCapsuleRotation

FRotator FSavedMove_VRBaseCharacter::VRCapsuleRotation
inherited

Definition at line 666 of file CharacterMovementCompTypes.h.

◆ VRReplicatedMovementMode

EVRConjoinedMovementModes FSavedMove_VRBaseCharacter::VRReplicatedMovementMode
inherited

Definition at line 662 of file CharacterMovementCompTypes.h.


The documentation for this class was generated from the following files: