unreal.UIFrameworkStackBox

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

Bases: UIFrameworkWidget

UIFramework 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]

  • orientation (Orientation): [Read-Write] The orientation of the stack box.

  • 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:

(Orientation)

remove_widget(widget) None

Remove Widget

Parameters:

widget (UIFrameworkWidget) –