I love the smell of UnrealEd crashing in the morning. – tarquin

UE3:AnimNotify_PlayFaceFXAnim (UDK)

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

Play a facial animation on a character.

Properties[edit]

Property group 'AnimNotify_PlayFaceFXAnim'[edit]

AnimName[edit]

Type: string


bOverridePlayingAnim[edit]

Type: bool

If a FaceFX animation is already playing, then override if TRUE, skip is FALSE

Default value: True

FaceFXAnimSetRef[edit]

Type: FaceFXAnimSet

Reference to FaceFX AnimSet package the animation is in

GroupName[edit]

Type: string


PlayFrequency[edit]

Type: float

Chance to play. 0 - 1.f

Default value: 1.0

SoundCueToPlay[edit]

Type: SoundCue

The sound cue to play for the this animation*

Events[edit]

Notify[edit]

event Notify (Actor Owner, AnimNodeSequence AnimSeqInstigator)

Overrides: AnimNotify_Scripted.Notify