Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor
| |
|
| Name |
UObjectMixerEditorSettings |
| Type |
class |
| Header File |
/Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/ObjectMixerEditorSettings.h |
| Include Path |
#include "ObjectMixerEditorSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=ObjectMixer)
class UObjectMixerEditorSettings : public UDeveloperSettings
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bSyncSelection |
bool |
If enabled, clicking an item in the mixer list will also select the item in the Scene Outliner. |
ObjectMixerEditorSettings.h |
- Config
- EditAnywhere
- Category="Object Mixer"
|
| HybridRowPolicy |
EObjectMixerHybridMode |
Determines how rows with a single matching component are displayed. |
ObjectMixerEditorSettings.h |
- Config
- EditAnywhere
- Category="Object Mixer"
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
bool IsHybridRowModeEnabled()
|
|
ObjectMixerEditorSettings.h |
|
Static