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