Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Components > UEditableTextBox
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Components/EditableTextBox.h |
Include | #include "Components/EditableTextBox.h" |
Source | /Engine/Source/Runtime/UMG/Private/Components/EditableTextBox.cpp |
void SetHintText
&40;
FText InText
&41;
Remarks
Sets the Hint text that appears when there is no text in the text box
Parameters
Name | Description |
---|---|
InHintText | The text that appears when there is no text in the text box |