unreal.TypedElementSelectionNormalizationOptions

class unreal.TypedElementSelectionNormalizationOptions(expand_groups: bool = False, follow_attachment: bool = False)

Bases: StructBase

Typed Element Selection Normalization Options

C++ Source:

  • Module: TypedElementRuntime

  • File: TypedElementSelectionSet.h

Editor Properties: (see get_editor_property/set_editor_property)

  • expand_groups (bool): [Read-Write] Expand Groups

  • follow_attachment (bool): [Read-Write] Follow Attachment

property expand_groups: bool

[Read-Write] Expand Groups

Type:

(bool)

property follow_attachment: bool

[Read-Write] Follow Attachment

Type:

(bool)