Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UMultiLineEditableText
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/MultiLineEditableText.h |
| Include | #include "Components/MultiLineEditableText.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/MultiLineEditableText.cpp |
UFUNCTION (BlueprintCallable, Category="Widget",
Meta=(DisplayName="SetHintText (Multi-Line Editable Text)"))
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 |