unreal.UIFrameworkColorBlock¶
- class unreal.UIFrameworkColorBlock(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
UIFrameworkWidgetUIFramework Color Block
C++ Source:
Plugin: UIFramework
Module: UIFramework
File: UIFColorBlock.h
Editor Properties: (see get_editor_property/set_editor_property)
is_enabled(bool): [Read-Write]is_hit_test_visible(bool): [Read-Write]render_opacity(double): [Read-Write]visibility(SlateVisibility): [Read-Write]widget_class(Class): [Read-Write]
- get_color() LinearColor¶
Get Color
- Return type:
- set_color(tint) None¶
Set Color
- Parameters:
tint (LinearColor)