UCommonUILibrary

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonUILibrary.h

Include

#include "CommonUILibrary.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class UCommonUILibrary : public UBlueprintFunctionLibrary

Constructors

Name Description

Public function

UCommonUILibrary

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Static UFunction BlueprintCallable, Category

UWidget *...

 

FindParentWidgetOfType

(
    UWidget* StartingWidget,
    TSubclassOf< UWidget > Type
)

Finds the first parent widget of the given type and returns it, or null if no parent could be found.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss