Files
UnrealEngineUWP/Engine/Source/Runtime/Core/Public/ProfilingDebugging
devin doucette 93dce73de7 Extended FCookStats to support new use cases
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]
2020-03-27 14:02:41 -04:00
..