Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaPlaybackNode
Description
Handles the 'Raw' ticking of the Node. This shouldn't be called directly for ChildNodes. Instead 'TickChild' should be called to feed in extra information about the Tick
Derived Overrides
| Name | Tick |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playback/Nodes/AvaPlaybackNode.h |
| Include Path | #include "Playback/Nodes/AvaPlaybackNode.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Playback/Nodes/AvaPlaybackNode.cpp |
virtual void Tick
(
float DeltaTime,
FAvaPlaybackChannelParameters & ChannelParameters
)
Parameters
| Name | Remarks |
|---|---|
| DeltaTime | Delta Time, in Seconds |
| ChannelParameters | The aggregate group of parameters that the child nodes and this node set for Playback |