Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/UnrealEd/Classes/Factories/Factory.h |
Include |
#include "Factories/Factory.h" |
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 |