7#include "Factories/Factory.h"
8#include "UObject/ObjectMacros.h"
10#include "ArticyAlternativeGVFactory.generated.h"
18UCLASS(hidecategories = Object)
21 GENERATED_UCLASS_BODY()
37 virtual UObject*
FactoryCreateNew(UClass* InClass, UObject* InParent, FName InName, EObjectFlags Flags, UObject* Context, FFeedbackContext* Warn)
override;
Factory class for creating UArticyAlternativeGlobalVariables assets.
Definition ArticyAlternativeGVFactory.h:20
virtual UObject * FactoryCreateNew(UClass *InClass, UObject *InParent, FName InName, EObjectFlags Flags, UObject *Context, FFeedbackContext *Warn) override
Creates a new UArticyAlternativeGlobalVariables object.
Definition ArticyAlternativeGVFactory.cpp:36
virtual bool ShouldShowInNewMenu() const override
Determines whether the factory should appear in the "New" menu.
Definition ArticyAlternativeGVFactory.cpp:46