Navigation
API > API/Plugins > API/Plugins/AsyncMessageSystem > API/Plugins/AsyncMessageSystem/FAsyncMessageId
Description
Returns the parent of this async message. The parent is parsed out of the underlying FName which represents this message by '.' delimeters.
For example, the parent of "message.id.test" is "message.id" , and the parent of "message.id" is "message". If there are no '.' delimeters in the message's name then it does not have a parent, and this will return FAsyncMessageId::Invalid
| Name | GetParentMessageId |
| 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 |
FAsyncMessageId GetParentMessageId() const