![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimTypes.h>
Public Member Functions | |
| bool | ContainsNaN () const |
| bool | Serialize (FArchive &Ar) |
Public Attributes | |
| TArray< FVector3f > | PosKeys |
| TArray< FQuat4f > | RotKeys |
| TArray< FVector3f > | ScaleKeys |
Static Public Attributes | |
| static const uint32 | SingleKeySize = sizeof(FVector3f) + sizeof(FQuat4f) + sizeof(FVector3f) |
Friends | |
| FArchive & | operator<< (FArchive &Ar, FRawAnimSequenceTrack &T) |
Raw keyframe data for one track.Each array will contain either NumFrames elements or 1 element. One element is used as a simple compression scheme where if all keys are the same, they'll be reduced to 1 key that is constant over the entire sequence.
|
inline |
|
friend |
|
static |