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

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

There is a newer version: 7.6.0
Show newest version
{{>licenseInfo}}
#include "{{unrealModuleName}}Module.h"

IMPLEMENT_MODULE({{unrealModuleName}}Module, {{unrealModuleName}});
DEFINE_LOG_CATEGORY(Log{{unrealModuleName}});

void {{unrealModuleName}}Module::StartupModule()
{
}

void {{unrealModuleName}}Module::ShutdownModule()
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy