Navigation
API > API/Plugins > API/Plugins/AsyncMessageSystem > API/Plugins/AsyncMessageSystem/FAsyncMessageStore
The message queue for a single set of binding options.
| Name | FBindingOptionsMessageQueue |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Public/AsyncMessageStore.h |
| Include Path | #include "AsyncMessageStore.h" |
Syntax
struct FBindingOptionsMessageQueue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBindingOptionsMessageQueue() |
AsyncMessageStore.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FBindingOptionsMessageQueue() |
AsyncMessageStore.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MessageQueue | TSharedPtr< TArray< FAsyncMessage > > | The queue of messages for this binding option | AsyncMessageStore.h | |
| MessagesWithTheseBindings | TMap< FAsyncMessageId, uint32 > | Keep track of what messages are bound within this interface so that we can quickly find which queues require which messages. | AsyncMessageStore.h |