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 NotifyChildNodeSucceeded
(
int32 ChildIndex
)
Remarks
Called when the Child at ChildIndex, made a connection to a Player Node successfully This updates the Last Ticked Times and stores them both in This Node and the Child Node that caused the connection
Parameters
| Name | Description |
|---|---|
| ChildIndex | The Index of the Child Node that succeeded |