unreal.AvaHideEmptyModifier

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

Bases: AvaArrangeBaseModifier

Ava Hide Empty Modifier

C++ Source:

  • Plugin: Avalanche

  • Module: AvalancheModifiers

  • File: AvaHideEmptyModifier.h

Editor Properties: (see get_editor_property/set_editor_property)

  • container_actor_weak (Actor): [Read-Write] The container to hide when text is empty, by default self

  • invert_visibility (bool): [Read-Write] Invert the behaviour and visibility of the container if text is empty

  • modifier_enabled (bool): [Read-Write] Is the modifier enabled or disabled

property container_actor_weak: Actor

[Read-Write] The container to hide when text is empty, by default self

Type:

(Actor)

property invert_visibility: bool

[Read-Write] Invert the behaviour and visibility of the container if text is empty

Type:

(bool)