You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Update to latest version of Live Coding. Fixes issues with symbols not being stripped if they can throw an exception during construction.
#rb none [CL 6602853 by Ben Marsh in Dev-Build branch]
This commit is contained in:
@@ -263,9 +263,6 @@ void FLiveCodingModule::UpdateModules()
|
||||
TArray<FModuleStatus> ModuleStatuses;
|
||||
FModuleManager::Get().QueryModules(ModuleStatuses);
|
||||
|
||||
extern void BeginCommandBatch();
|
||||
BeginCommandBatch();
|
||||
|
||||
for (const FModuleStatus& ModuleStatus : ModuleStatuses)
|
||||
{
|
||||
if (ModuleStatus.bIsLoaded)
|
||||
@@ -274,9 +271,6 @@ void FLiveCodingModule::UpdateModules()
|
||||
ConfigureModule(FName(*ModuleStatus.Name), FullFilePath);
|
||||
}
|
||||
}
|
||||
|
||||
extern void EndCommandBatch();
|
||||
EndCommandBatch();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user