Navigation
API > API/Plugins > API/Plugins/AsyncMessageSystem > API/Plugins/AsyncMessageSystem/FAsyncMessageSystemBase
Description
Actually queues the message for broadcasting.
Note: The payload data provided will be copied to make it safe for listeners on different threads.
| Name | QueueMessageForBroadcast_Impl |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Public/AsyncMessageSystemBase.h |
| Include Path | #include "AsyncMessageSystemBase.h" |
| Source | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Private/AsyncMessageSystemBase.cpp |
virtual bool QueueMessageForBroadcast_Impl
(
const FAsyncMessageId MessageId,
FConstStructView PayloadData,
TWeakPtr < FAsyncMessageBindingEndpoint > BindingEndpoint
)