Navigation
Unreal Engine C++ API Reference > Editor > AudioEditor > Factories > USoundSourceBusFactory
References
Module | AudioEditor |
Header | /Engine/Source/Editor/AudioEditor/Classes/Factories/SoundSourceBusFactory.h |
Include | #include "Factories/SoundSourceBusFactory.h" |
Source | /Engine/Source/Editor/AudioEditor/Private/Factories/SoundSourceBusFactory.cpp |
virtual [UObject](API\Runtime\CoreUObject\UObject\UObject) * FactoryCreateNew ( [UClass](API\Runtime\CoreUObject\UObject\UClass) * InClass, [UObject](API\Runtime\CoreUObject\UObject\UObject) * InParent, [FName](API\Runtime\Core\UObject\FName) InName, EObjectFlags Flags, [UObject](API\Runtime\CoreUObject\UObject\UObject) * Context, [FFeedbackContext](API\Runtime\Core\Misc\FFeedbackContext) * Warn )
Remarks
Create a new object by class. The new object.
Parameters
Name | Description |
---|---|
InClass | |
InParent | |
InName | |
Flags | |
Context | |
Warn |