Commit Graph

3 Commits

Author SHA1 Message Date
Max Preussner
017837289f Modules: Module Manager API cleanup pass
There is now a consistent set of methods for module loading, unloading and lookup that all behave in the same expected way.

- renamed GetModuleInterface to GetModule and made it not assert
- removed GetModuleInterfaceRef
- namespace enums to enum classes, NULL to nullptr
- moved important public methods to the top, so they're easier to discover
- added missing & improved existing documentation
- cleaned up existing use cases

[CL 2109936 by Max Preussner in Main branch]
2014-06-18 19:23:34 -04:00
Peter Sauerbrei
ad1395f6a6 #ue4
#ios
* fix for shutdown crash on iOS, no longer try to stop the socket subsystem if we aren't on the main thread

TTP328922

[CL 2045351 by Peter Sauerbrei in Main branch]
2014-04-23 18:43:57 -04:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00