Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor
| Name | EObjectMixerHybridMode |
| Type | enum |
| Header File | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/ObjectMixerEditorSettings.h |
| Include Path | #include "ObjectMixerEditorSettings.h" |
Syntax
enum EObjectMixerHybridMode
{
UMETA =(DisplayName="Hybrid Rows (Select Actor)", ToolTip="Makes hybrid rows and selects the actor in the Scene Outliner when an actor with a single matching component is selected."),
UMETA =(DisplayName="Hybrid Rows (Select Component)", ToolTip="Makes hybrid rows and selects the component in the Scene Outliner when an actor with a single matching component is selected."),
UMETA =(DisplayName="Do not make hybrid rows", ToolTip="Does not make hybrid rows when an actor with a single matching component is selected. Actor and component rows will be split."),
}
Values
| Name | Remarks |
|---|---|
| UMETA | |
| UMETA | |
| UMETA |