Navigation
Unreal Engine C++ API Reference > Editor > AudioEditor > Factories
Inheritance Hierarchy
- UFactory
- USoundFactory
- UReimportSoundFactory
References
Module | AudioEditor |
Header | /Engine/Source/Editor/AudioEditor/Classes/Factories/SoundFactory.h |
Include | #include "Factories/SoundFactory.h" |
Syntax
UCLASS (MinimalAPI, HideCategories=Object)
class USoundFactory : public UFactory
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
uint32: 1 | bAutoCreateCue | If enabled, a sound cue will automatically be created for the sound |
![]() ![]() ![]() |
uint32: 1 | bIncludeAttenuationNode | If enabled, the created sound cue will include a attenuation node |
![]() ![]() ![]() |
uint32: 1 | bIncludeLoopingNode | If enabled, the created sound cue will include a looping node |
![]() ![]() ![]() |
uint32: 1 | bIncludeModulatorNode | If enabled, the created sound cue will include a modulator node |
![]() ![]() ![]() |
FString | CuePackageSuffix | If not empty, imported waves will be placed in PackageCuePackageSuffix, but only if bAutoCreateCue is true. |
![]() ![]() ![]() |
float | CueVolume | The volume of the created sound cue |
![]() |
uint8 | SuppressImportDialogOptions |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
USoundFactory
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | CleanUp () |
|
![]() ![]() |
UObject * | FactoryCreateBinary
(
UClass* Class, |
|
![]() |
void | Suppresses all dialogs pertaining to importing using factory |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
ESuppressImportDialog |