Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaPlaybackNodeEvent
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
Virtual Inheritance
- UAvaPlaybackNode::Tick → UAvaPlaybackNodeEvent::Tick
| Name | Tick |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playback/Nodes/Events/AvaPlaybackNodeEvent.h |
| Include Path | #include "Playback/Nodes/Events/AvaPlaybackNodeEvent.h" |
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 |