SEditableText::SetSelectAllTextWhenFocused

Sets whether to select all text when the user clicks to give focus on the widget

Windows
MacOS
Linux

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

void SetSelectAllTextWhenFocused
(
    const TAttribute< bool > & InSelectAllTextWhenFocused
)

Remarks

Sets whether to select all text when the user clicks to give focus on the widget

Parameters

Parameter

Description

InSelectAllTextWhenFocused

Select all text when the user clicks?

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