FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SVirtualKeyboardEntry::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Input/SVirtualKeyboardEntry.h"

Syntax

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ClearKeyboardFocusOnCommit

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

Whether to clear keyboard focus when pressing enter to commit changes

Public function

WidgetArgsTy...

 

ColorAndOpacity

(
    const TAttribute< FSlateColor >& I...
)

Text color and opacity

Public function

WidgetArgsTy...

 

Font

(
    const TAttribute< FSlateFontInfo > ...
)

Sets the font used to draw the text

Public function

WidgetArgsTy...

 

HintText

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

The text that appears when there is nothing typed into the search box

Public function

WidgetArgsTy...

 

IsReadOnly

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

Sets whether this text box can actually be modified interactively by the user

Public function

WidgetArgsTy...

 

KeyboardType

(
    const TAttribute< EKeyboardType >&...
)

Sets the text content for this editable text widget

Public function

WidgetArgsTy...

 

MinDesiredWidth

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

Minimum width that a text block should be

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 whenever the text is committed.

Public function

WidgetArgsTy...

 

Text

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

Sets the text content for this editable text widget

Public function

WidgetArgsTy...

 

VirtualKeyboardOptions

(
    FVirtualKeyboardOptions InArg
)

Sets additional arguments to be used by the virtual keyboard summoned by this 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