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
7828b041bce99d6e100ee5ea83cdffdea508938a
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
CoreUObject
/
Public
History
matt peters
a0dddf9eea
FCookDependency::LoadFromCompactBinary: fix assertion when compact binary has invalid value for the ECookDependency Type. LoadFromCompactBinary by contract should return false for invalid data rather than asserting.
...
#rnx #rb matt.breindel [CL 33812434 by matt peters in ue5-main branch]
2024-05-21 17:59:55 -04:00
..
AssetRegistry
Add PlatformMemory::KernelAddressBit to enable an extra high-bit for pointer tagging
2024-05-21 02:40:00 -04:00
Blueprint
Optimize UUserDefinedStruct::InitializeStruct in non editor builds, as of 18672462 all cooked assets include XBeforeY dependency information to safely order loads. GEventDrivenLoaderEnabled is also no longer set, so we can't rely on that anymore
2024-05-02 17:03:25 -04:00
Concepts
…
Cooker
FCookDependency::LoadFromCompactBinary: fix assertion when compact binary has invalid value for the ECookDependency Type. LoadFromCompactBinary by contract should return false for invalid data rather than asserting.
2024-05-21 17:59:55 -04:00
Internationalization
Fixed GFPs failing to build their package localization cache when loading their asset registry data async
2024-04-15 20:53:18 -04:00
Misc
FAssetPackageData: Add compactbinary functions NetworkWrite and TryNetworkRead for use by MPCook.
2024-05-09 14:32:55 -04:00
Serialization
HLSLMaterialTranslator: Fix crash when UMaterialCollection referred to in an FEnvironmentDefines DDC entry has been redirected and an ObjectRedirector left behind.
2024-05-02 12:01:55 -04:00
Templates
Added FUtf8StrProperty and FAnsiStrProperty.
2024-04-15 19:00:49 -04:00
UObject
IterativeCooker: Add build dependency on CoreRedirects that affect a package's runtime dependencies. The names of runtime dependencies are stored in the package's imports, so if the change names due to a redirect then we need to recook them.
2024-05-21 15:41:10 -04:00
VerseVM
Fix bad merge.
2024-05-17 13:43:58 -04:00
CoreUObject.h
…
CoreUObjectSharedPCH.h
…
InstancedReferenceSubobjectHelper.h
…