SVirtualKeyboardEntry::Tick

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

Windows
MacOS
Linux

Override Hierarchy

SWidget::Tick()

SVirtualKeyboardEntry::Tick()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVirtualKeyboardEntry.h

Include

#include "Widgets/Input/SVirtualKeyboardEntry.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVirtualKeyboardEntry.cpp

Syntax

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

Remarks

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

Parameters

Parameter

Description

AllottedGeometry

Space allotted to this 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