unreal.TypedElementSelectionOptions
¶
- class unreal.TypedElementSelectionOptions(allow_hidden: bool = False, allow_groups: bool = False, allow_legacy_notifications: bool = False, warn_if_locked: bool = False, child_element_inclusion_method: TypedElementChildInclusionMethod = Ellipsis)¶
Bases:
StructBase
Typed Element Selection Options
C++ Source:
Module: TypedElementRuntime
File: TypedElementSelectionInterface.h
Editor Properties: (see get_editor_property/set_editor_property)
allow_groups
(bool): [Read-Write] Allow Groupsallow_hidden
(bool): [Read-Write] Allow Hiddenallow_legacy_notifications
(bool): [Read-Write] Allow Legacy Notificationschild_element_inclusion_method
(TypedElementChildInclusionMethod): [Read-Write] Child Element Inclusion Methodwarn_if_locked
(bool): [Read-Write] Warn if Locked
[Read-Write] Allow Hidden
- Type:
(bool)
- property child_element_inclusion_method: TypedElementChildInclusionMethod¶
[Read-Write] Child Element Inclusion Method
- Type: