FGeometry::MakeChild

!!! DEPRECATED FUNCTION !!! Use MakeChild taking a layout transform instead! Create a child geometry+widget relative to this one with a given local space size and layout transform given by a scale+offset.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h

Include

#include "Layout/Geometry.h"

Source

/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h

Syntax

FArrangedWidget MakeChild
(
    const TSharedRef< SWidget > & ChildWidget,
    const FVector2D & ChildOffset,
    const FVector2D & InLocalSize,
    float ChildScale
) const

Remarks

!!! DEPRECATED FUNCTION !!! Use MakeChild taking a layout transform instead! Create a child geometry+widget relative to this one with a given local space size and layout transform given by a scale+offset. The Geometry inherits the child widget's render transform.

Returns

The new child geometry+widget.

Parameters

Parameter

Description

ChildWidget

The child widget this geometry is being created for.

ChildOffset

Offset of the child relative to the parent. Scale+Offset effectively define the layout transform.

LocalSize

The size of the child geometry in local space.

ChildScale

Scale of the child relative to the parent. Scale+Offset effectively define the layout transform.

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