Commit Graph

5 Commits

Author SHA1 Message Date
Geremy Mustard
51dd52e90d Allow the RuntimeAssetCache to work with variable or unpredictable file sizes
- FVoidPtrParam now includes DataSize, and this is passed between functions to make it easy to know how big the void* Data is.
- GetSerializedDataSize is no longer needed. Everything now uses the DataSize stored in the MetaData or returned directly from the Build function.

#codereview Mikolaj.Sieluzycki

[CL 2605033 by Geremy Mustard in Main branch]
2015-06-29 21:12:06 -04:00
Mikolaj Sieluzycki
977fe8d279 RuntimeAssetCache improvements and fixes.
[CL 2603611 by Mikolaj Sieluzycki in Main branch]
2015-06-29 03:57:39 -04:00
Marc Audy
f7beb3a525 Buildwatcher - Fix shadow variables
Fix double increment in loop
#codereview Mikolaj.Sieluzycki

[CL 2593468 by Marc Audy in Main branch]
2015-06-19 10:16:40 -04:00
Mikolaj Sieluzycki
eed4bacc54 Make RuntimeAssetCache blueprint accessible.
[CL 2593162 by Mikolaj Sieluzycki in Main branch]
2015-06-19 03:13:33 -04:00
Mikolaj Sieluzycki
8c51156535 Implementation of RuntimeAssetCache
#codereview Robert.Manuszewski

[CL 2582347 by Mikolaj Sieluzycki in Main branch]
2015-06-10 03:14:50 -04:00