Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- USoundSourceEffectFactory
References
Module | AudioEditor |
Header | /Engine/Source/Editor/AudioEditor/Classes/Factories/SoundSourceEffectFactory.h |
Include | #include "Factories/SoundSourceEffectFactory.h" |
Syntax
class USoundSourceEffectFactory : public UFactory
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TSubclassOf< USoundEffectSourcePreset > | SoundEffectSourcepresetClass | The type of sound source effect preset that will be created |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
USoundSourceEffectFactory
(
const FObjectInitializer& ObjectInitializer |
Overridden from UFactory
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | CanCreateNew () |
|
![]() ![]() |
bool | Opens a dialog to configure the factory properties. | |
![]() ![]() |
UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. |