Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMessageStack
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void TopMessage
(
TFunctionRef< void(TGraphMessageType&)> InFunction |
Call the supplied function on the top-most node subscribed to the specified message in this stack | Animation/AnimNodeMessages.h | |
void TopMessage
(
FName InMessageType, |
Helper function for the templated function of the same name above. | Animation/AnimNodeMessages.h |
TopMessage(TFunctionRef< void(TGraphMessageType &)>)
Description
Call the supplied function on the top-most node subscribed to the specified message in this stack
| Name | TopMessage |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimNodeMessages.h |
| Include Path | #include "Animation/AnimNodeMessages.h" |
template<typename TGraphMessageType>
void TopMessage
(
TFunctionRef < void> InFunction
) const
Parameters
| Name | Remarks |
|---|---|
| InFunction | The function to call with the specified message. |
TopMessage(FName, TFunctionRef< void(IGraphMessage &)>)
Description
Helper function for the templated function of the same name above.
| Name | TopMessage |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimNodeMessages.h |
| Include Path | #include "Animation/AnimNodeMessages.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimNodeMessages.cpp |
void TopMessage
(
FName InMessageType,
TFunctionRef < void &)> InFunction
) const