Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UAudioSynesthesiaSettingsFactory
References
| Module | AudioSynesthesiaEditor |
| Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaEditor/Classes/AudioSynesthesiaSettingsFactory.h |
| Include | #include "AudioSynesthesiaSettingsFactory.h" |
Syntax
UCLASS&40;MinimalAPI, HideCategories&61;Object&41;
class UAudioSynesthesiaSettingsFactory : public UFactory
Remarks
UAudioSynesthesiaSettingsFactory
UAudioSynesthesiaSettingsFactory implements the factory for UAudioSynesthesiaSettings assets.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UAudioSynesthesiaSettings > | AudioSynesthesiaSettingsClass | The type of audio analyzer settings that will be created |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAudioSynesthesiaSettingsFactory
(
const FObjectInitializer& ObjectInitializer |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | Opens a dialog to configure the factory properties. | ||
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. |