Navigation
API > API/Developer > API/Developer/WidgetRegistration > API/Developer/WidgetRegistration/Layout
Inheritance Hierarchy
- TSharedFromThis
- FToolElementRegistrationArgs
- FSeparatorBuilder
References
| Module | WidgetRegistration |
| Header | /Engine/Source/Developer/WidgetRegistration/Public/Layout/SeparatorBuilder.h |
| Include | #include "Layout/SeparatorBuilder.h" |
Syntax
class FSeparatorBuilder : public FToolElementRegistrationArgs
Remarks
FSeparatorBuilder instances will build a TSharedRef
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSeparatorBuilder & | BindVisibility
(
TAttribute< EVisibility > NewVisibility |
Binds the Visibility of the Separator to a TAttribute for continuous update. | |
| FSeparatorBuilder & | InitializeSize
(
const FSeparatorSize& NewSize |
Initializes the size of the separator. | |
| FSeparatorBuilder & | SetColor
(
const EStyleColor& NewColor |
Sets the color of the Separator. | |
| TSharedRef< SSeparator > | Generates the SSeparator and returns the TSharedRef |
Overridden from FToolElementRegistrationArgs
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWidget > | Implements the generation of the TSharedPtr |
Operators
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SSeparator > | operator* () |
Generates the SSeparator and returns the TSharedRef |