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

#include <AnimSequence.h>

Public Attributes

TArray< FVector3fPosKeys
 
TArray< floatTimes
 

Detailed Description

Keyframe position data for one track. Pos(i) occurs at Time(i). Pos.Num() always equals Time.Num().

Member Data Documentation

◆ PosKeys

TArray<FVector3f> FTranslationTrack::PosKeys

◆ Times

TArray<float> FTranslationTrack::Times

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