Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FMessageStack
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimNodeMessages.h |
| Include | #include "Animation/AnimNodeMessages.h" |
template<typename TGraphMessageType>
void TopMessageWeakPtr
&40;
TFunctionRef< void(TWeakPtr< TGraphMessageType > &)> InFunction
&41;
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. |