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
56c015cd10fc2c10cdda0430e0ff02fdfce03349
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
CoreUObject
/
Public
History
Saul Abreu
e1fe253a7c
Implemented localized package loading based on trying to find the package located under "<ContentRoot>/L10N/<CultureCode>/<OriginalPackagePath>". The localized package content subdirectories are also filtered out of the content browser views. In the editor, package paths are not redirected in any additional manner, but outside the editor the package paths redirect to the calculated localized package location.
...
[CL 2636232 by Saul Abreu in Main branch]
2015-07-28 18:21:55 -04:00
..
Blueprint
[UE-17388] Making ResolveDeferredExports() fully reentrant, so we don't attempt to recreate/mutate package exports after the Blueprint has been subsequently finalized.
2015-07-15 14:21:04 -04:00
Misc
Implemented localized package loading based on trying to find the package located under "<ContentRoot>/L10N/<CultureCode>/<OriginalPackagePath>". The localized package content subdirectories are also filtered out of the content browser views. In the editor, package paths are not redirected in any additional manner, but outside the editor the package paths redirect to the calculated localized package location.
2015-07-28 18:21:55 -04:00
Serialization
Editor-only data is now gathered for localization by opting-in through a new setting.
2015-07-14 20:21:23 -04:00
Templates
IsA optimisations.
2015-04-22 17:04:40 -04:00
UObject
Checking in Mikolaj Sieluzycki's change to fix up callsites to ask for the value of an enum entry instead of the index. The value and the index are the same unless the enum specified element values in its declaration (i.e. enum MyEnum { FirstValue = 1 })
2015-07-27 16:26:39 -04:00
CoreUObject.h
Messaging: Removed the WithMessaging type trait and message type pre-cache
2015-04-01 17:35:20 -04:00
Interface.h
…