Navigation
API > API/Developer > API/Developer/WidgetRegistration > API/Developer/WidgetRegistration/FSeparatorBuilder
Description
Initializes the size of the separator. If called after the widget creation (that is, a call to GenerateWidget) this call will have no effect.
| Name | InitializeSize |
| Type | function |
| Header File | /Engine/Source/Developer/WidgetRegistration/Public/Layout/SeparatorBuilder.h |
| Include Path | #include "Layout/SeparatorBuilder.h" |
| Source | /Engine/Source/Developer/WidgetRegistration/Private/Layout/SeparatorBuilder.cpp |
FSeparatorBuilder & InitializeSize
(
const FSeparatorSize & NewSize
)
this FSeparatorBuilder to enable cascading.
Parameters
| Name | Remarks |
|---|---|
| NewSize | the FSeparatorSize& that will provide the size for the Separator |