Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Playback > API/Plugins/AvalancheMedia/Playback/Nodes > API/Plugins/AvalancheMedia/Playback/Nodes/UAvaPlaybackNode
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Playback/Nodes/AvaPlaybackNode.h |
| Include | #include "Playback/Nodes/AvaPlaybackNode.h" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Private/Playback/Nodes/AvaPlaybackNode.cpp |
void TickChild
(
float DeltaTime,
int32 ChildIndex,
FAvaPlaybackChannelParameters & ChannelParameters
)
Remarks
Ticks Childs as well as checking if the Child actually made connection to a Player Node If the Ticking results in valid Channel Parameters, then it calls 'NotifyChildNodeSucceeded'
Parameters
| Name | Description |
|---|---|
| DeltaTime | Delta Time, in Seconds |
| ChildIndex | The Index of the Child Node to Tick |
| ChannelParameters | The aggregate group of parameters that the child nodes set for Playback |