Navigation
API > API/Plugins > API/Plugins/LiveLinkHubMessaging > API/Plugins/LiveLinkHubMessaging/ILiveLinkHubMessagingModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RegisterAuxChannelRequestHandler
(
TUniqueFunction< void(const RequestType&, const TSharedRef< IMessageContext, ESPMode::ThreadSafe > ... |
Register a callback to be invoked when a peer attempts to negotiate an auxiliary endpoint. | ILiveLinkHubMessagingModule.h | |
bool RegisterAuxChannelRequestHandler
(
UScriptStruct* InRequestTypeStruct, |
Register a callback to be invoked when a peer attempts to negotiate an auxiliary endpoint. | ILiveLinkHubMessagingModule.h |
RegisterAuxChannelRequestHandler(TUniqueFunction< void(const RequestType &, const TSharedRef< IMessageContext, ESPMode::ThreadSafe > &Context)> &&)
Description
Register a callback to be invoked when a peer attempts to negotiate an auxiliary endpoint.
| Name | RegisterAuxChannelRequestHandler |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHubMessaging/Public/ILiveLinkHubMessagingModule.h |
| Include Path | #include "ILiveLinkHubMessagingModule.h" |
template<typename RequestType UE_REQUIRES>
bool RegisterAuxChannelRequestHandler
(
TUniqueFunction < void< IMessageContext , ESPMode::ThreadSafe > &Context)> && InHandlerFunc
)
RegisterAuxChannelRequestHandler(UScriptStruct *, FAuxChannelRequestHandlerFunc &&)
Description
Register a callback to be invoked when a peer attempts to negotiate an auxiliary endpoint.
| Name | RegisterAuxChannelRequestHandler |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHubMessaging/Public/ILiveLinkHubMessagingModule.h |
| Include Path | #include "ILiveLinkHubMessagingModule.h" |
bool RegisterAuxChannelRequestHandler
(
UScriptStruct * InRequestTypeStruct,
FAuxChannelRequestHandlerFunc && InHandlerFunc
)