Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UCommonUILibrary
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonUILibrary.h |
| Include | #include "CommonUILibrary.h" |
Syntax
UCLASS ()
class UCommonUILibrary : public UBlueprintFunctionLibrary
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCommonUILibrary
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UWidget * | FindParentWidgetOfType
(
UWidget* StartingWidget, |
Finds the first parent widget of the given type and returns it, or null if no parent could be found. |