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
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UObjectMixerEditorSettings
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 |
|
| HybridRowPolicy | EObjectMixerHybridMode | Determines how rows with a single matching component are displayed. | ObjectMixerEditorSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsHybridRowModeEnabled() |
ObjectMixerEditorSettings.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool DoesPropertyChangeRequireListRebuild
(
const FPropertyChangedEvent& Event |
ObjectMixerEditorSettings.h |