Choose your operating system:
Windows
macOS
Linux
| UFactory::FactoryCreateNew()
|
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundFactory.h |
Include |
#include "MetasoundFactory.h" |
Source |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundFactory.cpp |
virtual UObject * FactoryCreateNew
(
UClass * InClass,
UObject * InParent,
FName InName,
EObjectFlags Flags,
UObject * Context,
FFeedbackContext * Warn
)
Create a new object by class.
The new object.
Parameter |
Description |
---|---|
InClass |
|
InParent |
|
InName |
|
Flags |
|
Context |
|
Warn |