IEditableTextProperty::SetText

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

Unreal Engine C++ API Reference > Editor > EditorWidgets > IEditableTextProperty

References

   
Module EditorWidgets
Header /Engine/Source/Editor/EditorWidgets/Public/STextPropertyEditableTextBox.h
Include #include "STextPropertyEditableTextBox.h"
void SetText
(
    const int32 InIndex,
    const [FText](API\Runtime\Core\Internationalization\FText) & InText
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library