Cogito, ergo sum

UE3:InterpTrackFaceFX (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE3:FaceFXTrackKey (UT3))
Jump to: navigation, search
UT3 Object >> InterpTrack >> InterpTrackFaceFX
Package: 
Engine
This class in other games:
UDK

null

Properties[edit]

Property group 'InterpTrackFaceFX'[edit]

FaceFXAnimSets[edit]

Type: array<FaceFXAnimSet>

Extra sets of animation that you wish to use on this Group's Actor during the matinee sequence.

Internal variables[edit]

CachedActorFXAsset[edit]

Type: FaceFXAsset

Modifiers: transient

In Matinee, cache a pointer to the Actor's FaceFXAsset, so we can get info like anim lengths.

FaceFXSeqs[edit]

Type: array<FaceFXTrackKey>

Track of different animations to play and when to start playing them.

Default values[edit]

Property Value
bOnePerGroup True
TrackInstClass Class'Engine.InterpTrackInstFaceFX'
TrackTitle "FaceFX"

Structs[edit]

FaceFXTrackKey[edit]

Modifiers: native

Structure used for holding information for one FaceFX animation played by the track.

float StartTime 
Position in the Matinee sequence to start playing this FaceFX animation.
string FaceFXGroupName 
Name of FaceFX group containing sequence to play.
string FaceFXSeqName 
Name of FaceFX sequence to play.