SMultiLineEditableText::SetClearTextSelectionOnFocusLoss

Sets whether to clear text selection when focus is lost

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h

Include

#include "Widgets/Text/SMultiLineEditableText.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Text/SMultiLineEditableText.cpp

Syntax

void SetClearTextSelectionOnFocusLoss
(
    const TAttribute< bool > & InClearTextSelectionOnFocusLoss
)

Remarks

Sets whether to clear text selection when focus is lost

Parameters

Parameter

Description

InClearTextSelectionOnFocusLoss

Clear text selection when focus is lost?

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