MVVM: Fix ViewModel name in IMPLEMENT_MODULE. It prevented the module to be loaded in cooked build.

#rb rex.hill
#rnx

[CL 22105133 by patrick boutot in ue5-main branch]
This commit is contained in:
patrick boutot
2022-09-20 19:24:01 -04:00
parent f6696bad5b
commit 8919ba1c0d

View File

@@ -33,4 +33,4 @@ private:
};
IMPLEMENT_MODULE(FModelViewViewModelBlueprintModule, ModelViewViewModelBlueprintModule);
IMPLEMENT_MODULE(FModelViewViewModelBlueprintModule, ModelViewViewModelBlueprint);