Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Trajectory Sample Info' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| transform | Transform | Position and orientation (world space) |
| vector | Linear Velocity | Velocity at the time of this sample (world space, units/sec) |
| vector | Instantaneous Acceleration | Acceleration at the time of this sample (world space, units/sec^2) |
| rotator | Angular Velocity | Rotational velocity (world space, degrees/sec) |
| real | Sim Time Ms | Time stamp of this sample, in server simulation time |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Trajectory Sample Info |