Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/MovementUtils.h |
| Include | #include "MoveLibrary/MovementUtils.h" |
Syntax
USTRUCT (BlueprintType )
struct FTrajectorySampleInfo
Remarks
Encapsulates detailed trajectory sample info, from a move that has already occurred or one projected into the future
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRotator | AngularVelocity | ||
| FVector | InstantaneousAcceleration | ||
| FVector | LinearVelocity | ||
| float | SimTimeMs | ||
| FTransform | Transform |