FSeparatorBuilder

[FSeparatorBuilder](API\Developer\WidgetRegistration\Layout\FSeparatorBuilder) instances will build a TSharedRef

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 as a reference to it

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 as a reference to it.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library