IEditableTextProperty::SetText

Set the text at the given index (check against GetNumTexts)

Windows
MacOS
Linux

References

Module

EditorWidgets

Header

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

Include

#include "STextPropertyEditableTextBox.h"

Syntax

void SetText
(
    const int32 InIndex,
    const FText & InText
)

Remarks

Set the text at the given index (check against GetNumTexts)

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