FThumbnailSection::Tick

Ticks the section during the Slate tick

Windows
MacOS
Linux

Override Hierarchy

ISequencerSection::Tick()

FThumbnailSection::Tick()

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/Sections/ThumbnailSection.h

Include

#include "Sections/ThumbnailSection.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/Sections/ThumbnailSection.cpp

Syntax

virtual void Tick
(
    const FGeometry & AllottedGeometry,
    const FGeometry & ClippedGeometry,
    const double InCurrentTime,
    const float InDeltaTime
)

Remarks

Ticks the section during the Slate tick

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss