UE3:AnimNotify Script (UDK): Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
==Properties== | ==Properties== | ||
===Property group 'AnimNotify_Script'=== | ===Property group 'AnimNotify_Script'=== | ||
====NotifyEndName==== | |||
'''Type:''' [[name]] | |||
If this notify has a duration, name of the function to call at the end | |||
====NotifyName==== | ====NotifyName==== | ||
'''Type:''' [[name]] | '''Type:''' [[name]] | ||
<!-- enter variable description --> | <!-- enter variable description --> | ||
====NotifyTickName==== | |||
'''Type:''' [[name]] | |||
If this notify has a duration, name of the function to call each update |
Revision as of 05:24, 17 January 2010
Object >> AnimNotify >> AnimNotify_Script |
- Package:
- Engine
- This class in other games:
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. |
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