![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TrajectoryTypes.h>
Public Member Functions | |
| UE_API FTransformTrajectorySample | Lerp (const FTransformTrajectorySample &Other, float Alpha) const |
| UE_API void | SetTransform (const FTransform &Transform) |
| FTransform | GetTransform () const |
Public Attributes | |
| FQuat | Facing = FQuat::Identity |
| FVector | Position = FVector::ZeroVector |
| float | TimeInSeconds = 0.f |
A trajectory sample of conformed of a location, orientation, and time. Scale is disregarded.
|
inline |
| FTransformTrajectorySample FTransformTrajectorySample::Lerp | ( | const FTransformTrajectorySample & | Other, |
| float | Alpha | ||
| ) | const |
| void FTransformTrajectorySample::SetTransform | ( | const FTransform & | Transform | ) |
| FQuat FTransformTrajectorySample::Facing = FQuat::Identity |
| FVector FTransformTrajectorySample::Position = FVector::ZeroVector |
| float FTransformTrajectorySample::TimeInSeconds = 0.f |