Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Blueprint > API/Runtime/UMG/Blueprint/UWidgetTree
| Type | Name | Description | |
|---|---|---|---|
| UWidget * | FindWidget
(
const FName& Name |
Finds the widget in the tree by name. | |
| UWidget * | FindWidget
(
TSharedRef< SWidget > InWidget |
Finds a widget in the tree using the native widget as the key. | |
| WidgetT * | FindWidget
(
const FName& Name |
Finds the widget in the tree by name and casts the return to the desired type. |