FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

STextPropertyEditableTextBox::FArguments

References

Module

EditorWidgets

Header

/Engine/Source/Editor/EditorWidgets/Public/STextPropertyEditableTextBox.h

Include

#include "STextPropertyEditableTextBox.h"

Syntax

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AutoWrapText

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

Whether to wrap text automatically based on the widget's computed horizontal space

Public function

WidgetArgsTy...

 

Font

(
    const TAttribute< FSlateFontInfo > ...
)

Font color and opacity (overrides Style)

Public function

WidgetArgsTy...

 

ForegroundColor

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

Text color and opacity (overrides Style)

Public function

WidgetArgsTy...

 

MaxDesiredHeight

(
    const TAttribute< FOptionalSize >&...
)

When specified, will report the MaxDesiredHeight if smaller than the content's desired height

Public function

WidgetArgsTy...

 

MinDesiredWidth

(
    const TAttribute< FOptionalSize >&...
)

When specified, will report the MinDesiredWidth if larger than the content's desired width

Public function

WidgetArgsTy...

 

Style

(
    const FEditableTextBoxStyle* I...
)

The styling of the textbox

Public function

WidgetArgsTy...

 

WrapTextAt

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

Whether text wraps onto a new line when it's length exceeds this width; if this value is zero or negative, no wrapping occurs

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