![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TrajectoryTypes.h>
Public Member Functions | |
| UE_API FTransformTrajectorySample | GetSampleAtTime (float Time, bool bExtrapolate=false) const |
Public Attributes | |
| TArray< FTransformTrajectorySample > | Samples |
A trajectory defined by a range of samples.
The sample range is conformed of history samples, a current sample and future predicted samples.
| FTransformTrajectorySample FTransformTrajectory::GetSampleAtTime | ( | float | Time, |
| bool | bExtrapolate = false |
||
| ) | const |
| TArray<FTransformTrajectorySample> FTransformTrajectory::Samples |