Gah - a solution with more questions. – EntropicLqd

UE3:FaceFXAnimSet (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> FaceFXAnimSet
Package: 
Engine
This class in other games:
UT3


Properties[edit]

Property group 'FaceFXAnimSet'[edit]

DefaultFaceFXAsset[edit]

Type: FaceFXAsset

Modifiers: editoronly, const

Default FaceFXAsset to use when editing this FaceFXAnimSet etc.

Is the one that was used as the basis for creating this AnimSet.

Internal variables[edit]

InternalFaceFXAnimSet[edit]

Type: pointer

Modifiers: const, native

Internal use. FaceFX representation of this AnimSet.

NumLoadErrors[edit]

Type: int

Internal use. The number of errors generated during load.

RawFaceFXAnimSetBytes[edit]

Type: array<byte>

Modifiers: const, native

Internal use. Raw bytes of the FaceFX AnimSet.

This only stays loaded in the editor.

RawFaceFXMiniSessionBytes[edit]

Type: array<byte>

Modifiers: const, native

Internal use. Raw bytes of the FaceFX Studio mini session for this AnimSet.

This only stays loaded in the editor.

ReferencedSoundCues[edit]

Type: array<SoundCue>

Modifiers: editoronly, notforconsole

Array of SoundCue objects that the FaceFXAnimSet references.