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
9171aa08258a01d5a04601bcd62f9be89e149321
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Projects
/
Private
History
will brown
9171aa0825
Added new function suite to return found plugins that are enabled. Updated the LoadBuiltInGameFeaturePlugins sort function to skip plugin dependencies that are not enabled for correctness however it does not impact the final EnabledPlugins list
...
#rb Eric.Knapik [CL 31824835 by will brown in ue5-main branch]
2024-02-26 19:29:36 -05:00
..
CustomBuildSteps.cpp
…
JsonExtensions.h
…
LocalizationDescriptor.cpp
…
ModuleDescriptor.cpp
Added option to prevent unload of code library for GameFeaturePlugins.
2024-01-23 15:40:21 -05:00
PluginDescriptor.cpp
Removing the UE_LOG bandaid now that the real solution is submitted. The log is also missing the file name context and it wasn't that helpful.
2024-02-23 17:17:31 -05:00
PluginDisallowedDescriptor.cpp
…
PluginManager.cpp
Added new function suite to return found plugins that are enabled. Updated the LoadBuiltInGameFeaturePlugins sort function to skip plugin dependencies that are not enabled for correctness however it does not impact the final EnabledPlugins list
2024-02-26 19:29:36 -05:00
PluginManager.h
Added new function suite to return found plugins that are enabled. Updated the LoadBuiltInGameFeaturePlugins sort function to skip plugin dependencies that are not enabled for correctness however it does not impact the final EnabledPlugins list
2024-02-26 19:29:36 -05:00
PluginManifest.cpp
…
PluginReferenceDescriptor.cpp
…
ProjectDescriptor.cpp
…
ProjectManager.cpp
…
ProjectManager.h
…
ProjectsModule.cpp
…
VerseScope.cpp
…