Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UAudioSynesthesiaNRTFactory
References
| Module | AudioSynesthesiaEditor |
| Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaEditor/Classes/AudioSynesthesiaNRTFactory.h |
| Include | #include "AudioSynesthesiaNRTFactory.h" |
Syntax
UCLASS&40;MinimalAPI, HideCategories&61;Object&41;
class UAudioSynesthesiaNRTFactory : public UFactory
Remarks
UAudioSynesthesiaNRTFactory implements the factory for UAudioSynesthesiaNRT assets.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UAudioSynesthesiaNRT > | AudioSynesthesiaNRTClass | The type of audio analyzer settings that will be created |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAudioSynesthesiaNRTFactory
(
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. |