Navigation
API > API/Plugins > API/Plugins/StormSyncTransportClient > API/Plugins/StormSyncTransportClient/IStormSyncTransportClientLocalEn-
Description
Request a status from the given remote address. The given delegate will be called when the response comes in
| Name | RequestStatus |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportClient/Public/IStormSyncTransportClientLocalEndpoint.h |
| Include Path | #include "IStormSyncTransportClientLocalEndpoint.h" |
void RequestStatus
(
const FMessageAddress & InRemoteAddress,
const TArray < FName > & InPackageNames,
const FOnStormSyncRequestStatusComplete & InDoneDelegate
) const