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
a5e5aef45d2f40bd77828f21728fa4ddcdcc37ad
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Projects
/
Private
History
Ben Marsh
7e5c0aa227
Prevent an ensure when starting programs that compile-in the plugin manager but do not support content plugins, like SCW.
...
[CL 2131316 by Ben Marsh in Main branch]
2014-07-03 14:08:35 -04:00
..
ModuleDescriptor.cpp
Separate out project and plugin descriptors from each other, and the instance data maintained by their respective managers. Projects and plugins already only have superficial similarities, and will continue to diverge.
2014-06-27 08:41:46 -04:00
PluginDescriptor.cpp
Store whether a plugin is enabled by default in the uplugin file (rather than in the INI file). Simplifies checks for what is enabled in UE4Game and decentralizes everything.
2014-06-27 16:38:50 -04:00
PluginManager.cpp
Prevent an ensure when starting programs that compile-in the plugin manager but do not support content plugins, like SCW.
2014-07-03 14:08:35 -04:00
PluginManager.h
Add an toggle for showing plugin content, and disable it by default.
2014-07-02 13:18:43 -04:00
ProjectDescriptor.cpp
Store whether a plugin is enabled by default in the uplugin file (rather than in the INI file). Simplifies checks for what is enabled in UE4Game and decentralizes everything.
2014-06-27 16:38:50 -04:00
ProjectManager.cpp
Store whether a plugin is enabled by default in the uplugin file (rather than in the INI file). Simplifies checks for what is enabled in UE4Game and decentralizes everything.
2014-06-27 16:38:50 -04:00
ProjectManager.h
Store whether a plugin is enabled by default in the uplugin file (rather than in the INI file). Simplifies checks for what is enabled in UE4Game and decentralizes everything.
2014-06-27 16:38:50 -04:00
ProjectsModule.cpp
UE4 Refactoring. Changed OVERRIDE and FINAL macros to keywords override and final.
2014-06-13 06:14:46 -04:00
ProjectsPrivatePCH.h
Separate out project and plugin descriptors from each other, and the instance data maintained by their respective managers. Projects and plugins already only have superficial similarities, and will continue to diverge.
2014-06-27 08:41:46 -04:00