Navigation
API > API/Plugins > API/Plugins/AsyncMessageSystem > API/Plugins/AsyncMessageSystem/FAsyncMessageId
Description
Walks up the parent heirarchy of the given Startingmessage. This will iterate up the parent message chain and calling the given ForEachMessageFunc for it so long as it is valid.
This does include the given starting message!
| Name | WalkMessageHierarchy |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Public/AsyncMessageId.h |
| Include Path | #include "AsyncMessageId.h" |
| Source | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Private/AsyncMessageId.cpp |
static void WalkMessageHierarchy
(
const FAsyncMessageId StartingMessage,
TFunctionRef < void MessageId)> ForEachMessageFunc
)