You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
FCookStats::FScopedStatsCounter is now movable and copying is blocked to avoid incorrect behavior. This supports usage patterns such as: COOK_STAT(auto Timer = Condition ? UsageStats.TimeSyncWork() : UsageStats.TimeAsyncWork()); FCookStats::FDDCResourceUsage has been extracted into a standalone type, FDerivedDataUsageStats. The name is more in line with other DDC type names, and can now be forward-declared when necessary. #rb Zousar.Shaker [RN] minor Core/Cooker #ROBOMERGE-SOURCE: CL 12472517 via CL 12472525 via CL 12472529 via CL 12472531 #ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v672-12450963) [CL 12472536 by devin doucette in Main branch]