Navigation
API > API/Plugins > API/Plugins/StormSyncTransportCore
Interface representing a local endpoint you can send from for Storm Sync
| Name | IStormSyncTransportLocalEndpoint |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportCore/Public/IStormSyncTransportLocalEndpoint.h |
| Include Path | #include "IStormSyncTransportLocalEndpoint.h" |
Syntax
class IStormSyncTransportLocalEndpoint : public TSharedFromThis< IStormSyncTransportLocalEndpoint, ESPMode::ThreadSafe >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IStormSyncTransportLocalEndpoint
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IStormSyncTransportLocalEndpoint() |
Virtual destructor | IStormSyncTransportLocalEndpoint.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FMessageEndpoint, ESPMode::ThreadSafe > GetMessageEndpoint() |
Returns underlying message endpoint implemented by the local endpoint provider | IStormSyncTransportLocalEndpoint.h | |
bool IsRunning() |
Returns whether message endpoint is currently active | IStormSyncTransportLocalEndpoint.h |