UEditableText::SetText

Directly sets the widget text.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/EditableText.h

Include

#include "Components/EditableText.h"

Source

/Engine/Source/Runtime/UMG/Private/Components/EditableText.cpp

Syntax

void SetText
(
    FText InText
)

Remarks

Directly sets the widget text. Warning: This will wipe any binding created for the Text property!

Parameters

Parameter

Description

InText

The text to assign to the widget

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