Navigation
API > API/Developer > API/Developer/WidgetRegistration
A struct to contain the possible sizes for a Separator
| Name | FSeparatorSizes |
| Type | struct |
| Header File | /Engine/Source/Developer/WidgetRegistration/Public/Layout/SeparatorBuilder.h |
| Include Path | #include "Layout/SeparatorBuilder.h" |
Syntax
struct FSeparatorSizes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Large | const FSeparatorSize | The size of a large (8 slate unit) Separator | Layout/SeparatorBuilder.h |
| Medium | const FSeparatorSize | The size of a medium (4 slate unit) Separator | Layout/SeparatorBuilder.h |
| Small | const FSeparatorSize | The size of a small (2 slate unit) Separator | Layout/SeparatorBuilder.h |
| XLarge | const FSeparatorSize | The size of an extra large (16 slate unit) Separator | Layout/SeparatorBuilder.h |
| XSmall | const FSeparatorSize | The size of an extra small (1 slate unit) Separator | Layout/SeparatorBuilder.h |