Navigation
API > API/Plugins > API/Plugins/Mover
Encapsulates detailed trajectory sample info, from a move that has already occurred or one projected into the future
| Name | FTrajectorySampleInfo |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/MovementUtils.h |
| Include Path | #include "MoveLibrary/MovementUtils.h" |
Syntax
USTRUCT (BlueprintType )
struct FTrajectorySampleInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AngularVelocity | FRotator | Rotational velocity (world space, degrees/sec) | MoveLibrary/MovementUtils.h |
|
| InstantaneousAcceleration | FVector | Acceleration at the time of this sample (world space, units/sec^2) | MoveLibrary/MovementUtils.h |
|
| LinearVelocity | FVector | Velocity at the time of this sample (world space, units/sec) | MoveLibrary/MovementUtils.h |
|
| SimTimeMs | double | Time stamp of this sample, in server simulation time. | MoveLibrary/MovementUtils.h |
|
| Transform | FTransform | Position and orientation (world space) | MoveLibrary/MovementUtils.h |
|