GetRelativeLayoutScale

Overload list

Windows
MacOS
Linux
Name Description

Public function Virtual Const

float

 

GetRelativeLayoutScale

(
    const FSlotBase& Child,
    float LayoutScaleMultiplier
)

GetRelativeLayoutScale(int32 ChildIndex, float LayoutScaleMultiplier), your widget will also need to set bHasRelativeLayoutScale in their Construct/ctor.

Public function Virtual Const

float

 

GetRelativeLayoutScale

(
    const int32 ChildIndex,
    float LayoutScaleMultiplier
)

What is the Child's scale relative to this widget.

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