[ue4] Fixed UE 4.22 linker error. IMPLEMENT_MODULE macro changed. No mention of this in the UE changelog.

This commit is contained in:
badlogic 2019-04-08 18:04:08 +02:00
parent 35edb7922e
commit 4f0b7bef2c
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ class FSpineEditorPlugin: public ISpineEditorPlugin {
virtual void ShutdownModule() override;
};
IMPLEMENT_MODULE(FSpineEditorPlugin, ISpineEditorPlugin)
IMPLEMENT_MODULE(FSpineEditorPlugin, SpineEditorPlugin)
void FSpineEditorPlugin::StartupModule () {
}

View File

@ -1,6 +1,6 @@
{
"FileVersion": 3,
"EngineAssociation": "4.21",
"EngineAssociation": "4.22",
"Category": "",
"Description": "",
"Modules": [