STextPropertyEditableTextBox

A widget that can be used for editing [FText](API\Runtime\Core\Internationalization\FText) instances

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

EditorWidgets

Header

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

Include

#include "STextPropertyEditableTextBox.h"

Syntax

class STextPropertyEditableTextBox : public SCompoundWidget

Remarks

A widget that can be used for editing FText instances

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& Arguments,
    const TSharedRef< IEditableTextProp...
)

Overridden from SWidget

Name Description

Public function Virtual

FReply

 

OnFocusReceived

(
    const FGeometry& MyGeometry,
    const FFocusEvent& InFocusEvent
)

KEY INPUT Called when focus is given to this widget. This event does not bubble.

Public function Virtual Const

bool

 

SupportsKeyboardFocus()

Checks to see if this widget supports keyboard focus. Override this in derived classes.

Public function Virtual

void

 

Tick

(
    const FGeometry& AllottedGeometry,
    const double InCurrentTime,
    const float InDeltaTime
)

Ticks this widget with Geometry.

Classes

Name

Description

Public struct

FArguments

Constants

Name

Description

MultipleValuesText

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