All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cpp-ue4.module-header.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
{{>licenseInfo}}
#pragma once

#include "Modules/ModuleInterface.h"
#include "Modules/ModuleManager.h"
#include "Logging/LogMacros.h"

DECLARE_LOG_CATEGORY_EXTERN(Log{{unrealModuleName}}, Log, All);

class {{dllapi}} {{unrealModuleName}}Module : public IModuleInterface
{
public:
	void StartupModule() final;
	void ShutdownModule() final;
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy