SSplitter::OnArrangeChildren

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

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