FGeometry::MakeChild

!!! DEPRECATED FUNCTION !!! Use MakeChild taking a layout transform instead! Create a child geometry 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"

Syntax

FGeometry MakeChild
(
    const FVector2D & ChildOffset,
    const FVector2D & InLocalSize,
    float ChildScale
) const

Remarks

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

Returns

The new child geometry.

Parameters

Parameter

Description

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