Navigation
API > API/Plugins > API/Plugins/ChaosMover > API/Plugins/ChaosMover/UChaosCharacterMoverComponent
Description
Returns predicted trajectory constructed from the cached deltas. The first element is the starting transform at time offset 0. Supported parameters: bUseVisualComponentRoot, NumPredictionSamples and SecondsPerSample.
Virtual Inheritance
- UMoverComponent::GetPredictedTrajectory → UChaosCharacterMoverComponent::GetPredictedTrajectory
| Name | GetPredictedTrajectory |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/Character/ChaosCharacterMoverComponent.h |
| Include Path | #include "ChaosMover/Character/ChaosCharacterMoverComponent.h" |
| Source | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Private/Character/ChaosCharacterMoverComponent.cpp |
virtual TArray < FTrajectorySampleInfo > GetPredictedTrajectory
(
FMoverPredictTrajectoryParams PredictionParams
)