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