Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Playback
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Playback/AvaPlaybackGraph.h |
| Include | #include "Playback/AvaPlaybackGraph.h" |
Syntax
class FAvaPlaybackGraphBuilder
Remarks
Somewhat reusable helper class to build a playback graph.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaPlaybackGraphBuilder
(
UAvaPlayableGroupManager* InPlayableGroupManager |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ConnectToRoot
(
const FString& InChannelName, |
Connect the given node to the root node's pin corresponding to the given channel name. | |
| InPlaybackNodeType * | ConstructPlaybackNode
(
TSubclassOf< InPlaybackNodeType > InNodeClass, |
Helper function to construct a playback node. This will add the node in the playback's node list. | |
| UAvaPlaybackGraph * | |||
| int32 | GetPinIndexForChannel
(
const FString& InChannelName |