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