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
d533e50bc29133888dd1cd2f834fc61eeddf7d60
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
History
Nick Darnell
41461e1417
Slate/Core - The TAttribute no longer allows you to directly compare another TAttrbiute for equality. This was being abused and hiding several problems in the codebase because it was just doing an implicit call to Get() == Get(). Which is not a proper comparision for equality between two attributes, that's only comparing their values. They've been deprecated, and corrected to only allow comarision against literal values instead of comparision attrbiutes, which was causing implict construction of attrbiutes when comparing against a literal. There's a new IdenticalTo() function on TAttribute which can actually compare two attributes to see if they are really the same.
...
[CL 2606031 by Nick Darnell in Main branch]
2015-06-30 13:20:11 -04:00
..
Private
[INTEGRATE] Merging CL#2604183 using UE4-To-UE4-LauncherDev:
2015-06-30 11:54:52 -04:00
Public
Slate/Core - The TAttribute no longer allows you to directly compare another TAttrbiute for equality. This was being abused and hiding several problems in the codebase because it was just doing an implicit call to Get() == Get(). Which is not a proper comparision for equality between two attributes, that's only comparing their values. They've been deprecated, and corrected to only allow comarision against literal values instead of comparision attrbiutes, which was causing implict construction of attrbiutes when comparing against a literal. There's a new IdenticalTo() function on TAttribute which can actually compare two attributes to see if they are really the same.
2015-06-30 13:20:11 -04:00
Resources
/Windows
Update copyright notices to 2015.
2014-12-07 19:09:38 -05:00
Core.Build.cs
Allow HTML5 to download maps on the fly.
2015-04-08 14:53:36 -04:00