FSeparatorSizes

A struct to contain the possible sizes for a Separator

Unreal Engine C++ API Reference > Developer > WidgetRegistration > Layout

References

   
Module WidgetRegistration
Header /Engine/Source/Developer/WidgetRegistration/Public/Layout/SeparatorBuilder.h
Include #include "Layout/SeparatorBuilder.h"

Syntax

struct FSeparatorSizes  

Remarks

A struct to contain the possible sizes for a Separator

Constants

Name Description
Large The size of a large (8 slate unit) Separator
Medium The size of a medium (4 slate unit) Separator
Small The size of a small (2 slate unit) Separator
XLarge The size of an extra large (16 slate unit) Separator
XSmall The size of an extra small (1 slate unit) Separator

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library