Navigation
API > API/Plugins > API/Plugins/AsyncMessageSystem > API/Plugins/AsyncMessageSystem/FAsyncMessageBindingEndpoint
Data store for everything related to a single message
| Name | FAsyncMessageBoundData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Public/AsyncMessageBindingEndpoint.h |
| Include Path | #include "AsyncMessageBindingEndpoint.h" |
Syntax
struct FAsyncMessageBoundData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ListenerMap | TMap< FAsyncMessageBindingOptions, TArray< FAsyncMessageIndividualListener< FMessageCallbackFunc > > > | A map of listeners for this message, ordered by their binding options. | AsyncMessageBindingEndpoint.h |