Event Nodes
Event nodes are used to broadcast event messages on the game object on which the animation controller is running. This allows other code to react at the right moment to things like an animation being finished.
Event nodes allow you to broadcast custom events under exactly defined conditions. Additionally, every time an animation clip is played, and actively contributes to the final pose, events that are defined on that clip will automatically be broadcast on the associated game object.
Note that the animation controller itself cannot react to events. For that purpose use custom code.
Send Event Node
When this node is triggered, it broadcasts an plMsgGenericEvent
with Message
set to the value of EventName
.
Properties
EventName: The string that is used as the
Message
property of theplMsgGenericEvent
that is broadcast.
Input Pins
Active: While this pin is triggered, the message is sent (once every frame).