unreal.UIFrameworkStackBox¶
- class unreal.UIFrameworkStackBox(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
UIFrameworkWidgetUIFramework Stack Box
C++ Source:
Plugin: UIFramework
Module: UIFramework
File: UIFStackBox.h
Editor Properties: (see get_editor_property/set_editor_property)
is_enabled(bool): [Read-Write]is_hit_test_visible(bool): [Read-Write]orientation(Orientation): [Read-Write] The orientation of the stack box.render_opacity(double): [Read-Write]visibility(SlateVisibility): [Read-Write]widget_class(Class): [Read-Write]
- add_widget(widget) None¶
Add Widget
- Parameters:
widget (UIFrameworkStackBoxSlot)
- property orientation: Orientation¶
[Read-Write] The orientation of the stack box.
- Type:
- remove_widget(widget) None¶
Remove Widget
- Parameters:
widget (UIFrameworkWidget)