Navigation
API > API/Plugins > API/Plugins/AsyncMessageSystem > API/Plugins/AsyncMessageSystem/FAsyncMessageSystemBase
Description
Called after an message was queued (from QueueMessageForBroadcast_Impl). This forces child classes of the message system to handle the queuing of messages and kick of some scheduling for actually processing the queues accordingly.
Derived Overrides
| Name | PostQueueMessage |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Public/AsyncMessageSystemBase.h |
| Include Path | #include "AsyncMessageSystemBase.h" |
void PostQueueMessage
(
const FAsyncMessageId MessageId,
const TArray < FAsyncMessageBindingOptions > & OptionsBoundTo
)
Parameters
| Name | Remarks |
|---|---|
| MessageId | The message which was queued |
| OptionsBoundTo | All of the binding options that this message was queued for. |