Navigation
API > API/Plugins > API/Plugins/AsyncMessageSystem > API/Plugins/AsyncMessageSystem/FAsyncMessageBindingEndpoint
Data stored about a single individual listener of a message
| Name | FAsyncMessageIndividualListener |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Public/AsyncMessageBindingEndpoint.h |
| Include Path | #include "AsyncMessageBindingEndpoint.h" |
Syntax
template<typename CallbackFuncSignature>
struct FAsyncMessageIndividualListener
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Callback | CallbackFuncSignature | The delegate that listeners can bind to if they want to be called when this message is broadcast. | AsyncMessageBindingEndpoint.h | |
| Handle | FAsyncMessageHandle | The handle to this individual listener assigned when it is bound to this message system. | AsyncMessageBindingEndpoint.h |