Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Layout/LayoutUtils.h |
| Include | #include "Layout/LayoutUtils.h" |
Syntax
template<EOrientation Orientation>
struct GetChildAlignment
Remarks
Gets the alignment of an axis-agnostic int32 so that we can do alignment on an axis without caring about its orientation
Specializations
GetChildAlignment< Orient_Horizontal >
GetChildAlignment< Orient_Vertical >
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | AsInt
(
EFlowDirection InFlowDirection, |