unreal.ObjectMixerHybridMode

class unreal.ObjectMixerHybridMode

Bases: EnumBase

EObject Mixer Hybrid Mode

C++ Source:

  • Plugin: ObjectMixer

  • Module: ObjectMixerEditor

  • File: ObjectMixerEditorSettings.h

HYBRID_ACTOR: ObjectMixerHybridMode = Ellipsis

Makes hybrid rows and selects the actor in the Scene Outliner when an actor with a single matching component is selected.

Type:

0

HYBRID_COMPONENT: ObjectMixerHybridMode = Ellipsis

Makes hybrid rows and selects the component in the Scene Outliner when an actor with a single matching component is selected.

Type:

1

HYBRID_NONE: ObjectMixerHybridMode = Ellipsis

Does not make hybrid rows when an actor with a single matching component is selected. Actor and component rows will be split.

Type:

2