Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- USoundSubmixFactory
References
| Module | AudioEditor |
| Header | /Engine/Source/Editor/AudioEditor/Classes/Factories/SoundSubmixFactory.h |
| Include | #include "Factories/SoundSubmixFactory.h" |
Syntax
class USoundSubmixFactory : public UFactory
Constructors
| Type | Name | Description | |
|---|---|---|---|
USoundSubmixFactory
(
const FObjectInitializer& ObjectInitializer |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCreateNew () |
||
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. |