UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTransformTrajectory Struct Reference

#include <TrajectoryTypes.h>

Public Member Functions

UE_API FTransformTrajectorySample GetSampleAtTime (float Time, bool bExtrapolate=false) const
 

Public Attributes

TArray< FTransformTrajectorySampleSamples
 

Detailed Description

A trajectory defined by a range of samples.

The sample range is conformed of history samples, a current sample and future predicted samples.

  • History samples have time < 0. Zero or more can be present.
  • Current sample has a time of 0. Assumes only one is ever present.
  • Predicted samples have a time of > 0. Zero or more can be present.

Member Function Documentation

◆ GetSampleAtTime()

FTransformTrajectorySample FTransformTrajectory::GetSampleAtTime ( float  Time,
bool  bExtrapolate = false 
) const

Member Data Documentation

◆ Samples

TArray<FTransformTrajectorySample> FTransformTrajectory::Samples

The documentation for this struct was generated from the following files: