Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h |
Include |
#include "Widgets/Input/SEditableTextBox.h" |
Source |
/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableTextBox.cpp |
void SetMinimumDesiredWidth
(
const TAttribute< float > & InMinimumDesiredWidth
)
Sets the minimum width that a text box should be.
Parameter |
Description |
---|---|
InMinimumDesiredWidth |
The minimum width |