SEditableText::EnsureActiveTick

Ensure that we will get a [Tick()](API\Runtime\Slate\Widgets\Input\SEditableText\Tick) soon (either due to having active focus, or something having changed progmatically and requiring an update) Does nothing if the active tick timer is already enabled

Windows
MacOS
Linux

Override Hierarchy

ISlateEditableTextWidget::EnsureActiveTick()

SEditableText::EnsureActiveTick()

References

Module

Slate

Header

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

Include

#include "Widgets/Input/SEditableText.h"

Source

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

Syntax

virtual void EnsureActiveTick()

Remarks

Ensure that we will get a Tick() soon (either due to having active focus, or something having changed progmatically and requiring an update) Does nothing if the active tick timer is already enabled

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