Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UObjectMixerEditorSettings
References
| Module | ObjectMixerEditor |
| Header | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/ObjectMixerEditorSettings.h |
| Include | #include "ObjectMixerEditorSettings.h" |
Syntax
UCLASS&40;Config&61;ObjectMixer&41;
class UObjectMixerEditorSettings : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bExpandTreeViewItemsByDefault | If false, a new object will be created every time the filter object is accessed. | |
| bool | bSyncSelection | If enabled, clicking an item in the mixer list will also select the item in the Scene Outliner. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UObjectMixerEditorSettings
(
const FObjectInitializer& ObjectInitializer |