FRawAnimSequenceTrack

Raw keyframe data for one track.Each array will contain either NumFrames elements or 1 element.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h

Include

#include "Animation/AnimTypes.h"

Syntax

struct FRawAnimSequenceTrack

Remarks

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.

Variables

Name Description

Public variable

TArray< FVector...

 

PosKeys

Position keys.

Public variable

TArray< FQuat >

 

RotKeys

Rotation keys.

Public variable

TArray< FVector...

 

ScaleKeys

Scale keys.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss