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 (BlueprintSetter)
void SetTextOverflowPolicy
(
ETextOverflowPolicy InOverflowPolicy
)
Remarks
Set the text overflow policy for this text box.
Parameters
| Name | Description |
|---|---|
| InOverflowPolicy | the new text overflow policy. |