Navigation
API > API/Plugins > API/Plugins/UIFramework > API/Plugins/UIFramework/FUIFrameworkWidgetTree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UUIFrameworkWidget * FindWidgetById
(
FUIFrameworkWidgetId WidgetId |
Find the widget by its unique Id. The widget needs to be in the Tree. | Types/UIFWidgetTree.h | |
const UUIFrameworkWidget * FindWidgetById
(
FUIFrameworkWidgetId WidgetId |
Types/UIFWidgetTree.h |
FindWidgetById(FUIFrameworkWidgetId)
Description
Find the widget by its unique Id. The widget needs to be in the Tree.
| Name | FindWidgetById |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Types/UIFWidgetTree.h |
| Include Path | #include "Types/UIFWidgetTree.h" |
| Source | /Engine/Plugins/Experimental/UIFramework/Source/Private/Types/UIFWidgetTree.cpp |
UUIFrameworkWidget * FindWidgetById
(
FUIFrameworkWidgetId WidgetId
)
FindWidgetById(FUIFrameworkWidgetId)
| Name | FindWidgetById |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Types/UIFWidgetTree.h |
| Include Path | #include "Types/UIFWidgetTree.h" |
| Source | /Engine/Plugins/Experimental/UIFramework/Source/Private/Types/UIFWidgetTree.cpp |
const UUIFrameworkWidget * FindWidgetById
(
FUIFrameworkWidgetId WidgetId
) const