Navigation
API > API/Plugins > API/Plugins/StormSyncTransportClient > API/Plugins/StormSyncTransportClient/IStormSyncTransportClientLocalEn-
Description
Sends a push request message to the given remote address. The given delegate will be called when the response comes in
| Name | RequestPushPackages |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportClient/Public/IStormSyncTransportClientLocalEndpoint.h |
| Include Path | #include "IStormSyncTransportClientLocalEndpoint.h" |
void RequestPushPackages
(
const FMessageAddress & InRemoteAddress,
const FStormSyncPackageDescriptor & InPackageDescriptor,
const TArray < FName > & InPackageNames,
const FOnStormSyncPushComplete & InDoneDelegate
) const