Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/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 |
UFUNCTION (BlueprintCallable, Category="Widget", Meta=(DisplayName="Set Hint Text (Text Box)"))
void SetHintText
(
FText InText
)
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 |