Navigation
API > API/Plugins > API/Plugins/AsyncMessageSystem > API/Plugins/AsyncMessageSystem/FAsyncMessage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get the mutable payload data associated with this async message. | AsyncMessage.h | ||
| Get the const payload data associated with this async message. | AsyncMessage.h |
GetPayloadView()
Description
Get the mutable payload data associated with this async message.
| Name | GetPayloadView |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Public/AsyncMessage.h |
| Include Path | #include "AsyncMessage.h" |
| Source | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Private/AsyncMessage.cpp |
FStructView GetPayloadView()
GetPayloadView()
Description
Get the const payload data associated with this async message.
| Name | GetPayloadView |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Public/AsyncMessage.h |
| Include Path | #include "AsyncMessage.h" |
| Source | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Private/AsyncMessage.cpp |
FConstStructView GetPayloadView() const