Navigation
API > API/Plugins > API/Plugins/StormSyncTransportClient
Local Endpoint interface for Storm Sync Client
| Name | IStormSyncTransportClientLocalEndpoint |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportClient/Public/IStormSyncTransportClientLocalEndpoint.h |
| Include Path | #include "IStormSyncTransportClientLocalEndpoint.h" |
Syntax
class IStormSyncTransportClientLocalEndpoint : public IStormSyncTransportLocalEndpoint
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AbortPullRequest
(
const FGuid& InPullRequestId |
Abort a request using the GUID previously obtained via a call to RequestPullPackages | IStormSyncTransportClientLocalEndpoint.h | |
void AbortPushRequest
(
const FGuid& InPushRequestId |
Abort a request using the GUID previously obtained via a call to RequestPushPackages | IStormSyncTransportClientLocalEndpoint.h | |
void AbortStatusRequest
(
const FGuid& InStatusRequestId |
Abort a request using the GUID previously obtained via a call to RequestStatus | IStormSyncTransportClientLocalEndpoint.h | |
void RequestPullPackages
(
const FMessageAddress& InRemoteAddress, |
Sends a pull request message to the given remote address. | IStormSyncTransportClientLocalEndpoint.h | |
void RequestPushPackages
(
const FMessageAddress& InRemoteAddress, |
Sends a push request message to the given remote address. | IStormSyncTransportClientLocalEndpoint.h | |
void RequestStatus
(
const FMessageAddress& InRemoteAddress, |
Request a status from the given remote address. | IStormSyncTransportClientLocalEndpoint.h |