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 |
UFUNCTION (BlueprintCallable, Category="Widget",
Meta=(DisplayName="SetHintText (Multi-Line Text Box)"))
void SetHintText
(
FText InHintText
)
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 |