FGeometry

Overload list

Windows
MacOS
Linux
Name Description

Public function

FGeometry()

Default constructor. Creates a geometry with identity transforms.

Public function

FGeometry

(
    const FVector2D& OffsetFromParent,
    const FVector2D& ParentAbsolutePos...,
    const FVector2D& InLocalSize,
    float InScale
)

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

Private function

FGeometry

(
    const FVector2D& InLocalSize,
    const FSlateLayoutTransform& InLoc...,
    const FSlateLayoutTransform& Paren...,
    const FSlateRenderTransform& Paren...,
    bool bParentHasRenderTransform
)

Construct a new geometry with a given size in LocalSpace (and identity render transform) that is attached to a parent geometry with the given layout and render transform.

Private function

FGeometry

(
    const FVector2D& InLocalSize,
    const FSlateLayoutTransform& InLoc...,
    const FSlateRenderTransform& InLoc...,
    const FVector2D& InLocalRenderTran...,
    const FSlateLayoutTransform& Paren...,
    const FSlateRenderTransform& Paren...
)

Construct a new geometry with a given size in LocalSpace that is attached to a parent geometry with the given layout and render 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