Files
UnrealEngineUWP/Engine/Plugins/Runtime/AR
jeff fisher b6ea7be7a1 UE-207641 GoogleARCoreXRTrackingSystem.cpp warning V1078: An empty container is iterated. The loop will not be executed.
-Just supressing the static analysis warning.
-This code only runs on android, and the guts of the function that gets the array are #ifdef'd out such that the array is always empty.  In an ideal world the module would probably be broken up so that there would be an editor module and a target module so none of this code would build for win64, etc.
#jira UE-207641
#rb erica.stella

[CL 31875841 by jeff fisher in ue5-main branch]
2024-02-28 12:55:33 -05:00
..