Navigation
API > API/Plugins > API/Plugins/ChaosMover
Predicted trajectory deltas generated during simulation tick. Stored in FSimulationOutputData::AdditionalOutputData (not networked, local only).
| Name | FChaosMoverPredictedTrajectoryData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/ChaosMoverSimulationTypes.h |
| Include Path | #include "ChaosMover/ChaosMoverSimulationTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FChaosMoverPredictedTrajectoryData : public FMoverDataStructBase
Inheritance Hierarchy
- FMoverDataStructBase → FChaosMoverPredictedTrajectoryData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BaseTransform | FTransform | ChaosMover/ChaosMoverSimulationTypes.h |
|
|
| Deltas | TArray< FTrajectorySampleInfo > | Predicted trajectory as delta transforms relative to each preceding step. | ChaosMover/ChaosMoverSimulationTypes.h |
|