Navigation
API > API/Plugins > API/Plugins/LiveLinkHubMessaging > API/Plugins/LiveLinkHubMessaging/ILiveLinkHubMessagingModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Unregister an existing auxiliary endpoint handler. | ILiveLinkHubMessagingModule.h | ||
bool UnregisterAuxChannelRequestHandler
(
UScriptStruct* InRequestTypeStruct |
Unregister an existing auxiliary endpoint handler. | ILiveLinkHubMessagingModule.h |
UnregisterAuxChannelRequestHandler()
Description
Unregister an existing auxiliary endpoint handler.
| Name | UnregisterAuxChannelRequestHandler |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHubMessaging/Public/ILiveLinkHubMessagingModule.h |
| Include Path | #include "ILiveLinkHubMessagingModule.h" |
template<typename RequestType UE_REQUIRES>
bool UnregisterAuxChannelRequestHandler()
UnregisterAuxChannelRequestHandler(UScriptStruct *)
Description
Unregister an existing auxiliary endpoint handler.
| Name | UnregisterAuxChannelRequestHandler |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHubMessaging/Public/ILiveLinkHubMessagingModule.h |
| Include Path | #include "ILiveLinkHubMessagingModule.h" |
bool UnregisterAuxChannelRequestHandler
(
UScriptStruct * InRequestTypeStruct
)