Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencerSection
- ISequencerSection::Tick()
- FMediaThumbnailSection::Tick()
- FThumbnailSection::Tick()
- FMediaThumbnailSection::Tick()
- FAudioSection::Tick()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/ISequencerSection.h |
| Include | #include "ISequencerSection.h" |
virtual void Tick
&40;
const FGeometry & AllottedGeometry,
const FGeometry & ClippedGeometry,
const double InCurrentTime,
const float InDeltaTime
&41;
Remarks
Ticks the section during the Slate tick
Parameters
| Name | Description |
|---|---|
| AllottedGeometry | The space allotted for this widget |
| ClippedGeometry | The space for this widget clipped against the parent widget |
| InCurrentTime | Current absolute real time |
| InDeltaTime | Real time passed since last tick |