Navigation
API > API/Plugins > API/Plugins/AsyncMessageSystem > API/Plugins/AsyncMessageSystem/FAsyncMessage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| AsyncMessage.h | |||
FAsyncMessage
(
const FAsyncMessageId& MessageId, |
AsyncMessage.h |
FAsyncMessage()
| Name | FAsyncMessage |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Public/AsyncMessage.h |
| Include Path | #include "AsyncMessage.h" |
FAsyncMessage()
FAsyncMessage(const FAsyncMessageId &, const FAsyncMessageId &, const double, const uint64, const uint32, const uint32, FConstStructView, TWeakPtr< FAsyncMessageBindingEndpoint >)
| Name | FAsyncMessage |
| 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 |
FAsyncMessage
(
const FAsyncMessageId & MessageId,
const FAsyncMessageId & MessageSourceId,
const double MessageTimestamp,
const uint64 CurrentFrame,
const uint32 ThreadQueuedFrom,
const uint32 MessageSequenceCounter,
FConstStructView InPayloadData,
TWeakPtr < FAsyncMessageBindingEndpoint > InBindingEndpoint
)