SEditableText::SetClearKeyboardFocusOnCommit

Sets whether to clear keyboard focus when pressing enter to commit changes

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 SetClearKeyboardFocusOnCommit
(
    const TAttribute< bool > & InClearKeyboardFocusOnCommit
)

Remarks

Sets whether to clear keyboard focus when pressing enter to commit changes

Parameters

Parameter

Description

InClearKeyboardFocusOnCommit

Clear keyboard focus when pressing enter?

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