Navigation
API > API/Plugins > API/Plugins/Mover
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include | #include "MoverTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FMoverPredictTrajectoryParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDisableGravity | If true, gravity will not taken into account during prediction | |
| bool | bUseVisualComponentRoot | If true, samples are based on the visual component transform, rather than the 'updated' movement root. | |
| int32 | NumPredictionSamples | How many samples to predict into the future, including the first sample, which is always a snapshot of the starting state with 0 accumulated time. | |
| float | SecondsPerSample | How much time between predicted samples |