FGeometry::FGeometry

!!! DEPRECATED FUNCTION !!! Use MakeChild taking a layout transform instead! Construct a new geometry given the following parameters:

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Layout/Geometry.h"

Syntax

FGeometry
(
    const FVector2D & OffsetFromParent,
    const FVector2D & ParentAbsolutePosition,
    const FVector2D & InLocalSize,
    float InScale
)

Remarks

!!! DEPRECATED FUNCTION !!! Use MakeChild taking a layout transform instead! Construct a new geometry given the following parameters:

Parameters

Parameter

Description

OffsetFromParent

Local position of this geometry within its parent geometry.

ParentAbsolutePosition

The absolute position of the parent geometry containing this geometry.

InSize

The size of this geometry.

InScale

The scale of this geometry with respect to Normal Slate Coordinates.

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