Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FMessageStack > API/Runtime/Engine/Animation/FMessageStack/TopMessage
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimNodeMessages.h |
| Include | #include "Animation/AnimNodeMessages.h" |
template<typename TGraphMessageType>
void TopMessage
&40;
TFunctionRef< void(TGraphMessageType &)> InFunction
&41; const
Remarks
Call the supplied function on the top-most node subscribed to the specified message in this stack
Parameters
| Name | Description |
|---|---|
| InFunction | The function to call with the specified message. |