I love the smell of UnrealEd crashing in the morning. – tarquin
UE3:AnimNotify_PlayFaceFXAnim (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> AnimNotify >> AnimNotify_Scripted >> AnimNotify_PlayFaceFXAnim |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Play a facial animation on a character.
Properties
Property group 'AnimNotify_PlayFaceFXAnim'
AnimName
Type: string
bOverridePlayingAnim
Type: bool
If a FaceFX animation is already playing, then override if TRUE, skip is FALSE
Default value: True
FaceFXAnimSetRef
Type: FaceFXAnimSet
Reference to FaceFX AnimSet package the animation is in
GroupName
Type: string
PlayFrequency
Type: float
Chance to play. 0 - 1.f
Default value: 1.0
SoundCueToPlay
Type: SoundCue
The sound cue to play for the this animation*
Events
Notify
event Notify (Actor Owner, AnimNodeSequence AnimSeqInstigator)
Overrides: AnimNotify_Scripted.Notify