You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -33,4 +33,4 @@ private:
|
||||
};
|
||||
|
||||
|
||||
IMPLEMENT_MODULE(FModelViewViewModelBlueprintModule, ModelViewViewModelBlueprintModule);
|
||||
IMPLEMENT_MODULE(FModelViewViewModelBlueprintModule, ModelViewViewModelBlueprint);
|
||||
|
||||
Reference in New Issue
Block a user