This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6bf526007bdf92c3d4744a0dc331aa4e2c7800a6
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Projects
/
Private
History
eric boucher
5fe1716cf3
Load game localization data in cooked editors
...
#rb Jamie.Dale #rnx [CL 34357337 by eric boucher in ue5-main branch]
2024-06-13 18:23:49 -04:00
..
CustomBuildSteps.cpp
…
JsonExtensions.h
…
LocalizationDescriptor.cpp
Load game localization data in cooked editors
2024-06-13 18:23:49 -04:00
ModuleDescriptor.cpp
…
PluginDescriptor.cpp
Adding an optional sort delegate to allow custom sorting of the updated json array before it's set. The default behavor adds new elements to the end of the json array which may not match the source input array. Removing the clearing of "Plugins" so that existing data is preserved again.
2024-05-16 10:23:59 -04:00
PluginDisallowedDescriptor.cpp
…
PluginManager.cpp
Fix issue where GFS plugins or dependencies of root plugins might become unmounted and not enabled. This would prevent them from being mounted again by requiring that the plugins be enabled when tied to a root.
2024-06-07 15:59:14 -04:00
PluginManager.h
Fix issue where GFS plugins or dependencies of root plugins might become unmounted and not enabled. This would prevent them from being mounted again by requiring that the plugins be enabled when tied to a root.
2024-06-07 15:59:14 -04:00
PluginManifest.cpp
…
PluginReferenceDescriptor.cpp
Adding an optional sort delegate to allow custom sorting of the updated json array before it's set. The default behavor adds new elements to the end of the json array which may not match the source input array. Removing the clearing of "Plugins" so that existing data is preserved again.
2024-05-16 10:23:59 -04:00
ProjectDescriptor.cpp
…
ProjectManager.cpp
…
ProjectManager.h
…
ProjectsModule.cpp
…
ProjectUtilities.cpp
…
VerseScope.cpp
…