Navigation
API > API/Plugins > API/Plugins/AsyncMessageSystem > API/Plugins/AsyncMessageSystem/FAsyncMessageSystemBase
Description
Actual implementation of how we process the message queue. This will dequeue all messages out fo the message store for the given binding type, and broadcast their callbacks for each message and it's heirarhcy.
| Name | ProcessMessageQueueForBinding_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 void ProcessMessageQueueForBinding_Impl
(
const FAsyncMessageBindingOptions & Options
)
Parameters
| Name | Remarks |
|---|---|
| Options | The binding options which we are currently interested in processing messages for |