unreal.CommonUILibrary

class unreal.CommonUILibrary(outer=None, name='None')

Bases: unreal.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