Navigation
API > API/Plugins > API/Plugins/AsyncMessageSystem
Interface to implement which will allow users to specify which binding endpoint should be used in any script functions for the async message system.
| Name | IAsyncMessageBindingEndpointInterface |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Public/AsyncMessageBindingComponent.h |
| Include Path | #include "AsyncMessageBindingComponent.h" |
Syntax
class IAsyncMessageBindingEndpointInterface
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< FAsyncMessageBindingEndpoint > GetEndpoint() |
AsyncMessageBindingComponent.h |