Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Playback > API/Plugins/AvalancheMedia/Playback/FAvaPlaybackPlayableGroup
Syntax
UPROPERTY (Transient)
TMap < FSoftObjectPath , TObjectPtr < UAvaPlayable > > Playables
Remarks
TODO: For transition logic within the playback graph, we can't simply index the playables by asset path since we may have to instance the same asset twice for a transition between pages using the same template. For now, rundown does transition with multiple playback graph instances instead.