AlignChild

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function Static

AlignmentArr...

 

AlignChild

(
    float AllottedSize,
    const SlotType& ChildToArrange,
    const FMargin& SlotPadding,
    const float& ContentScale,
    bool bClampToParent
)

Public function Static

AlignmentArr...

 

AlignChild

(
    float AllottedSize,
    float ChildDesiredSize,
    const SlotType& ChildToArrange,
    const FMargin& SlotPadding,
    const float& ContentScale,
    bool bClampToParent
)

Public function Static

AlignmentArr...

 

AlignChild

(
    EFlowDirection InLayoutFlow,
    float AllottedSize,
    const SlotType& ChildToArrange,
    const FMargin& SlotPadding,
    const float& ContentScale,
    bool bClampToParent
)

Public function Static

AlignmentArr...

 

AlignChild

(
    EFlowDirection InLayoutFlow,
    float AllottedSize,
    float ChildDesiredSize,
    const SlotType& ChildToArrange,
    const FMargin& SlotPadding,
    const float& ContentScale,
    bool bClampToParent
)

Helper method to BoxPanel::ArrangeChildren.