MakeChild

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

FGeometry

 

MakeChild

(
    const FVector2D& InLocalSize,
    const FSlateLayoutTransform& Layou...
)

Create a child geometry relative to this one with a given local space size, layout transform, and identity render transform.

Public function Const

FGeometry

 

MakeChild

(
    const FSlateRenderTransform& Rende...,
    const FVector2D& RenderTransformPi...
)

Public function Const

FArrangedWid...

 

MakeChild

(
    const TSharedRef< SWidget >& Child...,
    const FLayoutGeometry& LayoutGeome...
)

Create a child geometry+widget relative to this one using the given LayoutGeometry.

Public function Const

FArrangedWid...

 

MakeChild

(
    const TSharedRef< SWidget >& Child...,
    const FVector2D& InLocalSize,
    const FSlateLayoutTransform& Layou...
)

FGeometry Arranged Widget Inlined Functions.

Public function Const

FGeometry

 

MakeChild

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

!!! 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.

Public function Const

FGeometry

 

MakeChild

(
    const FVector2D& InLocalSize,
    const FSlateLayoutTransform& Layou...,
    const FSlateRenderTransform& Rende...,
    const FVector2D& RenderTransformPi...
)

Create a child geometry relative to this one with a given local space size, layout transform, and render transform.

Public function Const

FArrangedWid...

 

MakeChild

(
    const TSharedRef< SWidget >& Child...,
    const FVector2D& ChildOffset,
    const FVector2D& InLocalSize,
    float ChildScale
)

!!! 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.

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