Files
UnrealEngineUWP/Engine/Source/Developer/Virtualization
paul chipchase f1937b6077 Clean up FVirtualizationManager::GatherAnalytics
#rb PJ.Kack
#jira UE-147384
#rnx

- When this code was moved from elsewhere to FVirtualizationManager we neglected to remove the calls to IVirtualizationSystem. The code was working just fine but on first glance it is more complicated that it needed to be as it looks like a static method (hence needing to find the active IVirtualizationSystem pointer) but it is not.
- Reserve the space we need in the attributes array.

[CL 33509346 by paul chipchase in ue5-main branch]
2024-05-08 07:30:33 -04:00
..