FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

STextEntryPopup::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Input/STextEntryPopup.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< STextEntryPopup >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AutoFocus

(
    bool InArg
)

When set, this widget will automatically attempt to set focus to itself when it is created, or when its owner window is activated

Public function

WidgetArgsTy...

 

ClearKeyboardFocusOnCommit

(
    const TAttribute< bool >& InAttrib...
)

Whether to clear keyboard focus when pressing enter to commit changes

Public function

WidgetArgsTy...

 

DefaultText

(
    FText InArg
)

Test to place into text entry box before anything is typed

Public function

WidgetArgsTy...

 

ErrorReporting

(
    TSharedPtr< class IErrorReportingWi...
)

Provide a alternative mechanism for error reporting.

Public function

WidgetArgsTy...

 

HintText

(
    const TAttribute< FText >& InAttri...
)

Hint text that appears when there is no text in the text box

Public function

WidgetArgsTy...

 

Label

(
    FText InArg
)

Label, placed before text entry box

Public function

WidgetArgsTy...

 

MaxWidth

(
    const TAttribute< float >& InAttri...
)

The maximum width for text entry

Public function

WidgetArgsTy...

 

OnTextChanged

(
    const FOnTextChanged& InDelegate
)

Called whenever the text is changed programmatically or interactively by the user

Public function

WidgetArgsTy...

 

OnTextCommitted

(
    const FOnTextCommitted& InDelegate
)

Called when the text is committed.

Public function

WidgetArgsTy...

 

SelectAllTextWhenFocused

(
    const TAttribute< bool >& InAttrib...
)

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

Typedefs

Name

Description

WidgetArgsType

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