|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
Factory class for creating UArticyAlternativeGlobalVariables assets. More...
#include <ArticyAlternativeGVFactory.h>
Public Member Functions | |
| virtual UObject * | FactoryCreateNew (UClass *InClass, UObject *InParent, FName InName, EObjectFlags Flags, UObject *Context, FFeedbackContext *Warn) override |
| Creates a new UArticyAlternativeGlobalVariables object. | |
| virtual bool | ShouldShowInNewMenu () const override |
| Determines whether the factory should appear in the "New" menu. | |
Factory class for creating UArticyAlternativeGlobalVariables assets.
This class provides functionality for creating new instances of UArticyAlternativeGlobalVariables assets in the Unreal Engine editor.
|
overridevirtual |
Creates a new UArticyAlternativeGlobalVariables object.
This function is called when a new instance of the asset is created in the editor.
| InClass | The class type of the object to create. |
| InParent | The parent object for the new asset. |
| InName | The name of the new asset. |
| Flags | Object flags for the new asset. |
| Context | Additional context for asset creation. |
| Warn | Feedback context for warnings. |
|
overridevirtual |
Determines whether the factory should appear in the "New" menu.