unreal.CommonUILibrary

class unreal.CommonUILibrary(outer: Object | None = None, name: Name | str = 'None')

Bases: BlueprintFunctionLibrary

Common UILibrary

C++ Source:

  • Plugin: CommonUI

  • Module: CommonUI

  • File: CommonUILibrary.h

classmethod find_parent_widget_of_type(starting_widget, type) Widget

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

Parameters:
Return type:

Widget