unreal.ObjectMixerInheritanceInclusionOptions

class unreal.ObjectMixerInheritanceInclusionOptions

Bases: EnumBase

EObject Mixer Inheritance Inclusion Options

C++ Source:

  • Plugin: ObjectMixer

  • Module: ObjectMixerEditor

  • File: ObjectMixerEditorObjectFilter.h

INCLUDE_ALL_CHILDREN: ObjectMixerInheritanceInclusionOptions

Get properties from all derived classes recursively + Specified Classes

Type:

5

INCLUDE_ALL_PARENTS: ObjectMixerInheritanceInclusionOptions

Go up the chain of parent classes to get all properties in the specified classes’ ancestries + Specified Classes

Type:

4

INCLUDE_ALL_PARENTS_AND_CHILDREN: ObjectMixerInheritanceInclusionOptions

IncludeAllParents + IncludeAllChildren + Specified Classes

Type:

6

INCLUDE_ALL_PARENTS_AND_ONLY_IMMEDIATE_CHILDREN: ObjectMixerInheritanceInclusionOptions

IncludeAllParents + IncludeOnlyImmediateChildren + Specified Classes

Type:

7

INCLUDE_ONLY_IMMEDIATE_CHILDREN: ObjectMixerInheritanceInclusionOptions

Get properties from child classes but not child classes of child classes + Specified Classes

Type:

2

INCLUDE_ONLY_IMMEDIATE_PARENT: ObjectMixerInheritanceInclusionOptions

Get properties from the class that the specified classes immediately derive from, but not the parents’ parents + Specified Classes

Type:

1

INCLUDE_ONLY_IMMEDIATE_PARENT_AND_ALL_CHILDREN: ObjectMixerInheritanceInclusionOptions

IncludeOnlyImmediateParent + IncludeAllChildren + Specified Classes

Type:

8

INCLUDE_ONLY_IMMEDIATE_PARENT_AND_CHILDREN: ObjectMixerInheritanceInclusionOptions

IncludeOnlyImmediateParent + IncludeOnlyImmediateChildren + Specified Classes

Type:

3

NONE: ObjectMixerInheritanceInclusionOptions

Get only the properties in the specified classes without considering parent or child classes

Type:

0