Navigation
API > API/Developer > API/Developer/WidgetRegistration
Provides a type that will hold the size for a FSeparatorBuilder
| Name | FSeparatorSize |
| Type | class |
| Header File | /Engine/Source/Developer/WidgetRegistration/Public/Layout/SeparatorBuilder.h |
| Include Path | #include "Layout/SeparatorBuilder.h" |
Syntax
class FSeparatorSize
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSeparatorSize
(
float InMagnitude |
Constructs the Separator Size with a Magnitude o InMagnitude | Layout/SeparatorBuilder.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Magnitude | float | The magnitude of the size ~ the greater the Magnitude the larger the Separator. | Layout/SeparatorBuilder.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float ToFloat() |
Converts the Size to a float value | Layout/SeparatorBuilder.h |