USoundSourceEffectFactory

Windows
MacOS
Linux

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

Name Description

Public variable

TSubclassOf< US...

 

SoundEffectSourcepresetClass

The type of sound source effect preset that will be created

Constructors

Name Description

Public function

USoundSourceEffectFactory

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UFactory

Name Description

Public function Virtual Const

bool

 

CanCreateNew()

Public function Virtual

bool

 

ConfigureProperties()

Opens a dialog to configure the factory properties.

Public function Virtual

UObject *...

 

FactoryCreateNew

(
    UClass* InClass,
    UObject* InParent,
    FName InName,
    EObjectFlags Flags,
    UObject* Context,
    FFeedbackContext* Warn
)

Create a new object by class.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss