My program doesn't have bugs. It just develops random features.

UE3:FaceFXAnimSet (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> FaceFXAnimSet

Contents

Package: 
Engine
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

[edit] Properties

[edit] Property group 'FaceFXAnimSet'

[edit] DefaultFaceFXAsset

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.

[edit] Internal variables

[edit] InternalFaceFXAnimSet

Type: pointer

Modifiers: const, native

Internal use. FaceFX representation of this AnimSet.

[edit] NumLoadErrors

Type: int

Internal use. The number of errors generated during load.

[edit] RawFaceFXAnimSetBytes

Type: array<byte>

Modifiers: const, native

Internal use. Raw bytes of the FaceFX AnimSet.

This only stays loaded in the editor.

[edit] RawFaceFXMiniSessionBytes

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.

[edit] ReferencedSoundCues

Type: array<SoundCue>

Array of SoundCue objects that the FaceFXAnimSet references.