Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Parameters used to tell a Channel its Playback Settings
| Name | FAvaPlaybackChannelParameters |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/AvaMediaDefines.h |
| Include Path | #include "AvaMediaDefines.h" |
Syntax
struct FAvaPlaybackChannelParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChannelIndex | int32 | Channel index for the current playback setting. | AvaMediaDefines.h | |
| Players | TArray< FAvaPlaybackPlayerParameters > | If a playback node is reached during tick traversal, it is going to add an entry. | AvaMediaDefines.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasAssets() |
AvaMediaDefines.h |