Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SNumericEntryBox
| Name | ELabelLocation |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h |
| Include Path | #include "Widgets/Input/SNumericEntryBox.h" |
Syntax
enum ELabelLocation
{
Outside,
Inside,
}
Values
| Name | Remarks |
|---|---|
| Outside | Outside the bounds of the editable area of this box. Usually preferred for text based labels. |
| Inside | Inside the bounds of the editable area of this box. |