Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FMessageStack
| Type | Name | Description | |
|---|---|---|---|
| void | TopMessage
(
TFunctionRef< void(TGraphMessageType&)> InFunction |
Call the supplied function on the top-most node subscribed to the specified message in this stack | |
| void | TopMessage
(
FName InMessageType, |
Helper function for the templated function of the same name above. |