SWindow::Tick

Ticks this widget with Geometry.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

SWidget::Tick()

SWindow::Tick()

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h

Include

#include "Widgets/SWindow.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp

Syntax

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

Remarks

Ticks this widget with Geometry. Override in derived classes, but always call the parent implementation.

Parameters

Parameter

Description

AllottedGeometry

The space allotted for this widget

InCurrentTime

Current absolute real time

InDeltaTime

Real time passed since last tick