Navigation
API > API/Plugins > API/Plugins/StormSyncTransportCore
Interface for message services
They are typically created within a IStormSyncTransportLocalEndpoint derived class, from local endpoints' InitializeMessaging() post constructor time.
| Name | IStormSyncTransportMessageService |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportCore/Public/IStormSyncTransportMessageService.h |
| Include Path | #include "IStormSyncTransportMessageService.h" |
Syntax
class IStormSyncTransportMessageService : public TSharedFromThis< IStormSyncTransportMessageService, ESPMode::ThreadSafe >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IStormSyncTransportMessageService
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IStormSyncTransportMessageService() |
Virtual destructor | IStormSyncTransportMessageService.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitializeMessageEndpoint
(
FMessageEndpointBuilder& InEndpointBuilder |
This lets child classes the opportunity to add custom message handlers to the endpoint builder | IStormSyncTransportMessageService.h |