Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/IAvaPlaybackClient
Description
Returns the status of the playback asset on the given remote server. If the return value is not set, it is because it is not yet available, in which case a status request must be made explicitly, using RequestPlaybackAssetStatus to make it available.
| Name | GetRemotePlaybackAssetStatus |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playback/IAvaPlaybackClient.h |
| Include Path | #include "Playback/IAvaPlaybackClient.h" |
TOptional < EAvaPlaybackAssetStatus > GetRemotePlaybackAssetStatus
(
const FSoftObjectPath & InAssetPath,
const FString & InServerName
) const
Parameters
| Name | Remarks |
|---|---|
| InAssetPath | Full path of the playback asset to fetch the status of. |
| InServerName | Identifies the server to fetch the status from. |