Navigation
API > API/Plugins > API/Plugins/SequencerPlaylists > API/Plugins/SequencerPlaylists/FTickablePlaylist
- FTickableObjectBase::Tick()
- FTickablePlaylist::Tick()
References
| Module | SequencerPlaylists |
| Header | /Engine/Plugins/VirtualProduction/SequencerPlaylists/Source/SequencerPlaylists/Public/SequencerPlaylistPlayer.h |
| Include | #include "SequencerPlaylistPlayer.h" |
virtual void Tick
&40;
float DeltaTime
&41;
Remarks
Pure virtual that must be overloaded by the inheriting class. It will be called from within LevelTick.cpp after ticking all actors or from the rendering thread (depending on bIsRenderingThreadObject)
Parameters
| Name | Description |
|---|---|
| DeltaTime | Game time passed since the last call. |