Files
UnrealEngineUWP/Engine/Source/Editor/AnimGraph/Private/AnimStateTransitionNode.cpp
Thomas Sarkanen 4cefea89d7 Native transition rules & state entry/exit event delegates
Added support for binding native delegates to transition rules.
Changed callback for state entry/exit to also use delegates.
Bindings are registered before InitializeAnimation() is called (usually in your class constructor), then bound to states & transitions after the state machine has been initialized.
Added indicator in details panel when a transition is using a native rule.
Modified AnimBlueprint compiler so that 'always transition' warnings are not generated when a native delegate is installed.

reviewed by Martin.Wilson

[CL 2418613 by Thomas Sarkanen in Main branch]
2015-01-26 10:27:51 -05:00

20 KiB