Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Playback > API/Plugins/AvalancheMedia/Playback/IAvaPlaybackClient
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Playback/IAvaPlaybackClient.h |
| Include | #include "Playback/IAvaPlaybackClient.h" |
const FString * GetRemotePlaybackUserData
(
const FGuid & InInstanceId,
const FSoftObjectPath & InAssetPath,
const FString & InChannelName,
const FString & InServerName
) const
Remarks
Returns the user data of the specified playback instance.
Parameters
| Name | Description |
|---|---|
| InInstanceId | Specify instance of the given asset. |
| InAssetPath | Full path of the playback asset. Must be valid. |
| InChannelName | Servers can be running different channels, so need to identify the channel as well. |
| InServerName | Identifies the server to fetch the status from. |