Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UMultiLineEditableTextBox
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/MultiLineEditableTextBox.h |
| Include | #include "Components/MultiLineEditableTextBox.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/MultiLineEditableTextBox.cpp |
void SetHintText
&40;
FText InHintText
&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 |