Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout > API/Runtime/SlateCore/Layout/AlignChild
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Layout/LayoutUtils.h |
| Include | #include "Layout/LayoutUtils.h" |
template<EOrientation Orientation, typename SlotType>
static AlignmentArrangeResult AlignChild
(
float AllottedSize,
float ChildDesiredSize,
const SlotType & ChildToArrange,
const FMargin & SlotPadding,
const float & ContentScale,
bool bClampToParent
)