Choose your operating system:
Windows
macOS
Linux
| UFactory::FactoryCreateNew()
|
Module |
|
Header |
/Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharingEd/Public/AnimationSharingSetupFactory.h |
Include |
#include "AnimationSharingSetupFactory.h" |
Source |
/Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharingEd/Private/AnimationSharingSetupFactory.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 |