Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SNumericEntryBox
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h |
| Include | #include "Widgets/Input/SNumericEntryBox.h" |
Syntax
enum ELabelLocation
&123;
Outside,
Inside,
&125;
Values
| Name | Description |
|---|---|
| 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. |