Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout > API/Runtime/SlateCore/Layout/FArrangedChildren
| Type | Name | Description | |
|---|---|---|---|
| void | AddWidget
(
const FArrangedWidget& InWidgetGeometry |
Add an arranged widget (i.e. widget and its resulting geometry) to the list of Arranged children based on the the visibility filter and the arranged widget's visibility | |
| void | AddWidget
(
EVisibility VisibilityOverride, |
Add an arranged widget (i.e. widget and its resulting geometry) to the list of Arranged children. |