Navigation
Unreal Engine C++ API Reference > 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. |