The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:AnimNotify_Script (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> AnimNotify >> AnimNotify_Script
Package: 
Engine
This class in other games:
UE2Runtime, UT2003, U2, UT2004, UT3

The implmenting class (usually a pawn) needs to have a function named the same as the <NotifyName> that is specified in the AnimNotify.

Properties

Property group 'AnimNotify_Script'

NotifyEndName

Type: name

If this notify has a duration, name of the function to call at the end

NotifyName

Type: name


NotifyTickName

Type: name

If this notify has a duration, name of the function to call each update