SRotatorInputBox::OnArrangeChildren

Compute the Geometry of all the children and add populate the ArrangedChildren list with their values.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h

Include

#include "Widgets/Input/SRotatorInputBox.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Input/SRotatorInputBox.cpp

Syntax

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

Remarks

Compute the Geometry of all the children and add populate the ArrangedChildren list with their values. Each type of Layout panel should arrange children based on desired behavior.

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