FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SInlineEditableTextBlock::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Text/SInlineEditableTextBlock.h"

Syntax

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ColorAndOpacity

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

Text color and opacity (overrides style)

Public function

WidgetArgsTy...

 

Font

(
    const TAttribute< FSlateFontInfo > ...
)

Sets the font used to draw the text (overrides style)

Public function

WidgetArgsTy...

 

HighlightText

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

Highlight this text in the text block

Public function

WidgetArgsTy...

 

IsReadOnly

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

True if the editable text block is read-only. It will not be able to enter edit mode if read-only

Public function

WidgetArgsTy...

 

IsSelected

(
    const FIsSelected& InDelegate
)

Callback to check if the widget is selected, should only be hooked up if parent widget is handling selection or focus.

Public function

WidgetArgsTy...

 

Justification

(
    const TAttribute< ETextJustify::Typ...
)

How the text should be aligned with the margin.

Public function

WidgetArgsTy...

 

LineBreakPolicy

(
    TSharedPtr< IBreakIterator > InArg
)

The iterator to use to detect appropriate soft-wrapping points for lines (or null to use the default)

Public function

WidgetArgsTy...

 

ModiferKeyForNewLine

(
    EModifierKey::Type InArg
)

The optional modifier key necessary to create a newline when typing into the editor.

Public function

WidgetArgsTy...

 

MultiLine

(
    bool InArg
)

True if the editable text block is multi-line

Public function

WidgetArgsTy...

 

OnBeginTextEdit

(
    const FOnBeginTextEdit& InDelegate
)

Callback when the text starts to be edited

Public function

WidgetArgsTy...

 

OnEnterEditingMode

(
    const FSimpleDelegate& InDelegate
)

Callback when the text editing begins.

Public function

WidgetArgsTy...

 

OnExitEditingMode

(
    const FSimpleDelegate& InDelegate
)

Callback when the text editing ends.

Public function

WidgetArgsTy...

 

OnTextCommitted

(
    const FOnTextCommitted& InDelegate
)

Callback when the text is committed.

Public function

WidgetArgsTy...

 

OnVerifyTextChanged

(
    const FOnVerifyTextChanged& InDele...
)

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

Public function

WidgetArgsTy...

 

ShadowColorAndOpacity

(
    const TAttribute< FLinearColor >& ...
)

Shadow color and opacity (overrides style)

Public function

WidgetArgsTy...

 

ShadowOffset

(
    const TAttribute< FVector2D >& InA...
)

Drop shadow offset in pixels (overrides style)

Public function

WidgetArgsTy...

 

Style

(
    const FInlineEditableTextBlockStyle...
)

Pointer to a style of the inline editable text block, which dictates the font, color, and shadow options.

Public function

WidgetArgsTy...

 

Text

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

The text displayed in this text block

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