Navigation
Unreal Engine C++ API Reference > Developer > WidgetRegistration > Layout
References
Module | WidgetRegistration |
Header | /Engine/Source/Developer/WidgetRegistration/Public/Layout/SeparatorTemplates.h |
Include | #include "Layout/SeparatorTemplates.h" |
Syntax
struct FSeparatorTemplates
Remarks
A struct which holds methods that provide templates for FSeparatorBuilders. The provided FSeparatorBuilders can be updated as needed with the FSeparatorBuilder API.
Functions
Type | Name | Description |
---|---|---|
FSeparatorBu... | SmallHorizontalBackgroundNoBorder () | Creates and returns a small (2 Slate Unit), horizontal FSeparatorBuilder set to the color of the theme specified color for Background |
FSeparatorBu... | SmallHorizontalPanelNoBorder () | Creates and returns a small (2 Slate Unit), horizontal FSeparatorBuilder set to the color of the theme specified color for Panels. |
FSeparatorBu... | SmallVerticalBackgroundNoBorder () | Creates and returns a small (2 Slate Unit), vertical FSeparatorBuilder with the color of the theme specified color for Background |