A Demo Project for the UnrealEngineSDK
|
UCLASS() More...
#include <VRBaseCharacterMovementComponent.h>
Public Member Functions | |
UVRBaseCharacterMovementComponent (const FObjectInitializer &ObjectInitializer=FObjectInitializer::Get()) | |
void | AddCustomReplicatedMovement (FVector Movement) |
UFUNCTION(BlueprintCallable, Category = "BaseVRCharacterMovementComponent|VRLocations") | |
virtual void | ApplyNetworkMovementMode (const uint8 ReceivedMode) override |
FORCEINLINE void | ApplyReplicatedMovementMode (EVRConjoinedMovementModes &NewMovementMode, bool bClearMovementMode=false) |
void | ApplyVRMotionToVelocity (float deltaTime) |
bool | CheckForMoveAction () |
void | CheckServerAuthedMoveAction () |
void | ClearCustomReplicatedMovement () |
UFUNCTION(BlueprintCallable, Category = "BaseVRCharacterMovementComponent|VRLocations") | |
virtual void | ComputeFloorDist (const FVector &CapsuleLocation, float LineDistance, float SweepDistance, FFindFloorResult &OutFloorResult, float SweepRadius, const FHitResult *DownwardSweepResult=NULL) const override |
virtual bool | DoMAPauseTracking (FVRMoveActionContainer &MoveAction) |
virtual bool | DoMASetRotation (FVRMoveActionContainer &MoveAction) |
virtual bool | DoMASnapTurn (FVRMoveActionContainer &MoveAction) |
virtual bool | DoMAStopAllMovement (FVRMoveActionContainer &MoveAction) |
virtual bool | DoMATeleport (FVRMoveActionContainer &MoveAction) |
void | EndPushBackNotification () |
virtual bool | ForcePositionUpdate (float DeltaTime) override |
FVector | GetActorFeetLocationVR () const |
FVector | GetCustomInputVector () |
UFUNCTION(BlueprintCallable, Category = "VRMovement") | |
EVRConjoinedMovementModes | GetReplicatedMovementMode () |
UFUNCTION(BlueprintPure, Category = "VRMovement") | |
FORCEINLINE bool | HasRequestedVelocity () |
bool | IsClimbing () const |
virtual void | MoveAutonomous (float ClientTimeStamp, float DeltaTime, uint8 CompressedFlags, const FVector &NewAccel) override |
virtual void | OnClientCorrectionReceived (class FNetworkPredictionData_Client_Character &ClientData, float TimeStamp, FVector NewLocation, FVector NewVelocity, UPrimitiveComponent *NewBase, FName NewBaseBoneName, bool bHasBase, bool bBaseRelativePosition, uint8 ServerMovementMode) override |
virtual void | OnMoveCompleted (FAIRequestID RequestID, const FPathFollowingResult &Result) |
void | OnMovementModeChanged (EMovementMode PreviousMovementMode, uint8 PreviousCustomMode) override |
void | PerformMoveAction_Custom (EVRMoveAction MoveActionToPerform, EVRMoveActionDataReq DataRequirementsForMoveAction, FVector MoveActionVector, FRotator MoveActionRotator, uint8 MoveActionFlags=0) |
UFUNCTION(BlueprintCallable, Category = "VRMovement") | |
void | PerformMoveAction_SetRotation (float NewYaw, EVRMoveActionVelocityRetention VelocityRetention=EVRMoveActionVelocityRetention::VRMOVEACTION_Velocity_None, bool bFlagGripTeleport=false, bool bFlagCharacterTeleport=false) |
UFUNCTION(BlueprintCallable, Category = "VRMovement") | |
void | PerformMoveAction_SetTrackingPaused (bool bNewTrackingPaused) |
UFUNCTION(BlueprintCallable, Category = "VRMovement") | |
void | PerformMoveAction_SnapTurn (float SnapTurnDeltaYaw, EVRMoveActionVelocityRetention VelocityRetention=EVRMoveActionVelocityRetention::VRMOVEACTION_Velocity_None, bool bFlagGripTeleport=false, bool bFlagCharacterTeleport=false) |
UFUNCTION(BlueprintCallable, Category = "VRMovement") | |
void | PerformMoveAction_StopAllMovement () |
UFUNCTION(BlueprintCallable, Category = "VRMovement") | |
void | PerformMoveAction_Teleport (FVector TeleportLocation, FRotator TeleportRotation, EVRMoveActionVelocityRetention VelocityRetention=EVRMoveActionVelocityRetention::VRMOVEACTION_Velocity_None, bool bSkipEncroachmentCheck=false) |
UFUNCTION(BlueprintCallable, Category = "VRMovement") | |
virtual void | PerformMovement (float DeltaSeconds) override |
virtual void | PhysCustom (float deltaTime, int32 Iterations) override |
virtual void | PhysCustom_Climbing (float deltaTime, int32 Iterations) |
virtual void | PhysCustom_LowGrav (float deltaTime, int32 Iterations) |
void | RestorePreAdditiveVRMotionVelocity () |
FVector | RewindVRMovement () |
UFUNCTION(BlueprintCallable, Category = "VRMovement") | |
void | RewindVRRelativeMovement () |
FVector | RoundDirectMovement (FVector InMovement) const |
void | SetClimbingMode (bool bIsClimbing) |
UFUNCTION(BlueprintCallable, Category = "VRMovement|Climbing") | |
void | SetCrouchedHalfHeight (float NewCrouchedHalfHeight) |
UFUNCTION(BlueprintCallable, Category = "VRMovement") | |
void | SetHasRequestedVelocity (bool bNewHasRequestedVelocity) |
void | SetReplicatedMovementMode (EVRConjoinedMovementModes NewMovementMode) |
UFUNCTION(BlueprintCallable, Category = "VRMovement") | |
virtual void | SetUpdatedComponent (USceneComponent *NewUpdatedComponent) |
virtual void | SimulatedTick (float DeltaSeconds) override |
virtual float | SlideAlongSurface (const FVector &Delta, float Time, const FVector &Normal, FHitResult &Hit, bool bHandleImpact) override |
virtual void | SmoothClientPosition (float DeltaSeconds) override |
void | SmoothClientPosition_UpdateVRVisuals () |
virtual void | SmoothCorrection (const FVector &OldLocation, const FQuat &OldRotation, const FVector &NewLocation, const FQuat &NewRotation) override |
void | StartPushBackNotification (FHitResult HitResult) |
virtual void | StoreSetTrackingPaused (bool bNewTrackingPaused) |
virtual void | TickComponent (float DeltaTime, enum ELevelTick TickType, FActorComponentTickFunction *ThisTickFunction) override |
void | UpdateFromCompressedFlags (uint8 Flags) override |
virtual bool | VerifyClientTimeStamp (float TimeStamp, FNetworkPredictionData_Server_Character &ServerData) override |
virtual bool | VRClimbStepUp (const FVector &GravDir, const FVector &Delta, const FHitResult &InHit, FStepDownResult *OutStepDownResult=nullptr) |
Public Attributes | |
FVector | AdditionalVRInputVector |
bool | bApplyAdditionalVRInputVectorAsNegative |
AVRBaseCharacter * | BaseVRCharacterOwner |
UPROPERTY(Transient, DuplicateTransient) | |
bool | bCapHMDMovementToMaxMovementSpeed |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement") | |
bool | bClampClimbingStepUp |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing") | |
bool | bDisableSimulatedTickWhenSmoothingMovement |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRBaseCharacterMovementComponent|Smoothing") | |
bool | bHadExtremeInput |
bool | bHoldPositionOnTrackingLossThresholdHit |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement") | |
bool | bIgnoreSimulatingComponentsInFloorCheck |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement") | |
bool | bIsInPushBack |
bool | bJustUnseated |
bool | bNotifyTeleported |
bool | bRunControlRotationInMovementComponent |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement") | |
bool | bUseClientControlRotation |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRBaseCharacterMovementComponent") | |
bool | bWasInPushBack |
FVector | CustomVRInputVector |
EVRConjoinedMovementModes | DefaultPostClimbMovement |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing") | |
FVector | LastPreAdditiveVRVelocity |
FVRMoveActionArray | MoveActionArray |
FVROnPerformClimbingStepUp | OnPerformClimbingStepUp |
UPROPERTY(BlueprintAssignable, Category = "VRMovement") | |
bool | SetDefaultPostClimbMovementOnStepUp |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing") | |
float | TrackingLossThreshold |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement", meta = (ClampMin = "0.0", UIMin = "0")) | |
float | VRClimbingEdgeRejectDistance |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing") | |
float | VRClimbingMaxReleaseVelocitySize |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing") | |
float | VRClimbingStepHeight |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing") | |
float | VRClimbingStepUpMaxSize |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing") | |
float | VRClimbingStepUpMultiplier |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing") | |
float | VREdgeRejectDistance |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement") | |
bool | VRLowGravIgnoresDefaultFluidFriction |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|LowGrav") | |
float | VRLowGravWallFrictionScaler |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|LowGrav", meta = (ClampMin = "0.0", UIMin = "0", ClampMax = "5.0", UIMax = "5")) | |
FVRCharacterMoveResponseDataContainer | VRMoveResponseDataContainer |
FVRCharacterNetworkMoveDataContainer | VRNetworkMoveDataContainer |
EVRConjoinedMovementModes | VRReplicatedMovementMode |
float | VRWallSlideScaler |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement", meta = (ClampMin = "0.0", UIMin = "0", ClampMax = "5.0", UIMax = "5")) | |
Private Member Functions | |
GENERATED_BODY () | |
UCLASS()
Definition at line 29 of file VRBaseCharacterMovementComponent.h.
UVRBaseCharacterMovementComponent::UVRBaseCharacterMovementComponent | ( | const FObjectInitializer & | ObjectInitializer = FObjectInitializer::Get() | ) |
Definition at line 19 of file VRBaseCharacterMovementComponent.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "BaseVRCharacterMovementComponent|VRLocations")
Definition at line 554 of file VRBaseCharacterMovementComponent.cpp.
|
overridevirtual |
Definition at line 1228 of file VRBaseCharacterMovementComponent.cpp.
|
inline |
Definition at line 510 of file VRBaseCharacterMovementComponent.h.
|
inline |
Definition at line 263 of file VRBaseCharacterMovementComponent.h.
bool UVRBaseCharacterMovementComponent::CheckForMoveAction | ( | ) |
Definition at line 695 of file VRBaseCharacterMovementComponent.cpp.
void UVRBaseCharacterMovementComponent::CheckServerAuthedMoveAction | ( | ) |
Definition at line 568 of file VRBaseCharacterMovementComponent.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "BaseVRCharacterMovementComponent|VRLocations")
Definition at line 563 of file VRBaseCharacterMovementComponent.cpp.
|
overridevirtual |
Definition at line 346 of file VRBaseCharacterMovementComponent.cpp.
|
virtual |
Definition at line 926 of file VRBaseCharacterMovementComponent.cpp.
|
virtual |
Definition at line 803 of file VRBaseCharacterMovementComponent.cpp.
|
virtual |
Definition at line 736 of file VRBaseCharacterMovementComponent.cpp.
|
virtual |
Definition at line 915 of file VRBaseCharacterMovementComponent.cpp.
|
virtual |
Definition at line 866 of file VRBaseCharacterMovementComponent.cpp.
void UVRBaseCharacterMovementComponent::EndPushBackNotification | ( | ) |
Definition at line 312 of file VRBaseCharacterMovementComponent.cpp.
|
overridevirtual |
Definition at line 126 of file VRBaseCharacterMovementComponent.cpp.
|
private |
FVector UVRBaseCharacterMovementComponent::GetActorFeetLocationVR | ( | ) | const |
Definition at line 326 of file VRBaseCharacterMovementComponent.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "VRMovement")
Definition at line 1981 of file VRBaseCharacterMovementComponent.cpp.
|
BlueprintPure |
UFUNCTION(BlueprintPure, Category = "VRMovement")
Definition at line 1218 of file VRBaseCharacterMovementComponent.cpp.
|
inline |
Definition at line 102 of file VRBaseCharacterMovementComponent.h.
bool UVRBaseCharacterMovementComponent::IsClimbing | ( | ) | const |
Definition at line 1970 of file VRBaseCharacterMovementComponent.cpp.
|
overridevirtual |
Definition at line 1639 of file VRBaseCharacterMovementComponent.cpp.
|
overridevirtual |
Definition at line 1409 of file VRBaseCharacterMovementComponent.cpp.
|
virtual |
Definition at line 338 of file VRBaseCharacterMovementComponent.cpp.
|
override |
Definition at line 83 of file VRBaseCharacterMovementComponent.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "VRMovement")
Definition at line 680 of file VRBaseCharacterMovementComponent.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "VRMovement")
Definition at line 626 of file VRBaseCharacterMovementComponent.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "VRMovement")
Definition at line 583 of file VRBaseCharacterMovementComponent.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "VRMovement")
Definition at line 598 of file VRBaseCharacterMovementComponent.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "VRMovement")
Definition at line 671 of file VRBaseCharacterMovementComponent.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "VRMovement")
Definition at line 650 of file VRBaseCharacterMovementComponent.cpp.
|
overridevirtual |
Definition at line 1368 of file VRBaseCharacterMovementComponent.cpp.
|
overridevirtual |
Definition at line 938 of file VRBaseCharacterMovementComponent.cpp.
|
virtual |
Definition at line 961 of file VRBaseCharacterMovementComponent.cpp.
|
virtual |
Definition at line 1117 of file VRBaseCharacterMovementComponent.cpp.
|
inline |
Definition at line 300 of file VRBaseCharacterMovementComponent.h.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "VRMovement")
Definition at line 1975 of file VRBaseCharacterMovementComponent.cpp.
|
inline |
Definition at line 209 of file VRBaseCharacterMovementComponent.h.
FVector UVRBaseCharacterMovementComponent::RoundDirectMovement | ( | FVector | InMovement | ) | const |
Definition at line 1997 of file VRBaseCharacterMovementComponent.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "VRMovement|Climbing")
Definition at line 1204 of file VRBaseCharacterMovementComponent.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "VRMovement")
Definition at line 549 of file VRBaseCharacterMovementComponent.cpp.
void UVRBaseCharacterMovementComponent::SetHasRequestedVelocity | ( | bool | bNewHasRequestedVelocity | ) |
Definition at line 1965 of file VRBaseCharacterMovementComponent.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "VRMovement")
Definition at line 1212 of file VRBaseCharacterMovementComponent.cpp.
|
virtual |
Reimplemented in UVRSimpleCharacterMovementComponent, and UVRCharacterMovementComponent.
Definition at line 1360 of file VRBaseCharacterMovementComponent.cpp.
|
overridevirtual |
Definition at line 1424 of file VRBaseCharacterMovementComponent.cpp.
|
overridevirtual |
Custom version of SlideAlongSurface that handles different movement modes separately; namely during walking physics we might not want to slide up slopes.
Definition at line 493 of file VRBaseCharacterMovementComponent.cpp.
|
overridevirtual |
Smooth mesh location for network interpolation, based on values set up by SmoothCorrection. Internally this simply calls SmoothClientPosition_Interpolate() then SmoothClientPosition_UpdateVisuals(). This function is not called when bNetworkSmoothingComplete is true.
DeltaSeconds | Time since last update. |
Definition at line 1899 of file VRBaseCharacterMovementComponent.cpp.
void UVRBaseCharacterMovementComponent::SmoothClientPosition_UpdateVRVisuals | ( | ) |
Update mesh location based on interpolated values.
Definition at line 1924 of file VRBaseCharacterMovementComponent.cpp.
|
overridevirtual |
Definition at line 1703 of file VRBaseCharacterMovementComponent.cpp.
void UVRBaseCharacterMovementComponent::StartPushBackNotification | ( | FHitResult | HitResult | ) |
Definition at line 297 of file VRBaseCharacterMovementComponent.cpp.
|
virtual |
Reimplemented in UVRCharacterMovementComponent.
Definition at line 588 of file VRBaseCharacterMovementComponent.cpp.
|
overridevirtual |
Reimplemented in UVRCharacterMovementComponent, and UVRSimpleCharacterMovementComponent.
Definition at line 137 of file VRBaseCharacterMovementComponent.cpp.
|
override |
Definition at line 1986 of file VRBaseCharacterMovementComponent.cpp.
|
overridevirtual |
Definition at line 288 of file VRBaseCharacterMovementComponent.cpp.
|
virtual |
Reimplemented in UVRSimpleCharacterMovementComponent, and UVRCharacterMovementComponent.
Definition at line 956 of file VRBaseCharacterMovementComponent.cpp.
FVector UVRBaseCharacterMovementComponent::AdditionalVRInputVector |
Definition at line 203 of file VRBaseCharacterMovementComponent.h.
bool UVRBaseCharacterMovementComponent::bApplyAdditionalVRInputVectorAsNegative |
Definition at line 206 of file VRBaseCharacterMovementComponent.h.
|
TransientDuplicateTransient |
UPROPERTY(Transient, DuplicateTransient)
BaseVR Character movement component belongs to
Definition at line 48 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement")
Definition at line 85 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing")
Definition at line 426 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRBaseCharacterMovementComponent|Smoothing")
Definition at line 77 of file VRBaseCharacterMovementComponent.h.
bool UVRBaseCharacterMovementComponent::bHadExtremeInput |
Definition at line 205 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement")
Definition at line 235 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement")
Definition at line 364 of file VRBaseCharacterMovementComponent.h.
bool UVRBaseCharacterMovementComponent::bIsInPushBack |
Definition at line 253 of file VRBaseCharacterMovementComponent.h.
bool UVRBaseCharacterMovementComponent::bJustUnseated |
Definition at line 257 of file VRBaseCharacterMovementComponent.h.
bool UVRBaseCharacterMovementComponent::bNotifyTeleported |
Definition at line 40 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement")
Definition at line 373 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRBaseCharacterMovementComponent")
Definition at line 69 of file VRBaseCharacterMovementComponent.h.
bool UVRBaseCharacterMovementComponent::bWasInPushBack |
Definition at line 252 of file VRBaseCharacterMovementComponent.h.
FVector UVRBaseCharacterMovementComponent::CustomVRInputVector |
Definition at line 202 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing")
Definition at line 476 of file VRBaseCharacterMovementComponent.h.
FVector UVRBaseCharacterMovementComponent::LastPreAdditiveVRVelocity |
Definition at line 204 of file VRBaseCharacterMovementComponent.h.
FVRMoveActionArray UVRBaseCharacterMovementComponent::MoveActionArray |
Definition at line 193 of file VRBaseCharacterMovementComponent.h.
|
BlueprintAssignable |
UPROPERTY(BlueprintAssignable, Category = "VRMovement")
Definition at line 95 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing")
Definition at line 442 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement", meta = (ClampMin = "0.0", UIMin = "0"))
Definition at line 226 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing")
Definition at line 410 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing")
Definition at line 450 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing")
Definition at line 398 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing")
Definition at line 434 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|Climbing")
Definition at line 418 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement")
Definition at line 462 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|LowGrav")
Definition at line 550 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement|LowGrav", meta = (ClampMin = "0.0", UIMin = "0", ClampMax = "5.0", UIMax = "5"))
Definition at line 542 of file VRBaseCharacterMovementComponent.h.
FVRCharacterMoveResponseDataContainer UVRBaseCharacterMovementComponent::VRMoveResponseDataContainer |
Definition at line 38 of file VRBaseCharacterMovementComponent.h.
FVRCharacterNetworkMoveDataContainer UVRBaseCharacterMovementComponent::VRNetworkMoveDataContainer |
Default client to server move RPC data container. Can be bypassed via SetNetworkMoveDataContainer().
Definition at line 37 of file VRBaseCharacterMovementComponent.h.
EVRConjoinedMovementModes UVRBaseCharacterMovementComponent::VRReplicatedMovementMode |
Definition at line 508 of file VRBaseCharacterMovementComponent.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRMovement", meta = (ClampMin = "0.0", UIMin = "0", ClampMax = "5.0", UIMax = "5"))
Definition at line 123 of file VRBaseCharacterMovementComponent.h.