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