Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UPanelWidget
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/PanelWidget.h |
| Include | #include "Components/PanelWidget.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/PanelWidget.cpp |
UWidget &42; GetChildAt
&40;
int32 Index
&41; const
Remarks
Gets the widget at an index. The widget at the given index, or nothing if there is no widget there.
Parameters
| Name | Description |
|---|---|
| Index | The index of the widget. |