SSplitter2x2::OnArrangeChildren

Panels arrange their children in a space described by the AllottedGeometry parameter.

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnArrangeChildren()

SPanel::OnArrangeChildren()

SSplitter2x2::OnArrangeChildren()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h

Include

#include "Widgets/Layout/SSplitter.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSplitter.cpp

Syntax

virtual void OnArrangeChildren
(
    const FGeometry & AllottedGeometry,
    FArrangedChildren & ArrangedChildren
) const

Remarks

Panels arrange their children in a space described by the AllottedGeometry parameter. The results of the arrangement should be returned by appending a FArrangedWidget pair for every child widget. See StackPanel for an example

Parameters

Parameter

Description

AllottedGeometry

The geometry allotted for this widget by its parent.

ArrangedChildren

The array to which to add the WidgetGeometries that represent the arranged children.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss