FAnimControlTrackKey

Structure used for holding information for one animation played on the Anim Control track.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackAnimControl.h

Include

#include "Matinee/InterpTrackAnimControl.h"

Syntax

struct FAnimControlTrackKey

Remarks

Structure used for holding information for one animation played on the Anim Control track.

Variables

Name Description

Public variable

float

 

AnimEndOffset

Time to end playing the AnimSequence at.

Public variable

float

 

AnimPlayRate

Playback speed of this animation.

Public variable

UAnimSequence &...

 

AnimSeq

Animation Sequence to play

Public variable

float

 

AnimStartOffset

Time to start playing AnimSequence at.

Public variable

uint32: 1

 

bLooping

Should this animation loop.

Public variable

uint32: 1

 

bReverse

Whether to play the animation in reverse or not.

Public variable

float

 

StartTime

Position in the Matinee sequence to start playing this animation.

Constructors

Name Description

Public function

FAnimControlTrackKey()

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