Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SWidget
| Type | Name | Description | |
|---|---|---|---|
| float | GetRelativeLayoutScale
(
const FSlotBase& Child, |
GetRelativeLayoutScale(int32 ChildIndex, float LayoutScaleMultiplier), your widget will also need to set bHasRelativeLayoutScale in their Construct/ctor. | |
| float | GetRelativeLayoutScale
(
const int32 ChildIndex, |
What is the Child's scale relative to this widget. |