From e2fa246eb3dddf6657a86b0d31bdbfa9c3a1fb45 Mon Sep 17 00:00:00 2001 From: w920491346 <920491346@qq.com> Date: Tue, 18 Feb 2025 21:43:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Win64/FlightSimulationEditor.target | 255 +-- FlightSimulation/Config/DefaultInput.ini | 2 +- .../BluePrints/BP_CombatGameMode.uasset | Bin 116846 -> 118964 bytes .../Content/BluePrints/BP_TrackActor.uasset | Bin 85512 -> 110969 bytes .../BP_WarcraftSettingGameMode.uasset | Bin 55650 -> 55331 bytes .../Core/BPI_GameModeInterface.uasset | Bin 15694 -> 20528 bytes .../Warcraft/BP_WarcraftBase.uasset | Bin 134219 -> 204681 bytes FlightSimulation/Content/Maps/CesiumMap.umap | Bin 22021 -> 22158 bytes FlightSimulation/Content/Maps/TestMap.umap | Bin 41437 -> 41574 bytes .../FlightSimulation.sln.DotSettings.user | 2 + .../Inc/WarplanePlugin/UHT/StageTypes.gen.cpp | 27 +- .../WarplanePlugin/UHT/StageTypes.generated.h | 10 +- .../Inc/WarplanePlugin/UHT/Timestamp | 4 +- .../Inc/WarplanePlugin/UHT/TrackActor.gen.cpp | 30 +- .../WarplanePlugin/UHT/TrackActor.generated.h | 18 +- .../UHT/WarplanePlugin.init.gen.cpp | 4 +- .../WarplanePlugin/Default.rc2.res.rsp | 12 +- .../WarplanePlugin/Default.rc2.res.rsp.old | 12 +- .../Definitions.WarplanePlugin.h | 2 +- .../WarplanePlugin/LiveCodingInfo.json | 8 +- .../WarplanePlugin/Module.WarplanePlugin.cpp | 8 +- .../Module.WarplanePlugin.cpp.dep.json | 340 ++-- .../Module.WarplanePlugin.cpp.obj.rsp | 16 +- .../UnrealEditor-WarplanePlugin.dll.rsp | 284 ++- .../UnrealEditor-WarplanePlugin.dll.rsp.old | 2 + .../UnrealEditor-WarplanePlugin.exp | Bin 9201 -> 9175 bytes .../UnrealEditor-WarplanePlugin.lib | Bin 16418 -> 16418 bytes .../UnrealEditor-WarplanePlugin.lib.rsp | 10 +- .../UnrealEditor-WarplanePlugin.sup.exp | Bin 9205 -> 9179 bytes .../UnrealEditor-WarplanePlugin.sup.lib | Bin 16418 -> 16418 bytes .../WarplanePlugin/WarplanePlugin.Shared.rsp | 26 +- .../WarplanePlugin.Shared.rsp.old | 24 +- .../WarplanePlugin/Private/TrackActor.cpp | 15 +- .../Source/WarplanePlugin/Public/StageTypes.h | 4 + .../Source/WarplanePlugin/Public/TrackActor.h | 5 + FlightSimulation/Saved/AutoScreenshot.png | Bin 54344 -> 41863 bytes .../EditorPerProjectUserSettings.ini | 267 ++- .../Saved/Telemetry/Telemetry.json | 1581 +++++++++++++---- 38 files changed, 1986 insertions(+), 982 deletions(-) create mode 100644 FlightSimulation/FlightSimulation.sln.DotSettings.user diff --git a/FlightSimulation/Binaries/Win64/FlightSimulationEditor.target b/FlightSimulation/Binaries/Win64/FlightSimulationEditor.target index 53af99a..e43393c 100644 --- a/FlightSimulation/Binaries/Win64/FlightSimulationEditor.target +++ b/FlightSimulation/Binaries/Win64/FlightSimulationEditor.target @@ -21,6 +21,62 @@ "BuildId": "33043543" }, "BuildProducts": [ + { + "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-FlightSimulation.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-FlightSimulation.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor.modules", + "Type": "RequiredResource" + }, + { + "Path": "$(ProjectDir)/Plugins/CesiumForUnreal_5.4/Binaries/Win64/UnrealEditor-CesiumEditor.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(ProjectDir)/Plugins/CesiumForUnreal_5.4/Binaries/Win64/UnrealEditor-CesiumEditor.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(ProjectDir)/Plugins/CesiumForUnreal_5.4/Binaries/Win64/UnrealEditor-CesiumRuntime.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(ProjectDir)/Plugins/CesiumForUnreal_5.4/Binaries/Win64/UnrealEditor-CesiumRuntime.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(ProjectDir)/Plugins/CesiumForUnreal_5.4/Binaries/Win64/UnrealEditor.modules", + "Type": "RequiredResource" + }, + { + "Path": "$(ProjectDir)/Plugins/UEDMPlugin/Binaries/Win64/UnrealEditor-UEDMPlugin.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(ProjectDir)/Plugins/UEDMPlugin/Binaries/Win64/UnrealEditor-UEDMPlugin.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(ProjectDir)/Plugins/UEDMPlugin/Binaries/Win64/UnrealEditor.modules", + "Type": "RequiredResource" + }, + { + "Path": "$(ProjectDir)/Plugins/WarplanePlugin/Binaries/Win64/UnrealEditor-WarplanePlugin.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(ProjectDir)/Plugins/WarplanePlugin/Binaries/Win64/UnrealEditor-WarplanePlugin.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(ProjectDir)/Plugins/WarplanePlugin/Binaries/Win64/UnrealEditor.modules", + "Type": "RequiredResource" + }, { "Path": "$(EngineDir)/Binaries/Win64/AgentInterface.dll", "Type": "DynamicLibrary" @@ -29,10 +85,6 @@ "Path": "$(EngineDir)/Binaries/Win64/AgentInterface.pdb", "Type": "SymbolFile" }, - { - "Path": "$(EngineDir)/Binaries/Win64/EOSSDK-Win64-Shipping.dll", - "Type": "DynamicLibrary" - }, { "Path": "$(EngineDir)/Binaries/Win64/NvmlWrapper.dll", "Type": "DynamicLibrary" @@ -2877,18 +2929,6 @@ "Path": "$(EngineDir)/Plugins/FX/Niagara/Binaries/Win64/UnrealEditor.modules", "Type": "RequiredResource" }, - { - "Path": "$(EngineDir)/Plugins/Fab/Binaries/Win64/UnrealEditor-Fab.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Fab/Binaries/Win64/UnrealEditor-Fab.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(EngineDir)/Plugins/Fab/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, { "Path": "$(EngineDir)/Plugins/FastBuildController/Binaries/Win64/UnrealEditor-FastBuildController.dll", "Type": "DynamicLibrary" @@ -2985,6 +3025,74 @@ "Path": "$(EngineDir)/Plugins/JsonBlueprintUtilities/Binaries/Win64/UnrealEditor.modules", "Type": "RequiredResource" }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RD.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RD.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderBlueprint.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderBlueprint.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderDebuggerSupport.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderDebuggerSupport.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderGameControl.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderGameControl.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderLC.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderLC.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderLink.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderLink.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderLogging.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderLogging.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderShaderInfo.dll", + "Type": "DynamicLibrary" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderShaderInfo.pdb", + "Type": "SymbolFile" + }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor.modules", + "Type": "RequiredResource" + }, { "Path": "$(EngineDir)/Plugins/Media/AndroidMedia/Binaries/Win64/UnrealEditor-AndroidMediaEditor.dll", "Type": "DynamicLibrary" @@ -3233,14 +3341,6 @@ "Path": "$(EngineDir)/Plugins/MovieScene/TemplateSequence/Binaries/Win64/UnrealEditor.modules", "Type": "RequiredResource" }, - { - "Path": "$(EngineDir)/Plugins/Online/EOSShared/Binaries/Win64/UnrealEditor-EOSShared.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Online/EOSShared/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, { "Path": "$(EngineDir)/Plugins/Online/OnlineBase/Binaries/Win64/UnrealEditor-OnlineBase.dll", "Type": "DynamicLibrary" @@ -3812,65 +3912,25 @@ { "Path": "$(EngineDir)/Plugins/XGEController/Binaries/Win64/UnrealEditor.modules", "Type": "RequiredResource" - }, - { - "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-FlightSimulation.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-FlightSimulation.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(ProjectDir)/Plugins/CesiumForUnreal_5.4/Binaries/Win64/UnrealEditor-CesiumEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(ProjectDir)/Plugins/CesiumForUnreal_5.4/Binaries/Win64/UnrealEditor-CesiumEditor.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(ProjectDir)/Plugins/CesiumForUnreal_5.4/Binaries/Win64/UnrealEditor-CesiumRuntime.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(ProjectDir)/Plugins/CesiumForUnreal_5.4/Binaries/Win64/UnrealEditor-CesiumRuntime.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(ProjectDir)/Plugins/CesiumForUnreal_5.4/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(ProjectDir)/Plugins/UEDMPlugin/Binaries/Win64/UnrealEditor-UEDMPlugin.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(ProjectDir)/Plugins/UEDMPlugin/Binaries/Win64/UnrealEditor-UEDMPlugin.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(ProjectDir)/Plugins/UEDMPlugin/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(ProjectDir)/Plugins/WarplanePlugin/Binaries/Win64/UnrealEditor-WarplanePlugin.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(ProjectDir)/Plugins/WarplanePlugin/Binaries/Win64/UnrealEditor-WarplanePlugin.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(ProjectDir)/Plugins/WarplanePlugin/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" } ], "RuntimeDependencies": [ + { + "Path": "$(ProjectDir)/FlightSimulation.uproject", + "Type": "UFS" + }, + { + "Path": "$(ProjectDir)/Plugins/CesiumForUnreal_5.4/CesiumForUnreal.uplugin", + "Type": "UFS" + }, + { + "Path": "$(ProjectDir)/Plugins/UEDMPlugin/UEDMPlugin.uplugin", + "Type": "UFS" + }, + { + "Path": "$(ProjectDir)/Plugins/WarplanePlugin/WarplanePlugin.uplugin", + "Type": "UFS" + }, { "Path": "$(EngineDir)/Binaries/ThirdParty/DbgHelp/dbghelp.dll", "Type": "NonUFS" @@ -23347,10 +23407,6 @@ "Path": "$(EngineDir)/Binaries/Win64/AgentInterface.pdb", "Type": "DebugNonUFS" }, - { - "Path": "$(EngineDir)/Binaries/Win64/EOSSDK-Win64-Shipping.dll", - "Type": "NonUFS" - }, { "Path": "$(EngineDir)/Binaries/Win64/EpicWebHelper.exe", "Type": "NonUFS" @@ -26671,10 +26727,6 @@ "Path": "$(EngineDir)/Plugins/FX/Niagara/Niagara.uplugin", "Type": "UFS" }, - { - "Path": "$(EngineDir)/Plugins/Fab/Fab.uplugin", - "Type": "UFS" - }, { "Path": "$(EngineDir)/Plugins/FastBuildController/FastBuildController.uplugin", "Type": "UFS" @@ -26695,6 +26747,10 @@ "Path": "$(EngineDir)/Plugins/JsonBlueprintUtilities/JsonBlueprintUtilities.uplugin", "Type": "UFS" }, + { + "Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/RiderLink.uplugin", + "Type": "UFS" + }, { "Path": "$(EngineDir)/Plugins/Media/AndroidMedia/AndroidMedia.uplugin", "Type": "UFS" @@ -26771,10 +26827,6 @@ "Path": "$(EngineDir)/Plugins/Online/Android/OnlineSubsystemGooglePlay/OnlineSubsystemGooglePlay.uplugin", "Type": "UFS" }, - { - "Path": "$(EngineDir)/Plugins/Online/EOSShared/EOSShared.uplugin", - "Type": "UFS" - }, { "Path": "$(EngineDir)/Plugins/Online/IOS/OnlineSubsystemIOS/OnlineSubsystemIOS.uplugin", "Type": "UFS" @@ -26974,22 +27026,6 @@ { "Path": "$(EngineDir)/Plugins/XGEController/XGEController.uplugin", "Type": "UFS" - }, - { - "Path": "$(ProjectDir)/FlightSimulation.uproject", - "Type": "UFS" - }, - { - "Path": "$(ProjectDir)/Plugins/CesiumForUnreal_5.4/CesiumForUnreal.uplugin", - "Type": "UFS" - }, - { - "Path": "$(ProjectDir)/Plugins/UEDMPlugin/UEDMPlugin.uplugin", - "Type": "UFS" - }, - { - "Path": "$(ProjectDir)/Plugins/WarplanePlugin/WarplanePlugin.uplugin", - "Type": "UFS" } ], "BuildPlugins": [ @@ -27054,14 +27090,12 @@ "Dataflow", "DatasmithContent", "DumpGPUServices", - "EOSShared", "EditorDebugTools", "EditorScriptingUtilities", "EngineAssetDefinitions", "EnhancedInput", "EnvironmentQueryEditor", "ExampleDeviceProfileSelector", - "Fab", "FacialAnimation", "FastBuildController", "Fracture", @@ -27144,6 +27178,7 @@ "RenderDocPlugin", "RenderGraphInsights", "ResonanceAudio", + "RiderLink", "RiderSourceCodeAccess", "RigVM", "SequencerAnimTools", diff --git a/FlightSimulation/Config/DefaultInput.ini b/FlightSimulation/Config/DefaultInput.ini index 5017c86..27452c3 100644 --- a/FlightSimulation/Config/DefaultInput.ini +++ b/FlightSimulation/Config/DefaultInput.ini @@ -78,7 +78,7 @@ FOVScale=0.011110 DoubleClickTime=0.200000 DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent -DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks +DefaultTouchInterface=None -ConsoleKeys=Tilde +ConsoleKeys=Tilde +ConsoleKeys=Caret diff --git a/FlightSimulation/Content/BluePrints/BP_CombatGameMode.uasset b/FlightSimulation/Content/BluePrints/BP_CombatGameMode.uasset index 459aec7b186b585333557352dbef287bf1bff7b7..a09dc6e8bca261c24011ee93b32de732ce1741de 100644 GIT binary patch literal 118964 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

x2KfGN|I|$H5!4?Nrc8i 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 X5W71k-dCDWx#tZzex$TQ0D%85w9D<7 literal 116846 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 Zqu&4>p1_&Z@M8uwX&O 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 D-yJ!k literal 85512 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 YOeXx~}{Au^!9ry6C#Ex~n^#WO~5k+xotqs_y^2 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

1LqgS_ z3j4q;3!e45I*F~Mr!w!_P!>(W=Mj~rga0r3RPvce>{C?Cr;;`WJ8ih*3y>METyxL9 znykZqI8K}5w~G*=z|ZI2ay>lvmUTUdzi>7TcT?bwC5#}TxWD9K&;4Z`EF|~<+7Dda zhx#)1vUjs9-!oG&iIP?04yL3TPV5+;s`I~+RV6nS-??-3U8)YUXZ@n0a@GOncc@)Q zuAXmQ75c>$S4k>WOjC~2PEq_5BErks3*O5AT6;-;@s?3jQKd1XW_&Im_lA~cEduSv zJK{iq@oISY_muTAdtMu`dDq>%zPy}K zLo6)!Adyvu9bm6T%8+NDN6FXaj9P)HykF^rZUb#yGZacYsQd(W5L9;Co8P7~E8b=9 zaz;(ky*%2ZvNLMNlk2?C11kZ3D1XilT!EfyMitB1dCDM}&!~Z86>odv*vhi6fA5SM z=%M!YywT%wM(zLij2d`_@1gMSV_nXuSw*(+baLc!OnNz^=GmK-`=Djr9in0q6-j!^ zs6kdapYp$xRUUz|{i;NI7MFVJM#14IK$TPsvgeFi<@rQvoILW1Ww~5)XjPl9yR5w~ zYp?QXud*^~&{7;(xMtKi`t+1fLobdhlos@yPeWVI_ITHWmF4eqKFv5cl}|${XNWxS z7?#uzs-$9?4Y>J?fzrt8lsJzZl#ui{-nYV|E-M18Xndxg2lv;k*Iyr>fvPIzl6#ei ztXUF_`4!j(mIZIoS>>M7#t2!${%S5|-cuZ^N-DJ??pvGqc2JZkfMjj}q@9M%kHuh94u z{v2w}CkU?JQ^Gols|inZPF}Vx$CgXTqv=0KhBeKWFMgn!&Yg=32DZD@;e^>8G`#re zl*sI&VsJDT*8&<$yY5jAYhGslz|QWtBGR>*OP^|RbV`!V8D`H(wK|j1GHvMv**1)) zQ@bu*x`?YJ5$q14Kr9h6KTo4Tbx@#-sE6A8aI4cAmz!NAuAr}x*6e(nXiT4Ctp0 zQbA6lEiXGO4g3-Bu;*54$TE17mGPb9As*^9a0E+6Iaq#H}=y=B%37K zvNb7-w>mSaq4>v1*H9XBEphhv%nO4KoU0`SNrikJ(%--00(!53&&Muayx2i6d_{l9 zn^p<2udTx<(eoy%Y^PU3GvI}<#)h@I5W4IUe4$rqjiG=B7s{ z`6?Yd-uh^@as*JP{JH>O0MJEmyn}1#T^n9Qy`rQ3ZiKob79;c(gCU_EA9$ISRf^u$DD!X0KdzYKtR)_w-_MQVSs^jUyE_P$DXUBeY z(5T!Ucl1MwsHg}E0ug~AVpmjbe+!6FtVo*OScAPKe#R0t_SlWlSYqt4#q!PUy*=K& z+jrdIDWvR=<-IrCW@cw*XZP*ft1k7fds(@-+OoKsPdz4>EpGR?mgjO;gA2voAb|&9 zi5m(K83m}r^8o}-D}qH&;B2 zGh6anYa7-L*xX~@g^FYz#PE(a8lrDV+*Gf@QkYZ4rodeK16aGFIw1Byb|7-19#})p z2CzIZTrQBj0He@;K=a@|2^|OJCRv5&d08e6vcXsf1itUccLVETB07zZ0%PRBJ+H1Oj=~$DY#EoxubrQf_`z5UdZSb*zh@NUqcn<3 z$8vm>mf{0W#zu1)_=U=G^x}o@i6g26i&u<7ZA1!@DH4}ocX`d-W$7T?Oj9CB?LuiY z8#TnhY}D@N4!UsXR=+*{jy+yfzW?|=?*}zxquHocJz8Vj=*-!Ba$JV=R_*TZW&|}! z!MTQ#U^Z&lZw^5N_P}M&h`D3m6W37S3WVB%ts}LlsYkpg)Nrb6Hfjf2T)&(8G-1z< zxS87(p+Q}9cLGQ{p6)2XK*9Qdj4Ds)BZ z3`#g5qVsRzbeb*$30HOa{J_OBw8F?ZG}qN2;#xGmRzdu5w5kFT8Gvgrlt`)0MoIyy z9TTt)iByXJA?RA!3QbUk+VYCwEk^3RzJ`21XMZ(K3q>xK0A3OK$gAu;ud)Ehg2756 zB^8-n*)3jWm9X@?RCa+^S=o23>=LiCXf0v|C-W+=GAa|4XJ|4LxCU@>Qn0+1*C%vQ z2?dv|9U+O>NhQgDeA4weuKLmOkP0Vl5VeLjh=OOZz>?P_)`{I;lJqXzmrh%P&Y_SWw$T+LB+xrI^q>x93_mc;|p+WLzSDEmmvVAaN1qfWRynuT5ho zuHX`peHgG6W-XM;n;UP*%9148KPKOF!N zM(BP89eEy~An>v0XOv=a>p-jtQ3=r>Vq=JHA)=;X5O$pT z44dV)u9HKBI-R zD}bXq1{C$su-XJheO-hRJ-`eQ>iq~7-lj#3(6DL-Wo@9=66L^p7t1Tb!USy_9nL0` zTD1(qTPuh-l6-~_B8M=azL z1`~??0>!elxh31VE58^SAvrkD>!n3@nO-D`%PMCS5uu3|!NCLrA2E?4lyjci5_&~& z+{z0&hVS4p94$QteoG?7w)2YN2#JATj6S526kTiEpjaCM(hkUY%P&UnwOMqcEGhXvy2vR02VghBzM-z+j`G^b=7NgjvLK;t$gbWcDqcoCId0w_YLp0h{+61|Z zFog0D2Y3v$ej_}jMX(hidik{ChD|^)p%toAyR{|sisYk)=!{_Cw~|j0bYd}>Q3P8N zl5avQCKkC14*!Fa=$#@;)W+frFJdwLBLP#WDaDkUVPvs{nn?ta(tJS75zsgS<(CA% zHML6%8+2cZ4=bq=TIx1n(3j+-1{5odIRWKs*2j!B!fG2N)5SteuUmrSW=&FWQ*F&Q zP&K}vhXIUW`v$W@Abi0Bd;qDR8e(idlumoJlu<#)B$pCoIO7*54WPNi%607E17eO+ zcJQkr711ROEL%grS=#la+2RCAex;;YYGHKE@&Vcrny&d^3+PxQ_557*4pZd#4K}qB zV1u$t33L&`h8iv%Hhh3MHvC-m4pD6Q4FWb{)d=P|pQ32gJ45sG=^@$pRoV~;wT_4z zN(TyFn4qJnc_JJyL5l5y>=+QF-#u;!hM>*NmI}ExOP*Bl0WrrZ`uuiDt8Tnqex@P$R z;{ryD=?fTz8i+gU0!`$JI|b>Kj{*o2Pz)(R924BzhAE-@#q^#mH<_ zS58+9*D9%hwv$neR-sMO71MV|6pVr*Xj0z-r#TpC{YEIGMX(i=XcLN1iu|w%2>c@S zUYjDIh+k0HmeGPIATBH(SOgKp zK$_Db8m|TBi>R)oaYSi0M07VFQJSEKXsKh6Me7$Ckj)1;b4W@;OW{^`KCPwDtKb7n zna^W&rMZYJ3#OF8o}#+f3@L-aUC0$RoUsN#{d!zY#K137LJQ*l>vXRZ0C1TIT}E9F zEJy1=-5G{&TY3L6Qt72@dATtSktm<&+ z6acI3Ty@A3f)%X`7o#Xv>)~FD6@L+m&nqlVg9dK;K|~QOjni>rDfAY%N};!C$_iHt z_6k=EM$fl^Dlt&&u6=@6DWy2Jl;0VrVxl8`wGV;HxkaI9js2aheLLqaMshyl0>|LClAr*oj4A;Iu!xsPR6zVt_ z?G*a;urxRpzPw{~3U!=#ouYKKbCoIN_6{;9wXL0#t5Rj_s8Y)v?d@esTNkBD@?6&` z4Tn_j_cZDWXvBZo0#Zp#7Z^&?pew1fyGU*ekJSiz+ zI8$pFrp(qwp>l9l*g7~WHqf+VOZs+dmsIZr-i78t(Wpr>`&A+r)s&Qlc zC9V_jLOffX`~1uSHwzOV0N|Wh;vPt_<`O$|S8QcG?;gBTT_8e`#yy_pu6)mBIS0c^ z(2=JBhx9V70|P=*8-A*pw>nWJ28;MyTaZbR%YiGT@Je~1y10dUHS6sFtm(Cx`liBZ;Y)py&h z(6z=O#wPIuZ8_$DZP#!~ND?87nN_=HT_?Tj%lnO1s2B8z{(W0J``O4RA&mM}q#9CT zBe<1=32{+7J2-%Es#4jz*eV^B?(TA>y}hlYtJ=Yx;cX$OZZbKg0iF$l4{NO@-Fr13 zX{SMc@%<^Q${Znu%dM~%RkK`kt-WU6{-XY$YZqNcZV6%3;nC-ot)s1-t)qjzgF>aW z1t(G^b9PdyU7Z{NW@o2xB;3+>gOFRe?B@Y|iHC@Cl?+!YY+Z`wxJ6}4%d0#$=RHan z*Ae7RN8L5)S@*(csi)*LKfJAc!egWv(`g>U1MVN4Z6MD^PWy4-ob|r)rQRMsr=`7G zvtZOeA;n3Bjo{W%1rDE`+}Xj^)mf!-v2}HEvbA+`m8;#AaB_#eBin01R{jdn9oRRR zI{>LaTw`I&Y`jFAp?SW^2Vkf>kXKNK9+{g{p}Zn-RDg$j%!OJ%NE}=cqhNVG~{wk<;Ov z-AjzxHwJZ??@%yVNjjKd2LD8roMvELO|pDM1{ZLp`Qzy!4u)v(2V(N-^dOgL;1J*j z@B>_;!A!3tM-nAQ)N=@jjG~^y18Bl*2cSmy|JDZ#s^K&JPUnPQzbffQQ9x92Spx$u zi>02pTl?hiw-jH_Zk8HQ_v}sf7fl>`GX6(4YOX&g4O0# z!lcpa{nLmO)2r7;In6ubqR7ncv}V)NKgnXLDKuL99(UR2BU5ddy}|w3@EzxoMj@;i zMsOKU?47B@EDYOvoKTXgB=JP;mpuOS&nLi4?kvyT7n>ur?%?}IyFVhaoo5GrN zm6F`koQwP9=3cOQlKV?9WQ`Ek5-a0^uKVu+85*E_s6-0;8DnACh=sMySU3S3Z64aU z;$hW#L#ftWNl`LI6KI=oMYntaIlwFLjwb7I(-fLlRk2cRTE110oqTQT{F3WmBh5k> zVIbFnj%M`Dx`O>qkR(FCN9+8JWPnIvBXkU*KN51FM`BqHpj{&0zq|_r%rWf>q+Zl| zZ{c|3#9c*KBSp=+8_XF+&HA3Q5{cPnJv77LDRZ(}WpyTQqT~13`Fs4~2HN1aQ7Yyx`N!#vnYfnk#j_*4*co>@A4V%tSwvmqh z0h^DsIDhqZix#>Q+Jwtz49a;>{O)plq*VxW!OFOxPixT{C=vHpC7OKu z#_o*bn_lwd`(D4cV!`mZNE-C$u@cHDZvCY>$<>s;(<=ZEdNr8RC$n!p50-7LsG4wT zRHsMR5_%vFLYOPB6+Ie?nDc_T+a`V5_IqyesoZr6cf|$iiQGMkFn>Z# zSHCeC?UrN`{)2EQnEEx4cS z_WDL|Srd=XO6|Kg_u}tyELdT9Lx?Aa{FEH=?eymA!CBMd+!n3q^=e?bQB7H}!ticXBoR@#8=mB_9^Lpc23wINShF5A#Vs33DMF8zRc)=A~!#9h4pF> zBaku%iRra(!^Pj+KlWKTfBm9Kzt(@ig4xpokYC?I3q3mgcv}xcF&cO^>gC4=y&6oR z;oEV|gWH}O=K1BJCztw8yOE7F2x04Z&FIr$k;QwQ7kWm;#U+r*vi6R)NSdPr*8^z# zhMm?oKC{eo(qAJ55LS~4fdMr_Z*8Zkdc@-o`G(vku#>EvjD$8GaO>oR_iYrNY$;T(yKPy3 z60|+Dd;7ODYb*S3jlbLcz1FT}+t2wC`6GlS)7s&x-`n@Nl)1bddbeVBhMx&nA?!Fd zkVD9H4>XtAR87m6V|C_~y>fdM)$uE7QfH(}2-`zzhpRqSKXECd$crWLD1t~3xmNrQZ+5yFu`*E<3$kl16(u5xhr0X|CPf5C?kI6o(){YRAc@ldR%6E zaPrMZXN8t)sh;4qWz~)L`{fh`#DI9EaIFn-=B|(fp(hgECmuTay{68LOcu;S9s;ro zo7V+CPC8&dH>3tCKz@+9%(2n)8=kDI`Ks=dgwjDV&#-)cqY)ChCvN8X!?|B7w|wi@ zW^CtT$t+kRR>lQ=*|&&BV?ThoBmIF_8uVyX0`$XbO$N z&t}{%U9F18xTW2{sIbki4bmut^~1`zpid)iEyqB+>F0vX%NCJG-7=CH-$)y(Enh;iqf0H`hfH5lT*~iySDM2r*i(- z`qY8f05YjFg*FOl6~ce{(wAO z(jy!L5_3Iz;Kg!Y_q>+}H2b*9PwB&0ur(yN_Mg6T(xskHc{%iMO`*Z)QV*?7j24=X zcne>?uwdefX_1#j6digc?4tZeuTuE(3Nsp|O;kw>dja=zjz-$WKXcEUxhr1C!iUt@ z0&ZeKrWqkC55H+u`iyE@NzcL8BOL}(6tGErdxZf#rd7M%UHCOo3w@n zvyk>$egW4D2q?$`E)rR9?vTCL%i6eqqe;5kvi|d27K|Rd0NDjYF4gLHdL?5Ktwy}7 zRrgu{wn81hrMucze9*gQAPZLX7dQ~>qZvcSB-Oa2ne~ZHwHj}BlGE^nunyQAT+p|* z7I7SO?{@P%2))+mgHe+NnUEaee1ruPH@Cv~qVIp*xh~)=ocAHUMrkdw=JzW^9Rjs| z1v9_l@Gj15=V@`Z$MLHIpQ^I1cU!B>^tnS(Ky;}2#YtSVh^6Z?1AkU*_|$*TS2t`| zuwef<^NU2Lw^KLlb?Jg8_u=t9)};b(vS5D)^NV<2{_^wO8@WxCi!WWe6%g>Y2@6*A z%`ak|IC5FJlsP|ZHYDx#cWL(5BNps$Vtx^I;Svc8X1e)(|I6iQeuc|U0Q#Gn-yB38 z0=0dj=JzL zzZxK*Al@$$Dcrumf)$0=esaLox=Vv4D?_iVwydqQbJX*op8#ZBBOo2=5pGpr!HT|F zMy!Qf6<9FS?b!QwBO3wE{~R~ccaQ)Wk`U-s&zZ_n3tOlR3K zDKJ~OeSro0$JsF?Qn-DA1^YYOF{DSheSrll`gRPl7H(f)!A!Sf@82IoJ7%^&wg3uY zC<@yba*SHi0)D_`l0hyu5s!Nh_3Wx7+dLC z2Z{9S;Lco)NZEMaJ!H`Z@{LRy_h|OiYUZ!yLxWD=@tc0}*u;{f)-R*DV|^5h#&GZ7 zwBr*;RZqXob@wdX_1Cx)EEv;~c?CA-10KZH6mb2b^5H%Mb5FT_eRSY`zoZu@;G0! zRDTxCe8=Vvbf*4+TRw2$(qMAbW3uG0QCG&y4l{c6)`$PT843U6vvXd~nK!+rt$*Bd z>#5auSg=nBYq@{Kk~D$`XJ<#50~`wkQ$2h1gIWf1)$)~#1Hl?3l&MP^)PYR8A)^N^*A|L2{j=Dk z;}0Ue=h)or6>@jUdaMQ0X&!tQ2IRyr>4DS5zUix8X!}L0PD?A=v0%)1P`H(d9;|3B zi668zvCP|ULAypR4J!*OuT^^FfRDy6&}-zxzG*3VUUQkZH#8@PchGbT^7AkIwwSC` z@6V?_jfx4`HLZi@WB93GndHRqQoT#YN6wwltIXT+Jr_kk>a%NF{8-Ej*ji-E0Z!5A z$FS@V$0(yrVPN0oy9Z4x`9Pi4t<#?imu?z~3}nG*ow{)!e<#%!PAq{%!5RV*@{%OPPIQI62r*(`X>Fw=OWLgJuAng%$^@sLlO< z8h#GKIE#$Omf977EGj+Ya`EE(oRrH>buHGRMn*adW+7D`DIz!Y$(lcAmvHb~*xK$!y*vAABkzQ;Z)k;Z z)$#5+@XiZ(hDQX(5|NR@FAgNbT@w74!g0`1AVv}7_&|M)hFUD9d-U^k@&&f;f#Pct zH!5?vk@An$-s)9PdciH%+2{3@XVPpIY%Q%Ft~zdHo6HS7Vi9?SJkv@X%i@jow;2*S zux!TgdG~{EXl%M`rL2AM^1!E2e+|kBlxP-e?)53wxBT1ksTDNs2iSDi?~A;i$m@sM z=}`gJM4i*;c8D%M;YoF5BL;#j zCW8S?0*-6>A4klgwPZmr95MDqOC=}Aq(!5-l=@fAI5#FG;EYC__BtRj>W1b>WN-h- zfm%pfiuQUVXkRpHwZZqS_>0awA<27Vs|U>IL9Yg*nk>3s$a1q4JONpBPxTiZCDbW7 z$31W6QAl1AyTO06=M~3#H1V)tdgGr<{U?;D z9@nXBhfOS)`F<)McCYWJdVt>I@$HG6b?cdB6>ij1McyH@y1=JE2NbzE$Q9PBK};GD zjsZ!(cV*F>q!Sap76*KYjspbcup ztZL04_Fnf{O8^<~W=KbRgzGshSYfWqP*FzbMz~G}Ad_emssPd`gqc4M;t}Ec;~-nl z4UR~+yq>e{l&Q>ldq~nS>*`A7xOHz;Plknlip&whPGevKd- z#zY)B^DG~Fl(-&oBf8wsdnu)3(o)t%MdRO}CteJ*zK&fflX z(d{kM#vyr_PV?ZiFd%O58HmFRnTR$8pwZFnuq~;)$IHbIxvc>f2c2#{dA5R=N>iWF~EEsNyr9sCH^y2v3 zP{Zs4=YH1k%QAT2K1vf`mh$q_oH)luKWssCXU)f5QL1c)%+w&~(oznO*cuh&ZzbD3 zrbW2dNSv<#0-ZP{sJTB2C{Vn}l_ux`1rPYE3?adaxTyHZzP_>XQ4vYxCsG6;T1c;c zQ=}_ty=$F4KeX|j6LCj9>A)dBlQdo(;7Umz^iyGn44o@pu6Vp+{u(5nNHw4VO(<6atx zrbSp<%JY;C(SH8%V+rRhvLKkZmX&u$sWM%%MCZbV{psS@94%DsL_NS9=rvIf5SO|B z$JJyoy+)NYdwT6)d#2dw&?a7AU66WZR*&02@xw-Nnt`Di#MrCtKk2>0$2a%(`f+aG ztZK@FneSGR>V-q##e$eBQWNhV5gFtN1|Nt8+1ZUmc8i@ha(d`v|EV3qSNwK1BbxQjV2h%Aa)BZ-O*P0(IrrDYCymj2n#@Pe~L<4VFK~!BVH!m`}bhLy+ zib|cRRy=@=qFRvw0%Nw|Z*{nH_KDXK&FAY+w_0|h%p{5eVg&On5}L#R=bamSC)Ho; zF>cu6tYWKPM6+P#3;y47T?t8V`)FD2C%+8!+_ePeU$^T1%7XpV)|HUP&UP6af-}yj zR$QF0EceH*cUdr|8Nj!);;SVt@s;{D`lM3dm)+fl>CYNYrC$!gcS>m~bj8sR#%^4X zQosr%zMjL^byuTK$E}*OdBT|>e8Xwe{fl1C{qB#j)|7pVullf#5hFnVg(emk`G|zm ze|+huu>7uiCbkRYjtuj@vv9JV|Ms7KMmN6vFaRq+(<5qr%&{^Pur|>JmeO1sKVU8h z{LRA4wIG599nuhlFMi52Ir80?7i7zPm&882d2C`*X2Fj(`w5N}5H(Q++8f;GUT^C; zUuYDIR5_1Vg_T;%?<8uXS^yCl4g0uGIG5_bZmwJN+Ab?!vS3AF=?3Q{e@GYppQC#n z?}^zX9&CU3$Ob^hWdzcZo_?h&+>0qWRlR+2`yNwj4O+v373R_n(t*LKyhA$Ty|8qP z(P4Z9#P5^?bRym^KN8mFd!HUJ>~z?U-p6!9lLV`7vA z{~nc31$LS3mFz8-y0~k?aplYSiUsMv zW-eab%OsV@OhT1s!Tt^^k9Z4Jo&}>CSqAcxAE+$A&sP4Y@@ReD<0!ueCSw*JVJ z+mH_t@>3I}M`#LIu)nh@Kzf9xfCc-{6y#?LigQ-^2jD0Mljr`I>fh+Sw$63;)gg87 zT}eE9q2P1>R6xP9UO~Xa%kHJDt9yLipihf%i|FE3{MNVD#G_&jaP#Pj^b+tJ*e{G!6ea znZ!qffOIT9`l@F2RbF1(Yi?NIuj{DpESUMKPns&^89v~E#0>EGwa1Gg->G+{Pi-C1 ze$y)!jQKGLq2a^5H$ed%(QECC^z3%Z&)anhDVDUOF`{5pK+RdjP-ATe@gIas+6(zl z)c7i_#2(;)$9ail5?GRxBC3U=uSYUq#v^KfaGld^S7f&1(?hj-w)L8~uzEn1|4rRb zQ9u++a(Ln)&Z#Hv);{_BEyb6!o23TSJ-d?yW7;47r*4w>udC>H96XQ~=<6W!otS3t zTqCdp=@X;f3}uj>S9R64RmR_S+jjoof^NgCSF>PDJH)5)J$}wdZA}Q^diB~Ur+G(Q z6q&i5)@)k(C+^@dF3OOO^jP~IciHD7Q*D^N!Ts9s9p_mv^X-x0nq-IW2?O?xd8%Qq zNm3z0r9i}WfhOnxCfw)^Ljh3Wqu?9K6MDI+GuPVuu;BkP?XV70y8m3IB=1q4-TzGC*)Ic?=;x5^~_qFzrWbP)E^WfEBU_f`KhwtcB}Fc9Xr#5z0!P z7yc5a+!%ejY0m1gM@5ae(c`Yr=$dWB1Ly6!m>hjgy>smEkAr7P}<9#FW1wlvgH2MI=YLN5w@&!?mw}zfYq2Cws*w4oTKT42mLa znOc|x)q*gRIw=$-lfM?A-N3q{u|SYk?Si0GA>dnpybjuWqfXUQw?3eBbj1;E zL;})LGHguk&w8%)8UJe}aX)+Z$Wt$o1k^aK zUg8rYd?0nb&oxbTMpRuzmjv)=AhT80CnI2z*F-P%#+HHg2LILf3T+;-p*B?p_ur2` z{Om@r%I=%mU8!+;KT&Z+ay31YVPR?>W zcNa&QW$>zmR6>h@#^W! zf)%E`bp#xXKlR(aru8m)YR~-@`c|q)d;z3^(gC-I!5n$(hs9a)CfC(V+G+%kDwP~0 z&E46-*;GR z>1$`N*!n=?KdDE%w7}Arm9z!q6739Jof&)j;-M+lC4D#ds`@CQ!=rU9SYZkknvs_C zmTpTKT+b)9>sMp%Z*R1d(m?6JXM^y8dN7-7nDW7&5!CMXwHvG>_nUEP`mE6g5r0UU4HjSlF3^CRUnE59BuRu>~?7-^t% za7@&{m}A%{W6^_Ld4m@yu>2rCv025HGW*r=i(j6uo_hJN=Yj`iJC#z_$)F-&wyp+h z>|C4f4^d{upMUt_>PnXE6kp54LAzlH6soA^)%8Ue7(kkHRFkk zZjSH>`W8=1qNnv}&yo6(I~fidr*nc&5fxV8vzwKUFq7s4NWbuvCKk?*eu+5)U^v#u z8UPs%mrSm5lG(`>4z5lvDm%H-)yY}y=%kP-Wojpdv#m36xH=E$Fuaf)F8W0V?E%Xf zú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 literal 134219 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 F|9^+^h*SUo diff --git a/FlightSimulation/Content/Maps/CesiumMap.umap b/FlightSimulation/Content/Maps/CesiumMap.umap index 096fadac8cabec9d7c06c9c0f3eb058041af4dc7..859a0a7c348ca53a3aa9167f27829847a317d99d 100644 GIT binary patch delta 2286 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 delta 2610 zcma);ZA?>F7{~9q6jrnZ6lpFJV{!rxIdeDj_9D6{rmEY9oWJEbAN08i|6e5S^s)=$ElxX+e6nu_TTAKjvJ>*L9|R&R=LYbR@DNg<8msr`i7 z4r;GXi{D1#z1nV0beC^P^{w3X(x%L;SI@M_ET70By!|GhE`u5c6(w$U!!C zw8L1bAqroOV2?H~sFU5tZ4BxNKn@s7(|}qh_aDVtElsay>DRIHCQ$<2%C%md8k{;g z`nESo9n{R?NYQM%g=To5)1YPu(GzQ;)l_4G`@n^O{?tcMK<)VBW^cZyDGDN|Bg93&PQD_GU1`Q+|6{wR&bb;Kc2{N-e z&*4ln95Tj+6*5K6$+%i}CKE7Xw1*XVkt9a)L2q)Rb~s_Ohi#vMe+u)K%uL2Gaq`bs z!ILGGGo~iO#-+Zg_!oz+O1LwPxW{RNJhNR{j0YjJ$nn!JrEnh>!}`McFlrW*X2_jTx``D@rkfIjdA~IztGvcljeIXA4d*$a%TF(w7bES0R%L~^W(&$%uk7s%ud&nYL5y2HnB(@a;*mV}~A!#UX>ug>pD4 ztmNOTrb)reY`m$4y4~3Ib5M73nV@uf&8c8zmrJ-N$HrUN)5uZmZjjvUTmh1E6tm{C zV5p-Jr*m!m=bPvT)OiAQ=PG9X$tJVZ(}=@)g3`s3$f2ELSZJVGFY;{sL&rNo@^Pnk=^mJH>Bg8hSS;2bFCC7uMm`7 zIGYq8#i#H?R=SH8@5k8v#Uz`klqi?jPP2no3d)_V_iT)&0wlh#oo07qoQ1J_a&?@9 zckQHj660>K-a)MRu>pd`nu0du5BRU`4fwIpIy=RrP1Pl(q$cT&Vp>rjkBsoBB?=~r zTTv9u*%~hXT+$?o3!%aK1;sHSRE9uKStz_xF%Me16jW7-@0QI%$OL1yco-^oF|W!d zc^|R&zSVA$QsMT7%4OnMg{S$Rb;qPWqEPugqV7UbU)6_D79Hu=*IoR)D>ph*Y*UXT z^Q+ce_nWv%{{evA8y1O&9RCD(#tatE*DsSwkg0>k#f^49q!-_Aj`33Arxq15ijP{l zWc*SDx7$|0`L=zmNR7*Z%%m@jyB_~n7@oFE5mC^;RiyfiUPQ&+aQ(xxZ9@|S4LK8$ zdxhhvj^3^2eL_80*M&lG$%62)n>X{@Q=n#ah4%=VH|AkDDyN7fhQdw|Gzh} zZf8BuXW)(OjSzp| + Disabled \ No newline at end of file diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/StageTypes.gen.cpp b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/StageTypes.gen.cpp index 5c5ebbc..225b28d 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/StageTypes.gen.cpp +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/StageTypes.gen.cpp @@ -10,6 +10,7 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS void EmptyLinkFunctionForGeneratedCodeStageTypes() {} // Begin Cross Module References +COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector(); ENGINE_API UClass* Z_Construct_UClass_USkeletalMesh_NoRegister(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FTableRowBase(); UPackage* Z_Construct_UPackage__Script_WarplanePlugin(); @@ -364,6 +365,16 @@ struct Z_Construct_UScriptStruct_FWarcraftFlyData_Statics { "ModuleRelativePath", "Public/StageTypes.h" }, #if !UE_BUILD_SHIPPING { "ToolTip", "\xe9\xa3\x9e\xe8\xa1\x8c\xe5\x99\xa8\xe5\x90\x8d\xe7\xa7\xb0" }, +#endif + }; + static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WarcraftTrack_MetaData[] = { + { "Category", "FlightTracker" }, +#if !UE_BUILD_SHIPPING + { "Comment", "//\xe9\xa3\x9e\xe8\xa1\x8c\xe8\xbd\xa8\xe8\xbf\xb9\n" }, +#endif + { "ModuleRelativePath", "Public/StageTypes.h" }, +#if !UE_BUILD_SHIPPING + { "ToolTip", "\xe9\xa3\x9e\xe8\xa1\x8c\xe8\xbd\xa8\xe8\xbf\xb9" }, #endif }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GenerateTime_MetaData[] = { @@ -399,6 +410,8 @@ struct Z_Construct_UScriptStruct_FWarcraftFlyData_Statics #endif // WITH_METADATA static const UECodeGen_Private::FIntPropertyParams NewProp_WarcraftID; static const UECodeGen_Private::FStrPropertyParams NewProp_WarcraftName; + static const UECodeGen_Private::FStructPropertyParams NewProp_WarcraftTrack_Inner; + static const UECodeGen_Private::FArrayPropertyParams NewProp_WarcraftTrack; static const UECodeGen_Private::FIntPropertyParams NewProp_GenerateTime; static const UECodeGen_Private::FIntPropertyParams NewProp_DestructionTime; static const UECodeGen_Private::FIntPropertyParams NewProp_HitTimeArray_Inner; @@ -412,6 +425,8 @@ struct Z_Construct_UScriptStruct_FWarcraftFlyData_Statics }; const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewProp_WarcraftID = { "WarcraftID", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FWarcraftFlyData, WarcraftID), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WarcraftID_MetaData), NewProp_WarcraftID_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewProp_WarcraftName = { "WarcraftName", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FWarcraftFlyData, WarcraftName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WarcraftName_MetaData), NewProp_WarcraftName_MetaData) }; +const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewProp_WarcraftTrack_Inner = { "WarcraftTrack", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) }; +const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewProp_WarcraftTrack = { "WarcraftTrack", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FWarcraftFlyData, WarcraftTrack), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WarcraftTrack_MetaData), NewProp_WarcraftTrack_MetaData) }; const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewProp_GenerateTime = { "GenerateTime", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FWarcraftFlyData, GenerateTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GenerateTime_MetaData), NewProp_GenerateTime_MetaData) }; const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewProp_DestructionTime = { "DestructionTime", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FWarcraftFlyData, DestructionTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DestructionTime_MetaData), NewProp_DestructionTime_MetaData) }; const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewProp_HitTimeArray_Inner = { "HitTimeArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; @@ -419,6 +434,8 @@ const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FWarcraf const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewProp_WarcraftID, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewProp_WarcraftName, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewProp_WarcraftTrack_Inner, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewProp_WarcraftTrack, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewProp_GenerateTime, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewProp_DestructionTime, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewProp_HitTimeArray_Inner, @@ -511,7 +528,7 @@ UEnum* Z_Construct_UEnum_WarplanePlugin_Aerocraft() // End Enum Aerocraft // Begin Registration -struct Z_CompiledInDeferFile_FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_Statics +struct Z_CompiledInDeferFile_FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_Statics { static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = { { Aerocraft_StaticEnum, TEXT("Aerocraft"), &Z_Registration_Info_UEnum_Aerocraft, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2110172729U) }, @@ -520,12 +537,12 @@ struct Z_CompiledInDeferFile_FID_FlightSimulation_Plugins_WarplanePlugin_Source_ { FAircraftRawData::StaticStruct, Z_Construct_UScriptStruct_FAircraftRawData_Statics::NewStructOps, TEXT("AircraftRawData"), &Z_Registration_Info_UScriptStruct_AircraftRawData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAircraftRawData), 180530327U) }, { FWarcraftData::StaticStruct, Z_Construct_UScriptStruct_FWarcraftData_Statics::NewStructOps, TEXT("WarcraftData"), &Z_Registration_Info_UScriptStruct_WarcraftData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FWarcraftData), 101192587U) }, { FWarcraftSettingConfig::StaticStruct, Z_Construct_UScriptStruct_FWarcraftSettingConfig_Statics::NewStructOps, TEXT("WarcraftSettingConfig"), &Z_Registration_Info_UScriptStruct_WarcraftSettingConfig, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FWarcraftSettingConfig), 2587112664U) }, - { FWarcraftFlyData::StaticStruct, Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewStructOps, TEXT("WarcraftFlyData"), &Z_Registration_Info_UScriptStruct_WarcraftFlyData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FWarcraftFlyData), 3804118216U) }, + { FWarcraftFlyData::StaticStruct, Z_Construct_UScriptStruct_FWarcraftFlyData_Statics::NewStructOps, TEXT("WarcraftFlyData"), &Z_Registration_Info_UScriptStruct_WarcraftFlyData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FWarcraftFlyData), 2261908361U) }, }; }; -static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_1788023711(TEXT("/Script/WarplanePlugin"), +static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_2892424859(TEXT("/Script/WarplanePlugin"), nullptr, 0, - Z_CompiledInDeferFile_FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_Statics::ScriptStructInfo), - Z_CompiledInDeferFile_FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_Statics::EnumInfo)); + Z_CompiledInDeferFile_FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_Statics::ScriptStructInfo), + Z_CompiledInDeferFile_FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_Statics::EnumInfo)); // End Registration PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/StageTypes.generated.h b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/StageTypes.generated.h index 4aa0f0b..153298e 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/StageTypes.generated.h +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/StageTypes.generated.h @@ -14,7 +14,7 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS #endif #define WARPLANEPLUGIN_StageTypes_generated_h -#define FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_11_GENERATED_BODY \ +#define FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_11_GENERATED_BODY \ friend struct Z_Construct_UScriptStruct_FAircraftRawData_Statics; \ WARPLANEPLUGIN_API static class UScriptStruct* StaticStruct(); \ typedef FTableRowBase Super; @@ -22,7 +22,7 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS template<> WARPLANEPLUGIN_API UScriptStruct* StaticStruct(); -#define FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_25_GENERATED_BODY \ +#define FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_25_GENERATED_BODY \ friend struct Z_Construct_UScriptStruct_FWarcraftData_Statics; \ WARPLANEPLUGIN_API static class UScriptStruct* StaticStruct(); \ typedef FTableRowBase Super; @@ -30,7 +30,7 @@ template<> WARPLANEPLUGIN_API UScriptStruct* StaticStruct WARPLANEPLUGIN_API UScriptStruct* StaticStruct(); -#define FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_48_GENERATED_BODY \ +#define FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_48_GENERATED_BODY \ friend struct Z_Construct_UScriptStruct_FWarcraftSettingConfig_Statics; \ WARPLANEPLUGIN_API static class UScriptStruct* StaticStruct(); \ typedef FTableRowBase Super; @@ -38,7 +38,7 @@ template<> WARPLANEPLUGIN_API UScriptStruct* StaticStruct( template<> WARPLANEPLUGIN_API UScriptStruct* StaticStruct(); -#define FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_67_GENERATED_BODY \ +#define FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h_67_GENERATED_BODY \ friend struct Z_Construct_UScriptStruct_FWarcraftFlyData_Statics; \ WARPLANEPLUGIN_API static class UScriptStruct* StaticStruct(); \ typedef FTableRowBase Super; @@ -47,7 +47,7 @@ template<> WARPLANEPLUGIN_API UScriptStruct* StaticStruct WARPLANEPLUGIN_API UScriptStruct* StaticStruct(); #undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h +#define CURRENT_FILE_ID FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_StageTypes_h #define FOREACH_ENUM_AEROCRAFT(op) \ diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/Timestamp b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/Timestamp index dbac01e..97775ed 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/Timestamp +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/Timestamp @@ -1,2 +1,2 @@ -D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Source\WarplanePlugin\Public\TrackActor.h -D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Source\WarplanePlugin\Public\StageTypes.h +E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Source\WarplanePlugin\Public\StageTypes.h +E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Source\WarplanePlugin\Public\TrackActor.h diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/TrackActor.gen.cpp b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/TrackActor.gen.cpp index 397abe5..c34d0a3 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/TrackActor.gen.cpp +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/TrackActor.gen.cpp @@ -80,7 +80,23 @@ struct Z_Construct_UClass_ATrackActor_Statics }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VecArray_MetaData[] = { { "Category", "FlightTracker" }, +#if !UE_BUILD_SHIPPING + { "Comment", "//\xe6\xa0\xb7\xe6\x9d\xa1\xe7\xba\xbf\xe7\x82\xb9\xe4\xbd\x8d\xe7\xbd\xae\xe4\xbf\xa1\xe6\x81\xaf\n" }, +#endif { "ModuleRelativePath", "Public/TrackActor.h" }, +#if !UE_BUILD_SHIPPING + { "ToolTip", "\xe6\xa0\xb7\xe6\x9d\xa1\xe7\xba\xbf\xe7\x82\xb9\xe4\xbd\x8d\xe7\xbd\xae\xe4\xbf\xa1\xe6\x81\xaf" }, +#endif + }; + static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TrapezeLocation_MetaData[] = { + { "Category", "FlightTracker" }, +#if !UE_BUILD_SHIPPING + { "Comment", "//\xe7\xbb\x8f\xe7\xba\xac\xe5\xba\xa6\xe4\xbd\x8d\xe7\xbd\xae\xe7\x82\xb9\xef\xbc\x8c\xe7\x94\xa8\xe4\xba\x8e\xe7\x94\x9f\xe6\x88\x90\xe8\xbd\xa8\xe8\xbf\xb9\n" }, +#endif + { "ModuleRelativePath", "Public/TrackActor.h" }, +#if !UE_BUILD_SHIPPING + { "ToolTip", "\xe7\xbb\x8f\xe7\xba\xac\xe5\xba\xa6\xe4\xbd\x8d\xe7\xbd\xae\xe7\x82\xb9\xef\xbc\x8c\xe7\x94\xa8\xe4\xba\x8e\xe7\x94\x9f\xe6\x88\x90\xe8\xbd\xa8\xe8\xbf\xb9" }, +#endif }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SplineTrack_MetaData[] = { { "Category", "FlightTracker" }, @@ -113,6 +129,8 @@ struct Z_Construct_UClass_ATrackActor_Statics #endif // WITH_METADATA static const UECodeGen_Private::FStructPropertyParams NewProp_VecArray_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_VecArray; + static const UECodeGen_Private::FStructPropertyParams NewProp_TrapezeLocation_Inner; + static const UECodeGen_Private::FArrayPropertyParams NewProp_TrapezeLocation; static const UECodeGen_Private::FObjectPropertyParams NewProp_SplineTrack; static const UECodeGen_Private::FObjectPropertyParams NewProp_CesiumGeoreference; static const UECodeGen_Private::FObjectPropertyParams NewProp_AircraftsRawDataTable; @@ -129,12 +147,16 @@ struct Z_Construct_UClass_ATrackActor_Statics }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_ATrackActor_Statics::NewProp_VecArray_Inner = { "VecArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_ATrackActor_Statics::NewProp_VecArray = { "VecArray", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ATrackActor, VecArray), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VecArray_MetaData), NewProp_VecArray_MetaData) }; +const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_ATrackActor_Statics::NewProp_TrapezeLocation_Inner = { "TrapezeLocation", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) }; +const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_ATrackActor_Statics::NewProp_TrapezeLocation = { "TrapezeLocation", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ATrackActor, TrapezeLocation), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TrapezeLocation_MetaData), NewProp_TrapezeLocation_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_ATrackActor_Statics::NewProp_SplineTrack = { "SplineTrack", nullptr, (EPropertyFlags)0x001000000008001c, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ATrackActor, SplineTrack), Z_Construct_UClass_USplineComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SplineTrack_MetaData), NewProp_SplineTrack_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_ATrackActor_Statics::NewProp_CesiumGeoreference = { "CesiumGeoreference", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ATrackActor, CesiumGeoreference), Z_Construct_UClass_ACesiumGeoreference_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CesiumGeoreference_MetaData), NewProp_CesiumGeoreference_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_ATrackActor_Statics::NewProp_AircraftsRawDataTable = { "AircraftsRawDataTable", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ATrackActor, AircraftsRawDataTable), Z_Construct_UClass_UDataTable_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AircraftsRawDataTable_MetaData), NewProp_AircraftsRawDataTable_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_ATrackActor_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ATrackActor_Statics::NewProp_VecArray_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ATrackActor_Statics::NewProp_VecArray, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ATrackActor_Statics::NewProp_TrapezeLocation_Inner, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ATrackActor_Statics::NewProp_TrapezeLocation, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ATrackActor_Statics::NewProp_SplineTrack, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ATrackActor_Statics::NewProp_CesiumGeoreference, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ATrackActor_Statics::NewProp_AircraftsRawDataTable, @@ -177,14 +199,14 @@ ATrackActor::~ATrackActor() {} // End Class ATrackActor // Begin Registration -struct Z_CompiledInDeferFile_FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_Statics +struct Z_CompiledInDeferFile_FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { - { Z_Construct_UClass_ATrackActor, ATrackActor::StaticClass, TEXT("ATrackActor"), &Z_Registration_Info_UClass_ATrackActor, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ATrackActor), 1242052953U) }, + { Z_Construct_UClass_ATrackActor, ATrackActor::StaticClass, TEXT("ATrackActor"), &Z_Registration_Info_UClass_ATrackActor, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ATrackActor), 2655723607U) }, }; }; -static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_1521464666(TEXT("/Script/WarplanePlugin"), - Z_CompiledInDeferFile_FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_Statics::ClassInfo), +static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_1492483986(TEXT("/Script/WarplanePlugin"), + Z_CompiledInDeferFile_FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_Statics::ClassInfo), nullptr, 0, nullptr, 0); // End Registration diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/TrackActor.generated.h b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/TrackActor.generated.h index 0a8f816..98c31a3 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/TrackActor.generated.h +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/TrackActor.generated.h @@ -14,11 +14,11 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS #endif #define WARPLANEPLUGIN_TrackActor_generated_h -#define FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_14_RPC_WRAPPERS_NO_PURE_DECLS \ +#define FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_14_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execLoadSplineTrackPoints); -#define FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_14_INCLASS_NO_PURE_DECLS \ +#define FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_14_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesATrackActor(); \ friend struct Z_Construct_UClass_ATrackActor_Statics; \ @@ -27,7 +27,7 @@ public: \ DECLARE_SERIALIZER(ATrackActor) -#define FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_14_ENHANCED_CONSTRUCTORS \ +#define FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_14_ENHANCED_CONSTRUCTORS \ private: \ /** Private move- and copy-constructors, should never be used */ \ ATrackActor(ATrackActor&&); \ @@ -39,13 +39,13 @@ public: \ NO_API virtual ~ATrackActor(); -#define FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_11_PROLOG -#define FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_14_GENERATED_BODY \ +#define FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_11_PROLOG +#define FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_14_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ - FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_14_RPC_WRAPPERS_NO_PURE_DECLS \ - FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_14_INCLASS_NO_PURE_DECLS \ - FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_14_ENHANCED_CONSTRUCTORS \ + FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_14_RPC_WRAPPERS_NO_PURE_DECLS \ + FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_14_INCLASS_NO_PURE_DECLS \ + FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h_14_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS @@ -53,7 +53,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS template<> WARPLANEPLUGIN_API UClass* StaticClass(); #undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h +#define CURRENT_FILE_ID FID_GitWork_FlightSimulation_Plugins_WarplanePlugin_Source_WarplanePlugin_Public_TrackActor_h PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/WarplanePlugin.init.gen.cpp b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/WarplanePlugin.init.gen.cpp index 78a7e98..b5fa53e 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/WarplanePlugin.init.gen.cpp +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/WarplanePlugin.init.gen.cpp @@ -17,7 +17,7 @@ void EmptyLinkFunctionForGeneratedCodeWarplanePlugin_init() {} nullptr, 0, PKG_CompiledIn | 0x00000000, - 0x9372B220, + 0xBDA4B14C, 0x42564C96, METADATA_PARAMS(0, nullptr) }; @@ -25,5 +25,5 @@ void EmptyLinkFunctionForGeneratedCodeWarplanePlugin_init() {} } return Z_Registration_Info_UPackage__Script_WarplanePlugin.OuterSingleton; } - static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_WarplanePlugin(Z_Construct_UPackage__Script_WarplanePlugin, TEXT("/Script/WarplanePlugin"), Z_Registration_Info_UPackage__Script_WarplanePlugin, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x9372B220, 0x42564C96)); + static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_WarplanePlugin(Z_Construct_UPackage__Script_WarplanePlugin, TEXT("/Script/WarplanePlugin"), Z_Registration_Info_UPackage__Script_WarplanePlugin, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xBDA4B14C, 0x42564C96)); PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Default.rc2.res.rsp b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Default.rc2.res.rsp index 51170ca..03f6db8 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Default.rc2.res.rsp +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Default.rc2.res.rsp @@ -2,11 +2,11 @@ /D_WIN64 /l 0x409 /I "." -/I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\INCLUDE" -/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\INCLUDE" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" /DIS_PROGRAM=0 /DUE_EDITOR=1 /DUSE_SHADER_COMPILER_WORKER_TRACE=0 @@ -80,5 +80,5 @@ /DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" /DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." /DPROJECT_PRODUCT_IDENTIFIER=FlightSimulation -/fo "D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Default.rc2.res" +/fo "E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Default.rc2.res" "..\Build\Windows\Resources\Default.rc2" \ No newline at end of file diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Default.rc2.res.rsp.old b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Default.rc2.res.rsp.old index e48786e..51170ca 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Default.rc2.res.rsp.old +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Default.rc2.res.rsp.old @@ -2,11 +2,11 @@ /D_WIN64 /l 0x409 /I "." -/I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532\INCLUDE" -/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\ucrt" -/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\shared" -/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\um" -/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\winrt" +/I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\INCLUDE" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /DIS_PROGRAM=0 /DUE_EDITOR=1 /DUSE_SHADER_COMPILER_WORKER_TRACE=0 @@ -80,5 +80,5 @@ /DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" /DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." /DPROJECT_PRODUCT_IDENTIFIER=FlightSimulation -/fo "C:\project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Default.rc2.res" +/fo "D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Default.rc2.res" "..\Build\Windows\Resources\Default.rc2" \ No newline at end of file diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Definitions.WarplanePlugin.h b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Definitions.WarplanePlugin.h index 102c13c..98b2bd7 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Definitions.WarplanePlugin.h +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Definitions.WarplanePlugin.h @@ -1,6 +1,6 @@ // Generated by UnrealBuildTool (UEBuildModuleCPP.cs) : Shared PCH Definitions for WarplanePlugin #pragma once -#include "D:/Project/bmh/FlightSimulation/Intermediate/Build/Win64/x64/FlightSimulationEditor/Development/UnrealEd/SharedDefinitions.UnrealEd.Project.ValApi.Cpp20.h" +#include "E:/GitWork/FlightSimulation/Intermediate/Build/Win64/x64/FlightSimulationEditor/Development/UnrealEd/SharedDefinitions.UnrealEd.Project.ValApi.Cpp20.h" #undef WARPLANEPLUGIN_API #define UE_IS_ENGINE_MODULE 0 #define DEPRECATED_FORGAME DEPRECATED diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/LiveCodingInfo.json b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/LiveCodingInfo.json index 17fe0f6..280b871 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/LiveCodingInfo.json +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/LiveCodingInfo.json @@ -2,11 +2,11 @@ "RemapUnityFiles": { "Module.WarplanePlugin.cpp.obj": [ - "TrackActor.gen.cpp.obj", - "TrackActor.cpp.obj", - "WarplanePlugin.cpp.obj", "StageTypes.gen.cpp.obj", - "WarplanePlugin.init.gen.cpp.obj" + "TrackActor.gen.cpp.obj", + "WarplanePlugin.init.gen.cpp.obj", + "TrackActor.cpp.obj", + "WarplanePlugin.cpp.obj" ] } } \ No newline at end of file diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Module.WarplanePlugin.cpp b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Module.WarplanePlugin.cpp index 3e845a0..076449d 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Module.WarplanePlugin.cpp +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Module.WarplanePlugin.cpp @@ -1,4 +1,6 @@ // This file is automatically generated at compile-time to include some subset of the user-created cpp files. -#include "D:/Project/bmh/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/TrackActor.gen.cpp" -#include "D:/Project/bmh/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Private/TrackActor.cpp" -#include "D:/Project/bmh/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Private/WarplanePlugin.cpp" +#include "E:/GitWork/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/StageTypes.gen.cpp" +#include "E:/GitWork/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/TrackActor.gen.cpp" +#include "E:/GitWork/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/UnrealEditor/Inc/WarplanePlugin/UHT/WarplanePlugin.init.gen.cpp" +#include "E:/GitWork/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Private/TrackActor.cpp" +#include "E:/GitWork/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Private/WarplanePlugin.cpp" diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Module.WarplanePlugin.cpp.dep.json b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Module.WarplanePlugin.cpp.dep.json index 01022de..c716fe6 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Module.WarplanePlugin.cpp.dep.json +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Module.WarplanePlugin.cpp.dep.json @@ -1,177 +1,179 @@ { "Version": "1.2", "Data": { - "Source": "d:\\project\\bmh\\flightsimulation\\plugins\\warplaneplugin\\intermediate\\build\\win64\\x64\\unrealeditor\\development\\warplaneplugin\\module.warplaneplugin.cpp", + "Source": "e:\\gitwork\\flightsimulation\\plugins\\warplaneplugin\\intermediate\\build\\win64\\x64\\unrealeditor\\development\\warplaneplugin\\module.warplaneplugin.cpp", "ProvidedModule": "", - "PCH": "d:\\project\\bmh\\flightsimulation\\intermediate\\build\\win64\\x64\\flightsimulationeditor\\development\\unrealed\\sharedpch.unrealed.project.valapi.cpp20.h.pch", + "PCH": "e:\\gitwork\\flightsimulation\\intermediate\\build\\win64\\x64\\flightsimulationeditor\\development\\unrealed\\sharedpch.unrealed.project.valapi.cpp20.h.pch", "Includes": [ - "d:\\project\\bmh\\flightsimulation\\plugins\\warplaneplugin\\intermediate\\build\\win64\\x64\\unrealeditor\\development\\warplaneplugin\\definitions.warplaneplugin.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\warplaneplugin\\intermediate\\build\\win64\\unrealeditor\\inc\\warplaneplugin\\uht\\trackactor.gen.cpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\warplaneplugin\\source\\warplaneplugin\\public\\trackactor.h", - "c:\\program files\\epic games\\ue_5.4\\engine\\source\\runtime\\engine\\classes\\components\\splinecomponent.h", - "c:\\program files\\epic games\\ue_5.4\\engine\\intermediate\\build\\win64\\unrealeditor\\inc\\engine\\uht\\splinecomponent.generated.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\cesiumruntime\\public\\cesiumgeoreference.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\cesiumruntime\\public\\cesiumellipsoid.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\cesiumgeospatial\\localhorizontalcoordinatesystem.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\cesiumgeospatial\\ellipsoid.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\cesiumgeospatial\\cartographic.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\cesiumgeospatial\\library.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\cesiumutility\\math.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\cesiumutility\\library.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\gtc\\epsilon.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", - "c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.38.33130\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.19041.0\\ucrt\\assert.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\simd\\platform.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\qualifier.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\gtc\\epsilon.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\vector_relational.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\func_vector_relational.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\common.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\_fixes.hpp", - "c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.38.33130\\include\\cmath", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\func_common.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\compute_common.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec1.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec1.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\compute_vector_relational.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec2.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec3.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec4.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\_vectorize.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\vec3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_bool3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_bool3_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_float3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_float3_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_double3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_double3_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_int3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_int3_sized.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\scalar_int_sized.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_uint3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_uint3_sized.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\scalar_uint_sized.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", - "c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.38.33130\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.38.33130\\include\\xsmf_control.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat4x4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double4x4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat4x4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat4x4.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\matrix.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\vec2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_bool2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_bool2_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_float2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_float2_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_double2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_double2_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_int2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_int2_sized.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_uint2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_uint2_sized.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\vec4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_bool4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_bool4_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_float4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_float4_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_double4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_double4_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_int4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_int4_sized.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_uint4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_uint4_sized.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat2x2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double2x2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat2x2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat2x2.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double2x2_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float2x2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float2x2_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat2x3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double2x3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat2x3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat2x3.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double2x3_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float2x3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float2x3_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat2x4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double2x4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat2x4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat2x4.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double2x4_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float2x4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float2x4_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat3x2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double3x2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat3x2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat3x2.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double3x2_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float3x2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float3x2_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat3x3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double3x3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat3x3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat3x3.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double3x3_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float3x3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float3x3_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat3x4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double3x4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat3x4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat3x4.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double3x4_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float3x4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float3x4_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat4x2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double4x2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat4x2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat4x2.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double4x2_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float4x2.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float4x2_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat4x3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double4x3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat4x3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat4x3.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double4x3_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float4x3.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float4x3_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\func_matrix.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\geometric.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\func_geometric.inl", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\exponential.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\func_exponential.inl", - "c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.38.33130\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.19041.0\\ucrt\\assert.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double4x4_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float4x4.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float4x4_precision.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\intermediate\\build\\win64\\unrealeditor\\inc\\cesiumruntime\\uht\\cesiumellipsoid.generated.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\cesiumruntime\\public\\cesiumsublevel.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\intermediate\\build\\win64\\unrealeditor\\inc\\cesiumruntime\\uht\\cesiumsublevel.generated.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\cesiumruntime\\public\\geotransforms.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\fwd.hpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\cesiumruntime\\public\\originplacement.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\intermediate\\build\\win64\\unrealeditor\\inc\\cesiumruntime\\uht\\originplacement.generated.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\cesiumforunreal_5.4\\intermediate\\build\\win64\\unrealeditor\\inc\\cesiumruntime\\uht\\cesiumgeoreference.generated.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\warplaneplugin\\intermediate\\build\\win64\\unrealeditor\\inc\\warplaneplugin\\uht\\trackactor.generated.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\warplaneplugin\\source\\warplaneplugin\\private\\trackactor.cpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\warplaneplugin\\source\\warplaneplugin\\public\\stagetypes.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\warplaneplugin\\intermediate\\build\\win64\\unrealeditor\\inc\\warplaneplugin\\uht\\stagetypes.generated.h", - "d:\\project\\bmh\\flightsimulation\\plugins\\warplaneplugin\\source\\warplaneplugin\\private\\warplaneplugin.cpp", - "d:\\project\\bmh\\flightsimulation\\plugins\\warplaneplugin\\source\\warplaneplugin\\public\\warplaneplugin.h" + "e:\\gitwork\\flightsimulation\\plugins\\warplaneplugin\\intermediate\\build\\win64\\x64\\unrealeditor\\development\\warplaneplugin\\definitions.warplaneplugin.h", + "e:\\gitwork\\flightsimulation\\plugins\\warplaneplugin\\intermediate\\build\\win64\\unrealeditor\\inc\\warplaneplugin\\uht\\stagetypes.gen.cpp", + "e:\\gitwork\\flightsimulation\\plugins\\warplaneplugin\\source\\warplaneplugin\\public\\stagetypes.h", + "e:\\gitwork\\flightsimulation\\plugins\\warplaneplugin\\intermediate\\build\\win64\\unrealeditor\\inc\\warplaneplugin\\uht\\stagetypes.generated.h", + "e:\\gitwork\\flightsimulation\\plugins\\warplaneplugin\\intermediate\\build\\win64\\unrealeditor\\inc\\warplaneplugin\\uht\\trackactor.gen.cpp", + "e:\\gitwork\\flightsimulation\\plugins\\warplaneplugin\\source\\warplaneplugin\\public\\trackactor.h", + "e:\\ue\\ue_5.4\\engine\\source\\runtime\\engine\\classes\\components\\splinecomponent.h", + "e:\\ue\\ue_5.4\\engine\\intermediate\\build\\win64\\unrealeditor\\inc\\engine\\uht\\splinecomponent.generated.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\cesiumruntime\\public\\cesiumgeoreference.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\cesiumruntime\\public\\cesiumellipsoid.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\cesiumgeospatial\\localhorizontalcoordinatesystem.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\cesiumgeospatial\\ellipsoid.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\cesiumgeospatial\\cartographic.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\cesiumgeospatial\\library.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\cesiumutility\\math.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\cesiumutility\\library.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\gtc\\epsilon.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", + "c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.40.33807\\include\\cassert", + "c:\\program files (x86)\\windows kits\\10\\include\\10.0.18362.0\\ucrt\\assert.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\simd\\platform.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\qualifier.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\gtc\\epsilon.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\vector_relational.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\func_vector_relational.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\common.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\_fixes.hpp", + "c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.40.33807\\include\\cmath", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\func_common.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\compute_common.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec1.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec1.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\compute_vector_relational.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec2.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec3.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_vec4.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\_vectorize.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\vec3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_bool3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_bool3_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_float3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_float3_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_double3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_double3_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_int3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_int3_sized.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\scalar_int_sized.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_uint3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_uint3_sized.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\scalar_uint_sized.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", + "c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.40.33807\\include\\optional", + "c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.40.33807\\include\\xsmf_control.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat4x4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double4x4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat4x4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat4x4.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\matrix.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\vec2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_bool2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_bool2_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_float2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_float2_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_double2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_double2_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_int2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_int2_sized.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_uint2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_uint2_sized.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\vec4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_bool4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_bool4_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_float4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_float4_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_double4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_double4_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\setup.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_int4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_int4_sized.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_uint4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\vector_uint4_sized.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat2x2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double2x2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat2x2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat2x2.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double2x2_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float2x2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float2x2_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat2x3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double2x3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat2x3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat2x3.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double2x3_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float2x3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float2x3_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat2x4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double2x4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat2x4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat2x4.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double2x4_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float2x4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float2x4_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat3x2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double3x2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat3x2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat3x2.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double3x2_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float3x2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float3x2_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat3x3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double3x3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat3x3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat3x3.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double3x3_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float3x3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float3x3_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat3x4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double3x4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat3x4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat3x4.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double3x4_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float3x4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float3x4_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat4x2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double4x2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat4x2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat4x2.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double4x2_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float4x2.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float4x2_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\mat4x3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double4x3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat4x3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\type_mat4x3.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double4x3_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float4x3.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float4x3_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\func_matrix.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\geometric.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\func_geometric.inl", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\exponential.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\detail\\func_exponential.inl", + "c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.40.33807\\include\\cassert", + "c:\\program files (x86)\\windows kits\\10\\include\\10.0.18362.0\\ucrt\\assert.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_double4x4_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float4x4.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\ext\\matrix_float4x4_precision.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\intermediate\\build\\win64\\unrealeditor\\inc\\cesiumruntime\\uht\\cesiumellipsoid.generated.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\cesiumruntime\\public\\cesiumsublevel.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\intermediate\\build\\win64\\unrealeditor\\inc\\cesiumruntime\\uht\\cesiumsublevel.generated.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\cesiumruntime\\public\\geotransforms.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\thirdparty\\include\\glm\\fwd.hpp", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\source\\cesiumruntime\\public\\originplacement.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\intermediate\\build\\win64\\unrealeditor\\inc\\cesiumruntime\\uht\\originplacement.generated.h", + "e:\\gitwork\\flightsimulation\\plugins\\cesiumforunreal_5.4\\intermediate\\build\\win64\\unrealeditor\\inc\\cesiumruntime\\uht\\cesiumgeoreference.generated.h", + "e:\\gitwork\\flightsimulation\\plugins\\warplaneplugin\\intermediate\\build\\win64\\unrealeditor\\inc\\warplaneplugin\\uht\\trackactor.generated.h", + "e:\\gitwork\\flightsimulation\\plugins\\warplaneplugin\\intermediate\\build\\win64\\unrealeditor\\inc\\warplaneplugin\\uht\\warplaneplugin.init.gen.cpp", + "e:\\gitwork\\flightsimulation\\plugins\\warplaneplugin\\source\\warplaneplugin\\private\\trackactor.cpp", + "e:\\gitwork\\flightsimulation\\plugins\\warplaneplugin\\source\\warplaneplugin\\private\\warplaneplugin.cpp", + "e:\\gitwork\\flightsimulation\\plugins\\warplaneplugin\\source\\warplaneplugin\\public\\warplaneplugin.h" ], "ImportedModules": [], "ImportedHeaderUnits": [] diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Module.WarplanePlugin.cpp.obj.rsp b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Module.WarplanePlugin.cpp.obj.rsp index e193314..cff135b 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Module.WarplanePlugin.cpp.obj.rsp +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/Module.WarplanePlugin.cpp.obj.rsp @@ -1,11 +1,11 @@ -"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Module.WarplanePlugin.cpp" -/FI"D:\Project\bmh\FlightSimulation\Intermediate\Build\Win64\x64\FlightSimulationEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.h" -/FI"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Definitions.WarplanePlugin.h" -/Yu"D:\Project\bmh\FlightSimulation\Intermediate\Build\Win64\x64\FlightSimulationEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.h" -/Fp"D:\Project\bmh\FlightSimulation\Intermediate\Build\Win64\x64\FlightSimulationEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.h.pch" -/Fo"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Module.WarplanePlugin.cpp.obj" -/sourceDependencies "D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Module.WarplanePlugin.cpp.dep.json" -@"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\WarplanePlugin.Shared.rsp" +"E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Module.WarplanePlugin.cpp" +/FI"E:\GitWork\FlightSimulation\Intermediate\Build\Win64\x64\FlightSimulationEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.h" +/FI"E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Definitions.WarplanePlugin.h" +/Yu"E:\GitWork\FlightSimulation\Intermediate\Build\Win64\x64\FlightSimulationEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.h" +/Fp"E:\GitWork\FlightSimulation\Intermediate\Build\Win64\x64\FlightSimulationEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.h.pch" +/Fo"E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Module.WarplanePlugin.cpp.obj" +/sourceDependencies "E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Module.WarplanePlugin.cpp.dep.json" +@"E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\WarplanePlugin.Shared.rsp" /Zc:inline /nologo /Oi diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.dll.rsp b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.dll.rsp index 25a4183..2088aba 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.dll.rsp +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.dll.rsp @@ -21,9 +21,9 @@ /ALTERNATENAME:__imp___std_init_once_complete=__imp_InitOnceComplete /DELAYLOAD:"d3d12.dll" /DELAYLOAD:"DBGHELP.DLL" -/LIBPATH:"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\lib\x64" -/LIBPATH:"C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" -/LIBPATH:"C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" +/LIBPATH:"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\lib\x64" +/LIBPATH:"C:\Program Files (x86)\Windows Kits\10\lib\10.0.18362.0\ucrt\x64" +/LIBPATH:"C:\Program Files (x86)\Windows Kits\10\lib\10.0.18362.0\um\x64" /NODEFAULTLIB:"LIBCMT" /NODEFAULTLIB:"LIBCPMT" /NODEFAULTLIB:"LIBCMTD" @@ -35,147 +35,145 @@ /NODEFAULTLIB:"LIBCD" /NODEFAULTLIB:"LIBCPD" /FUNCTIONPADMIN:6 -"D:\Project\bmh\FlightSimulation\Intermediate\Build\Win64\x64\FlightSimulationEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.h.obj" -"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Module.WarplanePlugin.cpp.obj" -"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\StageTypes.gen.cpp.obj" -"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\WarplanePlugin.init.gen.cpp.obj" -"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Default.rc2.res" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_bad_any_cast_impl.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_bad_optional_access.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_bad_variant_access.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_base.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_city.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_civil_time.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_cord.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_cordz_functions.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_cordz_handle.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_cordz_info.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_cordz_sample_token.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_cord_internal.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_crc32c.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_crc_cord_state.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_crc_cpu_detect.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_crc_internal.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_debugging_internal.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_decode_rust_punycode.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_demangle_internal.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_demangle_rust.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_die_if_null.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_examine_stack.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_exponential_biased.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_failure_signal_handler.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_commandlineflag.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_commandlineflag_internal.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_config.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_internal.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_marshalling.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_parse.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_private_handle_accessor.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_program_name.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_reflection.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_usage.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_usage_internal.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_graphcycles_internal.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_hash.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_hashtablez_sampler.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_int128.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_kernel_timeout_internal.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_leak_check.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_entry.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_flags.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_globals.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_initialize.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_check_op.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_conditions.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_fnmatch.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_format.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_globals.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_log_sink_set.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_message.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_nullguard.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_proto.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_severity.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_sink.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_low_level_hash.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_malloc_internal.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_periodic_sampler.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_poison.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_distributions.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_distribution_test_util.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_platform.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_pool_urbg.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_randen.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_randen_hwaes.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_randen_hwaes_impl.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_randen_slow.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_seed_material.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_seed_gen_exception.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_seed_sequences.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_raw_hash_set.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_raw_logging_internal.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_scoped_set_env.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_spinlock_wait.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_stacktrace.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_status.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_statusor.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_strerror.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_strings.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_strings_internal.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_string_view.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_str_format_internal.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_symbolize.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_synchronization.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_throw_delegate.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_time.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_time_zone.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_utf8_for_code_point.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_vlog_config_internal.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\ada.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\astcenc-avx2-static.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\async++.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\Cesium3DTiles.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\Cesium3DTilesContent.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\Cesium3DTilesReader.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\Cesium3DTilesSelection.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\Cesium3DTilesWriter.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumAsync.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumGeometry.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumGeospatial.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumGltf.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumGltfContent.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumGltfReader.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumGltfWriter.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumIonClient.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumJsonReader.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumJsonWriter.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumQuantizedMeshTerrain.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumRasterOverlays.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumUtility.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\draco.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\fmt.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\glm.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\jpeg.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\ktx.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\libmodpbase64.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\libsharpyuv.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\libwebp.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\libwebpdecoder.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\libwebpdemux.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\libwebpmux.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\meshoptimizer.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\s2.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\spdlog.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\sqlite3.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\tidy_static.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\tinyxml2.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\turbojpeg.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\zlibstatic-ng.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\zstd.lib" +"E:\GitWork\FlightSimulation\Intermediate\Build\Win64\x64\FlightSimulationEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.h.obj" +"E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Module.WarplanePlugin.cpp.obj" +"E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Default.rc2.res" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_bad_any_cast_impl.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_bad_optional_access.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_bad_variant_access.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_base.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_city.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_civil_time.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_cord.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_cordz_functions.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_cordz_handle.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_cordz_info.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_cordz_sample_token.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_cord_internal.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_crc32c.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_crc_cord_state.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_crc_cpu_detect.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_crc_internal.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_debugging_internal.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_decode_rust_punycode.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_demangle_internal.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_demangle_rust.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_die_if_null.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_examine_stack.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_exponential_biased.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_failure_signal_handler.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_commandlineflag.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_commandlineflag_internal.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_config.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_internal.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_marshalling.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_parse.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_private_handle_accessor.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_program_name.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_reflection.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_usage.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_flags_usage_internal.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_graphcycles_internal.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_hash.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_hashtablez_sampler.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_int128.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_kernel_timeout_internal.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_leak_check.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_entry.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_flags.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_globals.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_initialize.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_check_op.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_conditions.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_fnmatch.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_format.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_globals.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_log_sink_set.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_message.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_nullguard.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_internal_proto.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_severity.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_log_sink.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_low_level_hash.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_malloc_internal.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_periodic_sampler.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_poison.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_distributions.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_distribution_test_util.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_platform.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_pool_urbg.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_randen.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_randen_hwaes.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_randen_hwaes_impl.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_randen_slow.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_internal_seed_material.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_seed_gen_exception.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_random_seed_sequences.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_raw_hash_set.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_raw_logging_internal.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_scoped_set_env.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_spinlock_wait.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_stacktrace.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_status.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_statusor.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_strerror.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_strings.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_strings_internal.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_string_view.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_str_format_internal.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_symbolize.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_synchronization.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_throw_delegate.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_time.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_time_zone.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_utf8_for_code_point.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_vlog_config_internal.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\ada.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\astcenc-avx2-static.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\async++.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\Cesium3DTiles.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\Cesium3DTilesContent.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\Cesium3DTilesReader.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\Cesium3DTilesSelection.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\Cesium3DTilesWriter.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumAsync.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumGeometry.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumGeospatial.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumGltf.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumGltfContent.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumGltfReader.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumGltfWriter.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumIonClient.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumJsonReader.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumJsonWriter.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumQuantizedMeshTerrain.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumRasterOverlays.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\CesiumUtility.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\draco.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\fmt.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\glm.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\jpeg.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\ktx.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\libmodpbase64.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\libsharpyuv.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\libwebp.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\libwebpdecoder.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\libwebpdemux.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\libwebpmux.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\meshoptimizer.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\s2.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\spdlog.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\sqlite3.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\tidy_static.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\tinyxml2.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\turbojpeg.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\zlibstatic-ng.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\zstd.lib" "..\Intermediate\Build\Win64\x64\UnrealEditor\Development\CoreUObject\UnrealEditor-CoreUObject.lib" "..\Intermediate\Build\Win64\x64\UnrealEditor\Development\Engine\UnrealEditor-Engine.lib" "..\Intermediate\Build\Win64\x64\UnrealEditor\Development\Slate\UnrealEditor-Slate.lib" "..\Intermediate\Build\Win64\x64\UnrealEditor\Development\SlateCore\UnrealEditor-SlateCore.lib" -"D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Intermediate\Build\Win64\x64\UnrealEditor\Development\CesiumRuntime\UnrealEditor-CesiumRuntime.lib" +"E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Intermediate\Build\Win64\x64\UnrealEditor\Development\CesiumRuntime\UnrealEditor-CesiumRuntime.lib" "..\Intermediate\Build\Win64\x64\UnrealEditor\Development\Core\UnrealEditor-Core.lib" "delayimp.lib" "wininet.lib" @@ -202,7 +200,7 @@ "synchronization.lib" "dwmapi.lib" "imm32.lib" -/OUT:"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Binaries\Win64\UnrealEditor-WarplanePlugin.dll" -/IMPLIB:"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\UnrealEditor-WarplanePlugin.sup.lib" -/PDB:"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Binaries\Win64\UnrealEditor-WarplanePlugin.pdb" +/OUT:"E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Binaries\Win64\UnrealEditor-WarplanePlugin.dll" +/IMPLIB:"E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\UnrealEditor-WarplanePlugin.sup.lib" +/PDB:"E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Binaries\Win64\UnrealEditor-WarplanePlugin.pdb" /ignore:4078 \ No newline at end of file diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.dll.rsp.old b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.dll.rsp.old index 934bdb7..25a4183 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.dll.rsp.old +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.dll.rsp.old @@ -37,6 +37,8 @@ /FUNCTIONPADMIN:6 "D:\Project\bmh\FlightSimulation\Intermediate\Build\Win64\x64\FlightSimulationEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.h.obj" "D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Module.WarplanePlugin.cpp.obj" +"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\StageTypes.gen.cpp.obj" +"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\WarplanePlugin.init.gen.cpp.obj" "D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Default.rc2.res" "D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_bad_any_cast_impl.lib" "D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\lib\Windows-AMD64-Release\absl_bad_optional_access.lib" diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.exp b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.exp index fc24c8702c7a7624f12bf4453a50d20b460bc5bf..89abd2d698ef57e52dbc85aba2c0e6b5463fef8a 100644 GIT binary patch delta 123 zcmez9e%+ljrHzRpUw?D@{E3{-jI0xVrI~@ejoIcrVm~<<80IlB3NiqJt5uA9W=VK{ zQTF6LJd4yd7(`ka7<@C6i}H)}(@GRHf;1I;JpH^GCNbCwG9;I$fHZ`ve42u{T1sQA$G48EDkMft_~X(b98L7ECao_^j8D;R7A8IsFW7@WbH(u)#v w72Gm&Qj23;3o?@x+!J$CizheoCUY2D=ouRu8XIhW!@HY3wEdT%j diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.lib b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.lib index 737e5ed8b7a93f3c2117a76af2f871fc1a51163f..b7d8f1158854673f86522b5ece55f305dc0817e6 100644 GIT binary patch delta 1340 zcmZ{jUr1AN6vxkXn{(5-|J&W>=H~wYx%+pWo141oA&`s|$|5K$wbBq3L?Q}(@TDSD zPWX}*3iTocvZo4y>Y*n~f*vL4C8`JMHH7-z`@8#N;lt&3Irn=$=bZ2F+>Lo=W1d-Z z$~!xFe%aHF^^9B1uK=X`ga>_0|MK-!4EtyC2Q!ZKRxM6h!lfnkGX|H`8dSO>c)xD6 zRBZApFsV^tKo-QLTUm0+@=Cm-H%nj}KGeG`GZ}!E4uJ72z*};z@Bn>jWDOB~sqddV z0RU#uLL)RmGibmCZQy|xaDWrMz=9vtU_v907~$I90H&NJs7|UCU8S5SRe=t z)E!C+)v#2xG{>Ph8K6^^DrtO*$tDve9P_@DhrqOeN#8^rIXodd zzVPi=bUS{Xg6OVoVy$c*@XR$j>RVRst5mb}S9NrCgP!7XK#c_UxZYPeq;h*b&CXs6-X&-boup@@8zDg4VgHn3E$pO5BRE zILhTJpG56PZjc6Q0cYb9K$v+qZWJLC1fs?ZaR+`dWw19P6<+69e3YPtw-V>dbQb+d z8Z0DF(_kvc;-(aQle|cSLWMu=R5_5EsrHiMjE%y)E5~Uwhp}{~Dj?H}0%5Op zM6hO#k*oN}5+^Vh92sn`+t=P+Jybz^Bl)7v6{a`P?2h)3(?{|v9D#16?cjzG4`!k_zPLO BS@r+` delta 1407 zcmZ{jT}V@57{{Nvxw-kVkK?wp>2#ZJb8cs!9=DtyNf1a{8D$Zr`BiC13L+AP2Hqru zjwifH3x%$P&~_C;P+ioGBt+1S6x~F1q1}p9?>X<;aTZ=2-uFE3|M@*1@AIxqD^{iz z^9~gs<6~)8lPFuQ_(L&_5vK-UItsCFhT*?KmmD&lI%IG z{9Ky-P@EEXw9!lv^Fc3FW5r!}tGw^3GAKJ{p5ai{8TUoVFceMZJ$Y^M2K=Rt~#$+$MkJ34xOs_hqzanaJtd_;48m3SP zahkLeKqcgjb5SQ6Li8fAvyR0kKT{-#I*3F;I*7m39NzQSQ;Z@W5Ucs+zn$e$!{ge? zgNn9*tgzwNfJrMr`w283PX!#}G|UAgsu1^1j1kGJ!C?wo<^rNmlK5zFJ;>r9mz0l0 z?R&0^8gc>WLlQtJc`L+-kP!mW;pI>n8j5*r3rm5QITjy=Y2fwng)E&#PlOs%k+ako zO|rNu8DB-ZsZogVr;aK+qvQLzL^;}N^4`dJs&LHAVKBz;3rMx%RR~jUAc7@xkX*$- zO%BK97P9y@PUCFFN3$5(`Kh{r|FbdkQZ_=0Pk8G3f}c2`6gzW{WMDyk!cHD`1!(e~el}c8n8e<%C#2+}Nt#Db^5Q=IW0HpanUu244$l1}l3Ui0YRD-v)kxjGH_S+^ zlr&zc>3w)s)!CR;ks{44^rml+dYri3P>Elh1-Qrha%-~T(XCkObII#_ZmRT{ew9AT{Ev2IETTALM9XEt< diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.lib.rsp b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.lib.rsp index 14fef8b..0f59058 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.lib.rsp +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.lib.rsp @@ -6,9 +6,7 @@ /NAME:"UnrealEditor-WarplanePlugin.dll" /IGNORE:4221 /NODEFAULTLIB -"D:\Project\bmh\FlightSimulation\Intermediate\Build\Win64\x64\FlightSimulationEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.h.obj" -"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Module.WarplanePlugin.cpp.obj" -"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\StageTypes.gen.cpp.obj" -"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\WarplanePlugin.init.gen.cpp.obj" -"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Default.rc2.res" -/OUT:"D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\UnrealEditor-WarplanePlugin.lib" \ No newline at end of file +"E:\GitWork\FlightSimulation\Intermediate\Build\Win64\x64\FlightSimulationEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.h.obj" +"E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Module.WarplanePlugin.cpp.obj" +"E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\Default.rc2.res" +/OUT:"E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\WarplanePlugin\UnrealEditor-WarplanePlugin.lib" \ No newline at end of file diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.sup.exp b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/UnrealEditor-WarplanePlugin.sup.exp index 7c12c3fb77bf04fd366cb447e8204d0365c35127..616ddde84923bdfc4be5fa61bceb7a07dc4c4b92 100644 GIT binary patch delta 116 zcmezBe%qZhrHzTr1H&Q)MnMK3aJ7nY&nyYgFUp?0hi93( z27^co1A}j7a#4P9ep-owMv$h0kEfqE!z2b168Q#5=gSIQa--3<(Rv$yvVnjQVWUXM+K!*YxJu6cLxBL5yv88Sb~BgR$(BI911X@qXHROtRMpcA{HRQ0uLJrs7NA(G|DJJ zg9C=hT*;lWqO)3VF2{ii+op+JGC(r6eCTF_u%$(4XlQP$$+@Ys6kHr$p6BKH@$1x>PK{~ibg4Fw%nq;hao0NZx9U3-4PDVU zQ>3_;r)RgG42vNuuxIj*_ME3; hy3Lb|QaM&Q{YR-EK4NdE{zWmVH--WeknD>v_FufxY^(qP diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/WarplanePlugin.Shared.rsp b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/WarplanePlugin.Shared.rsp index bd8af3c..524ab45 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/WarplanePlugin.Shared.rsp +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/WarplanePlugin.Shared.rsp @@ -1,5 +1,5 @@ /I "." -/I "D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Source\WarplanePlugin\Private" +/I "E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Source\WarplanePlugin\Private" /I "..\Intermediate\Build\Win64\UnrealEditor\Inc\CoreUObject\UHT" /I "..\Intermediate\Build\Win64\UnrealEditor\Inc\CoreUObject\VerseVMBytecode" /I "Runtime\CoreUObject\Public" @@ -282,10 +282,10 @@ /I "Editor\SceneDepthPickerMode\Public" /I "..\Intermediate\Build\Win64\UnrealEditor\Inc\AnimationEditMode\UHT" /I "Editor\AnimationEditMode\Public" -/I "D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Intermediate\Build\Win64\UnrealEditor\Inc\CesiumRuntime\UHT" -/I "D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\include" -/I "D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source" -/I "D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\CesiumRuntime\Public" +/I "E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Intermediate\Build\Win64\UnrealEditor\Inc\CesiumRuntime\UHT" +/I "E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\include" +/I "E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source" +/I "E:\GitWork\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\CesiumRuntime\Public" /I "..\Intermediate\Build\Win64\UnrealEditor\Inc\LevelSequence\UHT" /I "Runtime\LevelSequence\Public" /I "..\Plugins\Runtime\SunPosition\Intermediate\Build\Win64\UnrealEditor\Inc\SunPosition\UHT" @@ -295,15 +295,15 @@ /I "Editor\WorldBrowser\Public" /I "..\Intermediate\Build\Win64\UnrealEditor\Inc\MaterialEditor\UHT" /I "Editor\MaterialEditor\Public" -/I "D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\UnrealEditor\Inc\WarplanePlugin\UHT" -/I "D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Source" -/I "D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Source\WarplanePlugin\Public" +/I "E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\UnrealEditor\Inc\WarplanePlugin\UHT" +/I "E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Source" +/I "E:\GitWork\FlightSimulation\Plugins\WarplanePlugin\Source\WarplanePlugin\Public" /external:W0 /external:I "ThirdParty\LibTiff\Source\Win64" /external:I "ThirdParty\LibTiff\Source" /external:I "ThirdParty\OpenSSL\1.1.1t\include\Win64\VS2015" -/external:I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\INCLUDE" -/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" \ No newline at end of file +/external:I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\INCLUDE" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" \ No newline at end of file diff --git a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/WarplanePlugin.Shared.rsp.old b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/WarplanePlugin.Shared.rsp.old index c33e267..bd8af3c 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/WarplanePlugin.Shared.rsp.old +++ b/FlightSimulation/Plugins/WarplanePlugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/WarplanePlugin/WarplanePlugin.Shared.rsp.old @@ -1,5 +1,5 @@ /I "." -/I "C:\project\bmh\FlightSimulation\Plugins\WarplanePlugin\Source\WarplanePlugin\Private" +/I "D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Source\WarplanePlugin\Private" /I "..\Intermediate\Build\Win64\UnrealEditor\Inc\CoreUObject\UHT" /I "..\Intermediate\Build\Win64\UnrealEditor\Inc\CoreUObject\VerseVMBytecode" /I "Runtime\CoreUObject\Public" @@ -282,10 +282,10 @@ /I "Editor\SceneDepthPickerMode\Public" /I "..\Intermediate\Build\Win64\UnrealEditor\Inc\AnimationEditMode\UHT" /I "Editor\AnimationEditMode\Public" -/I "C:\project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Intermediate\Build\Win64\UnrealEditor\Inc\CesiumRuntime\UHT" -/I "C:\project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\include" -/I "C:\project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source" -/I "C:\project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\CesiumRuntime\Public" +/I "D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Intermediate\Build\Win64\UnrealEditor\Inc\CesiumRuntime\UHT" +/I "D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\ThirdParty\include" +/I "D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source" +/I "D:\Project\bmh\FlightSimulation\Plugins\CesiumForUnreal_5.4\Source\CesiumRuntime\Public" /I "..\Intermediate\Build\Win64\UnrealEditor\Inc\LevelSequence\UHT" /I "Runtime\LevelSequence\Public" /I "..\Plugins\Runtime\SunPosition\Intermediate\Build\Win64\UnrealEditor\Inc\SunPosition\UHT" @@ -295,15 +295,15 @@ /I "Editor\WorldBrowser\Public" /I "..\Intermediate\Build\Win64\UnrealEditor\Inc\MaterialEditor\UHT" /I "Editor\MaterialEditor\Public" -/I "C:\project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\UnrealEditor\Inc\WarplanePlugin\UHT" -/I "C:\project\bmh\FlightSimulation\Plugins\WarplanePlugin\Source" -/I "C:\project\bmh\FlightSimulation\Plugins\WarplanePlugin\Source\WarplanePlugin\Public" +/I "D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Intermediate\Build\Win64\UnrealEditor\Inc\WarplanePlugin\UHT" +/I "D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Source" +/I "D:\Project\bmh\FlightSimulation\Plugins\WarplanePlugin\Source\WarplanePlugin\Public" /external:W0 /external:I "ThirdParty\LibTiff\Source\Win64" /external:I "ThirdParty\LibTiff\Source" /external:I "ThirdParty\OpenSSL\1.1.1t\include\Win64\VS2015" /external:I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\INCLUDE" -/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" -/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared" -/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um" -/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\winrt" \ No newline at end of file +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" \ No newline at end of file diff --git a/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Private/TrackActor.cpp b/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Private/TrackActor.cpp index 22393cb..19a2128 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Private/TrackActor.cpp +++ b/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Private/TrackActor.cpp @@ -37,13 +37,18 @@ void ATrackActor::LoadSplineTrackPoints() if (this->AircraftsRawDataTable != nullptr && this->CesiumGeoreference != nullptr) { int32 PointIndex = 0; - for (auto& row : this->AircraftsRawDataTable->GetRowMap()) + //for (auto& row : this->AircraftsRawDataTable->GetRowMap()) + for (int i = 0; i < TrapezeLocation.Num(); i++) { - FAircraftRawData* Point = (FAircraftRawData*)row.Value; + //FAircraftRawData* Point = (FAircraftRawData*)row.Value; // Get row data point in lat/long/alt and transform it into UE4 points - float PointLatitude = Point->Latitude; - float PointLongitude = Point->Longitude; - float PointHeight = Point->Height; + //float PointLatitude = Point->Latitude; + //float PointLongitude = Point->Longitude; + //float PointHeight = Point->Height; + + float PointLatitude = TrapezeLocation[i].X; + float PointLongitude = TrapezeLocation[i].Y; + float PointHeight = TrapezeLocation[i].Z; // Compute the position in UE coordinates FVector UECoords = CesiumGeoreference->TransformLongitudeLatitudeHeightPositionToUnreal(FVector(PointLongitude, PointLatitude, PointHeight)); diff --git a/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Public/StageTypes.h b/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Public/StageTypes.h index c40dc29..c4fbad3 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Public/StageTypes.h +++ b/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Public/StageTypes.h @@ -74,6 +74,10 @@ struct FWarcraftFlyData : public FTableRowBase UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker") FString WarcraftName; + //飞行轨迹 + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker") + TArray WarcraftTrack; + //飞行器生成时间 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker") int32 GenerateTime; diff --git a/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Public/TrackActor.h b/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Public/TrackActor.h index ed52fcd..e16593b 100644 --- a/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Public/TrackActor.h +++ b/FlightSimulation/Plugins/WarplanePlugin/Source/WarplanePlugin/Public/TrackActor.h @@ -25,8 +25,13 @@ public: // Called every frame virtual void Tick(float DeltaTime) override; + //样条线点位置信息 UPROPERTY(EditAnywhere,BlueprintReadWrite, Category = "FlightTracker") TArray VecArray; + + //经纬度位置点,用于生成轨迹 + UPROPERTY(EditAnywhere,BlueprintReadWrite, Category = "FlightTracker") + TArray TrapezeLocation; //样条线组件 UPROPERTY(BlueprintReadOnly, Category = "FlightTracker") diff --git a/FlightSimulation/Saved/AutoScreenshot.png b/FlightSimulation/Saved/AutoScreenshot.png index 5e30c3fb5529e3b1a19016ada5a5b47bf1f28e2b..206d17ce9f5e6e2fc759d5622f0c729568169525 100644 GIT binary patch literal 41863 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 X%`gxyhY2;Q00000NkvXXu0mjf2i8ov literal 54344 zcmV((K;XZLP)Cd&1WpI}cU1v2l3>Jjh^!X_v7ZOpsbF2sFV85JiF@q7Hma{{j6Ew9?`O`HU2` z)KUwf7K51@LfQcu2ZDofYz7-+2jeOOw#!x2;2Pff?Y-7-t-beo$~^X4&vVYX?>$`C zy5?)&=YjwAfBQf09}gU7ejYd;$b0wiAIG`z_kFz{f9w76ss8kjFVp9GL!ae0Z@*+< z-`9J3{{x*&Q)J-nt(VL--{=fko7Sj5J8S3aTD!?P-(1YL=$BB!+nzs}>U7^bE#@Tb zMRVQP2%+75FEX!9FkN?ch1rDeG1)uoSw3}+)Avu-yKU`+wk+Wv_~Dbg_r}cI)c3{! zPrrEAi@SgS-f?g2rE9-^@80qJtu@?E(J{=NYwlI=o!QooDbq|p+agc-nO9$pcDc>N zf0fVYIOC5C=gw`+-BGtO(gTgp_K#11HeQ_DDU}Q7TbmqIcus&+Nf2psEx)#_c2sB0 zCqO@uwRQKtte42+ya$1PskkD-_XAi+0v#;qSz-mxIFAs{<@b*cF2D!)bK4e@$i;U5 z$yfs0zTu5Oi-TwX8Zg=jV6tV5e^}(#Md!{3;N!;f?bQ#RXOao5(~xdZ{zdn zRRVg2h@sDWjwM*^_57r{KQe5VAeFrrbT2>Js%9M$6HrVHoKd4M0sfHo`<8IcvRR7W zx7N$rEELgB73g`5Cf5v%$6RPX-Q`bq!iDZ^a1$225lxX_j1_*&vA6p@M&+2@=dS@0oXpDti;^WrKjYmw|x>s~xWhx23T0-o@dMJ~m% z=0t`zMHrr+i=x}Lkp%#sxa8VZILzGD$G#*?RVM3V&r;5saYEONXZu?4V$lP!M6huq zP>pDqt(WI_fiw*zfcgzE_B9q{a?z?JHhmu;Fa3#|fayOshzQLQ@NQ^Cf-%4yq+T z@yiEL^0_}6FQ)i<$-Ti+U)8<+z5Zm`1M<^qGPc(cZQJcsq1o>>eYbh0Vp%kMDQdQj z>`0o7s!Gmv``S(ICBRGPFNvyUj96}x7A;zpv}xuC9*9LRV5ZOn^rCNhyDh($PqOts zO;v^2_14c1ljbg>B+>AoZP~YlA4s(Uz2;zFPuUz`a1Zf^-nxMD*HxPa*+5;1*~7%n zSv|e<2aYA7PXkmiw!rjIn)Z3|lv05vKFStZ!?_BC*RV5&O^9ys}hSK>kx| z6i%Sa+A#s50Kj$28lPQvr2R~ws=W=pTz4gcgL|X}ivYuMi3Oefi-qv&49Gn$WZ&#( zt?Pj?&P=?7Z?=NEW|$JMcV6G^z<}zIT`eF?-8J!telFk_#jKTi3nGi2(MG$;!w@r2 zfz`~wyeUgEO= zSeX%1+Td6iC>{`stg_c=UKm()^mN!CxA`);Dvk2JJE_-ptkloA(PX!+P zt>Lh8c5dYkmR?$#7ZZxba+H1uh*vZ2kYHB1L^5Gjs1kFrgPqlPS)S zWX^Dwj4u^f1~j9_o}9(V{$}txxp-#b0_E;@Rx|Xn2}b=9fEio^b`JPLut7`Wg}@Y$o8)>-)Y+!lcOXFLxTCfZ7fT`?MQn31I*&TuNgI->$B zG}btf8SS?v*5Uo)thc{Qz}!gQp7_yNXjAgVS)M=FD5tyhzBjkMCUTdB?ymqXO$+ip zMQ|32FCmCk_o>6n-j<2zYrjPlxEL@On321`eImVQ&CPvXQ(guHx(1pW?A?s-4gGwj z+$-D-yIP52L(VyCGdGr>&K+nNZ{zRkY3^mh=}|_g!G7o0Wkm?TG`K9VWxVmbo= z+3m>`r*W~^$)M{}+ej=0wtk)EDEpldo^p64E6V zyD!cJKLeK1vM>LfWFok*Ch?$!8l$~?GHb|=W$nRy*mbI8u7?2$U zQfMXKR@{~3M;e7)Uhba^|k%!>u{ z`B#@VwaSS+oQlfHP1}pmYHrguq-2RQSmt;aw$t&?&NemsSDkpjdJ^}{m8C>}myc3B zVd`E4wK8&0Aw>mcN*52j%$$AU`)(5mSS&Q<^X@D*tHOuSD(jX19sykK3+feGN&;a* zc>4p^>kTm8Y;oxD367fy%65olbiIMzI6*@&#%`IAiQqL(Sc7x#Vf_C>)(6AQ>?JKu zjV{zdolq1Fn_cyqIoK{QbKq0ZYGIqXK#J>ToXFeMdaMuOo5h*{ep8m22jqS=zrOD^ zU^+>SZrhqX+p)TlXPG;5^el&~gm`}gZxFKH+bJ_8dA}#I%VZK-&X+oKvXqs9J?8@~ z`}|-+;FooTab?@-9+s_H7UhJ62$T~D8OQL@-^|ID#jL&nKf>6(d)+~U*A_EF%BVm6AuR_1tOchFwic`RR+Hii5}{=o$gtMqV;qBHbLae-UQdQn zB#MFr2fLTx>%d1{vdKG*Q=Wl!2FiGi9YlScgA!#q!gKfvwgpTxpfD%bCKxqK0_S1S z5XIy*y%8KE&_&c{CWbnOTHYfoK~Sk6^=UP1y#46Xg)gj-@d)^Ly1C zCapFmp3vBWp)_mW74RdKF8b{nxdNv7yza&j0N%9Q+&c?_2Vm7B3si%#1Ef-uUHDQ6 zHHEf}iS${9HxoV8ge60iz~{63!c++6nIASC-?G!6(JH=T{HO8R>9lNm_kKOk|6b$9axDpnabPB^gc(Rpu^-+kC~j}KU_ zHpN+V$#%QA{WHBcEhv_vT_k_}7ol1;Ducdy}Xd5z1NxI!4xoYCgHb=m#< zS#=LkcEzf{6~4&5b4|{;q6VE+KGgT3hjA;xz|rg$fBnUrz}KBT=A%zK%BQ|(|~0q8Av&{$0({{`t`a_DLaLO~7>$i_>s$y6A_HQ*jut8*PgEVi z2UsyPCgw(kQfaE@ym3OP(}=y!qxw}=L|@v3TT{MRBTUx6)-lK`ow~n`F9L{AoL$d_ z!eJZGl-f(U$)5_Y_8-RiR}fY%Rm17NJsLB;=5iU}jAB`7&RnaV#g#E|Hh^;b7UTv9 zlb?z+q9{;o9>DaOdRf#nR$i=9c0es5 z>V9A9u(N?~&}-YWPR-I3Anef3Yc3cy%zmXHL0XhYZ2@&p}9Su)-tj{OCnfEz!U;lu?=92LuGS&1QNZr z`#^l%|Kr~faFMW}TLjXln9pkI$z6P4&1h!sqj0sffpfYWy}SO}28hkQ03R1hZ$

zkq*DRXB}(TUm*n~pL=8h)kb7n!r$$h#z+WNui-8dBE7iSC|Gp`{;lWfh6`qCID#Dt(7&e2F*byn>pzS_!5R?axvFrG8%Je4*T=Xtcb~zjnODx70EuY&*<5OK??~- zBWZ3?j)H1iF>)WkWixv~?<~v49yPeFpS9-`V^_(}x?D$y#_cvH4@_V7G}Tlv(^%)! z!lLjL@IyC*;bd7A9*r!Xc>Hvc>h1`Cf6tJ8bi(a%6-`$BI1Ot0G#DP^oVS6~&jzx< zq=D1wi2-;g8gW+~Cn8$YywN(J&&xJVxHiD`XNF?K`Czv-T!}P$ZE=5A)q8Rxqn?aB zEds+7{2H;=0`RmLx87filmhWqqK2KXsOB>R0lEPaVMGW?^I@?D<8m6zBUKhQE9>pc zeVFMvY1Z=yjvEqUYL|8&#TV#$@AT5nw{rR|~NzqlrzgTkGMD zEN^KszlYL*wL$a_?9lF{5L@dQI9MoZ$+R8wAB!*n6Y0A!U75gZlY@z`;%P~vvIAxp zA7z0S(7A{S!w{2C3e>aLt;tHx1?g#37D-Ms2upeHD<~Jera4-LGvMxmH<_I@>Pn_W z2vg0k2RQm{b<~O$wIl(FCK!Zw)+}7#8?;P13o5{C;L7h*O`Q3_B`^&)fWZ5S*kR^% z7#!h`$ZkO@wxu-zVk!Y6ywQDjsgSf8E_*(n^nhiOklx*_C!08zLu7R~>rzhY`{dB9 zVFxKuD)HABeAtuL!r}Q?h0qHqPiNQ4q7_u_Mo)+6={>#gqTxgbbL#bcEXu^iM0A*v z4@&0>!v-ld?HWBxtCl;(QzxDRu<>uQOj_~e0#;rD>s0%i_mgw zg34;>vsX;;1q7iW=WHi>xod*@4Dy4KB@hBbz_H&m1@OcgFmTtW-_{vM8-I8FF385R zSqm==fUM?4>`gX7Yl8hj8pclMYHbiA<84kiIt&Sz50M8TGor;-n}IuWbZb?nD!|4 zSPA5cSXaFGaAGkxe8j#?>^4U7%!}7F4z{?+_(WXniN)C5AZa_8rthAGO=;W~yYPwB z)@z;E~BQvKrn@#S&dvFKMO^{g$ z@O(EbzD-%;AeN|87N?-=v-BL(4~JM11PL z5KBSJ%sCms9P+z;jn}w-!#>sxJy=JzV`&2)`a{8Rrl)feXN9}pwSI$e^2E#Grzusx zD6cpNth0yhA8M{WD#-6ojMNIxY!thJ?oqB0Bnd9-%N|23XaJ9>Bd{L+#j@x#AFyAp zUR^aUcUSy=hDWuMa4c6Z9hF2cH`pX|Uo_hMJ;~T&6 z8;|e)p6@<>^;drFxOVO8@vcYSdpz;?&o3sKi6OkFNGRrwtPFw)zwx6lroTA-7zlzu zpV*loBcd&$XS@cwCZ`nw#Gmvv(bx55!~}i!uv>%qUIboSbgiQSrkKt}Q|R?sK^-72 zp2U!8oblPzVdm3@RYPG_e6vMgG5vZ2u1o_5{Xy}s7{zK0WuL2-z<`lvv6kJe7hwCT z!?{*o%^G1XVkE4O)#lLre?O~LsY|+r2}SF|Lohjkq)&3gbZ1q78b3Y{U@6~;HW##* zj?lxL)h!4(n)#^K(Pqk!YgaEGfBcdEa$LQ3?fBt;_Cv?3UiB&qf$sUGU;M!F*MI$) zDpIW)%>$xE^#4r(2MVz^;r3izclbAbD?#nSBW@vdP7#14m2b775XW4 z^O*&MSz6;rJ(|vdjb|S;aE)8ix=P&?uUHns(e>1vUedHA2(Sx=6@txTH--Qh_`$kR z%j{Cg{$*1^whzOMj8Pd?_h$k>e<+)RhSh)KP{snVM8?&#IF&x1(?qCtY^cpe(>fhF zKCht8%vtu>HF&oA`yQ{w&sgld$7#GOxgk7vTfc(GZY%GDekWd`{kij_Jk}tq8?s*V zUShIr`qje?VbT9F?c+Vh*tE`OuI}D_VGMNfc;`Fcb-eC%uRAVYym)->bDuk|UcGv} z``g}gJons-$Bh@C@t(~zo2vBo1iuzKzrRc@iBya0PkqL(46J*cAnP53**A zz#KDh8du0A;nHRC$k0eF;$xy+*LbFy8?fTG&4_2YJ%HO1v}tBx4(*GZ79vL@A#0Z-Q|gLGMSW8)mjGlU1jY$X)*EsDrw`x3+IPmPYpT#vcm4X`MnEgc@`8;cZ)@W zE3Z+xCA7cxR@bNN(GvQ!jM_;oR)jn9TvxcB46MT=X(r2Vq{_fq8?GIDy)aD;A1@$J za|~00e6-L8B5Ryzn0dZ9f}<;M-#(5vyy4BqmCMKRsZag4a0^E0vp2r+t;h4vKb>p{ z0Bw$WZ5ORRU+>@wFs3E2CWOdnnH4^|gV5mAX9B{~Y>Ua5=uiXKz^+#W%Ry~Z*lp}y&r5!sqiQWgn|4EE?H)kGMfjz6XJR9TI02pN$h|{uc0t+ z%plxj${=(P2!@}i95DHYLcz+hE@0B1-E-(I!R@N2PhXk`q?%59=}#4~Ppfq<*l72_ zSJqVv;k-^~)0!;F4f8;a@VOKP1dt#@i5!YA7du%*$Se+3AWdJ29b)G$zBE({_h zfkZW>(`nNZgdQ7nb$9#o3#VeUG7yQd$@V_%mUXOVA(p_f-n8fz4Hi1M47?*W66)$B z)5#z5Ga1WWckkUzgI)L=#PKdIFH1vp-I-z#x9umk|WMW3(kO{j;7 zmZ0K>El{#n#*E>FQDeSyZs}bL-tj@*p}CB>d=YS@Ktj1vxjHOjYveHvJ64eKb~m^J zY&zF+Em$nxWe?(|ETUU5;?B$%EFde`HD+7Bk+#xTS)VgBJ4=_~OyN@%-j-u9FBOZP zSd&<8tgkX^J1$X_4o6O;6Z-T&Xn;Kcg+kU&T-N(*1@u<5dq$~pTV5lKoq{70h8ZW> zhz*d+lvEp5Q$bjP3yr~#P74X?Sx??Y!L4{em$&{MhwfMHp>Cu{BoRT$ijILFv#n&dkHib495Q5IpCfrf5MNA^^+@7X}PAxwd2;_hzx^f_u&pfA+JV9%<08J-+w*zWeyWAO8M{B#nLR z)~(|Y|M0`dCqMC*$2;EftpsElyKW4OD>#5AW%zx)aW2HX-XO|Y8n_m%W_o#bjV$bT zWruv4{mj@vW3nHBUB!T~E$tfobbJeE(!>Q)=(5f<@BvvM^wiw9nHTF}FzCY7_*TKi zx=904Jw~PgraqHUxJ?>nBOEiP!N!R9vyRYM%t8P~=HVq{p~3=PxF%rB4iM5{yaHVT z8`m_Z2*ks&MvUFO(I3&SGi4C4=D;ZRK8Jtd8h#chn0;J9IYa1#YV~ zll4}l%LHA18X&5e;LKP=0t_~F@3?dOAWzOg001BWNklI!_egudXT+Kcc2FqkoaB#;rI^?m@>nTmo* z`~onv>vBx`rFJ@>=GxB%dky2dei2>1dTRotMMjj*-OjHGjwr;L7zx$O zYl2hgMbS^L)ex@oN4N>t_jAL{?f=Az5~ujB@$bBzW>>p>NW_?d-u+r<4^zW&yWA|k&hhj`}S`?e&k1ffY%iA7k5y!I9` zfw06|nh|YUg@_(3)eGcW9g-SsztHftS#Jz=UuGW!xr^qxhk)l^V9 zB$4Ef^K^P=S|FfhVe zzS>{B3lQ`fDb{c=K-~jAEL(Q2{iM&ycLbQkA;AFZ*&~XkZYS7igFI*r=W#Lm6Hw0G zl-}Du8;5o7r6hJyaC>hY)08krBmhIYsOs`C@H8E!luNJ)wB>*tc0BC zJQLe!$yTe85?Ds#iD-ZFr+++x-q#-g?%(|%$NAC!bK%0p(GD@(pCJfuc*7fx_rL!K zjvxHNe|o&-EpHj`T^qeYSB?u8FC3S~wZHUBAFyzI@r$2_z|pb|SpBp#4F)dDxomW#$zy3^Q;bw3UE`^>!Da0&q1*L z{5i{7=v=UAk%0=PtkQ&zCEywe^}hFg$MMutPaS{zcYkxd=Hb`kZw(Fd@T*^a{OFJV z$Z_e?C2#1hZ++|Wb3gZUqbcq=wAr}#>Cra**kg|!?|JWgMvSn5#6-#gksvcV0KYYw zu^AbgxN)6;R#%9)E78OFd-lVWr3O-HQ0*!jMWY(PMq9?v-*&6yCg?NnZIMl%jgCWX z!PKY;VqNeXF^UR-14MSuCLqji6ps0tzr$b)s6QCm_ud`PQNT`C#dUyH5~6KydoT~Q zPxjT~T3Zqgog;=0yI{1T~=A6q-ItBIYI6#YZmF+cZ_b{Hdp&Jl^!CZ#X{v z=}#Y5u3U3Z%ALD+-KP4^cfNCiU(=o+jQg(d`YvB{cU+^O`24UIk3Rb7@#Z(b`S|?j zADwG}!SVrNWR{Jal8#i`C)xrbZxEzVq+&mzcbdNt+J0WZRdX3U4x)DrmN+6Dw53pr zF{Jbu)zoe|-qzu{1bQt?+BV;VWQ(JW6&mcsEeiN8NWKrXP0SU+w`E@VtMXzT7S@6x zu58|mU_(tR=zC0oN{V93STor$d9Z^#0?>7qNmB!K-U+)%a_L(o8XiZX)b(1{AjGb` zfoFaIcKAwiqwb$m#BqVNkM(fe5HH!%iISBSX&P;5qiVEnKSpwZ`0fDym7&R>wr09@ z^VadDFMVOOL4Ve%&icqcGe7e)$1~47J^leEof$ZP{(|cUZaxy>E2fCY zIuX_iWYhoAJpl+?#f%2vQ~899HZ^shDsT%px|_fduorC3i&wK7r}QUT(A>(bokOew z2EfXlDL=4Q2Klg@vXro>gx>u8TsJL407uZ+Th{J_5nO~R1PCC;MSCGLCik&csR1?0 zq@acG)9qr(Su1~cUA(!h+tfk@PBa7ecfCmIcNV2FcbZsOG=SPlLV3xJu-IzWzE<_){$d(omEug_rn)LMX(vCrElF?|v_092Ies3rODw3=L zF^i?}GW1UK^3kS>AzWT;;L5idYk9 zL%@xN_WH+bS%3@TZGP;DS=hmbm+Kevis=D#4F#rYYir+>1_Km*j1UEv@t8yRtV%Uk zg}R|%QB#@&`mqlSfM0m!6muz32eJov4;uJhEa4sN()9XL~#K#QkNB+C_cyT8I z_L%GAfBI4P2fh7m-!ftVzG|&Bn=VR;Imyi?N}}oOT0<>h?*Q0uoghK&q4@%O+KzWs zmI9jA9wDFi)B-q&9iKX8;NI!RM8hwpv+A$bUNNn%DFEwsH*@aS7HU#y@=qF(C(30# zJ1HiQ3*zv;za||*sd29?n%falLus#p)_G^lb-`^U<-}OVcF4t})Cv@sUUS^joyOzc zyVlHUedrQmnby}jRWJ&Y(y6W>?^|$kxQ2BsE3KEd0x$%L?PEd2y1A~Yryz7S4VoeE zP0fj>L?f}NJ9lm$AO54?KmO;R{8z_6{@(97zTn*c1OEN!W1owqyMMgxZErpP)ldAy z@%w-HA+*gzDpKe5#mw!3A@{@UovYKmyvGmV@wzvG1UQ)EC{N#~pB7$9ho!*)KNh=V zq67@)9xt^nk?XKrMIS-T>r6@3OKlyo3e~hIqH5A*vEVA>8f0@kt%-a1SGPeyGnSzl z!(M;@=4G2nNR=K@uC0p z`^P`~=l}fp_22lFP1~?&GCKj_q;@#! zydWO;*bHiXkGQALGMwi!tNp*`>gOWr{$x#EhXs(^CPSDaj5bXJ#sGwUveELjAO#!& z)dqS9v5nd4u7xMQxYm6pPzR!Opscm~)KsNA*G!&z+@!&_Bd(Btv)mQVuw~9QI(_|! zQ18Dy%YIMZn>S{ibxCV0yz5Y|i3$j3e1#t-ndN5*Y29P3VI2A&4QT_6wL7z!%0$&! zPl92WyW5Y`!F|nGM6xu~R}Wpakk`EGwa3ko&3X5`-aR#zu6z8;U$zP+;6mfP_r3r9 z@#GUv91mT8$o)bxUk*68uEAh&qI3DnfXAAq<=X-&R!$5en+cHoYy5T{Bm01j%`#;g zxMiUE(*RZ1-L-E|x-P|GK-_DpP&U7qV06V82;f@(sF={yrh6kWtTlmXD@a)rK;i`5 z$=+rD9R}o-Tmoi0td-f~O9v4S7cv&7kf5q2) zO;UbAMX)z9=#kOH?f({$*dVDwHot+~zz?&>+tX}%?d4Y73kys9chdp$YyL%}T3E(- z3hFf{Q>}DrfjXb2tT~lZ6qv@G>gFV^YXg#R`oYhJt7*xw*Dg{fyknI87#+@&P z*ml^e9IYYPP@g(yo?B@xoUnHN)cQ@$lJ69Yh_#R_zT7qN0fkea3bLZ2hI1}D z6ssQa(nX|opt~T6Zx$`sV5>f**zl=O{KfG{AO7(1;PvZfc6&``S0FkO#jBa^JXX^n z)f14?zOBlda87QT_PT>HAnfic-5-_@>y!1yQV7tq`*mYx1FkM%6&>%N3(CzHe>n#5UgB$28j`iMs$a;lDr0p85O z-9S&n<$9m-(Bsjw1mqMcH=~^uAawE<3?v8a1v+5b)J)?8-z?vk*{x|2T&_<4iFo*f z|MZ7L)LM%$J?owKMcXn=m<~cbN3}$o(`rV2z5la3#VlpsH``%y9llM4BnwHdAD|=` zpFaBfP+c3$B>%s@6q@%q+83T|fZqiZ3#nkui+}`D)YkR{#nW|)P^10h`iVl`Lb=KB z@~&{36p6o5zPL}OY=w0GVSbc_-wLqp{zWM2{ZG%RJg>Y43UdH0J6T+o(F;(bSa5?e zimpl`g~y4l@(E1LHV5ycF#^|MT%_>(-3Ib(T*=fSh|!0moNn9*o5+ICm#`BN;XBaN&zs8@%DyNYNRW0UNt6e^$;aN0w3HmzFFEG;_WVvB&z3Z2TZaG=_%{OomF zq}JtD;0O`x#+6~GfY>{Z%i{NCb=sRAbQJsmAK^JUd>)`ybDth$A$|g+1newn{0H(! zVdJWy?Z-7$K&^0UZn;>d#b$jYa6J%2uF6}?K3P4(1+kk>1%KgjHFL(S<%DPOn}Ly< zCReJcu%1v?8MW>+@{w5?yh=FuM=#l}W<3=`(=FPy^G*73^&F7o2W#}Tk(bS`oL z`rJ5MCqTARcy6>JsDaHX(Bc0J^OVIkW)381di!BK1yf6uFYd-PEv`};Ezy-X5c!+G zdF=SyV}EU5@@ro4s^gInC}SxhVtYHPUGO-x2_AT*|D!Ep4uu;LYW#oC^fWm4njEy2 zStW=OU~=`pd0~DQw6k3y*3f?W6=58D=Aq|BF zf_<)vw48usYoLLWv1ngD8cquhqc*_8?8>^2jSmw zy!zo+9e*?)qC4$wsI|z(M!G4{w3>Rh?pllXL>D|DMq)jC>uk;J@`Z85(896JBD3$W zs|92Fs1R>^61(l#aLxbo8gU%3VrFB>zwmw zU0&YmnVQ-;*Y!Mt?@4UYHhZyA{M`a&v8N0(vV=24))#T(fUL}jMW212=xy15Fd@5 zLH*0Gw?i5NMvSFM?u5D?;TE>j2@beh0CKng}00#)DvBnn^!%P=GPcv+d| z^UDMY(9BmiW3y@#+I_)p;W~SN{D_$a(e+yfMj!8%kcafP^AxMs>kVZwKdG)Nx8QPo zCi?J?-PbM>U+J|Tci1@#n7ShfiURNPJ2BDp{e%Br6I~NzZ&oM-wE)^e<39VfJ&-6f z&*jZW5Gy$K2fGpK;vAlLdOc=6XGh*g5?dv;4Kw5)x~JcG0ugh^H_O^8~6 z7+vV5>`#$)gT83vP5A6SSmP`W)jWvl5x{l)W{xUk{vCm^+#veQ7Mog zsK4>+@e#@PjQhrjckYfespEZBhc%wFME3t3YE zI>y&QnLFcHq|OI)E-m@m11}!;^>kxhub3+-$r%79CF^;$N$1VUsdwW&<|zTcFj}tl zvsY2Qmazu8`*-djAkaA4G~m)c#0q6*7SPO-v>w2=IOAam#7D7>m?iEb@kGVdD_XJ^ zMKa|eXae9p3$XlRVlsq4K)f(Ac|7}P2k{iWO(V0ve)~G>MB6qfW=HY9T^Blzi{feP z5Wbdeqb%3g|zzP8^ zLd6-YbK%keg3s)VF>-U90m5&(a8aNoPprc$X8h3P5|DdJo5uaoeFB+)r|Pk@H5pH1 z6C{#4{qhrEJ|6zs*NnsQIVc}js^(K;{?%W7=6L%zz1{n6bq~IdIkZuDyegpDPcY<| zMlZw=-7f<3G6X_{+g-DZ5XObhdVk1vOs<}IfZE(siuU_we@yjsTq0>2F=_~pj`rYt zXFjcGj3>9R_g7$(p~vn_>%qpVwW_hFyAnPv_a#a*`zjENbU+E<+;23$RGX|<<)=t; zb|O7bp^HcgRI05e6@} znxokveWIs3Xg}Zl_IChm35_+W#)23Ci(t0eL@@UER3$UHw>n$hhUTqSH&!u|$_Us* zjlfzw^vG{9v#DSNB`%5ywFP*CxuTaWX5GDo@8yr?+Z=68qDgih(_FPS5ekhi>U{q^?L5Q zAxn|W!dWnCUYj1Z3Z26+Fnv#o5#u^5V0#Q?_P{GNBz6HG#qsx>c+F-jvs(_A0DunXuIn%EE_Qk z1cEW>-qo8QRbs|>U*^sUm|0(XVxFLY!Ou~eJYqsLD9WwfvW<({6>RHOP33#g@cx=7{LnO^^)r3g@dIRM zb(Sk>6eMuh^7yRrr?9a(e7Qhwa zu}No%6bp?1>H2C(=ibMNc8PKjLt}NpT70EgL35R%h>Or!4VoLIP+^U(vzs#hFM-k} z%z-wN5J@om6lu-T#|Co7H{GAM5G}jI1Yeg%s5WImlLUe>t96mkk}!xOTYS^3z1@ib zukP1kGGJovb&x;p3P5fCFUXq;ARqghYEbv05771j!fQ`t#f z=3d_uQLYeavT9TdO8B)m;Gs-VkjND4DWBTm*<=GC$LgD}7PLO{C7=#v{6K)Zo2FwQ zBP0G-5yc&zltG>)h_!CUC+Lb5;Tk_0QDAqTbWBtYZr~f#Fzb$5qx1K@p|J(o2DUO+ zl~iv$8rvPFsTouwa_E_jVYY_*M$ z)aPy`omxnbXd;BD!4<4G)o9ZmzuKvTxFSn|C39uhgkg*!TfI}EFF>#)1>=^s^!yQ6 z@u>eRVQduv#!7brzk;}dEP-h(j@QNh>V`}g$RJJT*yut_`<1n{sS+?&vUl$=LNOcbz!ENwKNL{6XVCZy1e5?|K%2ixleP`; z8 zs(6KeA8TMr)!M# zqtKd~to!H&Oe<63JO0(`vle@Nrcq-egV*m(OK(~(7fA$^HFVZ?v*73MDTgn~vTskS zseX4gIuCyWwAPkt5q9jr7o+VADA?;F2($=QwEQ55QmXp7d0XF|Ds6lm-}v@#I<7x- z%>ch~^Tw2F&^BU$Fx+v7gw2G&Y%fhkmPGU-pgm2yq5aW328;Is^U6RJLBP`IjV>PN zN>2bYb*Lr;En}>aPW*C&Y84zK_;M!(En0NkHRu$w4Y&dY)(@>&&DaWlHDa}I3sY7$ zv38^uqa}TV*1w?E+>t(MCEs*2oe{h!{z?aj;nV(DL-3eKvcwg7DIRcVp=YyIv2NqyfdK*qX<9ZtwEhTq9Shpu6W{=oEreW| z_){)e4L7NALjxKuf&iGjtnR%%z9~jee8U~VYRFo=?H%8EeB>h^K7Q{*zjyrZ|Mxq` z-~8?8kN5qf_xXAlm^dNk&%}?PJTnxKX=tSU*1t|Ws*Vf~j@dl_gTF7+|_KNXMqq%1ZL~9)=9WYy(SHR+e#S&?#W}xaU z(OH}%M>RB|j>oLvGdJTeONQjt4Z>Guy|p2oQ||HVR~uufa;pbY$-mbP0>1z+joono zIp$QU(p%$khCNVndp!5&@+H1#Mp{*sV;9Wiz6^%xb1g%XsxQQ|)reWVG#-Ncv;Wu6 z9v>cU(4YI<=Z+`FBU1ju2mizIo4@hz$D`D*B*Qb1Xu6HDs5$I&vRXI<(*zt{h|K3Y%Q%z3RXNus`fr`LdPmSyUIy{R;f8&ZCX@rP5#!tv@WaRF z|MoGvLwdgGg$SoMLEIrilR0YoQ?u1A0syS1ot({M3wH<+#Xb>-01TB@ldD%f=j;G` zqzb5RV>*e;~Z<97$MLdE<(tDBMWp3hzS+EUEOi@#<1a%QETZ8Dy%wcU7D_Bd? zKAt_eR19ExsNyPtGjRF4wGGm$iOZaoizPL1So-{_HOTwKNdS(l8T)ra0GW(}hz1|? z(_qK|wp_7L}TC?x{Pbx9cwV%ST2XKyD0v zzlhb`eKS2Glz@jzf+^P*-??^RLdu;P79^=Q{L$qaI7l||x!*3;nDfrv+sD^F{OWNK z=GDh*^{}k*qduUk9ToJbKp;YYyj*YT521SG_(D?s%;!QdFi@rDWSMN9?48lgvB8bi(*ofGr0guz2#8LB)g ze0#QV;w5aRj z`@$ao!k3P}`w9@-@+_{27!05S^N6ANvV^Jxi4Ni zeTuV9t(A^Ijc@IoO2BDQni-gE&pi}?GCQXVW6#Z$;Ruecs@ow_osG*OTqxbF7_KQ@ z7a7NTG|w&VF|mVtlt%aB_&$yBHdS~l2xPad6bL8IiQclBO6t?`e|_taTx|DUjcaO! zaXk?t^byv3N^-1_-A(!B{)$S0DVd%1Z7TuT0PW3johFyImo~q6X`I^ff^|q<3&0hS z+o1{Z|JS#7$igTH=27Viv@eb<(5>U&{O|wfxP0;Q@v)D6%-<*WV?Xv|=KR%bS8%;9 zV|`phP+)C$YqV^P-+Rx91j39T1eIH6UtOROBP4*s)k9c@0E*~HzXfZiV+W0JouYBZ zb^eB$6tCRGCO0g~Vd^6Xq<~O4I%}38fLcSpM6c;vv1ERq)>4mH$4#4~#o~us{fUXZ zrm)tu=E_3FpiQf`SDqcL*5btQ*u9H7c7`PD!P290iE$8SjjyLc``hjPX0-Nre?GoF z0>fE}=9CcT#+inB8v^UkkKuS)12N=O`JzkWAJ$|@8w+O>6n3eiWQa54wmJ)yqq22_ zvd#xS@be!SkCVhqqcLcKrdI_YR<6jU0Tu~}eso>4LA&-80Ig9|q3v~4E>9l_W$QBL zx$(k{5ky};Ui12gN2~PTA0Pjdj~|b``;qaO#E%~Ddgr^QOCf4kJBc8Gi}yItBVgd7 znZRK<&1=bV+r4Qb@-&V7VY&`K8f7kBN z6y!XhDh%c8NntEtC#B0hi7Ap9^BOWv>7e1)JnYYcqyIWVKx|gvMBaRjHs2bCr^Eo@ zPuD8i1(iaP#h3D+CA+iO)!d3@xV$I_yDoOQ5Mp?Q!m686OS%H{CSnkbT4sB2zAv#% z+%_x#{HU*wS+n8s4J1e6V(BBfB{n-_b2n}dS7!vB0(YfeCWb&6H_6$YxDIZdGx0%TN8~@$C49jBowscOJK1ymdVCt&bev_x<1J z%}Ap=Ymmk%tr?R^RhQsfrWIkZn=t;CrIPC=7eNGZMkm>$nnai~*6GYngg)RcBj#hl zMMDb#3`Bd%SC58_GYa_g)HEi@9R!>Zm;5_mk46JY9>3bzOh+|m&R&lolh%{_vvS-P z7=f{%&$?#wn~H(~;cNjh)U}Yz74V}V_PA=Ry#&?LrHwYN}s?FL9K7_@iHwdMZnBv1qtZ>-NJcr0)}P_f4w+9-i^`-TL(`OH_hxa$(u zz(J$f2K{zdFRms6i{&zSV}SrN*ZBygF_ZR@jAzX7EY9q+TSn0FfRcu=fYY*Hy2PAB zVI%>Nbz)trblOoWMLEFcKyy5&6F;9axi+KV6Y$gFsr@?!kOnr;NN-Ll9e>kBO6t>! zP9U-WKjsO$|9E`IcYgcvwXb>g)G!bVb8FY9 z{;)Fwr1Su20gX$d_x!j=6M{J_s59sv?-2trzOSe|P$ruH^^>FZ#+c-}12|d1fK~LY zvVaNYG3%Q@a2WoJC`KW_{PnBZPwx*-((^=Sr16EduY+HJ2QAvdz%-CxS)z`Y70eW+ zU56|bB|UcJ*a^W@cWvF=ep#U=aG@%Je)lLkD5szwf!dZ>pstpdoljgA!+|@wY4KXP zK^0@QWZTGxRmQ)XxM_?tm7HjF>((tYJOzLJcYTfN%>hzrR+`I_B}#7Jes{F3h)K%> znSxcg8J57>8}MHm7Dj?0V!HU|f*aWwD$VujlEWVi)E8|0#V5vL_|Yn%h5O7xEK<#! z$GC+>a5J7k(=!C^9}2dD9=U9!ddX0f`D&$b5if3+K5-9{T&)EA!LKt9o+t4LB2_mB zSHVa#k2xo?4rcIagE`M1RK{yBX8Z}($~I-b-xR62Z61&*TJ;RV!V2pQE;pfTGok?& zI-uBCyW5YY{Im*d)1C&XHAIq#8Ph8iKfgy%wLH24LOEHH#5#==N`EF=3Q99dNmo;7 zgeEC`E;)O#a9dE+x0bqt)?Y4I&~ce&l0)mgGE###Zz>%~v@e~fY|YJ^H-`lnX~O|1 z53b@^HbF6q42m-XV-^L-iWO`{lJfKu<5E-;`1Ng(&Xfo=_D?bWSFT)MLA5l7+yadu zp&7#Y_fP))@dv;6`^ROCp{&&qo?8R(2C&ntG*GEPWozX?XK6fqWm1WD-K?n5Jnnr` zOq1Bh#LrpUQV;DNhDW2C>2i&9Y&3c5YFTH+`u)b?kiMr(T2nuDy|mt12Y|?0=%9@t zI{4ihUdq2fkR{EGmYM;a?xE74G^O@coqnCd5gR-~>Zu*l}_Ii3aLqHsiQ|eWFH(-fDG+$#O5xK`Yi942dtM5#n7@85o z5y0UtjP$W$n5o%uRq7Jdg+xwMK{c&$%PJ`S22RH#Rs?Zj=XC{fegCwTYhW*VSlO{x zjZ4jjFDYzQx|+2yg$1?;iZ<;FD$y%-J;7*;c`MG+rQ+{w3EzYwz6*kAkBy18M^7{VFmIJ|P+O#ISTG84qSsmx$qbZtV zlU3=FN#&`V9nkDp33Bx7j47E17muPL#1O65R!~_Z2WT+0>ChhIG_%cZ+_}~Xrl!k# zF0?o^MW0o(7u+9r#zL{OGPOD!GOBBqyptH#Drq`6O{>HPUOP^ItXtbL2x7bbcEx%Z zW1QLUY|Dd!v5y~xCr}Zzr$?+6-)a``j@Zj0C5>A*NIMk(?M9{+vF*Q&sJKTB?2`(P za==>vFS25-O|X6fX~u?U2+p#S#fz@D`=k3rGp$vdM{{2u;N@{7l$T+UB5iA83y9np zn%~r}s%xAPQZ-ImcPvzHiZ$MNl3O*d+!6^GUwnPjnooOcim%#$$Dy=6xLKE_(XWiL z8(+*o)xIZ>T~WqIRz{CkL{no{Im|xbrjQiGW3q(PDmr2m>VQD4-hDWqgV*k^lO z^Z3-gRB9ikkIoQt6z#Q!n3uC%Tk)jp!sY?lJI)GOWk7CPYA$s3Q)Ab*F4#C zlO~O6S{23>OAHvn(;8a5v-_sC*Gi7XFgM8=dj&3-?Xd=KYqNS*K(>$+ORZpU+!)W| z9KaH>FN`vI&2Y=m7vvHR({gR}=nxbqUp__=k@X(WpBdm8zvY|LnJE(ofYd^vHUxoR z*(L{>S%@E7lFXB=ito1&)JmAQCXNB2V7sjusbWK9`Qx-^U%n!Xf=`S#SKuRt@MuPS z_aV49aO2v>D^2IZnd6AWJ+69V?WiT_`uw&_6kk2@2%1Hf4NK&`OVCsyw-&COW7SBO zEVYTchxH{mV3X?TxW=kWLNo{>h0@b)iY2P8TS0C{2ur&(tF@^7F#*o|A(O&ca9t{R zEa7zEINp&05!g5ti2Ky|1(SgyvH^*vPv|@|YFKQtgIG5TQr6fW5Y0WaRUR(_W!Of$ z+da}38KySiy@)O(VW>EJHPc(b8A1D7F)AL@+*j$m+ z(0!Pb{Y|?o#5(o)&2sx90G|{hT1u9d!$!C&xMu0CiJN35S)&2U=F(@7Gd@R9lN*n= zYz7J%k+iUOkM(qalw-YBJnOnR`$3>h9~Z9)EDf1>TnL55B0e{A(Y>Z?HbAbW@IHJW z7Nl;iJ)ZH?v@YGd$%Gk$#8q`~G=$@(%x^4M;pgmmPAU=z6DRre=2#U$%Qu(F6*%SY zC_Cid`VdZ%L$PPIHQyZf5EsyRM$2v57Gz?^-vXerO%7=7?-Sq>tcXg`PS;xSJoilp z#!7iQ4Q3MYudapHqDrq1+b|xv@6|&iuxfqMz;?wP*ylWfTp71@0-QbITo+()cBja5sItA>~&jVa4yAek6SfTfmgBAbW1AV z>*tv4$N~vybX(T-D4=;13V|vaAN)+;GZ-g#MJddl9jFEoQ>eBMLI=>&*!Hglzy!_J zqD{k*N|md0!@uR~=sN^t?v?FvplVA6k?q5q>9k2*Mj-NIPDqJ%thX$NC8t z&34&Eai%JQKRzS~rP0tCuC#*GeFS{f>Qqks_(uUE!a>Cw3sJ2L#)38pl7)&C^*rw^ zfDQKoVNd_PwLC%sS_5pc#|j_-wIG>g0kxzKE8=cgX=Bq|pv{AX6QDL_svEHcC`DU@AZpNRuaXc;R2r9ad5q4zl%C&t4`r-E&1Rzsed(}N|^{tdnXBCZUs z5ZrUhQe%y^Hsxrc(j_xM=J=kqe-6xxZtD<;0Mrw9(rOAy*I^wd3qa$RG$@`=ezw6u zxf!T&(Hg5X9V>v7_()+eLed%LX|HH{?Xe*9nTVQiTbsH=2w&Yx1=Y1)b)$573ut<; zT?y1buvF$pTvXFom~gD(sZ0Z`irRZ(p(D8G@TK@ZfLjVYeZmXiDm&y3QD=z&qtEpw zXAV<&pb?AX2&4cecSqWletv>%15SRunTp?8DMy=Q0Ssi1G3HM#pu#~$hqR*8W6?NM zsB94kq6O&N$!tl0X3PLG2+orCrbw3Kj)^_$s<^E?^J;Hyr7^QGtM*@=YE9+ z7kZf8c85eTw3rQ=+=wk}WF==!j7!%C6Z2FJPdAm$$_{ZYxo3PE2dvHnLH8B_=e!d9 ztgo?_U4z6P&?i29PT<+c4*l$6#HEW#v1>MCfLP%f??eF^gFnIl>&aKfM}$YJ8_mFOM;A4BubrRSv@JsY@E!Sf~#+*wq-n6DK%(BI{v68nJ+V z`Qfg}RZ9x1U833@Jx3JTln&Kr1m1FWVnsBD`RreIJVmDg?QqXjqasVkPMA-1EvkofRx~bnq)_$t?M73^G z;iTS!J8O&N^`Odg=PoPVd{r)rlX~HzIJluSb5}(v!NE|Gs{0 z96cON7GTM+H1j~#qaeqR#q4t+g*N5evuaH1^UaZ3RH{>;Q{Enn&~w2Jl8NHmDQQig z9-^M)avMh0b?es1K)EuV>!Rh`dtPs|O!f(=6xgUP6Dx?w5^x31vSx0NwmXKK5SD%9fXJi~ z!^R)@`Vu~Aczkbz-EI%=j{@S0K03gIAZ}*CF_(TIY!{S0OR2`q93KRj>%qQdt#gW-)#ImI6st8m33f&Xg}8 zYY|CmyICO2e={n?6xFVFVVnj8EYt|nBV|_+HQ@?xU?N9gR z(2;1@I>4S`vGhl{(FA}KfyZx02xPVMoKLTdptJ&LEGEZVD{Xg6VD=o0S+~i`B=dS! z@vY5@GmEJZi>kPt8R0_@p|ZOWpIrdF8~|E_%ZDF@C4pS-gf=Tz$yptNDq3esb%H)B ze6lE{<@&@pGt(}DY6Eh&BwmgwTbk|v2 zkgIJI7m&Zlk`YW(h*V0Zf*|nFG{{<-Uw15Xcbo;6izs1Jd=O>QTEgtXQGZSn9WyJG zOpX+S)0t_h=(&a}&FLEDh@@gmo-_`y`=#2Xm`Q|OXsbq)dE=kD#M-asvy18spIUQ< zvTDlH4Q>fwbpRR@fsah-9G}mprVwUpo2E$n9H0t9-Iv?)|6Mmwrimu5E3PV!z*>MB zbLmMC@{6yGZ-;dLf2#xNI=5>J>|*u+D(T1-Gf1wTMM}m*ht}8gN}ayJ91BcNq4vPO zd|x%B0Ym}G;GZs5Q=cRUSVIDN1fb@K?e zQy;L4C2K_H$L=`h)$xD7dB;}9ntrs63_P%33a`ydIS8f@MrWQ+XvObxLz`WpEu&Ix zIlxSIDE&cdZi~w#CXrtse)jOUrMY{uOrUj3vs$ecV2|-!^itkm*9p|}^?OD^pQ{*_ z!kGxE&z-8Y)+LkVHVA8D3MqXkuYn#xZZW3kUZ-n=TA4w;U&g%RuEkIHW$Ew9m>dPg zjZv)O!kt{6WKU*wTdtb5F2dM{csb)`|Fk_yBNHb9Pw~y}qa)Y*7CviUy8z2wC2kAQ z>mp?SS|nGdbB}@PzmD_CjfjzI>T$XlR(Ek<1R`B4zkUXq`CC}@Ll%~`n}=zV zI4NE2dBv^M4YrZ-=U0!EzRQO9#S9*A*g8XVQcc?@Uh^1ad|E*C^MvBl*@{Fs&lQ9! zZrRMrq>l+&xVrJ;cwa70`hdhRn%bnn738kRjW~6x>!b~%9i0J^u*hXHxY67<$GKm6 zf8@pxPuS-l?vUPhkR6~kCh%iTWTo7HGk~P{BYj4$%*yQk*91&rDwzsHVrDJ;x5uV1 z)YfubJUa|iRR91W07*naR2~81^rY?@<4Y(k#6w}NswoA``qk>+Z?3*UeS>J-8#%B$ zWUcJ+Nf6)yVIi_q_YSp{yMStO4{gpKOf>^HPWKo`ZzvF|zQDW!r1MEI{<<+(|= zl+AuPGct~$_Dn}o$&En>-01>#j(&`fo0-@onz~623%gw%g53SwGZqC?!lP+uEEMoW zW2b7pkAT(Sri;}|N?9}u3-`FIRqKhe(VV1!bGXT1hi7iBcQ$UFV-a@b+V-g??P-!# z;t3uC+E}1+?BvI3LL)lZ2J(StNT_mNGxhqRs;v<7t>07>WB zZA+a2-Do79ilt zQ0(&WWJeU_*8eB{H-yOkJld88$%>4pzWE7XXk&Uj@G<#n8&P2_*g0Qs$9_6(z_e6M zcO#m?g*VOV!Wbvc?nJ-=nSxf_Fu)x5Drc3o=hi3sL_5bYwj5}7>H>gFpw^G`@Z)_~ zp+#(z*ZO@3r#ICL&I3@~d2v@mGjPK;<*&IDy{kIneLM=qE_j`xif zAQ=EfxQ;9#U7P)>o6_E`x^2`CXs0iJ+)nMiXYR4>em?;0k#uI_0G|UMCRV@2994{E!W8s2 zx9>ue0Gtemgv1&#ed7(ln)7WgyzZD7PO~52wt%`S%wdyD;|bKR@H)$+?9<3XsqP?Q z80kL85?OnTO2jhB1lcU7!!W{WEo2vvC(yyz9N3?N!~4zH$cl*0RLrS`$igcAq7{Pd zQu~z9ZhR-RQ_>2M)gL8rIL((peEjY)NuJq+K#D$ARBmHIgOV23qXx0W0{Vqym*}x4 zmT?neVk0SyiR`f=TP`J1LKoo(i_0^b{N)!CtSP|h+X;Uq-(_)}RK6#F*7_ zxt`3%fe9CxobyFnND3V+n~4CiE`)+!r9oRorSB*QbmS^XBRMEm=jjzpnS@a0Ev6oy zG2cKVAJHzCT7D&X2qcel5!lo2?5AD?V7e{`b~J}Id>$7wTd3`J=*yvrUGPEsz+Y)j zw3&Xpl_b?|G%_xjEu$;YxG1h}$CYYrWPCt8WI)OVqcxaA?*xc;fs)gP4$wnCE-G38 z0IM@f_SxH?3n|}PfCPQ+# zwz7o7ZDY+AVf;A}u7MA}cO+g}o1vv<&A|OM$D}~F=A6wu% z?dby0dIqZK$`Q@+U;fW-%MMnG#F2Q3wJ z3786eatz#6kR^h3;u`fITZqgAkI eW=L=s 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 diff --git a/FlightSimulation/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini b/FlightSimulation/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini index a56a130..645f281 100644 --- a/FlightSimulation/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini +++ b/FlightSimulation/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini @@ -98,7 +98,7 @@ PlayInEditorSoundQualityLevel=0 bUseNonRealtimeAudioDevice=False bPreferToStreamLevelsInPIE=False bPromoteOutputLogWarningsDuringPIE=False -NewWindowPosition=(X=0,Y=0) +NewWindowPosition=(X=109,Y=119) PIEAlwaysOnTop=False DisableStandaloneSound=False AdditionalLaunchParameters=-AudioMixer @@ -125,16 +125,15 @@ bOneHeadsetEachProcess=False AdditionalServerLaunchParameters= ServerFixedFPS=0 NetworkEmulationSettings=(bIsNetworkEmulationEnabled=False,EmulationTarget=Server,CurrentProfile="Custom",OutPackets=(MinLatency=0,MaxLatency=0,PacketLossPercentage=0),InPackets=(MinLatency=0,MaxLatency=0,PacketLossPercentage=0)) -LastSize=(X=2554,Y=992) +LastSize=(X=0,Y=0) LastExecutedLaunchDevice=Windows@DESKTOP-5MSME56 LastExecutedLaunchName=DESKTOP-5MSME56 LastExecutedPIEPreviewDevice= DeviceToEmulate= PIESafeZoneOverride=(Left=0.000000,Top=0.000000,Right=0.000000,Bottom=0.000000) -MultipleInstancePositions=(X=0,Y=0) +MultipleInstancePositions=(X=109,Y=119) NewWindowWidth=2554 NewWindowHeight=992 -LastExecutedPlayModeType=PlayMode_InEditorFloating [/Script/UnrealEd.LevelEditorViewportSettings] FlightCameraControlExperimentalNavigation=False @@ -161,21 +160,22 @@ LastInViewportMenuLocation=(X=0.000000,Y=0.000000) MaterialForDroppedTextures=None MaterialParamsForDroppedTextures=() EditorViews=(("/Game/Maps/WarcraftTestMap.WarcraftTestMap", (LevelViewportsInfo=((CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=-407.124066,Y=29.758635,Z=372.355580),CamRotation=(Pitch=-6.118815,Yaw=-3.744506,Roll=0.000000)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamPosition=(X=542.473882,Y=1.910855,Z=318.369810),CamUpdated=True)))),("/Game/Maps/TestMap.TestMap", (LevelViewportsInfo=((CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-597.601794,Y=1435.816082,Z=739.217263),CamRotation=(Pitch=-12.400000,Yaw=-47.400001,Roll=0.000000)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True)))),("/Game/Maps/CesiumMap.CesiumMap", (LevelViewportsInfo=((CamPosition=(X=-783407866.543715,Y=-778866196.786439,Z=-573535583.822911),CamRotation=(Pitch=-3.300981,Yaw=44.755998,Roll=0.000000),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-783407866.543715,Y=-778866196.786439,Z=-573535583.822911),CamRotation=(Pitch=-3.300981,Yaw=44.755998,Roll=0.000000),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-783407866.543715,Y=-778866196.786439,Z=-573535583.822911),CamRotation=(Pitch=-3.300981,Yaw=44.755998,Roll=0.000000),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=10053.577533,Y=2480.637166,Z=-2184.723123),CamRotation=(Pitch=-5.799579,Yaw=-214.315121,Roll=0.000000)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True))))) -EditorViews=(("/Game/Maps/WarcraftTestMap.WarcraftTestMap", (LevelViewportsInfo=((CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=-1900.118804,Y=188.089219,Z=667.350070),CamRotation=(Pitch=-16.718815,Yaw=7.255494,Roll=0.000000)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamPosition=(X=542.473882,Y=1.910855,Z=318.369810),CamUpdated=True)))),("/Game/Maps/TestMap.TestMap", (LevelViewportsInfo=((CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=707.610624,Y=1332.771428,Z=1003.509562),CamRotation=(Pitch=-27.800000,Yaw=-102.000001,Roll=-0.000001)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True)))),("/Game/Maps/CesiumMap.CesiumMap", (LevelViewportsInfo=((CamPosition=(X=-783407866.543715,Y=-778866196.786439,Z=-573535583.822911),CamRotation=(Pitch=-3.300981,Yaw=44.755998,Roll=0.000000),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-783407866.543715,Y=-778866196.786439,Z=-573535583.822911),CamRotation=(Pitch=-3.300981,Yaw=44.755998,Roll=0.000000),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-783407866.543715,Y=-778866196.786439,Z=-573535583.822911),CamRotation=(Pitch=-3.300981,Yaw=44.755998,Roll=0.000000),CamOrthoZoom=9999999562023526247432192.000000),(CamRotation=(Pitch=-13.199579,Yaw=3.884882,Roll=0.000000)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True))))) +EditorViews=(("/Game/Maps/WarcraftTestMap.WarcraftTestMap", (LevelViewportsInfo=((CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=-1900.118804,Y=188.089219,Z=667.350070),CamRotation=(Pitch=-16.718815,Yaw=7.255494,Roll=0.000000)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamPosition=(X=542.473882,Y=1.910855,Z=318.369810),CamUpdated=True)))),("/Game/Maps/TestMap.TestMap", (LevelViewportsInfo=((CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-73.047987,Y=544.064225,Z=340.966674),CamRotation=(Pitch=-23.800000,Yaw=-82.000001,Roll=-0.000001)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True)))),("/Game/Maps/CesiumMap.CesiumMap", (LevelViewportsInfo=((CamPosition=(X=-783407866.543715,Y=-778866196.786439,Z=-573535583.822911),CamRotation=(Pitch=-3.300981,Yaw=44.755998,Roll=0.000000),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-783407866.543715,Y=-778866196.786439,Z=-573535583.822911),CamRotation=(Pitch=-3.300981,Yaw=44.755998,Roll=0.000000),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-783407866.543715,Y=-778866196.786439,Z=-573535583.822911),CamRotation=(Pitch=-3.300981,Yaw=44.755998,Roll=0.000000),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-186571271.655655,Y=626222365.582588,Z=-769979095.635329),CamRotation=(Pitch=75.476557,Yaw=-27.606875,Roll=0.000000)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True))))) None======= PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport0",ConfigSettings=(ViewportType=LVT_OrthoYZ,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,SelectionOutlineColor0=0,SelectionOutlineColor1=0,SelectionOutlineColor2=0,SelectionOutlineColor3=0,SelectionOutlineColor4=0,SelectionOutlineColor5=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=0,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",GameShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,SelectionOutlineColor0=0,SelectionOutlineColor1=0,SelectionOutlineColor2=0,SelectionOutlineColor3=0,SelectionOutlineColor4=0,SelectionOutlineColor5=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=0,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport1",ConfigSettings=(ViewportType=LVT_Perspective,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=1,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,SelectionOutlineColor0=0,SelectionOutlineColor1=0,SelectionOutlineColor2=0,SelectionOutlineColor3=0,SelectionOutlineColor4=0,SelectionOutlineColor5=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=0,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=1,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=0,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",GameShowFlagsString="PostProcessing=1,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,SelectionOutlineColor0=0,SelectionOutlineColor1=0,SelectionOutlineColor2=0,SelectionOutlineColor3=0,SelectionOutlineColor4=0,SelectionOutlineColor5=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=0,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=1,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=0,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=True,bShowOnScreenStats=False,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport2",ConfigSettings=(ViewportType=LVT_OrthoXZ,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,SelectionOutlineColor0=0,SelectionOutlineColor1=0,SelectionOutlineColor2=0,SelectionOutlineColor3=0,SelectionOutlineColor4=0,SelectionOutlineColor5=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=0,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",GameShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,SelectionOutlineColor0=0,SelectionOutlineColor1=0,SelectionOutlineColor2=0,SelectionOutlineColor3=0,SelectionOutlineColor4=0,SelectionOutlineColor5=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=0,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport3",ConfigSettings=(ViewportType=LVT_OrthoXY,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,SelectionOutlineColor0=0,SelectionOutlineColor1=0,SelectionOutlineColor2=0,SelectionOutlineColor3=0,SelectionOutlineColor4=0,SelectionOutlineColor5=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=0,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",GameShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,SelectionOutlineColor0=0,SelectionOutlineColor1=0,SelectionOutlineColor2=0,SelectionOutlineColor3=0,SelectionOutlineColor4=0,SelectionOutlineColor5=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=0,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) CameraSpeed=6 +CameraSpeedScalar=128.000000 [EditorStartup] LastLevel=/Game/Maps/CesiumMap -LastLevel=/Game/Maps/TestMap +LastLevel=/Game/Maps/CesiumMap None======= [ModuleFileTracking] -FlightSimulation.TimeStamp=2025.02.14-05.23.55 +FlightSimulation.TimeStamp=2025.02.17-10.57.31 FlightSimulation.LastCompileMethod=External StorageServerClient.TimeStamp=2025.02.11-08.57.14 StorageServerClient.LastCompileMethod=External @@ -969,9 +969,9 @@ ContentBrowserClassDataSource.TimeStamp=2025.02.11-09.06.01 ContentBrowserClassDataSource.LastCompileMethod=External LightMixer.TimeStamp=2025.02.11-09.06.03 LightMixer.LastCompileMethod=External -Bridge.TimeStamp=2025.02.11-09.24.33 +Bridge.TimeStamp=2025.02.17-09.23.40 Bridge.LastCompileMethod=External -MegascansPlugin.TimeStamp=2025.02.11-09.24.34 +MegascansPlugin.TimeStamp=2025.02.17-09.23.43 MegascansPlugin.LastCompileMethod=External CmdLinkServer.TimeStamp=2025.02.11-09.06.00 CmdLinkServer.LastCompileMethod=External @@ -1309,7 +1309,7 @@ PathFollow.TimeStamp=2025.02.06-11.56.35 PathFollow.LastCompileMethod=Unknown Water.TimeStamp=2025.02.11-09.09.35 Water.LastCompileMethod=External -CesiumRuntime.TimeStamp=2025.02.15-14.17.53 +CesiumRuntime.TimeStamp=2025.02.17-10.58.24 CesiumRuntime.LastCompileMethod=External BlueprintMaterialTextureNodes.TimeStamp=2025.02.11-09.06.01 BlueprintMaterialTextureNodes.LastCompileMethod=External @@ -1321,31 +1321,31 @@ WaterEditor.TimeStamp=2025.02.11-09.09.35 WaterEditor.LastCompileMethod=External SunPosition.TimeStamp=2025.02.11-09.12.28 SunPosition.LastCompileMethod=External -CesiumEditor.TimeStamp=2025.02.15-14.18.08 +CesiumEditor.TimeStamp=2025.02.17-10.58.23 CesiumEditor.LastCompileMethod=External WarplanePlugin.TimeStamp=2025.02.16-11.48.30 -WarplanePlugin.TimeStamp=2025.02.17-00.35.25 +WarplanePlugin.TimeStamp=2025.02.17-12.45.36 None======= None======= WarplanePlugin.LastCompileMethod=External WebBrowser.TimeStamp=2025.01.19-07.12.25 WebBrowser.LastCompileMethod=Unknown -RD.TimeStamp=2025.02.07-10.49.44 -RD.LastCompileMethod=Unknown -RiderLink.TimeStamp=2025.02.07-10.49.59 -RiderLink.LastCompileMethod=Unknown -RiderLogging.TimeStamp=2025.02.07-10.50.10 -RiderLogging.LastCompileMethod=Unknown -RiderDebuggerSupport.TimeStamp=2025.02.07-10.50.01 -RiderDebuggerSupport.LastCompileMethod=Unknown -RiderBlueprint.TimeStamp=2025.02.07-10.50.10 -RiderBlueprint.LastCompileMethod=Unknown -RiderGameControl.TimeStamp=2025.02.07-10.50.13 -RiderGameControl.LastCompileMethod=Unknown -RiderShaderInfo.TimeStamp=2025.02.07-10.50.04 -RiderShaderInfo.LastCompileMethod=Unknown -RiderLC.TimeStamp=2025.02.07-10.50.05 -RiderLC.LastCompileMethod=Unknown +RD.TimeStamp=2025.02.17-12.15.05 +RD.LastCompileMethod=External +RiderLink.TimeStamp=2025.02.17-12.15.17 +RiderLink.LastCompileMethod=External +RiderLogging.TimeStamp=2025.02.17-12.15.26 +RiderLogging.LastCompileMethod=External +RiderDebuggerSupport.TimeStamp=2025.02.17-12.15.19 +RiderDebuggerSupport.LastCompileMethod=External +RiderBlueprint.TimeStamp=2025.02.17-12.15.26 +RiderBlueprint.LastCompileMethod=External +RiderGameControl.TimeStamp=2025.02.17-12.15.29 +RiderGameControl.LastCompileMethod=External +RiderShaderInfo.TimeStamp=2025.02.17-12.15.20 +RiderShaderInfo.LastCompileMethod=External +RiderLC.TimeStamp=2025.02.17-12.15.22 +RiderLC.LastCompileMethod=External SequencerWidgets.TimeStamp=2025.01.19-07.12.23 SequencerWidgets.LastCompileMethod=Unknown DataTableEditor.TimeStamp=2025.01.19-07.12.18 @@ -1414,46 +1414,44 @@ TurnkeyIO.TimeStamp=2025.02.11-08.57.15 TurnkeyIO.LastCompileMethod=Unknown UATHelper.TimeStamp=2025.02.11-08.57.15 UATHelper.LastCompileMethod=Unknown -UEDMPlugin.TimeStamp=2025.02.17-00.34.39 +UEDMPlugin.TimeStamp=2025.02.17-10.57.33 UEDMPlugin.LastCompileMethod=External [AssetEditorSubsystem] CleanShutdown=True -DebuggerAttached=False -RecentAssetEditors=BlueprintEditor -RecentAssetEditors=BlueprintEditor -RecentAssetEditors=BlueprintEditor -RecentAssetEditors=BlueprintEditor +DebuggerAttached=True RecentAssetEditors=BlueprintEditor RecentAssetEditors= +RecentAssetEditors= +RecentAssetEditors=BlueprintEditor +RecentAssetEditors=BlueprintEditor +RecentAssetEditors=DataTableEditor +RecentAssetEditors=BlueprintEditor +RecentAssetEditors=BlueprintEditor +RecentAssetEditors=BlueprintEditor +RecentAssetEditors=BlueprintEditor RecentAssetEditors=BlueprintEditor RecentAssetEditors=BlueprintEditor RecentAssetEditors=BlueprintEditor RecentAssetEditors=WidgetBlueprintEditor RecentAssetEditors=BlueprintEditor -RecentAssetEditors=BlueprintEditor RecentAssetEditors=DataTableEditor -RecentAssetEditors= RecentAssetEditors=WidgetBlueprintEditor RecentAssetEditors=BlueprintEditor -RecentAssetEditors=DataTableEditor RecentAssetEditors=SkeletalMeshEditor RecentAssetEditors=BlueprintEditor -RecentAssetEditors=BlueprintEditor RecentAssetEditors=WidgetBlueprintEditor RecentAssetEditors=BlueprintEditor RecentAssetEditors=BlueprintEditor RecentAssetEditors= RecentAssetEditors= -OpenAssetsAtExit=/Game/BluePrints/BP_PixStreamActor.BP_PixStreamActor -OpenAssetsAtExit=/Game/BluePrints/BP_CombatGameMode.BP_CombatGameMode -OpenAssetsAtExit=/Game/BluePrints/Core/BPI_GameModeInterface.BPI_GameModeInterface -OpenAssetsAtExit=/Game/BluePrints/BP_TrackActor.BP_TrackActor -OpenAssetsAtExit=/Game/BluePrints/Warcraft/BP_WarcraftBase.BP_WarcraftBase None======= +OpenAssetsAtExit=/Game/BluePrints/Data/DT_TestTrackTable.DT_TestTrackTable +OpenAssetsAtExit=/Game/BluePrints/BP_TrackActor.BP_TrackActor +OpenAssetsAtExit=/Game/BluePrints/BP_WarcraftSettingGameMode.BP_WarcraftSettingGameMode [RootWindow] -ScreenPosition=X=2104.000 Y=177.000 +ScreenPosition=X=1185.000 Y=186.000 WindowSize=X=1280.000 Y=720.000 InitiallyMaximized=True @@ -1486,13 +1484,14 @@ Project=D:/UE/UE_5.4/ [Python] LastDirectory= +RecentsFiles=E:/UE/UE_5.4/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py RecentsFiles=C:/Program Files/Epic Games/UE_5.4/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py RecentsFiles=D:/UE/UE_5.4/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py [MRU] MRUItem0=/Game/Maps/CesiumMap -MRUItem1=/Game/Maps/TestMap -MRUItem2=/Game/Maps/WarcraftTestMap +MRUItem1=/Game/Maps/WarcraftTestMap +MRUItem2=/Game/Maps/TestMap [/Script/UnrealEd.PersonaOptions] bAutoAlignFloorToMesh=True @@ -1542,7 +1541,7 @@ SceneComponent=PropertyWrapper.DefaultValueCategory.FlyPosArray,CesiumCartograph StaticMeshActor=PropertyWrapper.DefaultValueCategory.FlyPosArray,CesiumCartographicPolygon.Cesium.PositionLatitudeLongitudeHeight,CesiumCartographicPolygon.Cesium.PositionEarthCenteredEarthFixed,CesiumCartographicPolygon.Cesium.RotationEastSouthUp BoneProxy=BoneProxy.Transforms.骨骼,BoneProxy.Transforms.参考,BoneProxy.Transforms.网格体相对 K2Node_VariableGet=PropertyWrapper.DefaultValueCategory.FlyPosArray,CesiumCartographicPolygon.Cesium.PositionLatitudeLongitudeHeight,CesiumCartographicPolygon.Cesium.PositionEarthCenteredEarthFixed,CesiumCartographicPolygon.Cesium.RotationEastSouthUp -SplineComponent= +SplineComponent=PropertyWrapper.DefaultValueCategory.FlyPosArray,CesiumCartographicPolygon.Cesium.PositionLatitudeLongitudeHeight,CesiumCartographicPolygon.Cesium.PositionEarthCenteredEarthFixed,CesiumCartographicPolygon.Cesium.RotationEastSouthUp BP_FlightPath_C=PropertyWrapper.DefaultValueCategory.FlyPosArray,CesiumCartographicPolygon.Cesium.PositionLatitudeLongitudeHeight,CesiumCartographicPolygon.Cesium.PositionEarthCenteredEarthFixed,CesiumCartographicPolygon.Cesium.RotationEastSouthUp WorldSettings=WorldSettings.GameMode.SelectedGameModeDetails,WorldSettings.WorldPartitionSetup.RuntimeHash WorldPartitionRuntimeHashSet=WorldSettings.GameMode.SelectedGameModeDetails,WorldSettings.WorldPartitionSetup.RuntimeHash @@ -1757,13 +1756,15 @@ K2Node_SetFieldsInStruct=PropertyWrapper.DefaultValueCategory.FlyPosArray,Cesium WBP_WarcraftSetting_C=PropertyWrapper.DefaultValueCategory.FlyPosArray,CesiumCartographicPolygon.Cesium.PositionLatitudeLongitudeHeight,CesiumCartographicPolygon.Cesium.PositionEarthCenteredEarthFixed,CesiumCartographicPolygon.Cesium.RotationEastSouthUp CameraComponent=PropertyWrapper.DefaultValueCategory.FlyPosArray,CesiumCartographicPolygon.Cesium.PositionLatitudeLongitudeHeight,CesiumCartographicPolygon.Cesium.PositionEarthCenteredEarthFixed,CesiumCartographicPolygon.Cesium.RotationEastSouthUp SpringArmComponent=PropertyWrapper.DefaultValueCategory.FlyPosArray,CesiumCartographicPolygon.Cesium.PositionLatitudeLongitudeHeight,CesiumCartographicPolygon.Cesium.PositionEarthCenteredEarthFixed,CesiumCartographicPolygon.Cesium.RotationEastSouthUp -BP_WarcraftBase_C= +BP_WarcraftBase_C=PropertyWrapper.DefaultValueCategory.FlyPosArray,CesiumCartographicPolygon.Cesium.PositionLatitudeLongitudeHeight,CesiumCartographicPolygon.Cesium.PositionEarthCenteredEarthFixed,CesiumCartographicPolygon.Cesium.RotationEastSouthUp BP_CombatGameMode_C=PropertyWrapper.DefaultValueCategory.FlyPosArray,CesiumCartographicPolygon.Cesium.PositionLatitudeLongitudeHeight,CesiumCartographicPolygon.Cesium.PositionEarthCenteredEarthFixed,CesiumCartographicPolygon.Cesium.RotationEastSouthUp EdGraph=PropertyWrapper.DefaultValueCategory.FlyPosArray,CesiumCartographicPolygon.Cesium.PositionLatitudeLongitudeHeight,CesiumCartographicPolygon.Cesium.PositionEarthCenteredEarthFixed,CesiumCartographicPolygon.Cesium.RotationEastSouthUp None======= OpenColorIOSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap PixelStreamingSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap BP_PixStreamActor_C=PropertyWrapper.DefaultValueCategory.FlyPosArray,CesiumCartographicPolygon.Cesium.PositionLatitudeLongitudeHeight,CesiumCartographicPolygon.Cesium.PositionEarthCenteredEarthFixed,CesiumCartographicPolygon.Cesium.RotationEastSouthUp +K2Node_BreakStruct=PropertyWrapper.DefaultValueCategory.FlyPosArray,CesiumCartographicPolygon.Cesium.PositionLatitudeLongitudeHeight,CesiumCartographicPolygon.Cesium.PositionEarthCenteredEarthFixed,CesiumCartographicPolygon.Cesium.RotationEastSouthUp +K2Node_FunctionResult=PropertyWrapper.DefaultValueCategory.FlyPosArray,CesiumCartographicPolygon.Cesium.PositionLatitudeLongitudeHeight,CesiumCartographicPolygon.Cesium.PositionEarthCenteredEarthFixed,CesiumCartographicPolygon.Cesium.RotationEastSouthUp [ContentBrowser] ContentBrowserDrawer.SourcesExpanded=True @@ -1778,7 +1779,7 @@ ContentBrowserDrawer.VerticalSplitter.SlotSize1=0.795816839 ContentBrowserDrawer.FavoriteSplitter.SlotSize0=0.200000003 ContentBrowserDrawer.FavoriteSplitter.SlotSize1=0.800000012 ContentBrowserDrawer.FavoriteSplitter.SlotSize2=0.400000006 -ContentBrowserDrawer.SelectedPaths=/Game/BluePrints/Warcraft +ContentBrowserDrawer.SelectedPaths=/Game/BluePrints ContentBrowserDrawer.PluginFilters= ContentBrowserDrawer.Favorites.SelectedPaths= FavoritePaths= @@ -1786,21 +1787,21 @@ ContentBrowserDrawer.SelectedCollections= ContentBrowserDrawer.ExpandedCollections= ContentBrowserDrawer.ThumbnailSize=2 ContentBrowserDrawer.CurrentViewType=1 -ContentBrowserDrawer.JumpMRU=/All/Game/BluePrints/Warcraft -ContentBrowserDrawer.JumpMRU=/All/Game/PathTracer/Blueprints -ContentBrowserDrawer.JumpMRU=/All/Game/BluePrints/Core ContentBrowserDrawer.JumpMRU=/All/Game/BluePrints ContentBrowserDrawer.JumpMRU=/All/Game/Maps +ContentBrowserDrawer.JumpMRU=/All/Game/BluePrints/Data +ContentBrowserDrawer.JumpMRU=/All/Game/BluePrints/Core +ContentBrowserDrawer.JumpMRU=/All/Game/BluePrints/Warcraft +ContentBrowserDrawer.JumpMRU=/All/Game/PathTracer +ContentBrowserDrawer.JumpMRU=/All/Game/PathTracer/Blueprints ContentBrowserDrawer.JumpMRU=/All/Game/BluePrints/UI ContentBrowserDrawer.JumpMRU=/All/Game/BluePrints/Test -ContentBrowserDrawer.JumpMRU=/All/Game/BluePrints/Data ContentBrowserDrawer.JumpMRU=/All/Game/CesiumSettings ContentBrowserDrawer.JumpMRU=/All/Game ContentBrowserDrawer.JumpMRU=/All/Game/FTPS_Online/Aircrafts/Mig29/meshes ContentBrowserDrawer.JumpMRU=/All/Game/BluePrints/UI/Picture/ServerPic ContentBrowserDrawer.JumpMRU=/All/Game/BluePrints/UI/Picture ContentBrowserDrawer.JumpMRU=/All/Game/FTPS_Online -ContentBrowserDrawer.JumpMRU=/All/Game/PathTracer ContentBrowserDrawer.JumpMRU=/All/Game/PathTracer/Materials/Path ContentBrowserDrawer.JumpMRU=/All/Plugins ContentBrowserDrawer.JumpMRU=/All/Plugins/Classes_WarplanePlugin/WarplanePlugin/Public @@ -1878,25 +1879,25 @@ SequencerAssetPicker.ThumbnailSize=2 SequencerAssetPicker.CurrentViewType=0 [AssetEditorSubsystemRecents] -MRUItem0=/Game/BluePrints/Warcraft/BP_WarcraftBase -MRUItem1=/Game/BluePrints/BP_TrackActor -MRUItem2=/Game/BluePrints/Core/BPI_GameModeInterface -MRUItem3=/Game/BluePrints/BP_CombatGameMode -MRUItem4=/Game/BluePrints/BP_PixStreamActor -MRUItem5=/Game/Maps/CesiumMap -MRUItem6=/Game/PathTracer/Blueprints/BP_PathTracer -MRUItem7=/Game/BluePrints/Core/BPI_FlyInterface -MRUItem8=/Game/BluePrints/BP_FighterDisplay -MRUItem9=/Game/BluePrints/UI/WBP_CombatUI -MRUItem10=/Game/BluePrints/Test/TestActor -MRUItem11=/Game/BluePrints/BP_WarcraftSettingGameMode -MRUItem12=/Game/BluePrints/Data/DT_WarcraftDataTable -MRUItem13=/Game/Maps/WarcraftTestMap -MRUItem14=/Game/BluePrints/UI/WBP_WarcraftSetting -MRUItem15=/Game/BluePrints/Core/BPI_PawnInterface -MRUItem16=/Game/BluePrints/Data/DT_TestTrackTable -MRUItem17=/Game/FTPS_Online/Aircrafts/Mig29/meshes/sk_Jet -MRUItem18=/Game/Maps/TestMap +MRUItem0=/Game/BluePrints/BP_WarcraftSettingGameMode +MRUItem1=/Game/Maps/CesiumMap +MRUItem2=/Game/Maps/WarcraftTestMap +MRUItem3=/Game/BluePrints/BP_TrackActor +MRUItem4=/Game/Maps/TestMap +MRUItem5=/Game/BluePrints/Data/DT_TestTrackTable +MRUItem6=/Game/BluePrints/Core/BPI_GameModeInterface +MRUItem7=/Game/BluePrints/Warcraft/BP_WarcraftBase +MRUItem8=/Game/BluePrints/BP_CombatGameMode +MRUItem9=/Game/BluePrints/BP_PixStreamActor +MRUItem10=/Game/PathTracer/Blueprints/BP_PathTracer +MRUItem11=/Game/BluePrints/Core/BPI_FlyInterface +MRUItem12=/Game/BluePrints/BP_FighterDisplay +MRUItem13=/Game/BluePrints/UI/WBP_CombatUI +MRUItem14=/Game/BluePrints/Test/TestActor +MRUItem15=/Game/BluePrints/Data/DT_WarcraftDataTable +MRUItem16=/Game/BluePrints/UI/WBP_WarcraftSetting +MRUItem17=/Game/BluePrints/Core/BPI_PawnInterface +MRUItem18=/Game/FTPS_Online/Aircrafts/Mig29/meshes/sk_Jet MRUItem19=/Game/BluePrints/BP_GuidedMissile MRUItem20=/Game/BluePrints/UI/WBP_WarcraftUI MRUItem21=/Game/BluePrints/BP_PathTracer_Child_Base @@ -3159,6 +3160,15 @@ PixelStreamingInput.Activation=True PixelStreamingInput.Cooking=True PixelStreamingInput.Events=True BP_WarcraftBase_C.Default=True +CesiumIonRasterOverlay.Cesium=True +CesiumIonRasterOverlay.Tags=True +CesiumIonRasterOverlay.Activation=True +CesiumIonRasterOverlay.Cooking=True +Cesium3DTilesetRoot.TransformCommon=True +Cesium3DTilesetRoot.Rendering=True +Cesium3DTilesetRoot.Tags=True +Cesium3DTilesetRoot.Activation=True +Cesium3DTilesetRoot.Cooking=True [DetailPropertyExpansion] BP_Warcraft_C= @@ -3177,7 +3187,7 @@ MoviePlayerSettings="\"Object\" " GameplayTagsSettings="\"Object\" " GameplayTagsList="\"Object\" " AssetToolsSettings="\"Object\" " -DeveloperSettings="\"Object\" \"Object.ActorDefaults.WaterBodyLakeDefaults.WaterWaves.Object.Water Waves Asset\" \"Object.ActorDefaults.WaterBodyOceanDefaults.WaterWaves.Object.Water Waves Asset\" " +DeveloperSettings="\"Object\" " AssetManagerSettings="\"Object\" " SlateRHIRendererSettings="\"Object\" " HierarchicalLODSettings="\"Object\" " @@ -3420,6 +3430,11 @@ PixelStreamingSettings="\"Object\" " RecastNavMesh="\"Object\" " NavigationData="\"Object\" " PixelStreamingInput="\"Object\" " +BP_TrackActor_C="\"Object.FlightTracker.TrapezeLocation\" " +TrackActor="\"Object.FlightTracker.TrapezeLocation\" " +CesiumIonRasterOverlay="\"Object\" " +CesiumRasterOverlay="\"Object\" " +Cesium3DTilesetRoot="\"Object\" " [PlacementMode] RecentlyPlaced=/Game/BluePrints/BP_FighterDisplay.BP_FighterDisplay; @@ -3588,13 +3603,113 @@ EditorLoadingSavingSettings=True CollectionSettings=True CesiumEditorSettings=True InputSettings=True +PlasticSourceControlProjectSettings=True +CryptoKeysSettings=True +HardwareTargetingSettings=True +MoviePlayerSettings=True +GameplayTagsSettings=True +AssetToolsSettings=True +AssetManagerSettings=True +SlateRHIRendererSettings=True +HierarchicalLODSettings=True +RecastNavMesh=True +NavigationSystemV1=True +LandscapeSettings=True +DebugCameraControllerSettings=True +AnimationSettings=True +AnimationModifierSettings=True +LevelSequenceProjectSettings=True +CineCameraSettings=True +CookerSettings=True +InterchangeProjectSettings=True +GLTFPipelineSettings=True +MaterialXPipelineSettings=True +ControlRigSettings=True +ConsoleSettings=True +GarbageCollectionSettings=True +StreamingSettings=True +CollisionProfile=True +CrowdManager=True +WorldPartitionSettings=True +DataDrivenConsoleVariableSettings=True +MeshDrawCommandStatsSettings=True +MeshBudgetProjectSettings=True +NetworkSettings=True +TextureEncodingProjectSettings=True +PhysicsSettings=True +VirtualTexturePoolConfig=True +RendererSettings=True +RendererOverrideSettings=True +Engine=True +AudioSettings=True +UserInterfaceSettings=True +EnhancedInputDeveloperSettings=True +EnhancedInputEditorProjectSettings=True +AISystem=True +ChaosSolverSettings=True +GameplayDebuggerConfig=True +MetaSoundSettings=True +SlateSettings=True +LevelEditor2DSettings=True +SourceControlPreferences=True +EditorUtilityWidgetProjectSettings=True +ProxyLODMeshSimplificationSettings=True +SkeletalMeshSimplificationSettings=True +LevelEditorProjectSettings=True +LevelInstanceEditorSettings=True +MovieSceneToolsProjectSettings=True +StructViewerProjectSettings=True +UMGEditorProjectSettings=True +BlueprintEditorProjectSettings=True +ClassViewerProjectSettings=True +DDCProjectSettings=True +EditorProjectAppearanceSettings=True +MeshSimplificationSettings=True +TextureImportSettings=True +EditorPerformanceProjectSettings=True +EditorProjectAssetSettings=True +PaperImporterSettings=True +AndroidRuntimeSettings=True +AndroidSDKSettings=True +ShaderPlatformQualitySettings=True +IOSRuntimeSettings=True +LinuxTargetSettings=True +MacTargetSettings=True +WindowsTargetSettings=True +XcodeProjectSettings=True +LevelSequenceEditorSettings=True +GeometryCacheStreamerSettings=True +ModelingToolsEditorModeSettings=True +ModelingComponentsSettings=True +ToolPresetProjectSettings=True +TakeRecorderProjectSettings=True +FractureModeSettings=True +DataflowSettings=True +WaterRuntimeSettings=True +WaterEditorSettings=True +AndroidFileServerRuntimeSettings=True +AvfMediaSettings=True +CesiumRuntimeSettings=True +GooglePADRuntimeSettings=True +ImgMediaSettings=True +NiagaraSettings=True +NiagaraEditorSettings=True +OpenColorIOSettings=True +PaperRuntimeSettings=True +PixelStreamingSettings=True +PythonScriptPluginSettings=True +RenderDocPluginSettings=True +ResonanceAudioSettings=True +TcpMessagingSettings=True +UdpMessagingSettings=True +WmfMediaSettings=True [PluginBrowser] -InstalledPlugins=CesiumForUnreal InstalledPlugins=WMFCodecs +InstalledPlugins=CesiumForUnreal [MessageLog] -LastLogListing=PIE +LastLogListing=BlueprintLog [/Script/CesiumEditor.CesiumEditorSettings] CurrentCesiumIonServer=/Game/CesiumSettings/CesiumIonServers/CesiumIonSaaS.CesiumIonSaaS diff --git a/FlightSimulation/Saved/Telemetry/Telemetry.json b/FlightSimulation/Saved/Telemetry/Telemetry.json index c6683d0..03af80f 100644 --- a/FlightSimulation/Saved/Telemetry/Telemetry.json +++ b/FlightSimulation/Saved/Telemetry/Telemetry.json @@ -1,392 +1,1189 @@ -{"EventName":"StartSession","TimestampUTC":1739752533.286000,"RecordId":0,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false} -{"EventName":"Editor.AssetRegistry.Startup","TimestampUTC":1739752544.581000,"RecordId":1,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Duration":0.002594,"StartedAsyncGather":true} -{"EventName":"Span","TimestampUTC":1739752558.247000,"RecordId":2,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":1,"Span_Name":"Editor.Boot","Span_GUID":"63487E8044BADB2A23E878ADC057F565","Span_ParentName":"Editor","Span_ThreadId":24692,"Span_Depth":2,"Span_StartUTC":1739752533.341,"Span_EndUTC":1739752558.247,"Span_TimeInSec":24.906} -{"EventName":"Core.Loading","TimestampUTC":1739752558.251000,"RecordId":3,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","LoadingSeconds":24.906,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":975.0,"DDC_Summary_TotalGetMisses":98.0,"DDC_Summary_TotalGets":1073.0,"DDC_Summary_TotalGetHitPct":0.908667,"DDC_Summary_GetMissPct":0.091333,"DDC_Summary_TotalPutHits":92.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":92.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":641.0,"DDC_Summary_ZenLocalGetTotal":738.0,"DDC_Summary_ZenLocalGetHitPct":0.868564,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752558.254000,"RecordId":4,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Texture (Inline)","Load_Count":114,"Load_TimeSec":0.042723,"Load_SizeMB":52.591044,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":114,"Total_TimeSec":0.042723,"Total_SizeMB":52,"Efficiency":1.0,"Thread_TimeSec":0.042723} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752558.255000,"RecordId":5,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Texture (Streaming)","Load_Count":30,"Load_TimeSec":0.023577,"Load_SizeMB":8.521484,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":30,"Total_TimeSec":0.023577,"Total_SizeMB":8,"Efficiency":1.0,"Thread_TimeSec":0.023577} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752558.256000,"RecordId":6,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"StaticMesh","Load_Count":40,"Load_TimeSec":0.02571,"Load_SizeMB":4.531223,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":40,"Total_TimeSec":0.02571,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752558.257000,"RecordId":7,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752558.258000,"RecordId":8,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.002274,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752558.259000,"RecordId":9,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"CardRepresentation","Load_Count":40,"Load_TimeSec":0.011438,"Load_SizeMB":0.010667,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":40,"Total_TimeSec":0.011438,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.008947} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752558.260000,"RecordId":10,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":4,"Total_TimeSec":0.007642,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.007642} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752558.261000,"RecordId":11,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"DistanceField","Load_Count":40,"Load_TimeSec":0.032194,"Load_SizeMB":5.764595,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":40,"Total_TimeSec":0.032194,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.02677} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752558.263000,"RecordId":12,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752558.265000,"RecordId":13,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"NavCollision","Load_Count":40,"Load_TimeSec":0.011906,"Load_SizeMB":0.045913,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":40,"Total_TimeSec":0.011906,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752558.266000,"RecordId":14,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Total","Load_Count":673,"Load_TimeSec":0.215059,"Load_SizeMB":199.670937,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":673,"Total_TimeSec":0.215059,"Total_SizeMB":199,"Efficiency":1.0,"Thread_TimeSec":0.201318} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752558.267000,"RecordId":15,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":975.0,"TotalGetMisses":98.0,"TotalGets":1073.0,"TotalGetHitPct":0.908667,"GetMissPct":0.091333,"TotalPutHits":92.0,"TotalPutMisses":0.0,"TotalPuts":92.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":641.0,"ZenLocalGetTotal":738.0,"ZenLocalGetHitPct":0.868564,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752558.268000,"RecordId":16,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":1,"LoadingName":"BootEditor","Zen_Enabled":true,"Zen_Cache_Size_Disk":268302203.0,"Zen_Cache_Size_Memory":0.0,"Zen_Cache_Hits":0,"Zen_Cache_Misses":0,"Zen_Cache_Writes":0,"Zen_Cache_HitRatio":0.0,"Zen_Cache_Cas_Hits":0,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":0,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":0,"Zen_Cache_Requests_RateMean":0.0,"Zen_Cache_Requests_TAverage":0.0,"Zen_Cache_Requests_TMin":0.0,"Zen_Cache_Requests_TMax":0.0,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":0,"Zen_Cas_Size_Small":148082675,"Zen_Cas_Size_Tiny":100906,"Zen_Cas_Size_Total":148183581,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1739752561.155000,"RecordId":17,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor.LoadMap","Span_GUID":"EACD0C0B489F16F60ADF2A800169CB7E","Span_ParentName":"Editor","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752558.27,"Span_EndUTC":1739752561.155,"Span_TimeInSec":2.885} -{"EventName":"Core.Loading","TimestampUTC":1739752561.157000,"RecordId":18,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","LoadingSeconds":2.885,"Zen_Enabled":true,"Zen_Cache_Size_Disk":268302203.0,"Zen_Cache_Size_Memory":0.0,"Zen_Cache_Hits":0,"Zen_Cache_Misses":0,"Zen_Cache_Writes":0,"Zen_Cache_HitRatio":0.0,"Zen_Cache_Cas_Hits":0,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":0,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":0,"Zen_Cache_Requests_RateMean":0.0,"Zen_Cache_Requests_TAverage":0.0,"Zen_Cache_Requests_TMin":0.0,"Zen_Cache_Requests_TMax":0.0,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":0,"Zen_Cas_Size_Small":148082675,"Zen_Cas_Size_Tiny":100906,"Zen_Cas_Size_Total":148183581,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1050.0,"DDC_Summary_TotalGetMisses":104.0,"DDC_Summary_TotalGets":1154.0,"DDC_Summary_TotalGetHitPct":0.909879,"DDC_Summary_GetMissPct":0.090121,"DDC_Summary_TotalPutHits":98.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":98.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":708.0,"DDC_Summary_ZenLocalGetTotal":811.0,"DDC_Summary_ZenLocalGetHitPct":0.872996,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.158000,"RecordId":19,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Inline)","Load_Count":114,"Load_TimeSec":0.042723,"Load_SizeMB":52.591044,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":114,"Total_TimeSec":0.042723,"Total_SizeMB":52,"Efficiency":1.0,"Thread_TimeSec":0.042723} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.159000,"RecordId":20,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Streaming)","Load_Count":30,"Load_TimeSec":0.023577,"Load_SizeMB":8.521484,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":30,"Total_TimeSec":0.023577,"Total_SizeMB":8,"Efficiency":1.0,"Thread_TimeSec":0.023577} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.161000,"RecordId":21,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.028486,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.028486,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.203000,"RecordId":22,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.204000,"RecordId":23,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.245000,"RecordId":24,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.002274,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.247000,"RecordId":25,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.012251,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.008947} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.290000,"RecordId":26,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":4,"Total_TimeSec":0.007642,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.007642} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.291000,"RecordId":27,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.035371,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.02677} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.335000,"RecordId":28,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.382000,"RecordId":29,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.013164,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.013164,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.383000,"RecordId":30,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Total","Load_Count":690,"Load_TimeSec":0.244539,"Load_SizeMB":205.626586,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":690,"Total_TimeSec":0.244539,"Total_SizeMB":205,"Efficiency":1.0,"Thread_TimeSec":0.201318} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752561.427000,"RecordId":31,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1050.0,"TotalGetMisses":104.0,"TotalGets":1154.0,"TotalGetHitPct":0.909879,"GetMissPct":0.090121,"TotalPutHits":98.0,"TotalPutMisses":0.0,"TotalPuts":98.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":708.0,"ZenLocalGetTotal":811.0,"ZenLocalGetHitPct":0.872996,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752561.429000,"RecordId":32,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":1,"LoadingName":"LoadMap","Zen_Enabled":true,"Zen_Cache_Size_Disk":268327281.0,"Zen_Cache_Size_Memory":59096.0,"Zen_Cache_Hits":804,"Zen_Cache_Misses":6,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.992593,"Zen_Cache_Cas_Hits":593,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":581,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":581,"Zen_Cache_Requests_RateMean":25.154875,"Zen_Cache_Requests_TAverage":0.002994,"Zen_Cache_Requests_TMin":0.00001,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":0,"Zen_Cas_Size_Small":148082675,"Zen_Cas_Size_Tiny":100906,"Zen_Cas_Size_Total":148183581,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1739752561.471000,"RecordId":33,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor.Initialize","Span_GUID":"335DC1F345CA575194D152991675BF82","Span_ParentName":"Editor","Span_ThreadId":24692,"Span_Depth":2,"Span_StartUTC":1739752558.27,"Span_EndUTC":1739752561.471,"Span_TimeInSec":3.201} -{"EventName":"Core.Loading","TimestampUTC":1739752561.472000,"RecordId":34,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","LoadingSeconds":34.727809,"Zen_Enabled":true,"Zen_Cache_Size_Disk":268327281.0,"Zen_Cache_Size_Memory":59096.0,"Zen_Cache_Hits":804,"Zen_Cache_Misses":6,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.992593,"Zen_Cache_Cas_Hits":593,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":581,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":581,"Zen_Cache_Requests_RateMean":25.154875,"Zen_Cache_Requests_TAverage":0.002994,"Zen_Cache_Requests_TMin":0.00001,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":0,"Zen_Cas_Size_Small":148082675,"Zen_Cas_Size_Tiny":100906,"Zen_Cas_Size_Total":148183581,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1050.0,"DDC_Summary_TotalGetMisses":104.0,"DDC_Summary_TotalGets":1154.0,"DDC_Summary_TotalGetHitPct":0.909879,"DDC_Summary_GetMissPct":0.090121,"DDC_Summary_TotalPutHits":98.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":98.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":708.0,"DDC_Summary_ZenLocalGetTotal":811.0,"DDC_Summary_ZenLocalGetHitPct":0.872996,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.473000,"RecordId":35,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Texture (Inline)","Load_Count":114,"Load_TimeSec":0.042723,"Load_SizeMB":52.591044,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":114,"Total_TimeSec":0.042723,"Total_SizeMB":52,"Efficiency":1.0,"Thread_TimeSec":0.042723} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.475000,"RecordId":36,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Texture (Streaming)","Load_Count":30,"Load_TimeSec":0.023577,"Load_SizeMB":8.521484,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":30,"Total_TimeSec":0.023577,"Total_SizeMB":8,"Efficiency":1.0,"Thread_TimeSec":0.023577} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.476000,"RecordId":37,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.028486,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.028486,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.477000,"RecordId":38,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.478000,"RecordId":39,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.479000,"RecordId":40,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.002274,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.481000,"RecordId":41,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.012251,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.008947} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.482000,"RecordId":42,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":4,"Total_TimeSec":0.007642,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.007642} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.483000,"RecordId":43,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.035371,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.02677} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.484000,"RecordId":44,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.485000,"RecordId":45,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.013164,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.013164,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752561.486000,"RecordId":46,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Total","Load_Count":690,"Load_TimeSec":0.244539,"Load_SizeMB":205.626586,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":690,"Total_TimeSec":0.244539,"Total_SizeMB":205,"Efficiency":1.0,"Thread_TimeSec":0.201318} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752561.488000,"RecordId":47,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1050.0,"TotalGetMisses":104.0,"TotalGets":1154.0,"TotalGetHitPct":0.909879,"GetMissPct":0.090121,"TotalPutHits":98.0,"TotalPutMisses":0.0,"TotalPuts":98.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":708.0,"ZenLocalGetTotal":811.0,"ZenLocalGetHitPct":0.872996,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752561.489000,"RecordId":48,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":1,"LoadingName":"TotalEditorStartup","Zen_Enabled":true,"Zen_Cache_Size_Disk":268327281.0,"Zen_Cache_Size_Memory":59096.0,"Zen_Cache_Hits":804,"Zen_Cache_Misses":6,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.992593,"Zen_Cache_Cas_Hits":593,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":581,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":581,"Zen_Cache_Requests_RateMean":25.154875,"Zen_Cache_Requests_TAverage":0.002994,"Zen_Cache_Requests_TMin":0.00001,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":0,"Zen_Cas_Size_Small":148082675,"Zen_Cas_Size_Tiny":100906,"Zen_Cas_Size_Total":148183581,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1739752562.827000,"RecordId":49,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"AA58A0E143761E942CF4B1A16603E440","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.003192,"NumBackendItems":0,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1739752562.910000,"RecordId":50,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"AA58A0E143761E942CF4B1A16603E440","TotalItemsToFilter":0,"PriorityItemsToFilter":0,"TotalResults":0,"AmortizeDurationSeconds":0.000045,"WorkDurationSeconds":0.000046,"ResultLatency":"null","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Span","TimestampUTC":1739752563.622000,"RecordId":51,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","TaskName":"Running Python start-up scripts...","SchemaVersion":1,"Span_Name":"ST Running Python start-up scripts...","Span_GUID":"9F5044484B2AE70068FFF7A12A44827F","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752563.552,"Span_EndUTC":1739752563.622,"Span_TimeInSec":0.07} -{"EventName":"Editor.AssetRegistry.InitialScan","TimestampUTC":1739752563.682000,"RecordId":52,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"TotalDurationSeconds":19.102608,"TotalWorkSeconds":0.106479,"DiscoverySeconds":0.033606,"GatherSeconds":0.038738,"StoreSeconds":0.034134,"NumCachedDirectories":0,"NumUncachedDirectories":1590,"NumCachedAssetFiles":7840,"NumUncachedAssetFiles":12} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1739752563.778000,"RecordId":53,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"C0C40431419429BF6E3597841E9AF054","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.003362,"NumBackendItems":0,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1739752563.812000,"RecordId":54,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"C0C40431419429BF6E3597841E9AF054","TotalItemsToFilter":0,"PriorityItemsToFilter":0,"TotalResults":0,"AmortizeDurationSeconds":0.000014,"WorkDurationSeconds":0.000014,"ResultLatency":"null","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Span","TimestampUTC":1739752565.161000,"RecordId":55,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":3,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.474327,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"D79A1FAD4B256D934D1A5DB5AA8651CD","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752563.68,"Span_EndUTC":1739752565.161,"Span_TimeInSec":1.481} -{"EventName":"Span","TimestampUTC":1739752565.163000,"RecordId":56,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":3,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.474327,"SchemaVersion":1,"Span_Name":"Asset Registry Scan","Span_GUID":"D8B7472743CAA243BB183D8946D33FF2","Span_ParentName":"Hitching","Span_ThreadId":24692,"Span_Depth":4,"Span_StartUTC":1739752563.68,"Span_EndUTC":1739752565.163,"Span_TimeInSec":1.483} -{"EventName":"Core.Hitch","TimestampUTC":1739752565.164000,"RecordId":57,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":3,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.474327} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752565.168000,"RecordId":58,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":173,"Load_TimeSec":0.042842,"Load_SizeMB":100.053012,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":173,"Total_TimeSec":0.042842,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.042842} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752565.169000,"RecordId":59,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752565.171000,"RecordId":60,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.028486,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.028486,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752565.174000,"RecordId":61,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752565.176000,"RecordId":62,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752565.178000,"RecordId":63,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.002274,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752565.180000,"RecordId":64,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.012251,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.008947} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752565.182000,"RecordId":65,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752565.184000,"RecordId":66,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.035371,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.02677} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752565.186000,"RecordId":67,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752565.188000,"RecordId":68,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.013164,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.013164,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752565.191000,"RecordId":69,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":753,"Load_TimeSec":0.248144,"Load_SizeMB":254.056816,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":754,"Total_TimeSec":0.266775,"Total_SizeMB":258,"Efficiency":0.998674,"Thread_TimeSec":0.223554} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752565.194000,"RecordId":70,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1206.0,"TotalGetMisses":104.0,"TotalGets":1310.0,"TotalGetHitPct":0.920611,"GetMissPct":0.079389,"TotalPutHits":99.0,"TotalPutMisses":0.0,"TotalPuts":99.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":824.0,"ZenLocalGetTotal":927.0,"ZenLocalGetHitPct":0.888889,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752565.198000,"RecordId":71,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":268327281.0,"Zen_Cache_Size_Memory":59096.0,"Zen_Cache_Hits":804,"Zen_Cache_Misses":6,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.992593,"Zen_Cache_Cas_Hits":593,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":581,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":581,"Zen_Cache_Requests_RateMean":25.154875,"Zen_Cache_Requests_TAverage":0.002994,"Zen_Cache_Requests_TMin":0.00001,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":0,"Zen_Cas_Size_Small":148082675,"Zen_Cas_Size_Tiny":100906,"Zen_Cas_Size_Total":148183581,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1739752568.363000,"RecordId":72,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":2,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":10.487679,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"7D95974C4E97382559BDB982A0EF09B8","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752567.715,"Span_EndUTC":1739752568.363,"Span_TimeInSec":0.648} -{"EventName":"Core.Hitch","TimestampUTC":1739752568.364000,"RecordId":73,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":2,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":10.487679} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752568.365000,"RecordId":74,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":173,"Load_TimeSec":0.042842,"Load_SizeMB":100.053012,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":173,"Total_TimeSec":0.042842,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.042842} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752568.366000,"RecordId":75,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752568.367000,"RecordId":76,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.028486,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.028486,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752568.368000,"RecordId":77,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752568.369000,"RecordId":78,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752568.371000,"RecordId":79,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.002274,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752568.414000,"RecordId":80,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.012251,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.008947} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752568.415000,"RecordId":81,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752568.458000,"RecordId":82,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.035371,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.02677} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752568.459000,"RecordId":83,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752568.502000,"RecordId":84,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.013164,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.013164,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752568.503000,"RecordId":85,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":753,"Load_TimeSec":0.248144,"Load_SizeMB":254.056816,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":754,"Total_TimeSec":0.266775,"Total_SizeMB":258,"Efficiency":0.998674,"Thread_TimeSec":0.223554} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752568.546000,"RecordId":86,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1208.0,"TotalGetMisses":104.0,"TotalGets":1312.0,"TotalGetHitPct":0.920732,"GetMissPct":0.079268,"TotalPutHits":99.0,"TotalPutMisses":0.0,"TotalPuts":99.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":826.0,"ZenLocalGetTotal":929.0,"ZenLocalGetHitPct":0.889128,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752568.548000,"RecordId":87,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":272228827.0,"Zen_Cache_Size_Memory":80064.0,"Zen_Cache_Hits":920,"Zen_Cache_Misses":6,"Zen_Cache_Writes":99,"Zen_Cache_HitRatio":0.993521,"Zen_Cache_Cas_Hits":711,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":698,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":698,"Zen_Cache_Requests_RateMean":25.71995,"Zen_Cache_Requests_TAverage":0.002518,"Zen_Cache_Requests_TMin":0.00001,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":0,"Zen_Cas_Size_Small":148082675,"Zen_Cas_Size_Tiny":100906,"Zen_Cas_Size_Total":148183581,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1739752585.291000,"RecordId":88,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"9DBC29074966F261A27150B63500F369","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.000127,"NumBackendItems":2,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1739752585.293000,"RecordId":89,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"9DBC29074966F261A27150B63500F369","TotalItemsToFilter":2,"PriorityItemsToFilter":0,"TotalResults":2,"AmortizeDurationSeconds":0.000025,"WorkDurationSeconds":0.000025,"ResultLatency":"0.000018","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1739752587.235000,"RecordId":90,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"FF07839144AA5CA2ADCEF48104AB147C","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.003419,"NumBackendItems":6,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1739752587.236000,"RecordId":91,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"FF07839144AA5CA2ADCEF48104AB147C","TotalItemsToFilter":6,"PriorityItemsToFilter":0,"TotalResults":6,"AmortizeDurationSeconds":0.00003,"WorkDurationSeconds":0.00003,"ResultLatency":"0.000019","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1739752592.678000,"RecordId":92,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"93F94A0D4E32F3DECDEB07B58D955F8C","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.003505,"NumBackendItems":3,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1739752592.680000,"RecordId":93,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"93F94A0D4E32F3DECDEB07B58D955F8C","TotalItemsToFilter":3,"PriorityItemsToFilter":0,"TotalResults":3,"AmortizeDurationSeconds":0.000042,"WorkDurationSeconds":0.000042,"ResultLatency":"0.000037","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1739752597.706000,"RecordId":94,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"7A4419464DABFA5201998189C5A0FDE7","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.003238,"NumBackendItems":6,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1739752597.708000,"RecordId":95,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"7A4419464DABFA5201998189C5A0FDE7","TotalItemsToFilter":6,"PriorityItemsToFilter":0,"TotalResults":6,"AmortizeDurationSeconds":0.000028,"WorkDurationSeconds":0.000028,"ResultLatency":"0.000016","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Span","TimestampUTC":1739752607.189000,"RecordId":96,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":2,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":15.864384,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"A68AED584932977EF31B298A336BE66F","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752606.803,"Span_EndUTC":1739752607.189,"Span_TimeInSec":0.386} -{"EventName":"Core.Hitch","TimestampUTC":1739752607.190000,"RecordId":97,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":2,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":15.864384} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752607.192000,"RecordId":98,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":173,"Load_TimeSec":0.042842,"Load_SizeMB":100.053012,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":173,"Total_TimeSec":0.042842,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.042842} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752607.193000,"RecordId":99,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752607.195000,"RecordId":100,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.028486,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.028486,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752607.196000,"RecordId":101,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752607.197000,"RecordId":102,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752607.198000,"RecordId":103,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.002274,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752607.199000,"RecordId":104,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.012251,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.008947} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752607.201000,"RecordId":105,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752607.202000,"RecordId":106,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.035371,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.02677} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752607.203000,"RecordId":107,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752607.204000,"RecordId":108,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.013164,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.013164,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752607.206000,"RecordId":109,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":753,"Load_TimeSec":0.248144,"Load_SizeMB":254.056816,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":754,"Total_TimeSec":0.266775,"Total_SizeMB":258,"Efficiency":0.998674,"Thread_TimeSec":0.223554} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752607.207000,"RecordId":110,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1210.0,"TotalGetMisses":111.0,"TotalGets":1321.0,"TotalGetHitPct":0.915973,"GetMissPct":0.084027,"TotalPutHits":99.0,"TotalPutMisses":0.0,"TotalPuts":99.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":826.0,"ZenLocalGetTotal":936.0,"ZenLocalGetHitPct":0.882479,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752607.208000,"RecordId":111,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":272228827.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":922,"Zen_Cache_Misses":7,"Zen_Cache_Writes":99,"Zen_Cache_HitRatio":0.992465,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":701,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":701,"Zen_Cache_Requests_RateMean":10.164429,"Zen_Cache_Requests_TAverage":0.002508,"Zen_Cache_Requests_TMin":0.00001,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":0,"Zen_Cas_Size_Small":148082675,"Zen_Cas_Size_Tiny":100906,"Zen_Cas_Size_Total":148183581,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1739752630.294000,"RecordId":112,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"B36AA0524A22097E3954719B4B3C68A2","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.00397,"NumBackendItems":14,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1739752630.296000,"RecordId":113,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"B36AA0524A22097E3954719B4B3C68A2","TotalItemsToFilter":14,"PriorityItemsToFilter":0,"TotalResults":12,"AmortizeDurationSeconds":0.000053,"WorkDurationSeconds":0.000053,"ResultLatency":"0.000038","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Span","TimestampUTC":1739752644.663000,"RecordId":114,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":9,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.231575,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"E22CC3FA4643C02561863680D13574F9","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752644.202,"Span_EndUTC":1739752644.663,"Span_TimeInSec":0.461} -{"EventName":"Core.Hitch","TimestampUTC":1739752644.664000,"RecordId":115,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":9,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.231575} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752644.665000,"RecordId":116,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":173,"Load_TimeSec":0.042842,"Load_SizeMB":100.053012,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":173,"Total_TimeSec":0.042842,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.042842} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752644.666000,"RecordId":117,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752644.667000,"RecordId":118,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.028486,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.028486,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752644.668000,"RecordId":119,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752644.670000,"RecordId":120,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752644.671000,"RecordId":121,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.002274,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752644.672000,"RecordId":122,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.012251,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.008947} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752644.672000,"RecordId":123,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752644.675000,"RecordId":124,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.035371,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.02677} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752644.676000,"RecordId":125,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752644.677000,"RecordId":126,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.013164,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.013164,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752644.678000,"RecordId":127,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":753,"Load_TimeSec":0.248144,"Load_SizeMB":254.056816,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":754,"Total_TimeSec":0.266775,"Total_SizeMB":258,"Efficiency":0.998674,"Thread_TimeSec":0.223554} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752644.679000,"RecordId":128,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1214.0,"TotalGetMisses":131.0,"TotalGets":1345.0,"TotalGetHitPct":0.902602,"GetMissPct":0.097398,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":826.0,"ZenLocalGetTotal":956.0,"ZenLocalGetHitPct":0.864017,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752644.680000,"RecordId":129,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":272228827.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":922,"Zen_Cache_Misses":7,"Zen_Cache_Writes":99,"Zen_Cache_HitRatio":0.992465,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":701,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":701,"Zen_Cache_Requests_RateMean":10.164429,"Zen_Cache_Requests_TAverage":0.002508,"Zen_Cache_Requests_TMin":0.00001,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":0,"Zen_Cas_Size_Small":148082675,"Zen_Cas_Size_Tiny":100906,"Zen_Cas_Size_Total":148183581,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1739752684.168000,"RecordId":130,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":39,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":103.149384,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"4C66FC36439FAA409584E4A74C4C8EEB","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752664.922,"Span_EndUTC":1739752684.168,"Span_TimeInSec":19.246} -{"EventName":"Core.Hitch","TimestampUTC":1739752684.169000,"RecordId":131,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":39,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":103.149384} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752684.170000,"RecordId":132,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":173,"Load_TimeSec":0.042842,"Load_SizeMB":100.053012,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":173,"Total_TimeSec":0.042842,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.042842} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752684.171000,"RecordId":133,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752684.172000,"RecordId":134,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.028486,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.028486,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752684.174000,"RecordId":135,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752684.175000,"RecordId":136,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752684.176000,"RecordId":137,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.002274,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752684.177000,"RecordId":138,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.012251,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.008947} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752684.178000,"RecordId":139,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752684.180000,"RecordId":140,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.035371,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.02677} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752684.181000,"RecordId":141,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752684.182000,"RecordId":142,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.013164,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.013164,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752684.183000,"RecordId":143,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":753,"Load_TimeSec":0.248144,"Load_SizeMB":254.056816,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":754,"Total_TimeSec":0.266775,"Total_SizeMB":258,"Efficiency":0.998674,"Thread_TimeSec":0.223554} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752684.185000,"RecordId":144,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1214.0,"TotalGetMisses":131.0,"TotalGets":1345.0,"TotalGetHitPct":0.902602,"GetMissPct":0.097398,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":826.0,"ZenLocalGetTotal":956.0,"ZenLocalGetHitPct":0.864017,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752684.186000,"RecordId":145,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":272232705.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":922,"Zen_Cache_Misses":33,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.965445,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":21,"Zen_Cache_Requests":754,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":754,"Zen_Cache_Requests_RateMean":7.071788,"Zen_Cache_Requests_TAverage":0.002339,"Zen_Cache_Requests_TMin":0.00001,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":0,"Zen_Cas_Size_Small":148642948,"Zen_Cas_Size_Tiny":100906,"Zen_Cas_Size_Total":148743854,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1739752698.934000,"RecordId":146,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","TaskName":"Saving packages...","SchemaVersion":1,"Span_Name":"ST Saving packages...","Span_GUID":"818449484A63507BDB0DF8A6CAA69122","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752698.858,"Span_EndUTC":1739752698.934,"Span_TimeInSec":0.076} -{"EventName":"Span","TimestampUTC":1739752699.282000,"RecordId":147,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","TaskName":"Validating Assets","SchemaVersion":1,"Span_Name":"ST Validating Assets","Span_GUID":"AB11B1C74FE85A6470DCFD8527125FBC","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752699.225,"Span_EndUTC":1739752699.282,"Span_TimeInSec":0.057} -{"EventName":"Span","TimestampUTC":1739752699.667000,"RecordId":148,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":2,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.939682,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"9EC439694E4918F838CC9A8EB6C27E67","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752699.342,"Span_EndUTC":1739752699.667,"Span_TimeInSec":0.325} -{"EventName":"Core.Hitch","TimestampUTC":1739752699.711000,"RecordId":149,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":2,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.939682} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752699.755000,"RecordId":150,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":173,"Load_TimeSec":0.042842,"Load_SizeMB":100.053012,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":173,"Total_TimeSec":0.042842,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.042842} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752699.797000,"RecordId":151,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752699.840000,"RecordId":152,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.028486,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.028486,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752699.883000,"RecordId":153,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752699.924000,"RecordId":154,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752699.966000,"RecordId":155,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.002274,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752700.011000,"RecordId":156,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.012251,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.008947} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752700.055000,"RecordId":157,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752700.097000,"RecordId":158,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.035371,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.02677} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752700.140000,"RecordId":159,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752700.183000,"RecordId":160,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.013164,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.013164,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752700.225000,"RecordId":161,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GeometryCollection","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":1,"Build_TimeSec":0.005782,"Build_SizeMB":0.003037,"Total_Count":1,"Total_TimeSec":0.005782,"Total_SizeMB":0,"Efficiency":0.0,"Thread_TimeSec":0.005782} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752700.267000,"RecordId":162,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":753,"Load_TimeSec":0.248144,"Load_SizeMB":254.056816,"Build_Count":2,"Build_TimeSec":0.024413,"Build_SizeMB":4.164774,"Total_Count":755,"Total_TimeSec":0.272557,"Total_SizeMB":258,"Efficiency":0.997351,"Thread_TimeSec":0.229336} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752700.312000,"RecordId":163,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1214.0,"TotalGetMisses":132.0,"TotalGets":1346.0,"TotalGetHitPct":0.901932,"GetMissPct":0.098068,"TotalPutHits":127.0,"TotalPutMisses":0.0,"TotalPuts":127.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":826.0,"ZenLocalGetTotal":957.0,"ZenLocalGetHitPct":0.863114,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752700.354000,"RecordId":164,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":272232705.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":922,"Zen_Cache_Misses":34,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.964435,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":21,"Zen_Cache_Requests":755,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":755,"Zen_Cache_Requests_RateMean":4.713962,"Zen_Cache_Requests_TAverage":0.002338,"Zen_Cache_Requests_TMin":0.00001,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":0,"Zen_Cas_Size_Small":148642948,"Zen_Cas_Size_Tiny":100906,"Zen_Cas_Size_Total":148743854,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Core.Loading","TimestampUTC":1739752700.823000,"RecordId":165,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","AssetPath":"Blueprint /Game/BluePrints/BP_PixStreamActor.BP_PixStreamActor","AssetClass":"Blueprint","SchemaVersion":3,"LoadingName":"OpenAssetEditor","LoadingSeconds":0.178768,"Zen_Enabled":true,"Zen_Cache_Size_Disk":272232705.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":922,"Zen_Cache_Misses":34,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.964435,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":21,"Zen_Cache_Requests":755,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":755,"Zen_Cache_Requests_RateMean":4.713962,"Zen_Cache_Requests_TAverage":0.002338,"Zen_Cache_Requests_TMin":0.00001,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":0,"Zen_Cas_Size_Small":148642948,"Zen_Cas_Size_Tiny":100906,"Zen_Cas_Size_Total":148743854,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1214.0,"DDC_Summary_TotalGetMisses":132.0,"DDC_Summary_TotalGets":1346.0,"DDC_Summary_TotalGetHitPct":0.901932,"DDC_Summary_GetMissPct":0.098068,"DDC_Summary_TotalPutHits":127.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":127.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":826.0,"DDC_Summary_ZenLocalGetTotal":957.0,"DDC_Summary_ZenLocalGetHitPct":0.863114,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Span","TimestampUTC":1739752700.872000,"RecordId":166,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","AssetPath":"Blueprint /Game/BluePrints/BP_PixStreamActor.BP_PixStreamActor","AssetClass":"Blueprint","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"CE1E768C4F610AE4FB37AE9B0CD2D0C9","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752700.644,"Span_EndUTC":1739752700.872,"Span_TimeInSec":0.228} -{"EventName":"Span","TimestampUTC":1739752705.654000,"RecordId":167,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","TaskName":"Loading BP_PixStreamActor...","SchemaVersion":1,"Span_Name":"ST Loading BP_PixStreamActor...","Span_GUID":"92FBA4F44EDF08BCF3AED88141C678A6","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752700.926,"Span_EndUTC":1739752705.654,"Span_TimeInSec":4.728} -{"EventName":"Span","TimestampUTC":1739752706.667000,"RecordId":168,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":12,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":70.751396,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"2791EA0E444669D1261D91AF5BFD54B1","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752705.884,"Span_EndUTC":1739752706.667,"Span_TimeInSec":0.783} -{"EventName":"Core.Hitch","TimestampUTC":1739752706.677000,"RecordId":169,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":12,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":70.751396} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752706.678000,"RecordId":170,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":182,"Load_TimeSec":0.042858,"Load_SizeMB":100.111112,"Build_Count":1,"Build_TimeSec":0.000002,"Build_SizeMB":4.000338,"Total_Count":183,"Total_TimeSec":0.04286,"Total_SizeMB":104,"Efficiency":0.994536,"Thread_TimeSec":0.04286} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752706.680000,"RecordId":171,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752706.681000,"RecordId":172,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":45,"Load_TimeSec":0.028781,"Load_SizeMB":4.60197,"Build_Count":2,"Build_TimeSec":1.433613,"Build_SizeMB":30.271299,"Total_Count":47,"Total_TimeSec":1.462394,"Total_SizeMB":34,"Efficiency":0.957447,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752706.682000,"RecordId":173,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752706.684000,"RecordId":174,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752706.685000,"RecordId":175,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":2,"Build_TimeSec":0.398449,"Build_SizeMB":16.386898,"Total_Count":3,"Total_TimeSec":0.400723,"Total_SizeMB":17,"Efficiency":0.333333,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752706.686000,"RecordId":176,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.012251,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.008947} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752706.687000,"RecordId":177,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752706.689000,"RecordId":178,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":2,"Build_TimeSec":0.001703,"Build_SizeMB":0.570761,"Total_Count":46,"Total_TimeSec":0.037074,"Total_SizeMB":6,"Efficiency":0.956522,"Thread_TimeSec":0.028473} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752706.690000,"RecordId":179,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752706.690000,"RecordId":180,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":45,"Load_TimeSec":0.013386,"Load_SizeMB":0.048277,"Build_Count":2,"Build_TimeSec":0.001129,"Build_SizeMB":0.000134,"Total_Count":47,"Total_TimeSec":0.014515,"Total_SizeMB":0,"Efficiency":0.957447,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752706.692000,"RecordId":181,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GeometryCollection","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":1,"Build_TimeSec":0.005782,"Build_SizeMB":0.003037,"Total_Count":1,"Total_TimeSec":0.005782,"Total_SizeMB":0,"Efficiency":0.0,"Thread_TimeSec":0.005782} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752706.693000,"RecordId":182,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":764,"Load_TimeSec":0.248677,"Load_SizeMB":254.11679,"Build_Count":11,"Build_TimeSec":1.859309,"Build_SizeMB":55.394204,"Total_Count":775,"Total_TimeSec":2.107986,"Total_SizeMB":309,"Efficiency":0.985806,"Thread_TimeSec":0.231057} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752706.694000,"RecordId":183,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1254.0,"TotalGetMisses":201.0,"TotalGets":1455.0,"TotalGetHitPct":0.861856,"GetMissPct":0.138144,"TotalPutHits":193.0,"TotalPutMisses":0.0,"TotalPuts":193.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":846.0,"ZenLocalGetTotal":1046.0,"ZenLocalGetHitPct":0.808795,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752706.696000,"RecordId":184,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":272232705.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":922,"Zen_Cache_Misses":34,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.964435,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":21,"Zen_Cache_Requests":755,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":755,"Zen_Cache_Requests_RateMean":4.713962,"Zen_Cache_Requests_TAverage":0.002338,"Zen_Cache_Requests_TMin":0.00001,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":0,"Zen_Cas_Size_Small":148642948,"Zen_Cas_Size_Tiny":100906,"Zen_Cas_Size_Total":148743854,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1739752733.187000,"RecordId":185,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":20,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":11.763035,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"758D70614E34676EFD763A976AD1A733","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752723.337,"Span_EndUTC":1739752733.187,"Span_TimeInSec":9.85} -{"EventName":"Core.Hitch","TimestampUTC":1739752733.188000,"RecordId":186,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":20,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":11.763035} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752733.191000,"RecordId":187,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":182,"Load_TimeSec":0.042858,"Load_SizeMB":100.111112,"Build_Count":1,"Build_TimeSec":0.000002,"Build_SizeMB":4.000338,"Total_Count":183,"Total_TimeSec":0.04286,"Total_SizeMB":104,"Efficiency":0.994536,"Thread_TimeSec":0.04286} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752733.192000,"RecordId":188,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752733.193000,"RecordId":189,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":45,"Load_TimeSec":0.028781,"Load_SizeMB":4.60197,"Build_Count":2,"Build_TimeSec":1.433613,"Build_SizeMB":30.271299,"Total_Count":47,"Total_TimeSec":1.462394,"Total_SizeMB":34,"Efficiency":0.957447,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752733.194000,"RecordId":190,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752733.195000,"RecordId":191,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752733.197000,"RecordId":192,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":2,"Build_TimeSec":0.398449,"Build_SizeMB":16.386898,"Total_Count":3,"Total_TimeSec":0.400723,"Total_SizeMB":17,"Efficiency":0.333333,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752733.198000,"RecordId":193,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":3,"Build_TimeSec":0.001528,"Build_SizeMB":0.000628,"Total_Count":47,"Total_TimeSec":0.013779,"Total_SizeMB":0,"Efficiency":0.93617,"Thread_TimeSec":0.010475} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752733.199000,"RecordId":194,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752733.200000,"RecordId":195,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":3,"Build_TimeSec":0.005294,"Build_SizeMB":3.701686,"Total_Count":47,"Total_TimeSec":0.040665,"Total_SizeMB":9,"Efficiency":0.93617,"Thread_TimeSec":0.032064} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752733.201000,"RecordId":196,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752733.202000,"RecordId":197,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":45,"Load_TimeSec":0.013386,"Load_SizeMB":0.048277,"Build_Count":2,"Build_TimeSec":0.001129,"Build_SizeMB":0.000134,"Total_Count":47,"Total_TimeSec":0.014515,"Total_SizeMB":0,"Efficiency":0.957447,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752733.203000,"RecordId":198,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GeometryCollection","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":1,"Build_TimeSec":0.005782,"Build_SizeMB":0.003037,"Total_Count":1,"Total_TimeSec":0.005782,"Total_SizeMB":0,"Efficiency":0.0,"Thread_TimeSec":0.005782} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752733.204000,"RecordId":199,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":764,"Load_TimeSec":0.248677,"Load_SizeMB":254.11679,"Build_Count":15,"Build_TimeSec":1.864428,"Build_SizeMB":58.525757,"Total_Count":779,"Total_TimeSec":2.113105,"Total_SizeMB":312,"Efficiency":0.980745,"Thread_TimeSec":0.236176} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752733.206000,"RecordId":200,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1254.0,"TotalGetMisses":202.0,"TotalGets":1456.0,"TotalGetHitPct":0.861264,"GetMissPct":0.138736,"TotalPutHits":197.0,"TotalPutMisses":0.0,"TotalPuts":197.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":846.0,"ZenLocalGetTotal":1047.0,"ZenLocalGetHitPct":0.808023,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752733.207000,"RecordId":201,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":277222291.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":942,"Zen_Cache_Misses":101,"Zen_Cache_Writes":193,"Zen_Cache_HitRatio":0.903164,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":33,"Zen_Cache_Requests":894,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":894,"Zen_Cache_Requests_RateMean":5.301295,"Zen_Cache_Requests_TAverage":0.002016,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148880552,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154349401,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1739752757.165000,"RecordId":202,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":18,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.994034,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"343B0B414BAD6B056653E9B9E0EBDA57","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752748.327,"Span_EndUTC":1739752757.165,"Span_TimeInSec":8.838} -{"EventName":"Core.Hitch","TimestampUTC":1739752757.166000,"RecordId":203,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":18,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.994034} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752757.168000,"RecordId":204,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":182,"Load_TimeSec":0.042858,"Load_SizeMB":100.111112,"Build_Count":1,"Build_TimeSec":0.000002,"Build_SizeMB":4.000338,"Total_Count":183,"Total_TimeSec":0.04286,"Total_SizeMB":104,"Efficiency":0.994536,"Thread_TimeSec":0.04286} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752757.169000,"RecordId":205,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752757.170000,"RecordId":206,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":45,"Load_TimeSec":0.028781,"Load_SizeMB":4.60197,"Build_Count":2,"Build_TimeSec":1.433613,"Build_SizeMB":30.271299,"Total_Count":47,"Total_TimeSec":1.462394,"Total_SizeMB":34,"Efficiency":0.957447,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752757.171000,"RecordId":207,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752757.173000,"RecordId":208,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752757.173000,"RecordId":209,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":2,"Build_TimeSec":0.398449,"Build_SizeMB":16.386898,"Total_Count":3,"Total_TimeSec":0.400723,"Total_SizeMB":17,"Efficiency":0.333333,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752757.175000,"RecordId":210,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":3,"Build_TimeSec":0.001528,"Build_SizeMB":0.000628,"Total_Count":47,"Total_TimeSec":0.013779,"Total_SizeMB":0,"Efficiency":0.93617,"Thread_TimeSec":0.010475} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752757.176000,"RecordId":211,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752757.177000,"RecordId":212,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":3,"Build_TimeSec":0.005294,"Build_SizeMB":3.701686,"Total_Count":47,"Total_TimeSec":0.040665,"Total_SizeMB":9,"Efficiency":0.93617,"Thread_TimeSec":0.032064} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752757.177000,"RecordId":213,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752757.180000,"RecordId":214,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":45,"Load_TimeSec":0.013386,"Load_SizeMB":0.048277,"Build_Count":2,"Build_TimeSec":0.001129,"Build_SizeMB":0.000134,"Total_Count":47,"Total_TimeSec":0.014515,"Total_SizeMB":0,"Efficiency":0.957447,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752757.181000,"RecordId":215,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GeometryCollection","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":1,"Build_TimeSec":0.005782,"Build_SizeMB":0.003037,"Total_Count":1,"Total_TimeSec":0.005782,"Total_SizeMB":0,"Efficiency":0.0,"Thread_TimeSec":0.005782} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752757.182000,"RecordId":216,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":764,"Load_TimeSec":0.248677,"Load_SizeMB":254.11679,"Build_Count":15,"Build_TimeSec":1.864428,"Build_SizeMB":58.525757,"Total_Count":779,"Total_TimeSec":2.113105,"Total_SizeMB":312,"Efficiency":0.980745,"Thread_TimeSec":0.236176} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752757.183000,"RecordId":217,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1254.0,"TotalGetMisses":202.0,"TotalGets":1456.0,"TotalGetHitPct":0.861264,"GetMissPct":0.138736,"TotalPutHits":197.0,"TotalPutMisses":0.0,"TotalPuts":197.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":846.0,"ZenLocalGetTotal":1047.0,"ZenLocalGetHitPct":0.808023,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752757.185000,"RecordId":218,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":277222291.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":942,"Zen_Cache_Misses":101,"Zen_Cache_Writes":193,"Zen_Cache_HitRatio":0.903164,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":33,"Zen_Cache_Requests":894,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":894,"Zen_Cache_Requests_RateMean":5.301295,"Zen_Cache_Requests_TAverage":0.002016,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148880552,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154349401,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1739752788.664000,"RecordId":219,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":24,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":117.660263,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"04BAF9C44A868015F39FF3BF5F676A11","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752776.667,"Span_EndUTC":1739752788.664,"Span_TimeInSec":11.997} -{"EventName":"Core.Hitch","TimestampUTC":1739752788.665000,"RecordId":220,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":24,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":117.660263} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752788.667000,"RecordId":221,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":182,"Load_TimeSec":0.042858,"Load_SizeMB":100.111112,"Build_Count":1,"Build_TimeSec":0.000002,"Build_SizeMB":4.000338,"Total_Count":183,"Total_TimeSec":0.04286,"Total_SizeMB":104,"Efficiency":0.994536,"Thread_TimeSec":0.04286} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752788.667000,"RecordId":222,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752788.670000,"RecordId":223,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":45,"Load_TimeSec":0.028781,"Load_SizeMB":4.60197,"Build_Count":2,"Build_TimeSec":1.433613,"Build_SizeMB":30.271299,"Total_Count":47,"Total_TimeSec":1.462394,"Total_SizeMB":34,"Efficiency":0.957447,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752788.671000,"RecordId":224,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752788.672000,"RecordId":225,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752788.673000,"RecordId":226,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":2,"Build_TimeSec":0.398449,"Build_SizeMB":16.386898,"Total_Count":3,"Total_TimeSec":0.400723,"Total_SizeMB":17,"Efficiency":0.333333,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752788.675000,"RecordId":227,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":3,"Build_TimeSec":0.001528,"Build_SizeMB":0.000628,"Total_Count":47,"Total_TimeSec":0.013779,"Total_SizeMB":0,"Efficiency":0.93617,"Thread_TimeSec":0.010475} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752788.676000,"RecordId":228,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752788.677000,"RecordId":229,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":3,"Build_TimeSec":0.005294,"Build_SizeMB":3.701686,"Total_Count":47,"Total_TimeSec":0.040665,"Total_SizeMB":9,"Efficiency":0.93617,"Thread_TimeSec":0.032064} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752788.678000,"RecordId":230,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752788.679000,"RecordId":231,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":45,"Load_TimeSec":0.013386,"Load_SizeMB":0.048277,"Build_Count":2,"Build_TimeSec":0.001129,"Build_SizeMB":0.000134,"Total_Count":47,"Total_TimeSec":0.014515,"Total_SizeMB":0,"Efficiency":0.957447,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752788.680000,"RecordId":232,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GeometryCollection","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":1,"Build_TimeSec":0.005782,"Build_SizeMB":0.003037,"Total_Count":1,"Total_TimeSec":0.005782,"Total_SizeMB":0,"Efficiency":0.0,"Thread_TimeSec":0.005782} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752788.685000,"RecordId":233,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":764,"Load_TimeSec":0.248677,"Load_SizeMB":254.11679,"Build_Count":15,"Build_TimeSec":1.864428,"Build_SizeMB":58.525757,"Total_Count":779,"Total_TimeSec":2.113105,"Total_SizeMB":312,"Efficiency":0.980745,"Thread_TimeSec":0.236176} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752788.687000,"RecordId":234,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1254.0,"TotalGetMisses":202.0,"TotalGets":1456.0,"TotalGetHitPct":0.861264,"GetMissPct":0.138736,"TotalPutHits":197.0,"TotalPutMisses":0.0,"TotalPuts":197.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":846.0,"ZenLocalGetTotal":1047.0,"ZenLocalGetHitPct":0.808023,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752788.687000,"RecordId":235,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":278360157.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":942,"Zen_Cache_Misses":102,"Zen_Cache_Writes":197,"Zen_Cache_HitRatio":0.902299,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":33,"Zen_Cache_Requests":899,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":899,"Zen_Cache_Requests_RateMean":4.102689,"Zen_Cache_Requests_TAverage":0.002007,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148880552,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154349401,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1739752840.163000,"RecordId":236,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":80,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.964142,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"11CC3CE54477A42D3E9C22BF065B24FA","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752800.369,"Span_EndUTC":1739752840.163,"Span_TimeInSec":39.794} -{"EventName":"Core.Hitch","TimestampUTC":1739752840.165000,"RecordId":237,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":80,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.964142} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752840.166000,"RecordId":238,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":182,"Load_TimeSec":0.042858,"Load_SizeMB":100.111112,"Build_Count":1,"Build_TimeSec":0.000002,"Build_SizeMB":4.000338,"Total_Count":183,"Total_TimeSec":0.04286,"Total_SizeMB":104,"Efficiency":0.994536,"Thread_TimeSec":0.04286} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752840.167000,"RecordId":239,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752840.169000,"RecordId":240,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":45,"Load_TimeSec":0.028781,"Load_SizeMB":4.60197,"Build_Count":2,"Build_TimeSec":1.433613,"Build_SizeMB":30.271299,"Total_Count":47,"Total_TimeSec":1.462394,"Total_SizeMB":34,"Efficiency":0.957447,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752840.170000,"RecordId":241,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752840.171000,"RecordId":242,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752840.172000,"RecordId":243,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":2,"Build_TimeSec":0.398449,"Build_SizeMB":16.386898,"Total_Count":3,"Total_TimeSec":0.400723,"Total_SizeMB":17,"Efficiency":0.333333,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752840.173000,"RecordId":244,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":3,"Build_TimeSec":0.001528,"Build_SizeMB":0.000628,"Total_Count":47,"Total_TimeSec":0.013779,"Total_SizeMB":0,"Efficiency":0.93617,"Thread_TimeSec":0.010475} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752840.174000,"RecordId":245,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752840.176000,"RecordId":246,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":3,"Build_TimeSec":0.005294,"Build_SizeMB":3.701686,"Total_Count":47,"Total_TimeSec":0.040665,"Total_SizeMB":9,"Efficiency":0.93617,"Thread_TimeSec":0.032064} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752840.177000,"RecordId":247,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752840.178000,"RecordId":248,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":45,"Load_TimeSec":0.013386,"Load_SizeMB":0.048277,"Build_Count":2,"Build_TimeSec":0.001129,"Build_SizeMB":0.000134,"Total_Count":47,"Total_TimeSec":0.014515,"Total_SizeMB":0,"Efficiency":0.957447,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752840.180000,"RecordId":249,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GeometryCollection","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":1,"Build_TimeSec":0.005782,"Build_SizeMB":0.003037,"Total_Count":1,"Total_TimeSec":0.005782,"Total_SizeMB":0,"Efficiency":0.0,"Thread_TimeSec":0.005782} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752840.181000,"RecordId":250,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":764,"Load_TimeSec":0.248677,"Load_SizeMB":254.11679,"Build_Count":15,"Build_TimeSec":1.864428,"Build_SizeMB":58.525757,"Total_Count":779,"Total_TimeSec":2.113105,"Total_SizeMB":312,"Efficiency":0.980745,"Thread_TimeSec":0.236176} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752840.182000,"RecordId":251,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1254.0,"TotalGetMisses":202.0,"TotalGets":1456.0,"TotalGetHitPct":0.861264,"GetMissPct":0.138736,"TotalPutHits":197.0,"TotalPutMisses":0.0,"TotalPuts":197.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":846.0,"ZenLocalGetTotal":1047.0,"ZenLocalGetHitPct":0.808023,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752840.184000,"RecordId":252,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":278360157.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":942,"Zen_Cache_Misses":102,"Zen_Cache_Writes":197,"Zen_Cache_HitRatio":0.902299,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":33,"Zen_Cache_Requests":899,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":899,"Zen_Cache_Requests_RateMean":4.102689,"Zen_Cache_Requests_TAverage":0.002007,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148880552,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154349401,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1739752880.166000,"RecordId":253,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":20,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.994728,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"1DEA52724337F942BF27EC9FD8898708","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752870.331,"Span_EndUTC":1739752880.166,"Span_TimeInSec":9.835} -{"EventName":"Core.Hitch","TimestampUTC":1739752880.167000,"RecordId":254,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":20,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.994728} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752880.169000,"RecordId":255,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":182,"Load_TimeSec":0.042858,"Load_SizeMB":100.111112,"Build_Count":1,"Build_TimeSec":0.000002,"Build_SizeMB":4.000338,"Total_Count":183,"Total_TimeSec":0.04286,"Total_SizeMB":104,"Efficiency":0.994536,"Thread_TimeSec":0.04286} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752880.169000,"RecordId":256,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752880.171000,"RecordId":257,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":45,"Load_TimeSec":0.028781,"Load_SizeMB":4.60197,"Build_Count":2,"Build_TimeSec":1.433613,"Build_SizeMB":30.271299,"Total_Count":47,"Total_TimeSec":1.462394,"Total_SizeMB":34,"Efficiency":0.957447,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752880.171000,"RecordId":258,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752880.173000,"RecordId":259,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752880.174000,"RecordId":260,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":2,"Build_TimeSec":0.398449,"Build_SizeMB":16.386898,"Total_Count":3,"Total_TimeSec":0.400723,"Total_SizeMB":17,"Efficiency":0.333333,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752880.175000,"RecordId":261,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":3,"Build_TimeSec":0.001528,"Build_SizeMB":0.000628,"Total_Count":47,"Total_TimeSec":0.013779,"Total_SizeMB":0,"Efficiency":0.93617,"Thread_TimeSec":0.010475} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752880.176000,"RecordId":262,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752880.177000,"RecordId":263,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":3,"Build_TimeSec":0.005294,"Build_SizeMB":3.701686,"Total_Count":47,"Total_TimeSec":0.040665,"Total_SizeMB":9,"Efficiency":0.93617,"Thread_TimeSec":0.032064} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752880.178000,"RecordId":264,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752880.180000,"RecordId":265,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":45,"Load_TimeSec":0.013386,"Load_SizeMB":0.048277,"Build_Count":2,"Build_TimeSec":0.001129,"Build_SizeMB":0.000134,"Total_Count":47,"Total_TimeSec":0.014515,"Total_SizeMB":0,"Efficiency":0.957447,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752880.181000,"RecordId":266,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GeometryCollection","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":1,"Build_TimeSec":0.005782,"Build_SizeMB":0.003037,"Total_Count":1,"Total_TimeSec":0.005782,"Total_SizeMB":0,"Efficiency":0.0,"Thread_TimeSec":0.005782} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752880.182000,"RecordId":267,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":764,"Load_TimeSec":0.248677,"Load_SizeMB":254.11679,"Build_Count":15,"Build_TimeSec":1.864428,"Build_SizeMB":58.525757,"Total_Count":779,"Total_TimeSec":2.113105,"Total_SizeMB":312,"Efficiency":0.980745,"Thread_TimeSec":0.236176} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752880.183000,"RecordId":268,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1254.0,"TotalGetMisses":202.0,"TotalGets":1456.0,"TotalGetHitPct":0.861264,"GetMissPct":0.138736,"TotalPutHits":197.0,"TotalPutMisses":0.0,"TotalPuts":197.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":846.0,"ZenLocalGetTotal":1047.0,"ZenLocalGetHitPct":0.808023,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752880.185000,"RecordId":269,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":278360157.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":942,"Zen_Cache_Misses":102,"Zen_Cache_Writes":197,"Zen_Cache_HitRatio":0.902299,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":33,"Zen_Cache_Requests":899,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":899,"Zen_Cache_Requests_RateMean":2.975604,"Zen_Cache_Requests_TAverage":0.002007,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148880552,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154349401,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1739752945.165000,"RecordId":270,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":19,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":114.220329,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"ACD752844A4492FE36AE719FD7958520","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752935.806,"Span_EndUTC":1739752945.165,"Span_TimeInSec":9.359} -{"EventName":"Core.Hitch","TimestampUTC":1739752945.166000,"RecordId":271,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":19,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":114.220329} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752945.167000,"RecordId":272,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":182,"Load_TimeSec":0.042858,"Load_SizeMB":100.111112,"Build_Count":1,"Build_TimeSec":0.000002,"Build_SizeMB":4.000338,"Total_Count":183,"Total_TimeSec":0.04286,"Total_SizeMB":104,"Efficiency":0.994536,"Thread_TimeSec":0.04286} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752945.168000,"RecordId":273,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752945.169000,"RecordId":274,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":45,"Load_TimeSec":0.028781,"Load_SizeMB":4.60197,"Build_Count":2,"Build_TimeSec":1.433613,"Build_SizeMB":30.271299,"Total_Count":47,"Total_TimeSec":1.462394,"Total_SizeMB":34,"Efficiency":0.957447,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752945.170000,"RecordId":275,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752945.172000,"RecordId":276,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752945.173000,"RecordId":277,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":2,"Build_TimeSec":0.398449,"Build_SizeMB":16.386898,"Total_Count":3,"Total_TimeSec":0.400723,"Total_SizeMB":17,"Efficiency":0.333333,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752945.174000,"RecordId":278,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":3,"Build_TimeSec":0.001528,"Build_SizeMB":0.000628,"Total_Count":47,"Total_TimeSec":0.013779,"Total_SizeMB":0,"Efficiency":0.93617,"Thread_TimeSec":0.010475} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752945.175000,"RecordId":279,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752945.176000,"RecordId":280,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":3,"Build_TimeSec":0.005294,"Build_SizeMB":3.701686,"Total_Count":47,"Total_TimeSec":0.040665,"Total_SizeMB":9,"Efficiency":0.93617,"Thread_TimeSec":0.032064} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752945.178000,"RecordId":281,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752945.179000,"RecordId":282,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":45,"Load_TimeSec":0.013386,"Load_SizeMB":0.048277,"Build_Count":2,"Build_TimeSec":0.001129,"Build_SizeMB":0.000134,"Total_Count":47,"Total_TimeSec":0.014515,"Total_SizeMB":0,"Efficiency":0.957447,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752945.180000,"RecordId":283,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GeometryCollection","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":1,"Build_TimeSec":0.005782,"Build_SizeMB":0.003037,"Total_Count":1,"Total_TimeSec":0.005782,"Total_SizeMB":0,"Efficiency":0.0,"Thread_TimeSec":0.005782} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752945.181000,"RecordId":284,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":764,"Load_TimeSec":0.248677,"Load_SizeMB":254.11679,"Build_Count":15,"Build_TimeSec":1.864428,"Build_SizeMB":58.525757,"Total_Count":779,"Total_TimeSec":2.113105,"Total_SizeMB":312,"Efficiency":0.980745,"Thread_TimeSec":0.236176} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752945.183000,"RecordId":285,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1254.0,"TotalGetMisses":202.0,"TotalGets":1456.0,"TotalGetHitPct":0.861264,"GetMissPct":0.138736,"TotalPutHits":197.0,"TotalPutMisses":0.0,"TotalPuts":197.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":846.0,"ZenLocalGetTotal":1047.0,"ZenLocalGetHitPct":0.808023,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752945.184000,"RecordId":286,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":278360157.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":942,"Zen_Cache_Misses":102,"Zen_Cache_Writes":197,"Zen_Cache_HitRatio":0.902299,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":33,"Zen_Cache_Requests":899,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":899,"Zen_Cache_Requests_RateMean":2.975604,"Zen_Cache_Requests_TAverage":0.002007,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148880552,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154349401,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Core.Loading","TimestampUTC":1739752965.868000,"RecordId":287,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","AssetPath":"Blueprint /Game/BluePrints/BP_CombatGameMode.BP_CombatGameMode","AssetClass":"Blueprint","SchemaVersion":3,"LoadingName":"OpenAssetEditor","LoadingSeconds":0.015986,"Zen_Enabled":true,"Zen_Cache_Size_Disk":278360157.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":942,"Zen_Cache_Misses":102,"Zen_Cache_Writes":197,"Zen_Cache_HitRatio":0.902299,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":33,"Zen_Cache_Requests":899,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":899,"Zen_Cache_Requests_RateMean":2.208172,"Zen_Cache_Requests_TAverage":0.002007,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148880552,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154349401,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1254.0,"DDC_Summary_TotalGetMisses":202.0,"DDC_Summary_TotalGets":1456.0,"DDC_Summary_TotalGetHitPct":0.861264,"DDC_Summary_GetMissPct":0.138736,"DDC_Summary_TotalPutHits":197.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":197.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":846.0,"DDC_Summary_ZenLocalGetTotal":1047.0,"DDC_Summary_ZenLocalGetHitPct":0.808023,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Span","TimestampUTC":1739752965.869000,"RecordId":288,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","AssetPath":"Blueprint /Game/BluePrints/BP_CombatGameMode.BP_CombatGameMode","AssetClass":"Blueprint","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"79E76643458810FC1D925B9C44AF508F","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752965.852,"Span_EndUTC":1739752965.869,"Span_TimeInSec":0.017} -{"EventName":"Core.Loading","TimestampUTC":1739752965.966000,"RecordId":289,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","AssetPath":"Blueprint /Game/BluePrints/Core/BPI_GameModeInterface.BPI_GameModeInterface","AssetClass":"Blueprint","SchemaVersion":3,"LoadingName":"OpenAssetEditor","LoadingSeconds":0.018226,"Zen_Enabled":true,"Zen_Cache_Size_Disk":278360157.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":942,"Zen_Cache_Misses":102,"Zen_Cache_Writes":197,"Zen_Cache_HitRatio":0.902299,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":33,"Zen_Cache_Requests":899,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":899,"Zen_Cache_Requests_RateMean":2.208172,"Zen_Cache_Requests_TAverage":0.002007,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148880552,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154349401,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1254.0,"DDC_Summary_TotalGetMisses":202.0,"DDC_Summary_TotalGets":1456.0,"DDC_Summary_TotalGetHitPct":0.861264,"DDC_Summary_GetMissPct":0.138736,"DDC_Summary_TotalPutHits":197.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":197.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":846.0,"DDC_Summary_ZenLocalGetTotal":1047.0,"DDC_Summary_ZenLocalGetHitPct":0.808023,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Span","TimestampUTC":1739752965.968000,"RecordId":290,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","AssetPath":"Blueprint /Game/BluePrints/Core/BPI_GameModeInterface.BPI_GameModeInterface","AssetClass":"Blueprint","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"DCCA72B549E3DA30A5346A8EFD60286F","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752965.947,"Span_EndUTC":1739752965.968,"Span_TimeInSec":0.021} -{"EventName":"Core.Loading","TimestampUTC":1739752966.044000,"RecordId":291,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","AssetPath":"Blueprint /Game/BluePrints/BP_TrackActor.BP_TrackActor","AssetClass":"Blueprint","SchemaVersion":3,"LoadingName":"OpenAssetEditor","LoadingSeconds":0.018015,"Zen_Enabled":true,"Zen_Cache_Size_Disk":278360157.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":942,"Zen_Cache_Misses":102,"Zen_Cache_Writes":197,"Zen_Cache_HitRatio":0.902299,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":33,"Zen_Cache_Requests":899,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":899,"Zen_Cache_Requests_RateMean":2.208172,"Zen_Cache_Requests_TAverage":0.002007,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148880552,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154349401,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1254.0,"DDC_Summary_TotalGetMisses":202.0,"DDC_Summary_TotalGets":1456.0,"DDC_Summary_TotalGetHitPct":0.861264,"DDC_Summary_GetMissPct":0.138736,"DDC_Summary_TotalPutHits":197.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":197.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":846.0,"DDC_Summary_ZenLocalGetTotal":1047.0,"DDC_Summary_ZenLocalGetHitPct":0.808023,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Span","TimestampUTC":1739752966.046000,"RecordId":292,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","AssetPath":"Blueprint /Game/BluePrints/BP_TrackActor.BP_TrackActor","AssetClass":"Blueprint","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"AC2AE3AA479BE3DBEB38F18600A63276","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752966.026,"Span_EndUTC":1739752966.046,"Span_TimeInSec":0.02} -{"EventName":"Core.Loading","TimestampUTC":1739752966.159000,"RecordId":293,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","AssetPath":"Blueprint /Game/BluePrints/Warcraft/BP_WarcraftBase.BP_WarcraftBase","AssetClass":"Blueprint","SchemaVersion":3,"LoadingName":"OpenAssetEditor","LoadingSeconds":0.019621,"Zen_Enabled":true,"Zen_Cache_Size_Disk":278360157.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":942,"Zen_Cache_Misses":102,"Zen_Cache_Writes":197,"Zen_Cache_HitRatio":0.902299,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":33,"Zen_Cache_Requests":899,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":899,"Zen_Cache_Requests_RateMean":2.208172,"Zen_Cache_Requests_TAverage":0.002007,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148880552,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154349401,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1254.0,"DDC_Summary_TotalGetMisses":202.0,"DDC_Summary_TotalGets":1456.0,"DDC_Summary_TotalGetHitPct":0.861264,"DDC_Summary_GetMissPct":0.138736,"DDC_Summary_TotalPutHits":197.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":197.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":846.0,"DDC_Summary_ZenLocalGetTotal":1047.0,"DDC_Summary_ZenLocalGetHitPct":0.808023,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Span","TimestampUTC":1739752966.161000,"RecordId":294,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","AssetPath":"Blueprint /Game/BluePrints/Warcraft/BP_WarcraftBase.BP_WarcraftBase","AssetClass":"Blueprint","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"8CC267C441D6AA35FE228D948FEFBFB6","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752966.139,"Span_EndUTC":1739752966.161,"Span_TimeInSec":0.022} -{"EventName":"Span","TimestampUTC":1739752983.231000,"RecordId":295,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","TaskName":"Saving packages...","SchemaVersion":1,"Span_Name":"ST Saving packages...","Span_GUID":"263F031E42FEF691E3AA0B9A01BADE8A","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752983.169,"Span_EndUTC":1739752983.231,"Span_TimeInSec":0.062} -{"EventName":"Span","TimestampUTC":1739752983.275000,"RecordId":296,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","TaskName":"Validating Assets","SchemaVersion":1,"Span_Name":"ST Validating Assets","Span_GUID":"90E84110463DD9BF036739BA940AA701","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752983.234,"Span_EndUTC":1739752983.275,"Span_TimeInSec":0.041} -{"EventName":"Span","TimestampUTC":1739752995.164000,"RecordId":297,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":6,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":14.334603,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"6DED92BC442ACC014A24A7882CD08BAE","Span_ParentName":"Editor.Interact","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739752992.339,"Span_EndUTC":1739752995.164,"Span_TimeInSec":2.825} -{"EventName":"Core.Hitch","TimestampUTC":1739752995.166000,"RecordId":298,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":6,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":14.334603} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752995.167000,"RecordId":299,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":182,"Load_TimeSec":0.042858,"Load_SizeMB":100.111112,"Build_Count":1,"Build_TimeSec":0.000002,"Build_SizeMB":4.000338,"Total_Count":183,"Total_TimeSec":0.04286,"Total_SizeMB":104,"Efficiency":0.994536,"Thread_TimeSec":0.04286} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752995.168000,"RecordId":300,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752995.170000,"RecordId":301,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":45,"Load_TimeSec":0.028781,"Load_SizeMB":4.60197,"Build_Count":2,"Build_TimeSec":1.433613,"Build_SizeMB":30.271299,"Total_Count":47,"Total_TimeSec":1.462394,"Total_SizeMB":34,"Efficiency":0.957447,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752995.171000,"RecordId":302,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752995.172000,"RecordId":303,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752995.173000,"RecordId":304,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":2,"Build_TimeSec":0.398449,"Build_SizeMB":16.386898,"Total_Count":3,"Total_TimeSec":0.400723,"Total_SizeMB":17,"Efficiency":0.333333,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752995.175000,"RecordId":305,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":3,"Build_TimeSec":0.001528,"Build_SizeMB":0.000628,"Total_Count":47,"Total_TimeSec":0.013779,"Total_SizeMB":0,"Efficiency":0.93617,"Thread_TimeSec":0.010475} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752995.175000,"RecordId":306,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752995.178000,"RecordId":307,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":3,"Build_TimeSec":0.005294,"Build_SizeMB":3.701686,"Total_Count":47,"Total_TimeSec":0.040665,"Total_SizeMB":9,"Efficiency":0.93617,"Thread_TimeSec":0.032064} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752995.179000,"RecordId":308,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752995.180000,"RecordId":309,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":45,"Load_TimeSec":0.013386,"Load_SizeMB":0.048277,"Build_Count":2,"Build_TimeSec":0.001129,"Build_SizeMB":0.000134,"Total_Count":47,"Total_TimeSec":0.014515,"Total_SizeMB":0,"Efficiency":0.957447,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752995.181000,"RecordId":310,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GeometryCollection","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":1,"Build_TimeSec":0.005782,"Build_SizeMB":0.003037,"Total_Count":1,"Total_TimeSec":0.005782,"Total_SizeMB":0,"Efficiency":0.0,"Thread_TimeSec":0.005782} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739752995.182000,"RecordId":311,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":764,"Load_TimeSec":0.248677,"Load_SizeMB":254.11679,"Build_Count":15,"Build_TimeSec":1.864428,"Build_SizeMB":58.525757,"Total_Count":779,"Total_TimeSec":2.113105,"Total_SizeMB":312,"Efficiency":0.980745,"Thread_TimeSec":0.236176} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739752995.184000,"RecordId":312,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1290.0,"TotalGetMisses":206.0,"TotalGets":1496.0,"TotalGetHitPct":0.862299,"GetMissPct":0.137701,"TotalPutHits":201.0,"TotalPutMisses":0.0,"TotalPuts":201.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":882.0,"ZenLocalGetTotal":1087.0,"ZenLocalGetHitPct":0.811408,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739752995.185000,"RecordId":313,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":278360157.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":942,"Zen_Cache_Misses":106,"Zen_Cache_Writes":197,"Zen_Cache_HitRatio":0.898855,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":33,"Zen_Cache_Requests":903,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":903,"Zen_Cache_Requests_RateMean":2.108025,"Zen_Cache_Requests_TAverage":0.001998,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148880552,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154349401,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1739753000.145000,"RecordId":314,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"B446CEE74023C548EEE14D9429C822F8","Span_ParentName":"Session","Span_ThreadId":24692,"Span_Depth":1,"Span_StartUTC":1739752533.341,"Span_EndUTC":1739753000.145,"Span_TimeInSec":466.804} -{"EventName":"Span","TimestampUTC":1739753000.147000,"RecordId":315,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"26FEFD7A4236CE3CE558BABCC1EFAC9A","Span_ParentName":"Editor","Span_ThreadId":24692,"Span_Depth":2,"Span_StartUTC":1739752561.472,"Span_EndUTC":1739753000.147,"Span_TimeInSec":438.675} -{"EventName":"Span","TimestampUTC":1739753000.150000,"RecordId":316,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"595A8BD9484F1748EE27688FCBE85304","Span_ParentName":"PIE.Startup","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739753000.149,"Span_EndUTC":1739753000.15,"Span_TimeInSec":0.001} -{"EventName":"Span","TimestampUTC":1739753000.179000,"RecordId":317,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"9470642F4030E3DFB5DE8B9DFD1F28F8","Span_ParentName":"PIE.Startup","Span_ThreadId":24692,"Span_Depth":3,"Span_StartUTC":1739753000.156,"Span_EndUTC":1739753000.179,"Span_TimeInSec":0.023} -{"EventName":"Core.Loading","TimestampUTC":1739753000.181000,"RecordId":318,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.023,"Zen_Enabled":true,"Zen_Cache_Size_Disk":278360157.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":942,"Zen_Cache_Misses":106,"Zen_Cache_Writes":197,"Zen_Cache_HitRatio":0.898855,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":33,"Zen_Cache_Requests":903,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":903,"Zen_Cache_Requests_RateMean":2.108025,"Zen_Cache_Requests_TAverage":0.001998,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148880552,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154349401,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1290.0,"DDC_Summary_TotalGetMisses":206.0,"DDC_Summary_TotalGets":1496.0,"DDC_Summary_TotalGetHitPct":0.862299,"DDC_Summary_GetMissPct":0.137701,"DDC_Summary_TotalPutHits":201.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":201.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":882.0,"DDC_Summary_ZenLocalGetTotal":1087.0,"DDC_Summary_ZenLocalGetHitPct":0.811408,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.183000,"RecordId":319,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":182,"Load_TimeSec":0.042858,"Load_SizeMB":100.111112,"Build_Count":1,"Build_TimeSec":0.000002,"Build_SizeMB":4.000338,"Total_Count":183,"Total_TimeSec":0.04286,"Total_SizeMB":104,"Efficiency":0.994536,"Thread_TimeSec":0.04286} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.184000,"RecordId":320,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.184000,"RecordId":321,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":45,"Load_TimeSec":0.028781,"Load_SizeMB":4.60197,"Build_Count":2,"Build_TimeSec":1.433613,"Build_SizeMB":30.271299,"Total_Count":47,"Total_TimeSec":1.462394,"Total_SizeMB":34,"Efficiency":0.957447,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.185000,"RecordId":322,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.187000,"RecordId":323,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.189000,"RecordId":324,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":2,"Build_TimeSec":0.398449,"Build_SizeMB":16.386898,"Total_Count":3,"Total_TimeSec":0.400723,"Total_SizeMB":17,"Efficiency":0.333333,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.190000,"RecordId":325,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":3,"Build_TimeSec":0.001528,"Build_SizeMB":0.000628,"Total_Count":47,"Total_TimeSec":0.013779,"Total_SizeMB":0,"Efficiency":0.93617,"Thread_TimeSec":0.010475} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.191000,"RecordId":326,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.192000,"RecordId":327,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":3,"Build_TimeSec":0.005294,"Build_SizeMB":3.701686,"Total_Count":47,"Total_TimeSec":0.040665,"Total_SizeMB":9,"Efficiency":0.93617,"Thread_TimeSec":0.032064} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.193000,"RecordId":328,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.195000,"RecordId":329,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":45,"Load_TimeSec":0.013386,"Load_SizeMB":0.048277,"Build_Count":2,"Build_TimeSec":0.001129,"Build_SizeMB":0.000134,"Total_Count":47,"Total_TimeSec":0.014515,"Total_SizeMB":0,"Efficiency":0.957447,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.196000,"RecordId":330,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GeometryCollection","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":1,"Build_TimeSec":0.005782,"Build_SizeMB":0.003037,"Total_Count":1,"Total_TimeSec":0.005782,"Total_SizeMB":0,"Efficiency":0.0,"Thread_TimeSec":0.005782} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.197000,"RecordId":331,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":764,"Load_TimeSec":0.248677,"Load_SizeMB":254.11679,"Build_Count":15,"Build_TimeSec":1.864428,"Build_SizeMB":58.525757,"Total_Count":779,"Total_TimeSec":2.113105,"Total_SizeMB":312,"Efficiency":0.980745,"Thread_TimeSec":0.236176} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739753000.198000,"RecordId":332,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1290.0,"TotalGetMisses":206.0,"TotalGets":1496.0,"TotalGetHitPct":0.862299,"GetMissPct":0.137701,"TotalPutHits":201.0,"TotalPutMisses":0.0,"TotalPuts":201.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":882.0,"ZenLocalGetTotal":1087.0,"ZenLocalGetHitPct":0.811408,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739753000.200000,"RecordId":333,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":278360734.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":978,"Zen_Cache_Misses":106,"Zen_Cache_Writes":201,"Zen_Cache_HitRatio":0.902214,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":919,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":919,"Zen_Cache_Requests_RateMean":1.988656,"Zen_Cache_Requests_TAverage":0.002191,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148925303,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154394152,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1739753000.322000,"RecordId":334,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"8231242746D2F068B85C98AB38D963A6","Span_ParentName":"PIE","Span_ThreadId":24692,"Span_Depth":2,"Span_StartUTC":1739753000.148,"Span_EndUTC":1739753000.322,"Span_TimeInSec":0.174} -{"EventName":"Core.Loading","TimestampUTC":1739753000.323000,"RecordId":335,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.174,"Zen_Enabled":true,"Zen_Cache_Size_Disk":278360734.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":978,"Zen_Cache_Misses":106,"Zen_Cache_Writes":201,"Zen_Cache_HitRatio":0.902214,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":919,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":919,"Zen_Cache_Requests_RateMean":1.988656,"Zen_Cache_Requests_TAverage":0.002191,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148925303,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154394152,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1292.0,"DDC_Summary_TotalGetMisses":208.0,"DDC_Summary_TotalGets":1500.0,"DDC_Summary_TotalGetHitPct":0.861333,"DDC_Summary_GetMissPct":0.138667,"DDC_Summary_TotalPutHits":203.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":203.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":882.0,"DDC_Summary_ZenLocalGetTotal":1089.0,"DDC_Summary_ZenLocalGetHitPct":0.809917,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.325000,"RecordId":336,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":184,"Load_TimeSec":0.042863,"Load_SizeMB":100.376876,"Build_Count":1,"Build_TimeSec":0.000002,"Build_SizeMB":4.000338,"Total_Count":185,"Total_TimeSec":0.042865,"Total_SizeMB":104,"Efficiency":0.994595,"Thread_TimeSec":0.042865} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.326000,"RecordId":337,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.327000,"RecordId":338,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":45,"Load_TimeSec":0.028781,"Load_SizeMB":4.60197,"Build_Count":2,"Build_TimeSec":1.433613,"Build_SizeMB":30.271299,"Total_Count":47,"Total_TimeSec":1.462394,"Total_SizeMB":34,"Efficiency":0.957447,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.328000,"RecordId":339,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.329000,"RecordId":340,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.330000,"RecordId":341,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":2,"Build_TimeSec":0.398449,"Build_SizeMB":16.386898,"Total_Count":3,"Total_TimeSec":0.400723,"Total_SizeMB":17,"Efficiency":0.333333,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.331000,"RecordId":342,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":3,"Build_TimeSec":0.001528,"Build_SizeMB":0.000628,"Total_Count":47,"Total_TimeSec":0.013779,"Total_SizeMB":0,"Efficiency":0.93617,"Thread_TimeSec":0.010475} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.332000,"RecordId":343,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.334000,"RecordId":344,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":3,"Build_TimeSec":0.005294,"Build_SizeMB":3.701686,"Total_Count":47,"Total_TimeSec":0.040665,"Total_SizeMB":9,"Efficiency":0.93617,"Thread_TimeSec":0.032064} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.336000,"RecordId":345,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.337000,"RecordId":346,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":45,"Load_TimeSec":0.013386,"Load_SizeMB":0.048277,"Build_Count":2,"Build_TimeSec":0.001129,"Build_SizeMB":0.000134,"Total_Count":47,"Total_TimeSec":0.014515,"Total_SizeMB":0,"Efficiency":0.957447,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.337000,"RecordId":347,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GeometryCollection","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":1,"Build_TimeSec":0.005782,"Build_SizeMB":0.003037,"Total_Count":1,"Total_TimeSec":0.005782,"Total_SizeMB":0,"Efficiency":0.0,"Thread_TimeSec":0.005782} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.339000,"RecordId":348,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":766,"Load_TimeSec":0.248682,"Load_SizeMB":254.382554,"Build_Count":15,"Build_TimeSec":1.864428,"Build_SizeMB":58.525757,"Total_Count":781,"Total_TimeSec":2.11311,"Total_SizeMB":312,"Efficiency":0.980794,"Thread_TimeSec":0.236181} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739753000.340000,"RecordId":349,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1292.0,"TotalGetMisses":208.0,"TotalGets":1500.0,"TotalGetHitPct":0.861333,"GetMissPct":0.138667,"TotalPutHits":203.0,"TotalPutMisses":0.0,"TotalPuts":203.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":882.0,"ZenLocalGetTotal":1089.0,"ZenLocalGetHitPct":0.809917,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739753000.342000,"RecordId":350,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":278360734.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":978,"Zen_Cache_Misses":106,"Zen_Cache_Writes":201,"Zen_Cache_HitRatio":0.902214,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":919,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":919,"Zen_Cache_Requests_RateMean":1.988656,"Zen_Cache_Requests_TAverage":0.002191,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148925303,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154394152,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Core.Loading","TimestampUTC":1739753000.343000,"RecordId":351,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","LoadingSeconds":37.786809,"Zen_Enabled":true,"Zen_Cache_Size_Disk":278360734.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":978,"Zen_Cache_Misses":106,"Zen_Cache_Writes":201,"Zen_Cache_HitRatio":0.902214,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":919,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":919,"Zen_Cache_Requests_RateMean":1.988656,"Zen_Cache_Requests_TAverage":0.002191,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148925303,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154394152,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1292.0,"DDC_Summary_TotalGetMisses":208.0,"DDC_Summary_TotalGets":1500.0,"DDC_Summary_TotalGetHitPct":0.861333,"DDC_Summary_GetMissPct":0.138667,"DDC_Summary_TotalPutHits":203.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":203.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":882.0,"DDC_Summary_ZenLocalGetTotal":1089.0,"DDC_Summary_ZenLocalGetHitPct":0.809917,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.344000,"RecordId":352,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Texture (Inline)","Load_Count":184,"Load_TimeSec":0.042863,"Load_SizeMB":100.376876,"Build_Count":1,"Build_TimeSec":0.000002,"Build_SizeMB":4.000338,"Total_Count":185,"Total_TimeSec":0.042865,"Total_SizeMB":104,"Efficiency":0.994595,"Thread_TimeSec":0.042865} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.345000,"RecordId":353,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.347000,"RecordId":354,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"StaticMesh","Load_Count":45,"Load_TimeSec":0.028781,"Load_SizeMB":4.60197,"Build_Count":2,"Build_TimeSec":1.433613,"Build_SizeMB":30.271299,"Total_Count":47,"Total_TimeSec":1.462394,"Total_SizeMB":34,"Efficiency":0.957447,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.349000,"RecordId":355,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.350000,"RecordId":356,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.351000,"RecordId":357,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":2,"Build_TimeSec":0.398449,"Build_SizeMB":16.386898,"Total_Count":3,"Total_TimeSec":0.400723,"Total_SizeMB":17,"Efficiency":0.333333,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.352000,"RecordId":358,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":3,"Build_TimeSec":0.001528,"Build_SizeMB":0.000628,"Total_Count":47,"Total_TimeSec":0.013779,"Total_SizeMB":0,"Efficiency":0.93617,"Thread_TimeSec":0.010475} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.353000,"RecordId":359,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.355000,"RecordId":360,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":3,"Build_TimeSec":0.005294,"Build_SizeMB":3.701686,"Total_Count":47,"Total_TimeSec":0.040665,"Total_SizeMB":9,"Efficiency":0.93617,"Thread_TimeSec":0.032064} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.356000,"RecordId":361,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.357000,"RecordId":362,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"NavCollision","Load_Count":45,"Load_TimeSec":0.013386,"Load_SizeMB":0.048277,"Build_Count":2,"Build_TimeSec":0.001129,"Build_SizeMB":0.000134,"Total_Count":47,"Total_TimeSec":0.014515,"Total_SizeMB":0,"Efficiency":0.957447,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.358000,"RecordId":363,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"GeometryCollection","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":1,"Build_TimeSec":0.005782,"Build_SizeMB":0.003037,"Total_Count":1,"Total_TimeSec":0.005782,"Total_SizeMB":0,"Efficiency":0.0,"Thread_TimeSec":0.005782} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753000.359000,"RecordId":364,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Total","Load_Count":766,"Load_TimeSec":0.248682,"Load_SizeMB":254.382554,"Build_Count":15,"Build_TimeSec":1.864428,"Build_SizeMB":58.525757,"Total_Count":781,"Total_TimeSec":2.11311,"Total_SizeMB":312,"Efficiency":0.980794,"Thread_TimeSec":0.236181} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739753000.360000,"RecordId":365,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1292.0,"TotalGetMisses":208.0,"TotalGets":1500.0,"TotalGetHitPct":0.861333,"GetMissPct":0.138667,"TotalPutHits":203.0,"TotalPutMisses":0.0,"TotalPuts":203.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":882.0,"ZenLocalGetTotal":1089.0,"ZenLocalGetHitPct":0.809917,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739753000.361000,"RecordId":366,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":1,"LoadingName":"TimeToPIE","Zen_Enabled":true,"Zen_Cache_Size_Disk":278360734.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":978,"Zen_Cache_Misses":106,"Zen_Cache_Writes":201,"Zen_Cache_HitRatio":0.902214,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":919,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":919,"Zen_Cache_Requests_RateMean":1.988656,"Zen_Cache_Requests_TAverage":0.002191,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148925303,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154394152,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1739753000.585000,"RecordId":367,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"52D7FA3D4CE2D72689121CA687757DC1","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.015068,"NumBackendItems":15,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1739753000.587000,"RecordId":368,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"64BA47CF4827C1D0FF8AF9ACA30C1FF4","FilterSessionCorrelationGuid":"52D7FA3D4CE2D72689121CA687757DC1","TotalItemsToFilter":15,"PriorityItemsToFilter":0,"TotalResults":13,"AmortizeDurationSeconds":0.000059,"WorkDurationSeconds":0.00006,"ResultLatency":"0.000044","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Span","TimestampUTC":1739753003.518000,"RecordId":369,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"2E41E66B45555F401D7F0796A70754B5","Span_ParentName":"PIE","Span_ThreadId":24692,"Span_Depth":2,"Span_StartUTC":1739753000.363,"Span_EndUTC":1739753003.518,"Span_TimeInSec":3.155} -{"EventName":"Span","TimestampUTC":1739753003.571000,"RecordId":370,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"9581F6614BB85DAC3552EBB1E61B6854","Span_ParentName":"Session","Span_ThreadId":24692,"Span_Depth":1,"Span_StartUTC":1739753000.148,"Span_EndUTC":1739753003.571,"Span_TimeInSec":3.423} -{"EventName":"Span","TimestampUTC":1739753003.573000,"RecordId":371,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"6E6AF75845FD120EB0E30CA24DF07787","Span_ParentName":"PIE","Span_ThreadId":24692,"Span_Depth":2,"Span_StartUTC":1739753003.519,"Span_EndUTC":1739753003.573,"Span_TimeInSec":0.054} -{"EventName":"Core.Loading","TimestampUTC":1739753003.574000,"RecordId":372,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":3.423,"Zen_Enabled":true,"Zen_Cache_Size_Disk":278360734.0,"Zen_Cache_Size_Memory":80424.0,"Zen_Cache_Hits":978,"Zen_Cache_Misses":106,"Zen_Cache_Writes":201,"Zen_Cache_HitRatio":0.902214,"Zen_Cache_Cas_Hits":713,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":919,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":919,"Zen_Cache_Requests_RateMean":1.988656,"Zen_Cache_Requests_TAverage":0.002191,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148925303,"Zen_Cas_Size_Tiny":125146,"Zen_Cas_Size_Total":154394152,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1332.0,"DDC_Summary_TotalGetMisses":208.0,"DDC_Summary_TotalGets":1540.0,"DDC_Summary_TotalGetHitPct":0.864935,"DDC_Summary_GetMissPct":0.135065,"DDC_Summary_TotalPutHits":203.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":203.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":922.0,"DDC_Summary_ZenLocalGetTotal":1129.0,"DDC_Summary_ZenLocalGetHitPct":0.816652,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753003.575000,"RecordId":373,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":184,"Load_TimeSec":0.042863,"Load_SizeMB":100.376876,"Build_Count":1,"Build_TimeSec":0.000002,"Build_SizeMB":4.000338,"Total_Count":185,"Total_TimeSec":0.042865,"Total_SizeMB":104,"Efficiency":0.994595,"Thread_TimeSec":0.042865} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753003.577000,"RecordId":374,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.027063,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.027063,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.027063} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753003.578000,"RecordId":375,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":45,"Load_TimeSec":0.028781,"Load_SizeMB":4.60197,"Build_Count":2,"Build_TimeSec":1.433613,"Build_SizeMB":30.271299,"Total_Count":47,"Total_TimeSec":1.462394,"Total_SizeMB":34,"Efficiency":0.957447,"Thread_TimeSec":0.021891} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753003.579000,"RecordId":376,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.021456,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.021456,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753003.581000,"RecordId":377,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.054058,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.054058,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.054058} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753003.582000,"RecordId":378,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.002274,"Load_SizeMB":1.456863,"Build_Count":2,"Build_TimeSec":0.398449,"Build_SizeMB":16.386898,"Total_Count":3,"Total_TimeSec":0.400723,"Total_SizeMB":17,"Efficiency":0.333333,"Thread_TimeSec":0.002274} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753003.583000,"RecordId":379,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.012251,"Load_SizeMB":0.011467,"Build_Count":3,"Build_TimeSec":0.001528,"Build_SizeMB":0.000628,"Total_Count":47,"Total_TimeSec":0.013779,"Total_SizeMB":0,"Efficiency":0.93617,"Thread_TimeSec":0.010475} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753003.585000,"RecordId":380,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007642,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.018631,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.026273,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.026273} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753003.586000,"RecordId":381,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.035371,"Load_SizeMB":5.988357,"Build_Count":3,"Build_TimeSec":0.005294,"Build_SizeMB":3.701686,"Total_Count":47,"Total_TimeSec":0.040665,"Total_SizeMB":9,"Efficiency":0.93617,"Thread_TimeSec":0.032064} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753003.588000,"RecordId":382,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.003537,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.003537,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.003537} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753003.589000,"RecordId":383,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":45,"Load_TimeSec":0.013386,"Load_SizeMB":0.048277,"Build_Count":2,"Build_TimeSec":0.001129,"Build_SizeMB":0.000134,"Total_Count":47,"Total_TimeSec":0.014515,"Total_SizeMB":0,"Efficiency":0.957447,"Thread_TimeSec":0.009899} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753003.590000,"RecordId":384,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GeometryCollection","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":1,"Build_TimeSec":0.005782,"Build_SizeMB":0.003037,"Total_Count":1,"Total_TimeSec":0.005782,"Total_SizeMB":0,"Efficiency":0.0,"Thread_TimeSec":0.005782} -{"EventName":"Core.DDC.Resource","TimestampUTC":1739753003.591000,"RecordId":385,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":766,"Load_TimeSec":0.248682,"Load_SizeMB":254.382554,"Build_Count":15,"Build_TimeSec":1.864428,"Build_SizeMB":58.525757,"Total_Count":781,"Total_TimeSec":2.11311,"Total_SizeMB":312,"Efficiency":0.980794,"Thread_TimeSec":0.236181} -{"EventName":"Core.DDC.Summary","TimestampUTC":1739753003.593000,"RecordId":386,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1332.0,"TotalGetMisses":208.0,"TotalGets":1540.0,"TotalGetHitPct":0.864935,"GetMissPct":0.135065,"TotalPutHits":203.0,"TotalPutMisses":0.0,"TotalPuts":203.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":922.0,"ZenLocalGetTotal":1129.0,"ZenLocalGetHitPct":0.816652,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1739753003.594000,"RecordId":387,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":278360990.0,"Zen_Cache_Size_Memory":81864.0,"Zen_Cache_Hits":1018,"Zen_Cache_Misses":108,"Zen_Cache_Writes":203,"Zen_Cache_HitRatio":0.904085,"Zen_Cache_Cas_Hits":721,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":37,"Zen_Cache_Requests":949,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":949,"Zen_Cache_Requests_RateMean":2.038606,"Zen_Cache_Requests_TAverage":0.002233,"Zen_Cache_Requests_TMin":0.000008,"Zen_Cache_Requests_TMax":0.084605,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":148925303,"Zen_Cas_Size_Tiny":125527,"Zen_Cas_Size_Total":154394533,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1739753030.716000,"RecordId":388,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Span_Name":"Session","Span_GUID":"FBE629DF4F8521EA6FB552B663E36F52","Span_ParentName":"","Span_ThreadId":24692,"Span_Depth":0,"Span_StartUTC":1739752533.341,"Span_EndUTC":1739753030.716,"Span_TimeInSec":497.375} -{"EventName":"Span","TimestampUTC":1739753030.718000,"RecordId":389,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"203B7E9B444748D4721D2BAAEBA45B8E","Span_ParentName":"Session","Span_ThreadId":24692,"Span_Depth":1,"Span_StartUTC":1739753003.595,"Span_EndUTC":1739753030.718,"Span_TimeInSec":27.123} -{"EventName":"Span","TimestampUTC":1739753030.719000,"RecordId":390,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"07E5BA074BAACAF662988AAA10A8D3D7","Span_ParentName":"Editor","Span_ThreadId":24692,"Span_Depth":2,"Span_StartUTC":1739753003.595,"Span_EndUTC":1739753030.719,"Span_TimeInSec":27.124} -{"EventName":"EndSession","TimestampUTC":1739753030.720000,"RecordId":391,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{86DCA057-4BE6-FAF4-286B-A18BA362BF3F}","Session_Label":"","Session_StartUTC":1739752533.285,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 7 5800X 8-Core Processor ","Hardware_CPU_Cores_Physical":8,"Hardware_CPU_Cores_Logical":16,"Hardware_RAM":68641980416,"Hardware_ComputerName":"DESKTOP-MPFQ4B1","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false} +{"EventName":"StartSession","TimestampUTC":1739796339.868000,"RecordId":0,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true} +{"EventName":"Editor.AssetRegistry.Startup","TimestampUTC":1739796342.818000,"RecordId":1,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Duration":0.001575,"StartedAsyncGather":true} +{"EventName":"Span","TimestampUTC":1739796350.679000,"RecordId":2,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"None","SchemaVersion":1,"Span_Name":"Editor.Boot","Span_GUID":"5DDA92A7443CBF9161F551BAE1629B57","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796339.869,"Span_EndUTC":1739796350.679,"Span_TimeInSec":10.81} +{"EventName":"Core.Loading","TimestampUTC":1739796350.680000,"RecordId":3,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","LoadingSeconds":10.81,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":994.0,"DDC_Summary_TotalGetMisses":78.0,"DDC_Summary_TotalGets":1072.0,"DDC_Summary_TotalGetHitPct":0.927239,"DDC_Summary_GetMissPct":0.072761,"DDC_Summary_TotalPutHits":73.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":73.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":660.0,"DDC_Summary_ZenLocalGetTotal":736.0,"DDC_Summary_ZenLocalGetHitPct":0.896739,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.680000,"RecordId":4,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Texture (Inline)","Load_Count":114,"Load_TimeSec":0.012158,"Load_SizeMB":52.591044,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":114,"Total_TimeSec":0.012158,"Total_SizeMB":52,"Efficiency":1.0,"Thread_TimeSec":0.012158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.680000,"RecordId":5,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Texture (Streaming)","Load_Count":30,"Load_TimeSec":0.003208,"Load_SizeMB":8.521484,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":30,"Total_TimeSec":0.003208,"Total_SizeMB":8,"Efficiency":1.0,"Thread_TimeSec":0.003208} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.681000,"RecordId":6,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"StaticMesh","Load_Count":40,"Load_TimeSec":0.007564,"Load_SizeMB":4.531223,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":40,"Total_TimeSec":0.007564,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.681000,"RecordId":7,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.681000,"RecordId":8,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.682000,"RecordId":9,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"CardRepresentation","Load_Count":40,"Load_TimeSec":0.001837,"Load_SizeMB":0.010667,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":40,"Total_TimeSec":0.001837,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.682000,"RecordId":10,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":4,"Total_TimeSec":0.006486,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.006486} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.682000,"RecordId":11,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"DistanceField","Load_Count":40,"Load_TimeSec":0.009712,"Load_SizeMB":5.764595,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":40,"Total_TimeSec":0.009712,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.683000,"RecordId":12,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.683000,"RecordId":13,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"NavCollision","Load_Count":40,"Load_TimeSec":0.001367,"Load_SizeMB":0.045913,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":40,"Total_TimeSec":0.001367,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.683000,"RecordId":14,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Total","Load_Count":673,"Load_TimeSec":0.084977,"Load_SizeMB":199.670937,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":673,"Total_TimeSec":0.084977,"Total_SizeMB":199,"Efficiency":1.0,"Thread_TimeSec":0.082349} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796350.684000,"RecordId":15,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":994.0,"TotalGetMisses":78.0,"TotalGets":1072.0,"TotalGetHitPct":0.927239,"GetMissPct":0.072761,"TotalPutHits":73.0,"TotalPutMisses":0.0,"TotalPuts":73.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":660.0,"ZenLocalGetTotal":736.0,"ZenLocalGetHitPct":0.896739,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796350.684000,"RecordId":16,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"None","SchemaVersion":1,"LoadingName":"BootEditor","Zen_Enabled":true,"Zen_Cache_Size_Disk":270381155.0,"Zen_Cache_Size_Memory":0.0,"Zen_Cache_Hits":0,"Zen_Cache_Misses":0,"Zen_Cache_Writes":0,"Zen_Cache_HitRatio":0.0,"Zen_Cache_Cas_Hits":0,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":0,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":0,"Zen_Cache_Requests_RateMean":0.0,"Zen_Cache_Requests_TAverage":0.0,"Zen_Cache_Requests_TMin":0.0,"Zen_Cache_Requests_TMax":0.0,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200656537,"Zen_Cas_Size_Tiny":427804,"Zen_Cas_Size_Total":206428044,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796350.931000,"RecordId":17,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor.LoadMap","Span_GUID":"5420BBD7436AE3F0BCF8C6A1B30F8CC1","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796350.684,"Span_EndUTC":1739796350.931,"Span_TimeInSec":0.247} +{"EventName":"Core.Loading","TimestampUTC":1739796350.932000,"RecordId":18,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","LoadingSeconds":0.247,"Zen_Enabled":true,"Zen_Cache_Size_Disk":270381155.0,"Zen_Cache_Size_Memory":0.0,"Zen_Cache_Hits":0,"Zen_Cache_Misses":0,"Zen_Cache_Writes":0,"Zen_Cache_HitRatio":0.0,"Zen_Cache_Cas_Hits":0,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":0,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":0,"Zen_Cache_Requests_RateMean":0.0,"Zen_Cache_Requests_TAverage":0.0,"Zen_Cache_Requests_TMin":0.0,"Zen_Cache_Requests_TMax":0.0,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200656537,"Zen_Cas_Size_Tiny":427804,"Zen_Cas_Size_Total":206428044,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1071.0,"DDC_Summary_TotalGetMisses":82.0,"DDC_Summary_TotalGets":1153.0,"DDC_Summary_TotalGetHitPct":0.928881,"DDC_Summary_GetMissPct":0.071119,"DDC_Summary_TotalPutHits":77.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":77.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":729.0,"DDC_Summary_ZenLocalGetTotal":809.0,"DDC_Summary_ZenLocalGetHitPct":0.901112,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.932000,"RecordId":19,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Inline)","Load_Count":114,"Load_TimeSec":0.012158,"Load_SizeMB":52.591044,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":114,"Total_TimeSec":0.012158,"Total_SizeMB":52,"Efficiency":1.0,"Thread_TimeSec":0.012158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.933000,"RecordId":20,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Streaming)","Load_Count":30,"Load_TimeSec":0.003208,"Load_SizeMB":8.521484,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":30,"Total_TimeSec":0.003208,"Total_SizeMB":8,"Efficiency":1.0,"Thread_TimeSec":0.003208} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.933000,"RecordId":21,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.933000,"RecordId":22,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.933000,"RecordId":23,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.934000,"RecordId":24,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.934000,"RecordId":25,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.934000,"RecordId":26,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":4,"Total_TimeSec":0.006486,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.006486} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.935000,"RecordId":27,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.935000,"RecordId":28,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.935000,"RecordId":29,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.935000,"RecordId":30,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Total","Load_Count":690,"Load_TimeSec":0.101617,"Load_SizeMB":205.626586,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":690,"Total_TimeSec":0.101617,"Total_SizeMB":205,"Efficiency":1.0,"Thread_TimeSec":0.082349} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796350.936000,"RecordId":31,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1071.0,"TotalGetMisses":82.0,"TotalGets":1153.0,"TotalGetHitPct":0.928881,"GetMissPct":0.071119,"TotalPutHits":77.0,"TotalPutMisses":0.0,"TotalPuts":77.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":729.0,"ZenLocalGetTotal":809.0,"ZenLocalGetHitPct":0.901112,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796350.936000,"RecordId":32,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"LoadingName":"LoadMap","Zen_Enabled":true,"Zen_Cache_Size_Disk":270381155.0,"Zen_Cache_Size_Memory":0.0,"Zen_Cache_Hits":0,"Zen_Cache_Misses":0,"Zen_Cache_Writes":0,"Zen_Cache_HitRatio":0.0,"Zen_Cache_Cas_Hits":0,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":0,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":0,"Zen_Cache_Requests_RateMean":0.0,"Zen_Cache_Requests_TAverage":0.0,"Zen_Cache_Requests_TMin":0.0,"Zen_Cache_Requests_TMax":0.0,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200656537,"Zen_Cas_Size_Tiny":427804,"Zen_Cas_Size_Total":206428044,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796350.940000,"RecordId":33,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor.Initialize","Span_GUID":"247D1C6144B5BFF3386A6C957995EE62","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796350.684,"Span_EndUTC":1739796350.94,"Span_TimeInSec":0.256} +{"EventName":"Core.Loading","TimestampUTC":1739796350.940000,"RecordId":34,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","LoadingSeconds":11.761707,"Zen_Enabled":true,"Zen_Cache_Size_Disk":270381155.0,"Zen_Cache_Size_Memory":0.0,"Zen_Cache_Hits":0,"Zen_Cache_Misses":0,"Zen_Cache_Writes":0,"Zen_Cache_HitRatio":0.0,"Zen_Cache_Cas_Hits":0,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":0,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":0,"Zen_Cache_Requests_RateMean":0.0,"Zen_Cache_Requests_TAverage":0.0,"Zen_Cache_Requests_TMin":0.0,"Zen_Cache_Requests_TMax":0.0,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200656537,"Zen_Cas_Size_Tiny":427804,"Zen_Cas_Size_Total":206428044,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1071.0,"DDC_Summary_TotalGetMisses":82.0,"DDC_Summary_TotalGets":1153.0,"DDC_Summary_TotalGetHitPct":0.928881,"DDC_Summary_GetMissPct":0.071119,"DDC_Summary_TotalPutHits":77.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":77.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":729.0,"DDC_Summary_ZenLocalGetTotal":809.0,"DDC_Summary_ZenLocalGetHitPct":0.901112,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.941000,"RecordId":35,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Texture (Inline)","Load_Count":114,"Load_TimeSec":0.012158,"Load_SizeMB":52.591044,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":114,"Total_TimeSec":0.012158,"Total_SizeMB":52,"Efficiency":1.0,"Thread_TimeSec":0.012158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.941000,"RecordId":36,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Texture (Streaming)","Load_Count":30,"Load_TimeSec":0.003208,"Load_SizeMB":8.521484,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":30,"Total_TimeSec":0.003208,"Total_SizeMB":8,"Efficiency":1.0,"Thread_TimeSec":0.003208} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.941000,"RecordId":37,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.942000,"RecordId":38,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.942000,"RecordId":39,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.942000,"RecordId":40,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.943000,"RecordId":41,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.943000,"RecordId":42,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":4,"Total_TimeSec":0.006486,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.006486} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.943000,"RecordId":43,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.944000,"RecordId":44,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.944000,"RecordId":45,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796350.944000,"RecordId":46,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Total","Load_Count":690,"Load_TimeSec":0.101617,"Load_SizeMB":205.626586,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":690,"Total_TimeSec":0.101617,"Total_SizeMB":205,"Efficiency":1.0,"Thread_TimeSec":0.082349} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796350.945000,"RecordId":47,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1071.0,"TotalGetMisses":82.0,"TotalGets":1153.0,"TotalGetHitPct":0.928881,"GetMissPct":0.071119,"TotalPutHits":77.0,"TotalPutMisses":0.0,"TotalPuts":77.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":729.0,"ZenLocalGetTotal":809.0,"ZenLocalGetHitPct":0.901112,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796350.945000,"RecordId":48,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"LoadingName":"TotalEditorStartup","Zen_Enabled":true,"Zen_Cache_Size_Disk":270381155.0,"Zen_Cache_Size_Memory":0.0,"Zen_Cache_Hits":0,"Zen_Cache_Misses":0,"Zen_Cache_Writes":0,"Zen_Cache_HitRatio":0.0,"Zen_Cache_Cas_Hits":0,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":0,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":0,"Zen_Cache_Requests_RateMean":0.0,"Zen_Cache_Requests_TAverage":0.0,"Zen_Cache_Requests_TMin":0.0,"Zen_Cache_Requests_TMax":0.0,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200656537,"Zen_Cas_Size_Tiny":427804,"Zen_Cas_Size_Total":206428044,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Editor.AssetRegistry.InitialScan","TimestampUTC":1739796352.514000,"RecordId":49,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"TotalDurationSeconds":9.696975,"TotalWorkSeconds":0.04808,"DiscoverySeconds":0.017002,"GatherSeconds":0.008651,"StoreSeconds":0.022427,"NumCachedDirectories":0,"NumUncachedDirectories":1575,"NumCachedAssetFiles":7778,"NumUncachedAssetFiles":0} +{"EventName":"Span","TimestampUTC":1739796353.389000,"RecordId":50,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":77.319969,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"E7A6FB1346C7CEC925B7A29C7D06C472","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796352.88,"Span_EndUTC":1739796353.389,"Span_TimeInSec":0.509} +{"EventName":"Span","TimestampUTC":1739796353.389000,"RecordId":51,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":77.319969,"SchemaVersion":1,"Span_Name":"Asset Registry Scan","Span_GUID":"F77F00CE44D735CED29A87B3E1E78EEE","Span_ParentName":"Hitching","Span_ThreadId":29660,"Span_Depth":4,"Span_StartUTC":1739796352.88,"Span_EndUTC":1739796353.389,"Span_TimeInSec":0.509} +{"EventName":"Core.Hitch","TimestampUTC":1739796353.389000,"RecordId":52,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":77.319969} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796353.390000,"RecordId":53,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":173,"Load_TimeSec":0.012202,"Load_SizeMB":100.053012,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":173,"Total_TimeSec":0.012202,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012202} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796353.390000,"RecordId":54,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796353.390000,"RecordId":55,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796353.391000,"RecordId":56,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796353.391000,"RecordId":57,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796353.391000,"RecordId":58,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796353.392000,"RecordId":59,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796353.392000,"RecordId":60,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796353.392000,"RecordId":61,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796353.392000,"RecordId":62,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796353.393000,"RecordId":63,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796353.393000,"RecordId":64,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":753,"Load_TimeSec":0.102088,"Load_SizeMB":254.056816,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":754,"Total_TimeSec":0.113753,"Total_SizeMB":258,"Efficiency":0.998674,"Thread_TimeSec":0.094485} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796353.394000,"RecordId":65,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1246.0,"TotalGetMisses":82.0,"TotalGets":1328.0,"TotalGetHitPct":0.938253,"GetMissPct":0.061747,"TotalPutHits":78.0,"TotalPutMisses":0.0,"TotalPuts":78.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":864.0,"ZenLocalGetTotal":944.0,"ZenLocalGetHitPct":0.915254,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796353.394000,"RecordId":66,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":270381155.0,"Zen_Cache_Size_Memory":0.0,"Zen_Cache_Hits":0,"Zen_Cache_Misses":0,"Zen_Cache_Writes":0,"Zen_Cache_HitRatio":0.0,"Zen_Cache_Cas_Hits":0,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":0,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":0,"Zen_Cache_Requests_RateMean":0.0,"Zen_Cache_Requests_TAverage":0.0,"Zen_Cache_Requests_TMin":0.0,"Zen_Cache_Requests_TMax":0.0,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200656537,"Zen_Cas_Size_Tiny":427804,"Zen_Cas_Size_Total":206428044,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1739796477.617000,"RecordId":67,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"ViewCorrelationGuid":"048AFCC0494841935EF3EA9D7B3B65BC","FilterSessionCorrelationGuid":"A90CC15B4DF5E55F804C9DBF91A6B50A","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.002496,"NumBackendItems":2,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1739796477.618000,"RecordId":68,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"ViewCorrelationGuid":"048AFCC0494841935EF3EA9D7B3B65BC","FilterSessionCorrelationGuid":"A90CC15B4DF5E55F804C9DBF91A6B50A","TotalItemsToFilter":2,"PriorityItemsToFilter":0,"TotalResults":2,"AmortizeDurationSeconds":0.000668,"WorkDurationSeconds":0.000668,"ResultLatency":"0.000567","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Core.Loading","TimestampUTC":1739796479.493000,"RecordId":69,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","AssetPath":"DataTable /Game/BluePrints/Data/DT_TestTrackTable.DT_TestTrackTable","AssetClass":"DataTable","SchemaVersion":3,"LoadingName":"OpenAssetEditor","LoadingSeconds":0.028254,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274302403.0,"Zen_Cache_Size_Memory":89616.0,"Zen_Cache_Hits":938,"Zen_Cache_Misses":6,"Zen_Cache_Writes":78,"Zen_Cache_HitRatio":0.993644,"Zen_Cache_Cas_Hits":727,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":695,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":695,"Zen_Cache_Requests_RateMean":58.294765,"Zen_Cache_Requests_TAverage":0.000055,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.002096,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200656537,"Zen_Cas_Size_Tiny":427804,"Zen_Cas_Size_Total":206428044,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1246.0,"DDC_Summary_TotalGetMisses":82.0,"DDC_Summary_TotalGets":1328.0,"DDC_Summary_TotalGetHitPct":0.938253,"DDC_Summary_GetMissPct":0.061747,"DDC_Summary_TotalPutHits":78.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":78.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":864.0,"DDC_Summary_ZenLocalGetTotal":944.0,"DDC_Summary_ZenLocalGetHitPct":0.915254,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Span","TimestampUTC":1739796479.493000,"RecordId":70,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","AssetPath":"DataTable /Game/BluePrints/Data/DT_TestTrackTable.DT_TestTrackTable","AssetClass":"DataTable","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"FF053FC94B44932D14A2A6BA45436CF8","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796479.464,"Span_EndUTC":1739796479.493,"Span_TimeInSec":0.029} +{"EventName":"Span","TimestampUTC":1739796622.108000,"RecordId":71,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","TaskName":"???????","SchemaVersion":1,"Span_Name":"ST ???????","Span_GUID":"56E233E24ACCED7F138AF4B642AC4496","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796622.038,"Span_EndUTC":1739796622.108,"Span_TimeInSec":0.07} +{"EventName":"Span","TimestampUTC":1739796622.140000,"RecordId":72,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","TaskName":"??????","SchemaVersion":1,"Span_Name":"ST ??????","Span_GUID":"C57839884CB5AA0AF7CF56ABD186737C","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796622.11,"Span_EndUTC":1739796622.14,"Span_TimeInSec":0.03} +{"EventName":"Span","TimestampUTC":1739796625.239000,"RecordId":73,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"89F2EC37442F855B75A54D95C1363710","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739796339.869,"Span_EndUTC":1739796625.239,"Span_TimeInSec":285.37} +{"EventName":"Span","TimestampUTC":1739796625.240000,"RecordId":74,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"29378C3742B090F5989D9EBA8F3BDB4E","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796350.94,"Span_EndUTC":1739796625.24,"Span_TimeInSec":274.3} +{"EventName":"Span","TimestampUTC":1739796625.242000,"RecordId":75,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"B9E199AA4FD2B96F6ADB97B6134FD343","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796625.241,"Span_EndUTC":1739796625.242,"Span_TimeInSec":0.001} +{"EventName":"Span","TimestampUTC":1739796625.257000,"RecordId":76,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"6182FA94427697C3058F3798DB2A35FF","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796625.249,"Span_EndUTC":1739796625.257,"Span_TimeInSec":0.008} +{"EventName":"Core.Loading","TimestampUTC":1739796625.258000,"RecordId":77,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.008,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274302403.0,"Zen_Cache_Size_Memory":89616.0,"Zen_Cache_Hits":938,"Zen_Cache_Misses":6,"Zen_Cache_Writes":78,"Zen_Cache_HitRatio":0.993644,"Zen_Cache_Cas_Hits":727,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":695,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":695,"Zen_Cache_Requests_RateMean":58.294765,"Zen_Cache_Requests_TAverage":0.000055,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.002096,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200656537,"Zen_Cas_Size_Tiny":427804,"Zen_Cas_Size_Total":206428044,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1248.0,"DDC_Summary_TotalGetMisses":82.0,"DDC_Summary_TotalGets":1330.0,"DDC_Summary_TotalGetHitPct":0.938346,"DDC_Summary_GetMissPct":0.061654,"DDC_Summary_TotalPutHits":78.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":78.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":864.0,"DDC_Summary_ZenLocalGetTotal":944.0,"DDC_Summary_ZenLocalGetHitPct":0.915254,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.258000,"RecordId":78,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":173,"Load_TimeSec":0.012202,"Load_SizeMB":100.053012,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":173,"Total_TimeSec":0.012202,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012202} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.259000,"RecordId":79,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.259000,"RecordId":80,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.259000,"RecordId":81,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.259000,"RecordId":82,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.260000,"RecordId":83,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.260000,"RecordId":84,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.260000,"RecordId":85,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.261000,"RecordId":86,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.261000,"RecordId":87,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.261000,"RecordId":88,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.262000,"RecordId":89,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":753,"Load_TimeSec":0.102088,"Load_SizeMB":254.056816,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":754,"Total_TimeSec":0.113753,"Total_SizeMB":258,"Efficiency":0.998674,"Thread_TimeSec":0.094485} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796625.262000,"RecordId":90,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1248.0,"TotalGetMisses":82.0,"TotalGets":1330.0,"TotalGetHitPct":0.938346,"GetMissPct":0.061654,"TotalPutHits":78.0,"TotalPutMisses":0.0,"TotalPuts":78.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":864.0,"ZenLocalGetTotal":944.0,"ZenLocalGetHitPct":0.915254,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796625.262000,"RecordId":91,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274302403.0,"Zen_Cache_Size_Memory":89616.0,"Zen_Cache_Hits":938,"Zen_Cache_Misses":6,"Zen_Cache_Writes":78,"Zen_Cache_HitRatio":0.993644,"Zen_Cache_Cas_Hits":727,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":695,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":695,"Zen_Cache_Requests_RateMean":2.449029,"Zen_Cache_Requests_TAverage":0.000055,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.002096,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200656537,"Zen_Cas_Size_Tiny":427804,"Zen_Cas_Size_Total":206428044,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796625.345000,"RecordId":92,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"9DCF42694C3C7A24AB74518002C6B681","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796625.24,"Span_EndUTC":1739796625.345,"Span_TimeInSec":0.105} +{"EventName":"Core.Loading","TimestampUTC":1739796625.345000,"RecordId":93,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.105,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274302403.0,"Zen_Cache_Size_Memory":89616.0,"Zen_Cache_Hits":938,"Zen_Cache_Misses":6,"Zen_Cache_Writes":78,"Zen_Cache_HitRatio":0.993644,"Zen_Cache_Cas_Hits":727,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":695,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":695,"Zen_Cache_Requests_RateMean":2.449029,"Zen_Cache_Requests_TAverage":0.000055,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.002096,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200656537,"Zen_Cas_Size_Tiny":427804,"Zen_Cas_Size_Total":206428044,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1250.0,"DDC_Summary_TotalGetMisses":84.0,"DDC_Summary_TotalGets":1334.0,"DDC_Summary_TotalGetHitPct":0.937031,"DDC_Summary_GetMissPct":0.062969,"DDC_Summary_TotalPutHits":80.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":80.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":864.0,"DDC_Summary_ZenLocalGetTotal":946.0,"DDC_Summary_ZenLocalGetHitPct":0.913319,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.346000,"RecordId":94,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.346000,"RecordId":95,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.346000,"RecordId":96,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.347000,"RecordId":97,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.347000,"RecordId":98,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.347000,"RecordId":99,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.348000,"RecordId":100,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.348000,"RecordId":101,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.348000,"RecordId":102,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.349000,"RecordId":103,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.349000,"RecordId":104,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.349000,"RecordId":105,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796625.350000,"RecordId":106,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1250.0,"TotalGetMisses":84.0,"TotalGets":1334.0,"TotalGetHitPct":0.937031,"GetMissPct":0.062969,"TotalPutHits":80.0,"TotalPutMisses":0.0,"TotalPuts":80.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":864.0,"ZenLocalGetTotal":946.0,"ZenLocalGetHitPct":0.913319,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796625.350000,"RecordId":107,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274302403.0,"Zen_Cache_Size_Memory":89616.0,"Zen_Cache_Hits":938,"Zen_Cache_Misses":6,"Zen_Cache_Writes":78,"Zen_Cache_HitRatio":0.993644,"Zen_Cache_Cas_Hits":727,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":695,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":695,"Zen_Cache_Requests_RateMean":2.449029,"Zen_Cache_Requests_TAverage":0.000055,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.002096,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200656537,"Zen_Cas_Size_Tiny":427804,"Zen_Cas_Size_Total":206428044,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Core.Loading","TimestampUTC":1739796625.350000,"RecordId":108,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","LoadingSeconds":12.113707,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274302403.0,"Zen_Cache_Size_Memory":89616.0,"Zen_Cache_Hits":938,"Zen_Cache_Misses":6,"Zen_Cache_Writes":78,"Zen_Cache_HitRatio":0.993644,"Zen_Cache_Cas_Hits":727,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":695,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":695,"Zen_Cache_Requests_RateMean":2.449029,"Zen_Cache_Requests_TAverage":0.000055,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.002096,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200656537,"Zen_Cas_Size_Tiny":427804,"Zen_Cas_Size_Total":206428044,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1250.0,"DDC_Summary_TotalGetMisses":84.0,"DDC_Summary_TotalGets":1334.0,"DDC_Summary_TotalGetHitPct":0.937031,"DDC_Summary_GetMissPct":0.062969,"DDC_Summary_TotalPutHits":80.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":80.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":864.0,"DDC_Summary_ZenLocalGetTotal":946.0,"DDC_Summary_ZenLocalGetHitPct":0.913319,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.351000,"RecordId":109,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.351000,"RecordId":110,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.351000,"RecordId":111,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.352000,"RecordId":112,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.352000,"RecordId":113,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.352000,"RecordId":114,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.353000,"RecordId":115,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.353000,"RecordId":116,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.353000,"RecordId":117,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.354000,"RecordId":118,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.354000,"RecordId":119,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796625.354000,"RecordId":120,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796625.355000,"RecordId":121,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"TimeToPIE","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1250.0,"TotalGetMisses":84.0,"TotalGets":1334.0,"TotalGetHitPct":0.937031,"GetMissPct":0.062969,"TotalPutHits":80.0,"TotalPutMisses":0.0,"TotalPuts":80.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":864.0,"ZenLocalGetTotal":946.0,"ZenLocalGetHitPct":0.913319,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796625.355000,"RecordId":122,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"LoadingName":"TimeToPIE","Zen_Enabled":true,"Zen_Cache_Size_Disk":274302403.0,"Zen_Cache_Size_Memory":89616.0,"Zen_Cache_Hits":938,"Zen_Cache_Misses":6,"Zen_Cache_Writes":78,"Zen_Cache_HitRatio":0.993644,"Zen_Cache_Cas_Hits":727,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":695,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":695,"Zen_Cache_Requests_RateMean":2.449029,"Zen_Cache_Requests_TAverage":0.000055,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.002096,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200656537,"Zen_Cas_Size_Tiny":427804,"Zen_Cas_Size_Total":206428044,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796631.943000,"RecordId":123,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"2D6DA929423DE0FCA376C9BAB912AA29","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796625.355,"Span_EndUTC":1739796631.943,"Span_TimeInSec":6.588} +{"EventName":"Span","TimestampUTC":1739796631.969000,"RecordId":124,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"9A1E9D994317531FAAEB0FA78AA38D70","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739796625.24,"Span_EndUTC":1739796631.969,"Span_TimeInSec":6.729} +{"EventName":"Span","TimestampUTC":1739796631.970000,"RecordId":125,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"3001E3C443360DD48F046AB4C5310C14","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796631.943,"Span_EndUTC":1739796631.97,"Span_TimeInSec":0.027} +{"EventName":"Core.Loading","TimestampUTC":1739796631.970000,"RecordId":126,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":6.729,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274302403.0,"Zen_Cache_Size_Memory":89616.0,"Zen_Cache_Hits":938,"Zen_Cache_Misses":6,"Zen_Cache_Writes":78,"Zen_Cache_HitRatio":0.993644,"Zen_Cache_Cas_Hits":727,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":695,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":695,"Zen_Cache_Requests_RateMean":2.449029,"Zen_Cache_Requests_TAverage":0.000055,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.002096,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200656537,"Zen_Cas_Size_Tiny":427804,"Zen_Cas_Size_Total":206428044,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1324.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1412.0,"DDC_Summary_TotalGetHitPct":0.937677,"DDC_Summary_GetMissPct":0.062323,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":934.0,"DDC_Summary_ZenLocalGetTotal":1020.0,"DDC_Summary_ZenLocalGetHitPct":0.915686,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796631.971000,"RecordId":127,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796631.971000,"RecordId":128,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796631.972000,"RecordId":129,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796631.972000,"RecordId":130,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796631.972000,"RecordId":131,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796631.973000,"RecordId":132,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796631.973000,"RecordId":133,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796631.973000,"RecordId":134,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796631.973000,"RecordId":135,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796631.974000,"RecordId":136,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796631.974000,"RecordId":137,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796631.974000,"RecordId":138,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796631.975000,"RecordId":139,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1324.0,"TotalGetMisses":88.0,"TotalGets":1412.0,"TotalGetHitPct":0.937677,"GetMissPct":0.062323,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":934.0,"ZenLocalGetTotal":1020.0,"ZenLocalGetHitPct":0.915686,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796631.975000,"RecordId":140,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":2.488827,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796639.439000,"RecordId":141,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"B31D3B1A42A3D7917F777BA4A655108D","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739796631.975,"Span_EndUTC":1739796639.439,"Span_TimeInSec":7.464} +{"EventName":"Span","TimestampUTC":1739796639.439000,"RecordId":142,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"03CF76EF45F86F983A1F5E96A190D717","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796631.975,"Span_EndUTC":1739796639.439,"Span_TimeInSec":7.464} +{"EventName":"Span","TimestampUTC":1739796639.439000,"RecordId":143,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"DA33DB274131FC8580862696D723DDA1","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796639.439,"Span_EndUTC":1739796639.439,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1739796639.445000,"RecordId":144,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"92DDC8EB4596A16DA232D9A03B634446","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796639.44,"Span_EndUTC":1739796639.445,"Span_TimeInSec":0.005} +{"EventName":"Core.Loading","TimestampUTC":1739796639.445000,"RecordId":145,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.005,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":2.488827,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1324.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1412.0,"DDC_Summary_TotalGetHitPct":0.937677,"DDC_Summary_GetMissPct":0.062323,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":934.0,"DDC_Summary_ZenLocalGetTotal":1020.0,"DDC_Summary_ZenLocalGetHitPct":0.915686,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.446000,"RecordId":146,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.446000,"RecordId":147,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.446000,"RecordId":148,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.447000,"RecordId":149,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.447000,"RecordId":150,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.448000,"RecordId":151,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.448000,"RecordId":152,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.448000,"RecordId":153,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.449000,"RecordId":154,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.449000,"RecordId":155,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.449000,"RecordId":156,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.450000,"RecordId":157,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796639.450000,"RecordId":158,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1324.0,"TotalGetMisses":88.0,"TotalGets":1412.0,"TotalGetHitPct":0.937677,"GetMissPct":0.062323,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":934.0,"ZenLocalGetTotal":1020.0,"ZenLocalGetHitPct":0.915686,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796639.450000,"RecordId":159,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":2.426393,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796639.506000,"RecordId":160,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"7C02B0604BCA384AAF424DA01FBC9DFC","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796639.439,"Span_EndUTC":1739796639.506,"Span_TimeInSec":0.067} +{"EventName":"Core.Loading","TimestampUTC":1739796639.507000,"RecordId":161,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.067,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":2.426393,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1324.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1412.0,"DDC_Summary_TotalGetHitPct":0.937677,"DDC_Summary_GetMissPct":0.062323,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":934.0,"DDC_Summary_ZenLocalGetTotal":1020.0,"DDC_Summary_ZenLocalGetHitPct":0.915686,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.508000,"RecordId":162,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.508000,"RecordId":163,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.508000,"RecordId":164,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.509000,"RecordId":165,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.509000,"RecordId":166,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.509000,"RecordId":167,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.510000,"RecordId":168,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.510000,"RecordId":169,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.510000,"RecordId":170,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.510000,"RecordId":171,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.511000,"RecordId":172,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796639.511000,"RecordId":173,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796639.511000,"RecordId":174,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1324.0,"TotalGetMisses":88.0,"TotalGets":1412.0,"TotalGetHitPct":0.937677,"GetMissPct":0.062323,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":934.0,"ZenLocalGetTotal":1020.0,"ZenLocalGetHitPct":0.915686,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796639.512000,"RecordId":175,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":2.426393,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796644.782000,"RecordId":176,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"E25835F34D4F31F8FFCF2AB200FFE009","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796639.512,"Span_EndUTC":1739796644.782,"Span_TimeInSec":5.27} +{"EventName":"Span","TimestampUTC":1739796644.810000,"RecordId":177,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"88B6B09648BCF09D38F4C58D5FCEAD6F","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739796639.439,"Span_EndUTC":1739796644.81,"Span_TimeInSec":5.371} +{"EventName":"Span","TimestampUTC":1739796644.810000,"RecordId":178,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"C7C74D904CAAD0E9F37838BD65363959","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796644.783,"Span_EndUTC":1739796644.81,"Span_TimeInSec":0.027} +{"EventName":"Core.Loading","TimestampUTC":1739796644.811000,"RecordId":179,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":5.371,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":2.426393,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1324.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1412.0,"DDC_Summary_TotalGetHitPct":0.937677,"DDC_Summary_GetMissPct":0.062323,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":934.0,"DDC_Summary_ZenLocalGetTotal":1020.0,"DDC_Summary_ZenLocalGetHitPct":0.915686,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796644.811000,"RecordId":180,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796644.812000,"RecordId":181,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796644.812000,"RecordId":182,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796644.812000,"RecordId":183,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796644.813000,"RecordId":184,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796644.813000,"RecordId":185,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796644.813000,"RecordId":186,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796644.814000,"RecordId":187,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796644.814000,"RecordId":188,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796644.814000,"RecordId":189,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796644.815000,"RecordId":190,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796644.815000,"RecordId":191,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796644.816000,"RecordId":192,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1324.0,"TotalGetMisses":88.0,"TotalGets":1412.0,"TotalGetHitPct":0.937677,"GetMissPct":0.062323,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":934.0,"ZenLocalGetTotal":1020.0,"ZenLocalGetHitPct":0.915686,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796644.816000,"RecordId":193,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":2.383472,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1739796680.368000,"RecordId":194,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"ViewCorrelationGuid":"284103584993EF973FF88BACBA59F581","FilterSessionCorrelationGuid":"4183A6AB47E9036B97ACA183E00A7567","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.001096,"NumBackendItems":2,"DataFilter":{"RecursivePaths":true,"ItemTypeFilter":"IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins","FilterTypes":["/Script/ContentBrowserData.ContentBrowserDataClassFilter"]}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1739796680.368000,"RecordId":195,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"ViewCorrelationGuid":"284103584993EF973FF88BACBA59F581","FilterSessionCorrelationGuid":"4183A6AB47E9036B97ACA183E00A7567","TotalItemsToFilter":2,"PriorityItemsToFilter":0,"TotalResults":2,"AmortizeDurationSeconds":0.000016,"WorkDurationSeconds":0.000016,"ResultLatency":"0.000012","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers"]} +{"EventName":"Span","TimestampUTC":1739796689.130000,"RecordId":196,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"EC22D9DB4A868D55E4F5078CF969B75C","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739796644.817,"Span_EndUTC":1739796689.13,"Span_TimeInSec":44.313} +{"EventName":"Span","TimestampUTC":1739796689.131000,"RecordId":197,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"DA2C71474F0986AB1D00D18247864AEA","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796644.817,"Span_EndUTC":1739796689.131,"Span_TimeInSec":44.314} +{"EventName":"Span","TimestampUTC":1739796689.131000,"RecordId":198,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"AD2062494416CA3BF6394B8D61A0B528","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796689.131,"Span_EndUTC":1739796689.131,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1739796689.137000,"RecordId":199,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"513327DC4EB53DEFBA9ECCB5CCD54736","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796689.132,"Span_EndUTC":1739796689.137,"Span_TimeInSec":0.005} +{"EventName":"Core.Loading","TimestampUTC":1739796689.137000,"RecordId":200,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.005,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":2.383472,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1324.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1412.0,"DDC_Summary_TotalGetHitPct":0.937677,"DDC_Summary_GetMissPct":0.062323,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":934.0,"DDC_Summary_ZenLocalGetTotal":1020.0,"DDC_Summary_ZenLocalGetHitPct":0.915686,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.138000,"RecordId":201,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.138000,"RecordId":202,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.138000,"RecordId":203,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.139000,"RecordId":204,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.139000,"RecordId":205,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.140000,"RecordId":206,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.140000,"RecordId":207,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.140000,"RecordId":208,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.141000,"RecordId":209,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.141000,"RecordId":210,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.141000,"RecordId":211,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.141000,"RecordId":212,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796689.142000,"RecordId":213,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1324.0,"TotalGetMisses":88.0,"TotalGets":1412.0,"TotalGetHitPct":0.937677,"GetMissPct":0.062323,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":934.0,"ZenLocalGetTotal":1020.0,"ZenLocalGetHitPct":0.915686,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796689.142000,"RecordId":214,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","PIE_MapName":"UEDPIE_0_TestMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":2.079587,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796689.198000,"RecordId":215,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"6DBA57994A21EE3351B250AD5B581FFE","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796689.131,"Span_EndUTC":1739796689.198,"Span_TimeInSec":0.067} +{"EventName":"Core.Loading","TimestampUTC":1739796689.199000,"RecordId":216,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.067,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":2.079587,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1324.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1412.0,"DDC_Summary_TotalGetHitPct":0.937677,"DDC_Summary_GetMissPct":0.062323,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":934.0,"DDC_Summary_ZenLocalGetTotal":1020.0,"DDC_Summary_ZenLocalGetHitPct":0.915686,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.199000,"RecordId":217,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.199000,"RecordId":218,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.200000,"RecordId":219,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.200000,"RecordId":220,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.200000,"RecordId":221,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.201000,"RecordId":222,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.201000,"RecordId":223,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.201000,"RecordId":224,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.202000,"RecordId":225,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.202000,"RecordId":226,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.202000,"RecordId":227,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796689.203000,"RecordId":228,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796689.203000,"RecordId":229,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1324.0,"TotalGetMisses":88.0,"TotalGets":1412.0,"TotalGetHitPct":0.937677,"GetMissPct":0.062323,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":934.0,"ZenLocalGetTotal":1020.0,"ZenLocalGetHitPct":0.915686,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796689.204000,"RecordId":230,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":2.079587,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796694.922000,"RecordId":231,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"7D76C8BD40879D008CDA5F8A6DA52E99","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796689.204,"Span_EndUTC":1739796694.922,"Span_TimeInSec":5.718} +{"EventName":"Span","TimestampUTC":1739796694.953000,"RecordId":232,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"0C8472C54F63C6DC34658EBD9A89DE21","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739796689.131,"Span_EndUTC":1739796694.953,"Span_TimeInSec":5.822} +{"EventName":"Span","TimestampUTC":1739796694.953000,"RecordId":233,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"EF5C67AD4E62428857A857A9E03FBF9F","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796694.923,"Span_EndUTC":1739796694.953,"Span_TimeInSec":0.03} +{"EventName":"Core.Loading","TimestampUTC":1739796694.954000,"RecordId":234,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":5.822,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":2.079587,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1324.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1412.0,"DDC_Summary_TotalGetHitPct":0.937677,"DDC_Summary_GetMissPct":0.062323,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":934.0,"DDC_Summary_ZenLocalGetTotal":1020.0,"DDC_Summary_ZenLocalGetHitPct":0.915686,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796694.954000,"RecordId":235,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796694.955000,"RecordId":236,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796694.955000,"RecordId":237,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796694.955000,"RecordId":238,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796694.955000,"RecordId":239,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796694.956000,"RecordId":240,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796694.956000,"RecordId":241,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796694.956000,"RecordId":242,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796694.957000,"RecordId":243,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796694.957000,"RecordId":244,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796694.957000,"RecordId":245,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796694.958000,"RecordId":246,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796694.958000,"RecordId":247,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1324.0,"TotalGetMisses":88.0,"TotalGets":1412.0,"TotalGetHitPct":0.937677,"GetMissPct":0.062323,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":934.0,"ZenLocalGetTotal":1020.0,"ZenLocalGetHitPct":0.915686,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796694.958000,"RecordId":248,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":2.045369,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1739796762.324000,"RecordId":249,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"ViewCorrelationGuid":"048AFCC0494841935EF3EA9D7B3B65BC","FilterSessionCorrelationGuid":"4E36CC5D4ECCB2B6714E0CAD4B0083A7","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.002703,"NumBackendItems":2,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1739796762.325000,"RecordId":250,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"ViewCorrelationGuid":"048AFCC0494841935EF3EA9D7B3B65BC","FilterSessionCorrelationGuid":"4E36CC5D4ECCB2B6714E0CAD4B0083A7","TotalItemsToFilter":2,"PriorityItemsToFilter":0,"TotalResults":2,"AmortizeDurationSeconds":0.000012,"WorkDurationSeconds":0.000012,"ResultLatency":"0.000009","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1739796782.636000,"RecordId":251,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"ViewCorrelationGuid":"048AFCC0494841935EF3EA9D7B3B65BC","FilterSessionCorrelationGuid":"094A07C647638D27469A879C0566850C","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.001763,"NumBackendItems":3,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1739796782.637000,"RecordId":252,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"ViewCorrelationGuid":"048AFCC0494841935EF3EA9D7B3B65BC","FilterSessionCorrelationGuid":"094A07C647638D27469A879C0566850C","TotalItemsToFilter":3,"PriorityItemsToFilter":0,"TotalResults":3,"AmortizeDurationSeconds":0.000016,"WorkDurationSeconds":0.000016,"ResultLatency":"0.000013","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Span","TimestampUTC":1739796784.765000,"RecordId":253,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.LoadMap","Span_GUID":"4129976B4490C864AE2CD49B74F55108","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":4,"Span_StartUTC":1739796783.436,"Span_EndUTC":1739796784.765,"Span_TimeInSec":1.329} +{"EventName":"Span","TimestampUTC":1739796784.765000,"RecordId":254,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","TaskName":"????CesiumMap??","SchemaVersion":1,"Span_Name":"ST ????CesiumMap??","Span_GUID":"1B4458B04B1A5B8D4BE9458060908BB3","Span_ParentName":"Editor.LoadMap","Span_ThreadId":29660,"Span_Depth":5,"Span_StartUTC":1739796784.704,"Span_EndUTC":1739796784.765,"Span_TimeInSec":0.061} +{"EventName":"Core.Loading","TimestampUTC":1739796784.766000,"RecordId":255,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","LoadingSeconds":1.329,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":2.045369,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1324.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1412.0,"DDC_Summary_TotalGetHitPct":0.937677,"DDC_Summary_GetMissPct":0.062323,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":934.0,"DDC_Summary_ZenLocalGetTotal":1020.0,"DDC_Summary_ZenLocalGetHitPct":0.915686,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.766000,"RecordId":256,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.767000,"RecordId":257,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.767000,"RecordId":258,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.767000,"RecordId":259,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.767000,"RecordId":260,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.768000,"RecordId":261,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.768000,"RecordId":262,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.768000,"RecordId":263,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.769000,"RecordId":264,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.769000,"RecordId":265,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.769000,"RecordId":266,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.769000,"RecordId":267,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796784.770000,"RecordId":268,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1324.0,"TotalGetMisses":88.0,"TotalGets":1412.0,"TotalGetHitPct":0.937677,"GetMissPct":0.062323,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":934.0,"ZenLocalGetTotal":1020.0,"ZenLocalGetHitPct":0.915686,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796784.770000,"RecordId":269,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"LoadMap","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":1.630973,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796784.941000,"RecordId":270,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":2,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":5.453571,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"93AE3B5743E7CD79ABB19486C2F8D24D","Span_ParentName":"Open Asset Editor","Span_ThreadId":29660,"Span_Depth":4,"Span_StartUTC":1739796784.788,"Span_EndUTC":1739796784.941,"Span_TimeInSec":0.153} +{"EventName":"Core.Hitch","TimestampUTC":1739796784.942000,"RecordId":271,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":2,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":5.453571} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.943000,"RecordId":272,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.943000,"RecordId":273,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.943000,"RecordId":274,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.944000,"RecordId":275,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.944000,"RecordId":276,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.945000,"RecordId":277,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.945000,"RecordId":278,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.946000,"RecordId":279,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.946000,"RecordId":280,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.946000,"RecordId":281,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.947000,"RecordId":282,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796784.948000,"RecordId":283,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796784.948000,"RecordId":284,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1328.0,"TotalGetMisses":88.0,"TotalGets":1416.0,"TotalGetHitPct":0.937853,"GetMissPct":0.062147,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":938.0,"ZenLocalGetTotal":1024.0,"ZenLocalGetHitPct":0.916016,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796784.949000,"RecordId":285,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":1.630973,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796797.058000,"RecordId":286,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor.LoadMap","Span_GUID":"8B3171574C9C1AA1F2256BA0C04B5566","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":5,"Span_StartUTC":1739796796.906,"Span_EndUTC":1739796797.058,"Span_TimeInSec":0.152} +{"EventName":"Span","TimestampUTC":1739796797.059000,"RecordId":287,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","TaskName":"????TestMap??","SchemaVersion":1,"Span_Name":"ST ????TestMap??","Span_GUID":"4884BED14F1E6E6991C60390AC78F8D2","Span_ParentName":"Editor.LoadMap","Span_ThreadId":29660,"Span_Depth":6,"Span_StartUTC":1739796797.017,"Span_EndUTC":1739796797.059,"Span_TimeInSec":0.042} +{"EventName":"Core.Loading","TimestampUTC":1739796797.059000,"RecordId":288,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","LoadingSeconds":0.152,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":90336.0,"Zen_Cache_Hits":1008,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988235,"Zen_Cache_Cas_Hits":731,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":723,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":723,"Zen_Cache_Requests_RateMean":1.630973,"Zen_Cache_Requests_TAverage":0.000108,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796797.060000,"RecordId":289,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796797.061000,"RecordId":290,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796797.061000,"RecordId":291,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796797.061000,"RecordId":292,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796797.062000,"RecordId":293,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796797.062000,"RecordId":294,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796797.062000,"RecordId":295,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796797.063000,"RecordId":296,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796797.063000,"RecordId":297,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796797.063000,"RecordId":298,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796797.064000,"RecordId":299,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796797.064000,"RecordId":300,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796797.064000,"RecordId":301,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":3,"LoadingName":"LoadMap","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796797.064000,"RecordId":302,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"LoadingName":"LoadMap","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.617693,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796806.430000,"RecordId":303,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.LoadMap","Span_GUID":"5A99A6554A9DE76B0ABC30B5C5664250","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":6,"Span_StartUTC":1739796806.38,"Span_EndUTC":1739796806.43,"Span_TimeInSec":0.05} +{"EventName":"Core.Loading","TimestampUTC":1739796806.431000,"RecordId":304,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","LoadingSeconds":0.05,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.617693,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796806.431000,"RecordId":305,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796806.432000,"RecordId":306,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796806.432000,"RecordId":307,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796806.432000,"RecordId":308,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796806.433000,"RecordId":309,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796806.433000,"RecordId":310,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796806.433000,"RecordId":311,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796806.433000,"RecordId":312,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796806.434000,"RecordId":313,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796806.434000,"RecordId":314,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796806.434000,"RecordId":315,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796806.435000,"RecordId":316,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796806.435000,"RecordId":317,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796806.435000,"RecordId":318,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"LoadMap","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.585087,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796891.169000,"RecordId":319,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"1BCC0F344D42703881C5B286D52019D9","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739796694.958,"Span_EndUTC":1739796891.169,"Span_TimeInSec":196.211} +{"EventName":"Span","TimestampUTC":1739796891.170000,"RecordId":320,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"9ED2298D48BD246EFAABE891E02144BE","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796694.958,"Span_EndUTC":1739796891.17,"Span_TimeInSec":196.212} +{"EventName":"Span","TimestampUTC":1739796891.170000,"RecordId":321,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"C92B12374C4E6FA89BE3C8A03B67C0F5","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796783.436,"Span_EndUTC":1739796891.17,"Span_TimeInSec":107.734} +{"EventName":"Span","TimestampUTC":1739796891.171000,"RecordId":322,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"14660C9947951502169C10ABD8556FB9","Span_ParentName":"Open Asset Editor","Span_ThreadId":29660,"Span_Depth":4,"Span_StartUTC":1739796796.906,"Span_EndUTC":1739796891.171,"Span_TimeInSec":94.265} +{"EventName":"Span","TimestampUTC":1739796891.171000,"RecordId":323,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"TestMap","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"18E43F924E761D001AB816997F862D2A","Span_ParentName":"Open Asset Editor","Span_ThreadId":29660,"Span_Depth":5,"Span_StartUTC":1739796806.38,"Span_EndUTC":1739796891.171,"Span_TimeInSec":84.791} +{"EventName":"Span","TimestampUTC":1739796891.173000,"RecordId":324,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"9658926E42CB1E77D2B95982B9BD1355","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796891.173,"Span_EndUTC":1739796891.173,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1739796891.179000,"RecordId":325,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"DB98CA0A46ADE4BDC1F96F86373ECC2F","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796891.173,"Span_EndUTC":1739796891.179,"Span_TimeInSec":0.006} +{"EventName":"Core.Loading","TimestampUTC":1739796891.180000,"RecordId":326,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.006,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.585087,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.181000,"RecordId":327,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.181000,"RecordId":328,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.182000,"RecordId":329,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.182000,"RecordId":330,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.182000,"RecordId":331,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.183000,"RecordId":332,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.183000,"RecordId":333,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.183000,"RecordId":334,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.184000,"RecordId":335,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.184000,"RecordId":336,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.184000,"RecordId":337,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.185000,"RecordId":338,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796891.185000,"RecordId":339,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796891.185000,"RecordId":340,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.340712,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796891.248000,"RecordId":341,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"9499684944674A8BD6D41AB7AFF41C2E","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796891.171,"Span_EndUTC":1739796891.248,"Span_TimeInSec":0.077} +{"EventName":"Core.Loading","TimestampUTC":1739796891.249000,"RecordId":342,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.077,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.340712,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.250000,"RecordId":343,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.250000,"RecordId":344,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.250000,"RecordId":345,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.250000,"RecordId":346,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.251000,"RecordId":347,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.251000,"RecordId":348,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.251000,"RecordId":349,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.252000,"RecordId":350,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.252000,"RecordId":351,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.252000,"RecordId":352,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.253000,"RecordId":353,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796891.253000,"RecordId":354,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796891.253000,"RecordId":355,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796891.254000,"RecordId":356,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.340712,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796903.042000,"RecordId":357,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"3AE65D2B4A06E2515714A4BE1920168E","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796891.254,"Span_EndUTC":1739796903.042,"Span_TimeInSec":11.788} +{"EventName":"Span","TimestampUTC":1739796903.075000,"RecordId":358,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"E647424E483985F7C58AD6AB9C00926E","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739796891.171,"Span_EndUTC":1739796903.075,"Span_TimeInSec":11.904} +{"EventName":"Span","TimestampUTC":1739796903.076000,"RecordId":359,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"3F63FD9F4EFCB835E1EC3BB0F9769298","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796903.043,"Span_EndUTC":1739796903.076,"Span_TimeInSec":0.033} +{"EventName":"Core.Loading","TimestampUTC":1739796903.076000,"RecordId":360,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":11.904,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.340712,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796903.077000,"RecordId":361,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796903.077000,"RecordId":362,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796903.077000,"RecordId":363,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796903.078000,"RecordId":364,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796903.078000,"RecordId":365,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796903.079000,"RecordId":366,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796903.079000,"RecordId":367,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796903.079000,"RecordId":368,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796903.079000,"RecordId":369,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796903.080000,"RecordId":370,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796903.080000,"RecordId":371,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796903.080000,"RecordId":372,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796903.081000,"RecordId":373,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796903.081000,"RecordId":374,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.312313,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796939.237000,"RecordId":375,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","TaskName":"???????","SchemaVersion":1,"Span_Name":"ST ???????","Span_GUID":"97EE8AB84722598FCF0AB8A63DA90B41","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796939.189,"Span_EndUTC":1739796939.237,"Span_TimeInSec":0.048} +{"EventName":"Span","TimestampUTC":1739796939.266000,"RecordId":376,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","TaskName":"??????","SchemaVersion":1,"Span_Name":"ST ??????","Span_GUID":"75D0682941A8DB9B8D23DB8CE4A22225","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796939.239,"Span_EndUTC":1739796939.266,"Span_TimeInSec":0.027} +{"EventName":"Span","TimestampUTC":1739796940.531000,"RecordId":377,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"608A79284EF6A02831FC37B60BBAA0D8","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739796903.081,"Span_EndUTC":1739796940.531,"Span_TimeInSec":37.45} +{"EventName":"Span","TimestampUTC":1739796940.531000,"RecordId":378,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"C72E64E447F22DC1806765BD7D6E2B9B","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796903.081,"Span_EndUTC":1739796940.531,"Span_TimeInSec":37.45} +{"EventName":"Span","TimestampUTC":1739796940.532000,"RecordId":379,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"6D654C0C48066DA8B4099AA71DE25513","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796940.532,"Span_EndUTC":1739796940.532,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1739796940.537000,"RecordId":380,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"64FE21D54AD14C487A16369E06AA1C77","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796940.533,"Span_EndUTC":1739796940.537,"Span_TimeInSec":0.004} +{"EventName":"Core.Loading","TimestampUTC":1739796940.538000,"RecordId":381,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.004,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.312313,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.539000,"RecordId":382,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.539000,"RecordId":383,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.539000,"RecordId":384,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.539000,"RecordId":385,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.540000,"RecordId":386,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.540000,"RecordId":387,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.541000,"RecordId":388,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.541000,"RecordId":389,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.541000,"RecordId":390,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.542000,"RecordId":391,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.542000,"RecordId":392,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.542000,"RecordId":393,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796940.543000,"RecordId":394,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796940.543000,"RecordId":395,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.230249,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796940.593000,"RecordId":396,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"A7DC2D834081181EB7DE5BA4BC8CA176","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796940.532,"Span_EndUTC":1739796940.593,"Span_TimeInSec":0.061} +{"EventName":"Core.Loading","TimestampUTC":1739796940.594000,"RecordId":397,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.061,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.230249,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.595000,"RecordId":398,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.595000,"RecordId":399,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.596000,"RecordId":400,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.596000,"RecordId":401,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.596000,"RecordId":402,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.596000,"RecordId":403,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.597000,"RecordId":404,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.597000,"RecordId":405,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.598000,"RecordId":406,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.598000,"RecordId":407,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.598000,"RecordId":408,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796940.598000,"RecordId":409,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796940.599000,"RecordId":410,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796940.599000,"RecordId":411,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.230249,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796948.462000,"RecordId":412,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"BB8EFF7C41431AF0BABDE8B8C28CC95C","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796940.6,"Span_EndUTC":1739796948.462,"Span_TimeInSec":7.862} +{"EventName":"Span","TimestampUTC":1739796948.499000,"RecordId":413,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"F4AC2CAF497A99CD09C5F390ECC6D6D3","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739796940.532,"Span_EndUTC":1739796948.499,"Span_TimeInSec":7.967} +{"EventName":"Span","TimestampUTC":1739796948.499000,"RecordId":414,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"17079E444D949615C8E4B5A658ADA08F","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796948.463,"Span_EndUTC":1739796948.499,"Span_TimeInSec":0.036} +{"EventName":"Core.Loading","TimestampUTC":1739796948.500000,"RecordId":415,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":7.967,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.230249,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796948.500000,"RecordId":416,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796948.501000,"RecordId":417,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796948.501000,"RecordId":418,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796948.501000,"RecordId":419,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796948.501000,"RecordId":420,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796948.502000,"RecordId":421,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796948.502000,"RecordId":422,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796948.502000,"RecordId":423,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796948.503000,"RecordId":424,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796948.503000,"RecordId":425,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796948.503000,"RecordId":426,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796948.504000,"RecordId":427,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796948.504000,"RecordId":428,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796948.504000,"RecordId":429,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.214113,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796951.496000,"RecordId":430,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"F5CEA49141518A387CB38282690741E8","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739796948.505,"Span_EndUTC":1739796951.496,"Span_TimeInSec":2.991} +{"EventName":"Span","TimestampUTC":1739796951.497000,"RecordId":431,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"DDCC7444469A610C341BA5890D1D0FCD","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796948.505,"Span_EndUTC":1739796951.497,"Span_TimeInSec":2.992} +{"EventName":"Span","TimestampUTC":1739796951.497000,"RecordId":432,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"BCCF13B240592C3A09ADD6AE9722134D","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796951.497,"Span_EndUTC":1739796951.497,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1739796951.503000,"RecordId":433,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"4F52C3EF4444CEF39D22CCB1420A42DA","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739796951.498,"Span_EndUTC":1739796951.503,"Span_TimeInSec":0.005} +{"EventName":"Core.Loading","TimestampUTC":1739796951.504000,"RecordId":434,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.005,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.214113,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.504000,"RecordId":435,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.505000,"RecordId":436,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.505000,"RecordId":437,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.505000,"RecordId":438,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.506000,"RecordId":439,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.506000,"RecordId":440,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.506000,"RecordId":441,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.507000,"RecordId":442,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.507000,"RecordId":443,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.507000,"RecordId":444,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.508000,"RecordId":445,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.508000,"RecordId":446,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796951.508000,"RecordId":447,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796951.509000,"RecordId":448,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.208134,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796951.565000,"RecordId":449,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"CC66B2834087912226DA52B6C35865E5","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796951.497,"Span_EndUTC":1739796951.565,"Span_TimeInSec":0.068} +{"EventName":"Core.Loading","TimestampUTC":1739796951.566000,"RecordId":450,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.068,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.208134,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.567000,"RecordId":451,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.567000,"RecordId":452,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.568000,"RecordId":453,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.568000,"RecordId":454,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.568000,"RecordId":455,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.569000,"RecordId":456,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.569000,"RecordId":457,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.570000,"RecordId":458,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.570000,"RecordId":459,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.570000,"RecordId":460,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.571000,"RecordId":461,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796951.571000,"RecordId":462,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796951.571000,"RecordId":463,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796951.572000,"RecordId":464,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.208134,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739796966.602000,"RecordId":465,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"B8F5089044CA069A6F56818CE404E239","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796951.572,"Span_EndUTC":1739796966.602,"Span_TimeInSec":15.03} +{"EventName":"Span","TimestampUTC":1739796966.633000,"RecordId":466,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"B057C37046FCA277EBB54FA7C54C4FE0","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739796951.497,"Span_EndUTC":1739796966.633,"Span_TimeInSec":15.136} +{"EventName":"Span","TimestampUTC":1739796966.634000,"RecordId":467,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"93C6280E4B74C9F159968A98D02BE318","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796966.603,"Span_EndUTC":1739796966.634,"Span_TimeInSec":0.031} +{"EventName":"Core.Loading","TimestampUTC":1739796966.634000,"RecordId":468,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":15.136,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.208134,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796966.635000,"RecordId":469,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796966.635000,"RecordId":470,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796966.636000,"RecordId":471,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796966.636000,"RecordId":472,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796966.636000,"RecordId":473,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796966.637000,"RecordId":474,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796966.637000,"RecordId":475,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796966.637000,"RecordId":476,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796966.638000,"RecordId":477,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796966.638000,"RecordId":478,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796966.638000,"RecordId":479,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739796966.638000,"RecordId":480,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739796966.639000,"RecordId":481,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739796966.639000,"RecordId":482,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.178894,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797004.854000,"RecordId":483,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"173A45FA4ECF6C9A6A86C484B2671CD1","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739796966.639,"Span_EndUTC":1739797004.854,"Span_TimeInSec":38.215} +{"EventName":"Span","TimestampUTC":1739797004.854000,"RecordId":484,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"6BC1E3574FC1D62CD8594A969309EC8B","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739796966.639,"Span_EndUTC":1739797004.854,"Span_TimeInSec":38.215} +{"EventName":"Span","TimestampUTC":1739797004.855000,"RecordId":485,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"6340EF314FB135745B66F98FA7084733","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797004.855,"Span_EndUTC":1739797004.855,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1739797004.862000,"RecordId":486,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"D09AA09A4B92FC1721C08DBE2A3CD9A8","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797004.855,"Span_EndUTC":1739797004.862,"Span_TimeInSec":0.007} +{"EventName":"Core.Loading","TimestampUTC":1739797004.863000,"RecordId":487,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.007,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.178894,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.863000,"RecordId":488,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.863000,"RecordId":489,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.864000,"RecordId":490,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.864000,"RecordId":491,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.864000,"RecordId":492,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.865000,"RecordId":493,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.865000,"RecordId":494,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.865000,"RecordId":495,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.866000,"RecordId":496,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.866000,"RecordId":497,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.866000,"RecordId":498,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.867000,"RecordId":499,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797004.867000,"RecordId":500,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797004.867000,"RecordId":501,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.11096,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797004.920000,"RecordId":502,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"C42F5A1845D88CE532DF66ABA48FCDC7","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797004.855,"Span_EndUTC":1739797004.92,"Span_TimeInSec":0.065} +{"EventName":"Core.Loading","TimestampUTC":1739797004.920000,"RecordId":503,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.065,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.11096,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.921000,"RecordId":504,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.921000,"RecordId":505,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.921000,"RecordId":506,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.922000,"RecordId":507,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.922000,"RecordId":508,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.922000,"RecordId":509,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.923000,"RecordId":510,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.923000,"RecordId":511,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.923000,"RecordId":512,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.924000,"RecordId":513,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.924000,"RecordId":514,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797004.924000,"RecordId":515,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797004.925000,"RecordId":516,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797004.925000,"RecordId":517,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.11096,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797008.342000,"RecordId":518,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"0C132EFA4EBC56449F4693B85A0FE652","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797004.925,"Span_EndUTC":1739797008.342,"Span_TimeInSec":3.417} +{"EventName":"Span","TimestampUTC":1739797008.377000,"RecordId":519,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"7AC6F6C646B39248ECBD69A20FD61819","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739797004.855,"Span_EndUTC":1739797008.377,"Span_TimeInSec":3.522} +{"EventName":"Span","TimestampUTC":1739797008.377000,"RecordId":520,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"966C361A47A347D48F22428ED0E4F484","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797008.343,"Span_EndUTC":1739797008.377,"Span_TimeInSec":0.034} +{"EventName":"Core.Loading","TimestampUTC":1739797008.378000,"RecordId":521,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":3.522,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.11096,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797008.378000,"RecordId":522,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797008.379000,"RecordId":523,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797008.379000,"RecordId":524,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797008.379000,"RecordId":525,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797008.379000,"RecordId":526,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797008.380000,"RecordId":527,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797008.381000,"RecordId":528,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797008.381000,"RecordId":529,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797008.381000,"RecordId":530,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797008.381000,"RecordId":531,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797008.382000,"RecordId":532,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797008.382000,"RecordId":533,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797008.382000,"RecordId":534,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797008.383000,"RecordId":535,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.105103,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797010.132000,"RecordId":536,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"58F88B8543CD89FBFBB444B2A991A68F","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739797008.383,"Span_EndUTC":1739797010.132,"Span_TimeInSec":1.749} +{"EventName":"Span","TimestampUTC":1739797010.133000,"RecordId":537,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"745EBA5744D2A9397E3CF583C4FE2864","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797008.383,"Span_EndUTC":1739797010.133,"Span_TimeInSec":1.75} +{"EventName":"Span","TimestampUTC":1739797010.134000,"RecordId":538,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"748A66E94EDCCCE496F4CEA53F39CBB2","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797010.133,"Span_EndUTC":1739797010.134,"Span_TimeInSec":0.001} +{"EventName":"Span","TimestampUTC":1739797010.141000,"RecordId":539,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"B958887742DADD56AD5A72B5DFE3AF89","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797010.134,"Span_EndUTC":1739797010.141,"Span_TimeInSec":0.007} +{"EventName":"Core.Loading","TimestampUTC":1739797010.142000,"RecordId":540,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.007,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.105103,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.142000,"RecordId":541,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.143000,"RecordId":542,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.143000,"RecordId":543,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.143000,"RecordId":544,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.144000,"RecordId":545,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.144000,"RecordId":546,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.144000,"RecordId":547,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.145000,"RecordId":548,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.145000,"RecordId":549,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.145000,"RecordId":550,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.146000,"RecordId":551,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.146000,"RecordId":552,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797010.146000,"RecordId":553,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797010.147000,"RecordId":554,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.102189,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797010.174000,"RecordId":555,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"15CD11134D3118A12D714A9C3F351A09","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797010.133,"Span_EndUTC":1739797010.174,"Span_TimeInSec":0.041} +{"EventName":"Core.Loading","TimestampUTC":1739797010.175000,"RecordId":556,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.041,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.102189,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.175000,"RecordId":557,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.176000,"RecordId":558,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.176000,"RecordId":559,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.176000,"RecordId":560,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.177000,"RecordId":561,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.177000,"RecordId":562,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.177000,"RecordId":563,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.178000,"RecordId":564,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.178000,"RecordId":565,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.178000,"RecordId":566,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.179000,"RecordId":567,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797010.179000,"RecordId":568,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797010.179000,"RecordId":569,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797010.180000,"RecordId":570,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.102189,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797013.881000,"RecordId":571,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.983513,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"C299ABFA48EF5903668670B4A33F0690","Span_ParentName":"PIE.Interact","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797013.457,"Span_EndUTC":1739797013.881,"Span_TimeInSec":0.424} +{"EventName":"Core.Hitch","TimestampUTC":1739797013.881000,"RecordId":572,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.983513} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797013.881000,"RecordId":573,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797013.882000,"RecordId":574,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797013.882000,"RecordId":575,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797013.882000,"RecordId":576,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797013.883000,"RecordId":577,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797013.883000,"RecordId":578,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797013.883000,"RecordId":579,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797013.884000,"RecordId":580,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797013.884000,"RecordId":581,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797013.884000,"RecordId":582,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797013.885000,"RecordId":583,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797013.885000,"RecordId":584,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797013.885000,"RecordId":585,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797013.886000,"RecordId":586,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.102189,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797021.882000,"RecordId":587,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"DD1653BD475FD1046ACFCFB06F5E48C1","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797010.18,"Span_EndUTC":1739797021.882,"Span_TimeInSec":11.702} +{"EventName":"Span","TimestampUTC":1739797021.906000,"RecordId":588,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"D9DA28014B0C29C8BCF6F3826DB6E986","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739797010.133,"Span_EndUTC":1739797021.906,"Span_TimeInSec":11.773} +{"EventName":"Span","TimestampUTC":1739797021.907000,"RecordId":589,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"5A07C14D492DFA8D0FCD40848F97771F","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797021.883,"Span_EndUTC":1739797021.907,"Span_TimeInSec":0.024} +{"EventName":"Core.Loading","TimestampUTC":1739797021.907000,"RecordId":590,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":11.773,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.096051,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797021.908000,"RecordId":591,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797021.908000,"RecordId":592,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797021.909000,"RecordId":593,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797021.909000,"RecordId":594,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797021.909000,"RecordId":595,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797021.910000,"RecordId":596,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797021.910000,"RecordId":597,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797021.910000,"RecordId":598,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797021.911000,"RecordId":599,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797021.911000,"RecordId":600,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797021.911000,"RecordId":601,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797021.911000,"RecordId":602,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797021.912000,"RecordId":603,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797021.912000,"RecordId":604,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.096051,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797023.379000,"RecordId":605,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.989845,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"908FC6094AC019420C87A6B2EFA48F14","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797022.916,"Span_EndUTC":1739797023.379,"Span_TimeInSec":0.463} +{"EventName":"Core.Hitch","TimestampUTC":1739797023.380000,"RecordId":606,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.989845} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797023.380000,"RecordId":607,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797023.380000,"RecordId":608,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797023.381000,"RecordId":609,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797023.381000,"RecordId":610,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797023.381000,"RecordId":611,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797023.382000,"RecordId":612,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797023.382000,"RecordId":613,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797023.382000,"RecordId":614,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797023.383000,"RecordId":615,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797023.383000,"RecordId":616,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797023.383000,"RecordId":617,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797023.384000,"RecordId":618,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797023.384000,"RecordId":619,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797023.384000,"RecordId":620,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.096051,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797032.504000,"RecordId":621,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"8202C16E42B1C35C7C939099D2744EF5","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739797021.913,"Span_EndUTC":1739797032.504,"Span_TimeInSec":10.591} +{"EventName":"Span","TimestampUTC":1739797032.505000,"RecordId":622,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"CF51FD494161B907EAA76D8D2841D05D","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797021.913,"Span_EndUTC":1739797032.505,"Span_TimeInSec":10.592} +{"EventName":"Span","TimestampUTC":1739797032.505000,"RecordId":623,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"F91F6AF848C3FD7F0B25D291ED6DCBFD","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797032.505,"Span_EndUTC":1739797032.505,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1739797032.541000,"RecordId":624,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"CD316D9346F4361A1DE1C4967F501E61","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797032.532,"Span_EndUTC":1739797032.541,"Span_TimeInSec":0.009} +{"EventName":"Core.Loading","TimestampUTC":1739797032.542000,"RecordId":625,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.009,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.080784,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.542000,"RecordId":626,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.542000,"RecordId":627,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.543000,"RecordId":628,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.543000,"RecordId":629,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.543000,"RecordId":630,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.544000,"RecordId":631,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.544000,"RecordId":632,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.544000,"RecordId":633,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.545000,"RecordId":634,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.545000,"RecordId":635,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.545000,"RecordId":636,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.546000,"RecordId":637,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797032.546000,"RecordId":638,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797032.546000,"RecordId":639,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.080784,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797032.574000,"RecordId":640,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"F8F6BA804F5289F272A624B1731E0BB1","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797032.505,"Span_EndUTC":1739797032.574,"Span_TimeInSec":0.069} +{"EventName":"Core.Loading","TimestampUTC":1739797032.575000,"RecordId":641,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.069,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.080784,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.575000,"RecordId":642,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.576000,"RecordId":643,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.576000,"RecordId":644,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.576000,"RecordId":645,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.577000,"RecordId":646,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.577000,"RecordId":647,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.578000,"RecordId":648,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.578000,"RecordId":649,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.579000,"RecordId":650,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.579000,"RecordId":651,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.579000,"RecordId":652,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797032.580000,"RecordId":653,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797032.580000,"RecordId":654,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797032.580000,"RecordId":655,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.080784,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797039.822000,"RecordId":656,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"5C4F3D4D40C985520D900AA81199FB0D","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797032.581,"Span_EndUTC":1739797039.822,"Span_TimeInSec":7.241} +{"EventName":"Span","TimestampUTC":1739797039.847000,"RecordId":657,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"A59040EC476AC3089B38F497953FB661","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739797032.505,"Span_EndUTC":1739797039.847,"Span_TimeInSec":7.342} +{"EventName":"Span","TimestampUTC":1739797039.848000,"RecordId":658,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"3854B6A147755BC7743D53B33B88AF9A","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797039.823,"Span_EndUTC":1739797039.848,"Span_TimeInSec":0.025} +{"EventName":"Core.Loading","TimestampUTC":1739797039.848000,"RecordId":659,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":7.342,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.080784,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797039.849000,"RecordId":660,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797039.849000,"RecordId":661,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797039.849000,"RecordId":662,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797039.849000,"RecordId":663,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797039.850000,"RecordId":664,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797039.850000,"RecordId":665,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797039.850000,"RecordId":666,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797039.851000,"RecordId":667,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797039.851000,"RecordId":668,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797039.851000,"RecordId":669,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797039.852000,"RecordId":670,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797039.852000,"RecordId":671,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797039.852000,"RecordId":672,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797039.853000,"RecordId":673,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.055306,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797080.851000,"RecordId":674,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"ECDBD22549449B31C4BC388F4B8BF149","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739797039.853,"Span_EndUTC":1739797080.851,"Span_TimeInSec":40.998} +{"EventName":"Span","TimestampUTC":1739797080.852000,"RecordId":675,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"B8D4C12A44899BB1A2BE02BE8F61A348","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797039.853,"Span_EndUTC":1739797080.852,"Span_TimeInSec":40.999} +{"EventName":"Span","TimestampUTC":1739797080.852000,"RecordId":676,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"6FE427EB4B3CB250E5F28C92FC6483CB","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797080.852,"Span_EndUTC":1739797080.852,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1739797080.861000,"RecordId":677,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"61C28D7F40DA6B1F7D4FDDA02D95146F","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797080.853,"Span_EndUTC":1739797080.861,"Span_TimeInSec":0.008} +{"EventName":"Core.Loading","TimestampUTC":1739797080.861000,"RecordId":678,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.008,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":1.055306,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.862000,"RecordId":679,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.862000,"RecordId":680,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.863000,"RecordId":681,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.863000,"RecordId":682,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.863000,"RecordId":683,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.864000,"RecordId":684,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.864000,"RecordId":685,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.864000,"RecordId":686,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.865000,"RecordId":687,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.865000,"RecordId":688,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.865000,"RecordId":689,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.865000,"RecordId":690,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797080.866000,"RecordId":691,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797080.866000,"RecordId":692,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":0.996769,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797080.894000,"RecordId":693,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"D3486C404ED2B2F451B5EBA7911F272A","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797080.852,"Span_EndUTC":1739797080.894,"Span_TimeInSec":0.042} +{"EventName":"Core.Loading","TimestampUTC":1739797080.895000,"RecordId":694,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.042,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":0.996769,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.895000,"RecordId":695,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.895000,"RecordId":696,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.896000,"RecordId":697,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.896000,"RecordId":698,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.896000,"RecordId":699,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.897000,"RecordId":700,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.897000,"RecordId":701,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.897000,"RecordId":702,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.897000,"RecordId":703,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.898000,"RecordId":704,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.898000,"RecordId":705,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797080.899000,"RecordId":706,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797080.899000,"RecordId":707,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797080.899000,"RecordId":708,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":0.996769,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797087.013000,"RecordId":709,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"D201E8854CDD06AF1A32F3A0951BFF4C","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797080.9,"Span_EndUTC":1739797087.013,"Span_TimeInSec":6.113} +{"EventName":"Span","TimestampUTC":1739797087.051000,"RecordId":710,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"6F3870E14040E810BA1ABAAB1942155D","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739797080.852,"Span_EndUTC":1739797087.051,"Span_TimeInSec":6.199} +{"EventName":"Span","TimestampUTC":1739797087.052000,"RecordId":711,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"1579DE674448105E95FA03917262CC22","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797087.013,"Span_EndUTC":1739797087.052,"Span_TimeInSec":0.039} +{"EventName":"Core.Loading","TimestampUTC":1739797087.052000,"RecordId":712,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":6.199,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":0.996769,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797087.053000,"RecordId":713,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797087.053000,"RecordId":714,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797087.053000,"RecordId":715,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797087.054000,"RecordId":716,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797087.054000,"RecordId":717,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797087.054000,"RecordId":718,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797087.054000,"RecordId":719,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797087.055000,"RecordId":720,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797087.055000,"RecordId":721,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797087.055000,"RecordId":722,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797087.056000,"RecordId":723,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797087.056000,"RecordId":724,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797087.057000,"RecordId":725,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797087.057000,"RecordId":726,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":0.988492,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797092.273000,"RecordId":727,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"B6DA2490424BD585DD0937AB4842D93A","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739797087.057,"Span_EndUTC":1739797092.273,"Span_TimeInSec":5.216} +{"EventName":"Span","TimestampUTC":1739797092.274000,"RecordId":728,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"36CB92C34A19FB79235BD3B6580345A7","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797087.057,"Span_EndUTC":1739797092.274,"Span_TimeInSec":5.217} +{"EventName":"Span","TimestampUTC":1739797092.274000,"RecordId":729,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"0BC82429475E8B8364E13C839700767C","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797092.274,"Span_EndUTC":1739797092.274,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1739797092.323000,"RecordId":730,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"7257810B4AF0B59CA24809AECAA9E182","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797092.313,"Span_EndUTC":1739797092.323,"Span_TimeInSec":0.01} +{"EventName":"Core.Loading","TimestampUTC":1739797092.324000,"RecordId":731,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.01,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":0.988492,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.325000,"RecordId":732,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.325000,"RecordId":733,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.326000,"RecordId":734,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.326000,"RecordId":735,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.326000,"RecordId":736,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.327000,"RecordId":737,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.327000,"RecordId":738,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.328000,"RecordId":739,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.328000,"RecordId":740,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.329000,"RecordId":741,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.329000,"RecordId":742,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.329000,"RecordId":743,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797092.330000,"RecordId":744,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797092.330000,"RecordId":745,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":0.981552,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797092.360000,"RecordId":746,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"2146091244A58000266D669528985A83","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797092.274,"Span_EndUTC":1739797092.36,"Span_TimeInSec":0.086} +{"EventName":"Core.Loading","TimestampUTC":1739797092.360000,"RecordId":747,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.086,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":0.981552,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.361000,"RecordId":748,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.361000,"RecordId":749,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.362000,"RecordId":750,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.362000,"RecordId":751,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.362000,"RecordId":752,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.362000,"RecordId":753,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.363000,"RecordId":754,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.363000,"RecordId":755,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.364000,"RecordId":756,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.364000,"RecordId":757,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.364000,"RecordId":758,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797092.365000,"RecordId":759,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797092.365000,"RecordId":760,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797092.365000,"RecordId":761,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":0.981552,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797098.352000,"RecordId":762,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"2DB5947B4139D40D6D081DBD0A745765","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797092.366,"Span_EndUTC":1739797098.352,"Span_TimeInSec":5.986} +{"EventName":"Span","TimestampUTC":1739797098.406000,"RecordId":763,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"3B12AAB3407C7CA446448DB824D1901D","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739797092.274,"Span_EndUTC":1739797098.406,"Span_TimeInSec":6.132} +{"EventName":"Span","TimestampUTC":1739797098.406000,"RecordId":764,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"DFC271B640547B1510AA67875A448821","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797098.353,"Span_EndUTC":1739797098.406,"Span_TimeInSec":0.053} +{"EventName":"Core.Loading","TimestampUTC":1739797098.407000,"RecordId":765,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":6.132,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":0.981552,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797098.407000,"RecordId":766,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.012206,"Load_SizeMB":100.318777,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":175,"Total_TimeSec":0.012206,"Total_SizeMB":100,"Efficiency":1.0,"Thread_TimeSec":0.012206} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797098.408000,"RecordId":767,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797098.408000,"RecordId":768,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":44,"Load_TimeSec":0.008765,"Load_SizeMB":4.600487,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.008765,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797098.409000,"RecordId":769,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797098.409000,"RecordId":770,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797098.409000,"RecordId":771,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001228,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001228,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797098.409000,"RecordId":772,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":44,"Load_TimeSec":0.002343,"Load_SizeMB":0.011467,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.002343,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797098.410000,"RecordId":773,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797098.410000,"RecordId":774,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":44,"Load_TimeSec":0.010931,"Load_SizeMB":5.988357,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.010931,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797098.410000,"RecordId":775,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797098.411000,"RecordId":776,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":44,"Load_TimeSec":0.001875,"Load_SizeMB":0.047886,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":44,"Total_TimeSec":0.001875,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797098.411000,"RecordId":777,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":755,"Load_TimeSec":0.102092,"Load_SizeMB":254.322581,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":756,"Total_TimeSec":0.113757,"Total_SizeMB":258,"Efficiency":0.998677,"Thread_TimeSec":0.094489} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797098.411000,"RecordId":778,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1338.0,"TotalGetMisses":88.0,"TotalGets":1426.0,"TotalGetHitPct":0.938289,"GetMissPct":0.061711,"TotalPutHits":84.0,"TotalPutMisses":0.0,"TotalPuts":84.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":948.0,"ZenLocalGetTotal":1034.0,"ZenLocalGetHitPct":0.916828,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797098.412000,"RecordId":779,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":0.973664,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Core.Loading","TimestampUTC":1739797227.302000,"RecordId":780,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","AssetPath":"Blueprint /Game/BluePrints/BP_TrackActor.BP_TrackActor","AssetClass":"Blueprint","SchemaVersion":3,"LoadingName":"OpenAssetEditor","LoadingSeconds":0.011,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":0.973664,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1338.0,"DDC_Summary_TotalGetMisses":88.0,"DDC_Summary_TotalGets":1426.0,"DDC_Summary_TotalGetHitPct":0.938289,"DDC_Summary_GetMissPct":0.061711,"DDC_Summary_TotalPutHits":84.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":84.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":948.0,"DDC_Summary_ZenLocalGetTotal":1034.0,"DDC_Summary_ZenLocalGetHitPct":0.916828,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Span","TimestampUTC":1739797227.302000,"RecordId":781,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","AssetPath":"Blueprint /Game/BluePrints/BP_TrackActor.BP_TrackActor","AssetClass":"Blueprint","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"3582B8AA48FA49CE7150909B3E7C95B2","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797227.291,"Span_EndUTC":1739797227.302,"Span_TimeInSec":0.011} +{"EventName":"Span","TimestampUTC":1739797229.887000,"RecordId":782,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":5,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":33.239231,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"CADC247245C2B3ADFB17E0B10C36B40A","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797229.761,"Span_EndUTC":1739797229.887,"Span_TimeInSec":0.126} +{"EventName":"Core.Hitch","TimestampUTC":1739797229.888000,"RecordId":783,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":5,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":33.239231} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797229.888000,"RecordId":784,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":185,"Load_TimeSec":0.012215,"Load_SizeMB":104.377214,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":185,"Total_TimeSec":0.012215,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012215} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797229.889000,"RecordId":785,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797229.889000,"RecordId":786,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797229.890000,"RecordId":787,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797229.890000,"RecordId":788,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797229.890000,"RecordId":789,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797229.890000,"RecordId":790,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797229.891000,"RecordId":791,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797229.891000,"RecordId":792,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797229.891000,"RecordId":793,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797229.892000,"RecordId":794,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797229.892000,"RecordId":795,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":779,"Load_TimeSec":0.139047,"Load_SizeMB":308.743536,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":780,"Total_TimeSec":0.150712,"Total_SizeMB":312,"Efficiency":0.998718,"Thread_TimeSec":0.094498} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797229.893000,"RecordId":796,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1414.0,"TotalGetMisses":101.0,"TotalGets":1515.0,"TotalGetHitPct":0.933333,"GetMissPct":0.066667,"TotalPutHits":98.0,"TotalPutMisses":0.0,"TotalPuts":98.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1004.0,"ZenLocalGetTotal":1103.0,"ZenLocalGetHitPct":0.910245,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797229.893000,"RecordId":797,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":274303220.0,"Zen_Cache_Size_Memory":92856.0,"Zen_Cache_Hits":1022,"Zen_Cache_Misses":12,"Zen_Cache_Writes":84,"Zen_Cache_HitRatio":0.988395,"Zen_Cache_Cas_Hits":745,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":737,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":737,"Zen_Cache_Requests_RateMean":0.831988,"Zen_Cache_Requests_TAverage":0.000107,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1739797281.891000,"RecordId":798,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"ViewCorrelationGuid":"71D19B8C493072AE3BCBEA83DC81102F","FilterSessionCorrelationGuid":"31258C40480C4007E00C239A47C97B9B","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.001496,"NumBackendItems":3,"DataFilter":{"RecursivePaths":true,"ItemTypeFilter":"IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins","FilterTypes":["/Script/ContentBrowserData.ContentBrowserDataClassFilter"]}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1739797281.891000,"RecordId":799,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"ViewCorrelationGuid":"71D19B8C493072AE3BCBEA83DC81102F","FilterSessionCorrelationGuid":"31258C40480C4007E00C239A47C97B9B","TotalItemsToFilter":3,"PriorityItemsToFilter":0,"TotalResults":3,"AmortizeDurationSeconds":0.000019,"WorkDurationSeconds":0.000019,"ResultLatency":"0.000013","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers"]} +{"EventName":"Span","TimestampUTC":1739797429.087000,"RecordId":800,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"5A374D104587560130C8EE90EE7FE067","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739797098.412,"Span_EndUTC":1739797429.087,"Span_TimeInSec":330.675} +{"EventName":"Span","TimestampUTC":1739797429.088000,"RecordId":801,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"F095B79F4AE8FDAC5B11BBA54E605264","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797098.412,"Span_EndUTC":1739797429.088,"Span_TimeInSec":330.676} +{"EventName":"Span","TimestampUTC":1739797429.089000,"RecordId":802,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"F30459EE4572F902A9914AAF4D2CD347","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797429.089,"Span_EndUTC":1739797429.089,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1739797429.104000,"RecordId":803,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"1610248746EE53B5F1B941ADEC3572F8","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797429.09,"Span_EndUTC":1739797429.104,"Span_TimeInSec":0.014} +{"EventName":"Core.Loading","TimestampUTC":1739797429.105000,"RecordId":804,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.014,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274306804.0,"Zen_Cache_Size_Memory":105996.0,"Zen_Cache_Hits":1091,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989121,"Zen_Cache_Cas_Hits":895,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":820,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":820,"Zen_Cache_Requests_RateMean":0.922986,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1414.0,"DDC_Summary_TotalGetMisses":101.0,"DDC_Summary_TotalGets":1515.0,"DDC_Summary_TotalGetHitPct":0.933333,"DDC_Summary_GetMissPct":0.066667,"DDC_Summary_TotalPutHits":98.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":98.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1004.0,"DDC_Summary_ZenLocalGetTotal":1103.0,"DDC_Summary_ZenLocalGetHitPct":0.910245,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.105000,"RecordId":805,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":185,"Load_TimeSec":0.012215,"Load_SizeMB":104.377214,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":185,"Total_TimeSec":0.012215,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012215} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.106000,"RecordId":806,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.106000,"RecordId":807,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.106000,"RecordId":808,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.107000,"RecordId":809,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.107000,"RecordId":810,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.107000,"RecordId":811,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.108000,"RecordId":812,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.108000,"RecordId":813,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.108000,"RecordId":814,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.108000,"RecordId":815,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.108000,"RecordId":816,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":779,"Load_TimeSec":0.139047,"Load_SizeMB":308.743536,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":780,"Total_TimeSec":0.150712,"Total_SizeMB":312,"Efficiency":0.998718,"Thread_TimeSec":0.094498} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797429.109000,"RecordId":817,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1414.0,"TotalGetMisses":101.0,"TotalGets":1515.0,"TotalGetHitPct":0.933333,"GetMissPct":0.066667,"TotalPutHits":98.0,"TotalPutMisses":0.0,"TotalPuts":98.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1004.0,"ZenLocalGetTotal":1103.0,"ZenLocalGetHitPct":0.910245,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797429.110000,"RecordId":818,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274306804.0,"Zen_Cache_Size_Memory":105996.0,"Zen_Cache_Hits":1091,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989121,"Zen_Cache_Cas_Hits":895,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":820,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":820,"Zen_Cache_Requests_RateMean":0.922986,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797429.141000,"RecordId":819,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"3313DF734BBE836FD2AD8E870B8D4591","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797429.088,"Span_EndUTC":1739797429.141,"Span_TimeInSec":0.053} +{"EventName":"Core.Loading","TimestampUTC":1739797429.142000,"RecordId":820,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.053,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274306804.0,"Zen_Cache_Size_Memory":105996.0,"Zen_Cache_Hits":1091,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989121,"Zen_Cache_Cas_Hits":895,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":820,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":820,"Zen_Cache_Requests_RateMean":0.922986,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1414.0,"DDC_Summary_TotalGetMisses":101.0,"DDC_Summary_TotalGets":1515.0,"DDC_Summary_TotalGetHitPct":0.933333,"DDC_Summary_GetMissPct":0.066667,"DDC_Summary_TotalPutHits":98.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":98.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1004.0,"DDC_Summary_ZenLocalGetTotal":1103.0,"DDC_Summary_ZenLocalGetHitPct":0.910245,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.142000,"RecordId":821,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":185,"Load_TimeSec":0.012215,"Load_SizeMB":104.377214,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":185,"Total_TimeSec":0.012215,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012215} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.142000,"RecordId":822,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.143000,"RecordId":823,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.143000,"RecordId":824,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.143000,"RecordId":825,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.144000,"RecordId":826,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.144000,"RecordId":827,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.144000,"RecordId":828,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.145000,"RecordId":829,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.145000,"RecordId":830,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.145000,"RecordId":831,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797429.146000,"RecordId":832,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":779,"Load_TimeSec":0.139047,"Load_SizeMB":308.743536,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":780,"Total_TimeSec":0.150712,"Total_SizeMB":312,"Efficiency":0.998718,"Thread_TimeSec":0.094498} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797429.146000,"RecordId":833,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1414.0,"TotalGetMisses":101.0,"TotalGets":1515.0,"TotalGetHitPct":0.933333,"GetMissPct":0.066667,"TotalPutHits":98.0,"TotalPutMisses":0.0,"TotalPuts":98.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1004.0,"ZenLocalGetTotal":1103.0,"ZenLocalGetHitPct":0.910245,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797429.146000,"RecordId":834,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":274306804.0,"Zen_Cache_Size_Memory":105996.0,"Zen_Cache_Hits":1091,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989121,"Zen_Cache_Cas_Hits":895,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":820,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":820,"Zen_Cache_Requests_RateMean":0.922986,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797437.502000,"RecordId":835,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"178DE7D24677D3E96AC92496C5E77D5B","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797429.147,"Span_EndUTC":1739797437.502,"Span_TimeInSec":8.355} +{"EventName":"Span","TimestampUTC":1739797438.067000,"RecordId":836,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"07BE73874CE629030D51C28D1AAFCAB8","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739797429.088,"Span_EndUTC":1739797438.067,"Span_TimeInSec":8.979} +{"EventName":"Span","TimestampUTC":1739797438.067000,"RecordId":837,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"B3248CA04083FBA5CB9DEA8F6F0438BB","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797437.503,"Span_EndUTC":1739797438.067,"Span_TimeInSec":0.564} +{"EventName":"Core.Loading","TimestampUTC":1739797438.068000,"RecordId":838,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":8.979,"Zen_Enabled":true,"Zen_Cache_Size_Disk":274306804.0,"Zen_Cache_Size_Memory":105996.0,"Zen_Cache_Hits":1091,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989121,"Zen_Cache_Cas_Hits":895,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":820,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":820,"Zen_Cache_Requests_RateMean":0.922986,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1414.0,"DDC_Summary_TotalGetMisses":101.0,"DDC_Summary_TotalGets":1515.0,"DDC_Summary_TotalGetHitPct":0.933333,"DDC_Summary_GetMissPct":0.066667,"DDC_Summary_TotalPutHits":98.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":98.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1004.0,"DDC_Summary_ZenLocalGetTotal":1103.0,"DDC_Summary_ZenLocalGetHitPct":0.910245,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797438.068000,"RecordId":839,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":185,"Load_TimeSec":0.012215,"Load_SizeMB":104.377214,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":185,"Total_TimeSec":0.012215,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012215} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797438.069000,"RecordId":840,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797438.069000,"RecordId":841,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797438.069000,"RecordId":842,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797438.070000,"RecordId":843,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797438.070000,"RecordId":844,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797438.070000,"RecordId":845,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797438.070000,"RecordId":846,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797438.071000,"RecordId":847,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797438.071000,"RecordId":848,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797438.071000,"RecordId":849,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797438.072000,"RecordId":850,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":779,"Load_TimeSec":0.139047,"Load_SizeMB":308.743536,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":780,"Total_TimeSec":0.150712,"Total_SizeMB":312,"Efficiency":0.998718,"Thread_TimeSec":0.094498} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797438.072000,"RecordId":851,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1414.0,"TotalGetMisses":101.0,"TotalGets":1515.0,"TotalGetHitPct":0.933333,"GetMissPct":0.066667,"TotalPutHits":98.0,"TotalPutMisses":0.0,"TotalPuts":98.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1004.0,"ZenLocalGetTotal":1103.0,"ZenLocalGetHitPct":0.910245,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797438.073000,"RecordId":852,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":270382228.0,"Zen_Cache_Size_Memory":105996.0,"Zen_Cache_Hits":1091,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989121,"Zen_Cache_Cas_Hits":895,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":820,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":820,"Zen_Cache_Requests_RateMean":0.747769,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797465.958000,"RecordId":853,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"E3C19F334DED561DD07F338C9F0DEA04","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739797438.073,"Span_EndUTC":1739797465.958,"Span_TimeInSec":27.885} +{"EventName":"Span","TimestampUTC":1739797465.958000,"RecordId":854,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"68A853F649CAAF2D9CC3928343553B7F","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797438.073,"Span_EndUTC":1739797465.958,"Span_TimeInSec":27.885} +{"EventName":"Span","TimestampUTC":1739797465.959000,"RecordId":855,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"1F6BC4614EE08EFDE9CE7C8BBCBD97DD","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797465.958,"Span_EndUTC":1739797465.959,"Span_TimeInSec":0.001} +{"EventName":"Span","TimestampUTC":1739797466.004000,"RecordId":856,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"DB5C5AAB4DAEF7AF7ABA6987D770A1B0","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797465.982,"Span_EndUTC":1739797466.004,"Span_TimeInSec":0.022} +{"EventName":"Core.Loading","TimestampUTC":1739797466.005000,"RecordId":857,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.022,"Zen_Enabled":true,"Zen_Cache_Size_Disk":270382228.0,"Zen_Cache_Size_Memory":105996.0,"Zen_Cache_Hits":1091,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989121,"Zen_Cache_Cas_Hits":895,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":820,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":820,"Zen_Cache_Requests_RateMean":0.747769,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1414.0,"DDC_Summary_TotalGetMisses":101.0,"DDC_Summary_TotalGets":1515.0,"DDC_Summary_TotalGetHitPct":0.933333,"DDC_Summary_GetMissPct":0.066667,"DDC_Summary_TotalPutHits":98.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":98.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1004.0,"DDC_Summary_ZenLocalGetTotal":1103.0,"DDC_Summary_ZenLocalGetHitPct":0.910245,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.006000,"RecordId":858,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":185,"Load_TimeSec":0.012215,"Load_SizeMB":104.377214,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":185,"Total_TimeSec":0.012215,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012215} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.006000,"RecordId":859,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.006000,"RecordId":860,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.007000,"RecordId":861,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.007000,"RecordId":862,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.008000,"RecordId":863,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.008000,"RecordId":864,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.008000,"RecordId":865,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.009000,"RecordId":866,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.009000,"RecordId":867,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.009000,"RecordId":868,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.010000,"RecordId":869,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":779,"Load_TimeSec":0.139047,"Load_SizeMB":308.743536,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":780,"Total_TimeSec":0.150712,"Total_SizeMB":312,"Efficiency":0.998718,"Thread_TimeSec":0.094498} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797466.010000,"RecordId":870,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1414.0,"TotalGetMisses":101.0,"TotalGets":1515.0,"TotalGetHitPct":0.933333,"GetMissPct":0.066667,"TotalPutHits":98.0,"TotalPutMisses":0.0,"TotalPuts":98.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1004.0,"ZenLocalGetTotal":1103.0,"ZenLocalGetHitPct":0.910245,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797466.010000,"RecordId":871,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":270382228.0,"Zen_Cache_Size_Memory":105996.0,"Zen_Cache_Hits":1091,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989121,"Zen_Cache_Cas_Hits":895,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":820,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":820,"Zen_Cache_Requests_RateMean":0.729192,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797466.041000,"RecordId":872,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"940BBCEB467F0926D8206EA3A8324D5D","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797465.958,"Span_EndUTC":1739797466.041,"Span_TimeInSec":0.083} +{"EventName":"Core.Loading","TimestampUTC":1739797466.042000,"RecordId":873,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.083,"Zen_Enabled":true,"Zen_Cache_Size_Disk":270382228.0,"Zen_Cache_Size_Memory":105996.0,"Zen_Cache_Hits":1091,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989121,"Zen_Cache_Cas_Hits":895,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":820,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":820,"Zen_Cache_Requests_RateMean":0.729192,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1414.0,"DDC_Summary_TotalGetMisses":101.0,"DDC_Summary_TotalGets":1515.0,"DDC_Summary_TotalGetHitPct":0.933333,"DDC_Summary_GetMissPct":0.066667,"DDC_Summary_TotalPutHits":98.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":98.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1004.0,"DDC_Summary_ZenLocalGetTotal":1103.0,"DDC_Summary_ZenLocalGetHitPct":0.910245,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.043000,"RecordId":874,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":185,"Load_TimeSec":0.012215,"Load_SizeMB":104.377214,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":185,"Total_TimeSec":0.012215,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012215} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.043000,"RecordId":875,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.043000,"RecordId":876,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.044000,"RecordId":877,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.044000,"RecordId":878,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.044000,"RecordId":879,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.045000,"RecordId":880,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.045000,"RecordId":881,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.045000,"RecordId":882,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.045000,"RecordId":883,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.046000,"RecordId":884,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797466.046000,"RecordId":885,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":779,"Load_TimeSec":0.139047,"Load_SizeMB":308.743536,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":780,"Total_TimeSec":0.150712,"Total_SizeMB":312,"Efficiency":0.998718,"Thread_TimeSec":0.094498} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797466.046000,"RecordId":886,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1414.0,"TotalGetMisses":101.0,"TotalGets":1515.0,"TotalGetHitPct":0.933333,"GetMissPct":0.066667,"TotalPutHits":98.0,"TotalPutMisses":0.0,"TotalPuts":98.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1004.0,"ZenLocalGetTotal":1103.0,"ZenLocalGetHitPct":0.910245,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797466.047000,"RecordId":887,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":270382228.0,"Zen_Cache_Size_Memory":105996.0,"Zen_Cache_Hits":1091,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989121,"Zen_Cache_Cas_Hits":895,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":820,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":820,"Zen_Cache_Requests_RateMean":0.729192,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797472.432000,"RecordId":888,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"B3147B2E484BFAD076310D9B9569DDAE","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797466.047,"Span_EndUTC":1739797472.432,"Span_TimeInSec":6.385} +{"EventName":"Span","TimestampUTC":1739797472.644000,"RecordId":889,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"3C8EF8A24EFBFD03B5D0CD8C713985F5","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739797465.958,"Span_EndUTC":1739797472.644,"Span_TimeInSec":6.686} +{"EventName":"Span","TimestampUTC":1739797472.645000,"RecordId":890,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"84351878441FE95BDEFF2F892E773C07","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797472.433,"Span_EndUTC":1739797472.645,"Span_TimeInSec":0.212} +{"EventName":"Core.Loading","TimestampUTC":1739797472.645000,"RecordId":891,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":6.686,"Zen_Enabled":true,"Zen_Cache_Size_Disk":270382228.0,"Zen_Cache_Size_Memory":105996.0,"Zen_Cache_Hits":1091,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989121,"Zen_Cache_Cas_Hits":895,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":820,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":820,"Zen_Cache_Requests_RateMean":0.729192,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1414.0,"DDC_Summary_TotalGetMisses":101.0,"DDC_Summary_TotalGets":1515.0,"DDC_Summary_TotalGetHitPct":0.933333,"DDC_Summary_GetMissPct":0.066667,"DDC_Summary_TotalPutHits":98.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":98.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1004.0,"DDC_Summary_ZenLocalGetTotal":1103.0,"DDC_Summary_ZenLocalGetHitPct":0.910245,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797472.646000,"RecordId":892,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":185,"Load_TimeSec":0.012215,"Load_SizeMB":104.377214,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":185,"Total_TimeSec":0.012215,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012215} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797472.646000,"RecordId":893,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797472.647000,"RecordId":894,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797472.647000,"RecordId":895,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":1,"Load_TimeSec":0.013206,"Load_SizeMB":5.65985,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.013206,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797472.647000,"RecordId":896,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797472.648000,"RecordId":897,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797472.648000,"RecordId":898,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797472.648000,"RecordId":899,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797472.649000,"RecordId":900,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797472.649000,"RecordId":901,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797472.649000,"RecordId":902,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797472.649000,"RecordId":903,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":779,"Load_TimeSec":0.139047,"Load_SizeMB":308.743536,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":780,"Total_TimeSec":0.150712,"Total_SizeMB":312,"Efficiency":0.998718,"Thread_TimeSec":0.094498} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797472.650000,"RecordId":904,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1414.0,"TotalGetMisses":101.0,"TotalGets":1515.0,"TotalGetHitPct":0.933333,"GetMissPct":0.066667,"TotalPutHits":98.0,"TotalPutMisses":0.0,"TotalPuts":98.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1004.0,"ZenLocalGetTotal":1103.0,"ZenLocalGetHitPct":0.910245,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797472.650000,"RecordId":905,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":270382228.0,"Zen_Cache_Size_Memory":105996.0,"Zen_Cache_Hits":1091,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989121,"Zen_Cache_Cas_Hits":895,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":820,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":820,"Zen_Cache_Requests_RateMean":0.724911,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797561.408000,"RecordId":906,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":1,"Span_Name":"Editor.LoadMap","Span_GUID":"38684A8643554EAF8730BCA10F17A85A","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":5,"Span_StartUTC":1739797561.286,"Span_EndUTC":1739797561.408,"Span_TimeInSec":0.122} +{"EventName":"Core.Loading","TimestampUTC":1739797561.408000,"RecordId":907,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":3,"LoadingName":"LoadMap","LoadingSeconds":0.122,"Zen_Enabled":true,"Zen_Cache_Size_Disk":270382228.0,"Zen_Cache_Size_Memory":107372.0,"Zen_Cache_Hits":1098,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989189,"Zen_Cache_Cas_Hits":902,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":826,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":826,"Zen_Cache_Requests_RateMean":0.677166,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1450.0,"DDC_Summary_TotalGetMisses":104.0,"DDC_Summary_TotalGets":1554.0,"DDC_Summary_TotalGetHitPct":0.933076,"DDC_Summary_GetMissPct":0.066924,"DDC_Summary_TotalPutHits":101.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":101.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1039.0,"DDC_Summary_ZenLocalGetTotal":1141.0,"DDC_Summary_ZenLocalGetHitPct":0.910605,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.409000,"RecordId":908,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Inline)","Load_Count":185,"Load_TimeSec":0.012215,"Load_SizeMB":104.377214,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":185,"Total_TimeSec":0.012215,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012215} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.409000,"RecordId":909,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.410000,"RecordId":910,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.410000,"RecordId":911,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"SkeletalMesh","Load_Count":2,"Load_TimeSec":0.026653,"Load_SizeMB":11.330889,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":2,"Total_TimeSec":0.026653,"Total_SizeMB":11,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.410000,"RecordId":912,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.410000,"RecordId":913,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.411000,"RecordId":914,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.411000,"RecordId":915,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.411000,"RecordId":916,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.412000,"RecordId":917,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.412000,"RecordId":918,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.413000,"RecordId":919,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Total","Load_Count":780,"Load_TimeSec":0.152494,"Load_SizeMB":314.414575,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":781,"Total_TimeSec":0.164159,"Total_SizeMB":318,"Efficiency":0.99872,"Thread_TimeSec":0.094498} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797561.413000,"RecordId":920,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":3,"LoadingName":"LoadMap","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1450.0,"TotalGetMisses":104.0,"TotalGets":1554.0,"TotalGetHitPct":0.933076,"GetMissPct":0.066924,"TotalPutHits":101.0,"TotalPutMisses":0.0,"TotalPuts":101.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1039.0,"ZenLocalGetTotal":1141.0,"ZenLocalGetHitPct":0.910605,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797561.413000,"RecordId":921,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","SchemaVersion":1,"LoadingName":"LoadMap","Zen_Enabled":true,"Zen_Cache_Size_Disk":270382228.0,"Zen_Cache_Size_Memory":107372.0,"Zen_Cache_Hits":1098,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989189,"Zen_Cache_Cas_Hits":902,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":826,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":826,"Zen_Cache_Requests_RateMean":0.677166,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797561.422000,"RecordId":922,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","TaskName":"????WarcraftTestMap??","SchemaVersion":1,"Span_Name":"ST ????WarcraftTestMap??","Span_GUID":"C06FF2BE4850D01937E7999A35FA0BCD","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797561.186,"Span_EndUTC":1739797561.422,"Span_TimeInSec":0.236} +{"EventName":"Span","TimestampUTC":1739797561.422000,"RecordId":923,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","TaskName":"????WarcraftTestMap??","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"7E9DF2544754B506935191BD0D5B29A6","Span_ParentName":"ST ????WarcraftTestMap??","Span_ThreadId":29660,"Span_Depth":4,"Span_StartUTC":1739797561.286,"Span_EndUTC":1739797561.422,"Span_TimeInSec":0.136} +{"EventName":"Span","TimestampUTC":1739797561.460000,"RecordId":924,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","TaskName":"??????","SchemaVersion":1,"Span_Name":"ST ??????","Span_GUID":"C5797C254A1F5B165D7864A6B6729044","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797561.424,"Span_EndUTC":1739797561.46,"Span_TimeInSec":0.036} +{"EventName":"Span","TimestampUTC":1739797561.882000,"RecordId":925,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":15,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":91.980431,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"5C2A8E934C4BBE29922455BF23878970","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797561.469,"Span_EndUTC":1739797561.882,"Span_TimeInSec":0.413} +{"EventName":"Core.Hitch","TimestampUTC":1739797561.883000,"RecordId":926,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":15,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":91.980431} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.883000,"RecordId":927,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":201,"Load_TimeSec":0.012229,"Load_SizeMB":104.810615,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":201,"Total_TimeSec":0.012229,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012229} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.883000,"RecordId":928,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.884000,"RecordId":929,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.885000,"RecordId":930,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":2,"Load_TimeSec":0.026653,"Load_SizeMB":11.330889,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":2,"Total_TimeSec":0.026653,"Total_SizeMB":11,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.885000,"RecordId":931,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.885000,"RecordId":932,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.886000,"RecordId":933,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.886000,"RecordId":934,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.886000,"RecordId":935,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.886000,"RecordId":936,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.887000,"RecordId":937,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797561.887000,"RecordId":938,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":796,"Load_TimeSec":0.152508,"Load_SizeMB":314.847976,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":797,"Total_TimeSec":0.164173,"Total_SizeMB":319,"Efficiency":0.998745,"Thread_TimeSec":0.094512} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797561.887000,"RecordId":939,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1450.0,"TotalGetMisses":104.0,"TotalGets":1554.0,"TotalGetHitPct":0.933076,"GetMissPct":0.066924,"TotalPutHits":101.0,"TotalPutMisses":0.0,"TotalPuts":101.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1039.0,"ZenLocalGetTotal":1141.0,"ZenLocalGetHitPct":0.910605,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797561.887000,"RecordId":940,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":270382228.0,"Zen_Cache_Size_Memory":107372.0,"Zen_Cache_Hits":1098,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989189,"Zen_Cache_Cas_Hits":902,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":826,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":826,"Zen_Cache_Requests_RateMean":0.677166,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797562.360000,"RecordId":941,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.LoadMap","Span_GUID":"16C5DE83487F6EDCD91C2486F2335B00","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":4,"Span_StartUTC":1739797562.213,"Span_EndUTC":1739797562.36,"Span_TimeInSec":0.147} +{"EventName":"Span","TimestampUTC":1739797562.361000,"RecordId":942,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"WarcraftTestMap","TaskName":"????CesiumMap??","SchemaVersion":1,"Span_Name":"ST ????CesiumMap??","Span_GUID":"1B09858841D5CA2C8C9102BE097C0B9D","Span_ParentName":"Editor.LoadMap","Span_ThreadId":29660,"Span_Depth":5,"Span_StartUTC":1739797562.303,"Span_EndUTC":1739797562.361,"Span_TimeInSec":0.058} +{"EventName":"Core.Loading","TimestampUTC":1739797562.361000,"RecordId":943,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","LoadingSeconds":0.147,"Zen_Enabled":true,"Zen_Cache_Size_Disk":270382228.0,"Zen_Cache_Size_Memory":107372.0,"Zen_Cache_Hits":1098,"Zen_Cache_Misses":12,"Zen_Cache_Writes":98,"Zen_Cache_HitRatio":0.989189,"Zen_Cache_Cas_Hits":902,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":826,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":826,"Zen_Cache_Requests_RateMean":0.677166,"Zen_Cache_Requests_TAverage":0.0001,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1450.0,"DDC_Summary_TotalGetMisses":104.0,"DDC_Summary_TotalGets":1554.0,"DDC_Summary_TotalGetHitPct":0.933076,"DDC_Summary_GetMissPct":0.066924,"DDC_Summary_TotalPutHits":101.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":101.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1039.0,"DDC_Summary_ZenLocalGetTotal":1141.0,"DDC_Summary_ZenLocalGetHitPct":0.910605,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797562.362000,"RecordId":944,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Inline)","Load_Count":201,"Load_TimeSec":0.012229,"Load_SizeMB":104.810615,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":201,"Total_TimeSec":0.012229,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012229} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797562.362000,"RecordId":945,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797562.362000,"RecordId":946,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797562.363000,"RecordId":947,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"SkeletalMesh","Load_Count":2,"Load_TimeSec":0.026653,"Load_SizeMB":11.330889,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":2,"Total_TimeSec":0.026653,"Total_SizeMB":11,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797562.363000,"RecordId":948,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797562.363000,"RecordId":949,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797562.364000,"RecordId":950,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797562.364000,"RecordId":951,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797562.364000,"RecordId":952,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797562.365000,"RecordId":953,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797562.365000,"RecordId":954,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797562.365000,"RecordId":955,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Total","Load_Count":796,"Load_TimeSec":0.152508,"Load_SizeMB":314.847976,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":797,"Total_TimeSec":0.164173,"Total_SizeMB":319,"Efficiency":0.998745,"Thread_TimeSec":0.094512} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797562.366000,"RecordId":956,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"LoadMap","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1450.0,"TotalGetMisses":104.0,"TotalGets":1554.0,"TotalGetHitPct":0.933076,"GetMissPct":0.066924,"TotalPutHits":101.0,"TotalPutMisses":0.0,"TotalPuts":101.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1039.0,"ZenLocalGetTotal":1141.0,"ZenLocalGetHitPct":0.910605,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797562.366000,"RecordId":957,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"LoadMap","Zen_Enabled":true,"Zen_Cache_Size_Disk":270382997.0,"Zen_Cache_Size_Memory":109264.0,"Zen_Cache_Hits":1129,"Zen_Cache_Misses":12,"Zen_Cache_Writes":101,"Zen_Cache_HitRatio":0.989483,"Zen_Cache_Cas_Hits":923,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":861,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":861,"Zen_Cache_Requests_RateMean":0.705224,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797572.401000,"RecordId":958,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"A92F53B148ED8FCE080DAF9A29044E55","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739797472.651,"Span_EndUTC":1739797572.401,"Span_TimeInSec":99.75} +{"EventName":"Span","TimestampUTC":1739797572.401000,"RecordId":959,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"042398534958BC5E6CE63EBE504B0E4D","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797472.651,"Span_EndUTC":1739797572.401,"Span_TimeInSec":99.75} +{"EventName":"Span","TimestampUTC":1739797572.401000,"RecordId":960,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"2761DBAB4F902D1E86D4EA93A099E64E","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797562.212,"Span_EndUTC":1739797572.401,"Span_TimeInSec":10.189} +{"EventName":"Span","TimestampUTC":1739797572.403000,"RecordId":961,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"7FAE32414C33317E3A2BF2978E4E1DB4","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797572.403,"Span_EndUTC":1739797572.403,"Span_TimeInSec":0.0} +{"EventName":"Core.Loading","TimestampUTC":1739797575.982000,"RecordId":962,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","AssetPath":"Blueprint /Game/BluePrints/BP_WarcraftSettingGameMode.BP_WarcraftSettingGameMode","AssetClass":"Blueprint","SchemaVersion":3,"LoadingName":"OpenAssetEditor","LoadingSeconds":0.015401,"Zen_Enabled":true,"Zen_Cache_Size_Disk":270382997.0,"Zen_Cache_Size_Memory":109264.0,"Zen_Cache_Hits":1129,"Zen_Cache_Misses":12,"Zen_Cache_Writes":101,"Zen_Cache_HitRatio":0.989483,"Zen_Cache_Cas_Hits":923,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":861,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":861,"Zen_Cache_Requests_RateMean":0.705224,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1450.0,"DDC_Summary_TotalGetMisses":104.0,"DDC_Summary_TotalGets":1554.0,"DDC_Summary_TotalGetHitPct":0.933076,"DDC_Summary_GetMissPct":0.066924,"DDC_Summary_TotalPutHits":101.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":101.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1039.0,"DDC_Summary_ZenLocalGetTotal":1141.0,"DDC_Summary_ZenLocalGetHitPct":0.910605,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Span","TimestampUTC":1739797575.983000,"RecordId":963,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","AssetPath":"Blueprint /Game/BluePrints/BP_WarcraftSettingGameMode.BP_WarcraftSettingGameMode","AssetClass":"Blueprint","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"F8DD5A434BF1F9579001C6B24B1A1156","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797575.966,"Span_EndUTC":1739797575.983,"Span_TimeInSec":0.017} +{"EventName":"Span","TimestampUTC":1739797576.382000,"RecordId":964,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":7,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":99.678062,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"9115B65140DF2CB3D13E22AB08C6638D","Span_ParentName":"PIE.Shutdown","Span_ThreadId":29660,"Span_Depth":4,"Span_StartUTC":1739797576.179,"Span_EndUTC":1739797576.382,"Span_TimeInSec":0.203} +{"EventName":"Core.Hitch","TimestampUTC":1739797576.383000,"RecordId":965,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":7,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":99.678062} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797576.383000,"RecordId":966,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":202,"Load_TimeSec":0.012231,"Load_SizeMB":104.831764,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":202,"Total_TimeSec":0.012231,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012231} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797576.384000,"RecordId":967,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797576.384000,"RecordId":968,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797576.384000,"RecordId":969,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":2,"Load_TimeSec":0.026653,"Load_SizeMB":11.330889,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":2,"Total_TimeSec":0.026653,"Total_SizeMB":11,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797576.385000,"RecordId":970,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797576.385000,"RecordId":971,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797576.385000,"RecordId":972,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797576.386000,"RecordId":973,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.018151,"Total_SizeMB":24,"Efficiency":0.8,"Thread_TimeSec":0.018151} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797576.386000,"RecordId":974,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797576.386000,"RecordId":975,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797576.387000,"RecordId":976,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797576.387000,"RecordId":977,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":797,"Load_TimeSec":0.15251,"Load_SizeMB":314.869125,"Build_Count":1,"Build_TimeSec":0.011665,"Build_SizeMB":4.161737,"Total_Count":798,"Total_TimeSec":0.164175,"Total_SizeMB":319,"Efficiency":0.998747,"Thread_TimeSec":0.094514} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797576.387000,"RecordId":978,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1451.0,"TotalGetMisses":105.0,"TotalGets":1556.0,"TotalGetHitPct":0.932519,"GetMissPct":0.067481,"TotalPutHits":102.0,"TotalPutMisses":0.0,"TotalPuts":102.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1039.0,"ZenLocalGetTotal":1142.0,"ZenLocalGetHitPct":0.909807,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797576.387000,"RecordId":979,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":270382997.0,"Zen_Cache_Size_Memory":109264.0,"Zen_Cache_Hits":1129,"Zen_Cache_Misses":12,"Zen_Cache_Writes":101,"Zen_Cache_HitRatio":0.989483,"Zen_Cache_Cas_Hits":923,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":6,"Zen_Cache_Requests":861,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":861,"Zen_Cache_Requests_RateMean":0.697443,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428179,"Zen_Cas_Size_Total":206521779,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797593.835000,"RecordId":980,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","TaskName":"???????","SchemaVersion":1,"Span_Name":"ST ???????","Span_GUID":"F1E982F64D84E3840DC762AC89EB786E","Span_ParentName":"Open Asset Editor","Span_ThreadId":29660,"Span_Depth":8,"Span_StartUTC":1739797593.8,"Span_EndUTC":1739797593.835,"Span_TimeInSec":0.035} +{"EventName":"Span","TimestampUTC":1739797593.874000,"RecordId":981,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","TaskName":"??????","SchemaVersion":1,"Span_Name":"ST ??????","Span_GUID":"41E513DE4D20661BDEF7269F59AAEB1B","Span_ParentName":"Open Asset Editor","Span_ThreadId":29660,"Span_Depth":8,"Span_StartUTC":1739797593.837,"Span_EndUTC":1739797593.874,"Span_TimeInSec":0.037} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1739797599.058000,"RecordId":982,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"ViewCorrelationGuid":"048AFCC0494841935EF3EA9D7B3B65BC","FilterSessionCorrelationGuid":"8C2E4A12415E48591B0F269D133DE368","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.003382,"NumBackendItems":15,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1739797599.058000,"RecordId":983,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"ViewCorrelationGuid":"048AFCC0494841935EF3EA9D7B3B65BC","FilterSessionCorrelationGuid":"8C2E4A12415E48591B0F269D133DE368","TotalItemsToFilter":15,"PriorityItemsToFilter":0,"TotalResults":13,"AmortizeDurationSeconds":0.000035,"WorkDurationSeconds":0.000035,"ResultLatency":"0.000023","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Span","TimestampUTC":1739797606.206000,"RecordId":984,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"F2B6E33B4DFE3CA2A3C5F3AD3279CCE0","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":10,"Span_StartUTC":1739797606.206,"Span_EndUTC":1739797606.206,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1739797606.244000,"RecordId":985,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"48D0BD46434EE782B7D5ECAACA7A4E9F","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":10,"Span_StartUTC":1739797606.232,"Span_EndUTC":1739797606.244,"Span_TimeInSec":0.012} +{"EventName":"Core.Loading","TimestampUTC":1739797606.245000,"RecordId":986,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.012,"Zen_Enabled":true,"Zen_Cache_Size_Disk":270383125.0,"Zen_Cache_Size_Memory":109444.0,"Zen_Cache_Hits":1130,"Zen_Cache_Misses":13,"Zen_Cache_Writes":102,"Zen_Cache_HitRatio":0.988626,"Zen_Cache_Cas_Hits":924,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":7,"Zen_Cache_Requests":864,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":864,"Zen_Cache_Requests_RateMean":0.687017,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":206521959,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1461.0,"DDC_Summary_TotalGetMisses":151.0,"DDC_Summary_TotalGets":1612.0,"DDC_Summary_TotalGetHitPct":0.906328,"DDC_Summary_GetMissPct":0.093672,"DDC_Summary_TotalPutHits":149.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":149.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1049.0,"DDC_Summary_ZenLocalGetTotal":1198.0,"DDC_Summary_ZenLocalGetHitPct":0.875626,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.245000,"RecordId":987,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":202,"Load_TimeSec":0.012231,"Load_SizeMB":104.831764,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":202,"Total_TimeSec":0.012231,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012231} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.245000,"RecordId":988,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.246000,"RecordId":989,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.246000,"RecordId":990,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":2,"Load_TimeSec":0.026653,"Load_SizeMB":11.330889,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":2,"Total_TimeSec":0.026653,"Total_SizeMB":11,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.246000,"RecordId":991,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.247000,"RecordId":992,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.247000,"RecordId":993,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.247000,"RecordId":994,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":6,"Total_TimeSec":0.0198,"Total_SizeMB":25,"Efficiency":0.666667,"Thread_TimeSec":0.0198} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.248000,"RecordId":995,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.248000,"RecordId":996,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.248000,"RecordId":997,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.249000,"RecordId":998,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":797,"Load_TimeSec":0.15251,"Load_SizeMB":314.869125,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":799,"Total_TimeSec":0.165824,"Total_SizeMB":319,"Efficiency":0.997497,"Thread_TimeSec":0.096163} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797606.249000,"RecordId":999,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1461.0,"TotalGetMisses":151.0,"TotalGets":1612.0,"TotalGetHitPct":0.906328,"GetMissPct":0.093672,"TotalPutHits":149.0,"TotalPutMisses":0.0,"TotalPuts":149.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1049.0,"ZenLocalGetTotal":1198.0,"ZenLocalGetHitPct":0.875626,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797606.249000,"RecordId":1000,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":270383125.0,"Zen_Cache_Size_Memory":109444.0,"Zen_Cache_Hits":1130,"Zen_Cache_Misses":13,"Zen_Cache_Writes":102,"Zen_Cache_HitRatio":0.988626,"Zen_Cache_Cas_Hits":924,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":7,"Zen_Cache_Requests":864,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":864,"Zen_Cache_Requests_RateMean":0.687017,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":206521959,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797606.280000,"RecordId":1001,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"5730E432440640EFD192D2AEE6AA4E1D","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":9,"Span_StartUTC":1739797606.206,"Span_EndUTC":1739797606.28,"Span_TimeInSec":0.074} +{"EventName":"Core.Loading","TimestampUTC":1739797606.281000,"RecordId":1002,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.074,"Zen_Enabled":true,"Zen_Cache_Size_Disk":270383125.0,"Zen_Cache_Size_Memory":109444.0,"Zen_Cache_Hits":1130,"Zen_Cache_Misses":13,"Zen_Cache_Writes":102,"Zen_Cache_HitRatio":0.988626,"Zen_Cache_Cas_Hits":924,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":7,"Zen_Cache_Requests":864,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":864,"Zen_Cache_Requests_RateMean":0.687017,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":206521959,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1461.0,"DDC_Summary_TotalGetMisses":151.0,"DDC_Summary_TotalGets":1612.0,"DDC_Summary_TotalGetHitPct":0.906328,"DDC_Summary_GetMissPct":0.093672,"DDC_Summary_TotalPutHits":149.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":149.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1049.0,"DDC_Summary_ZenLocalGetTotal":1198.0,"DDC_Summary_ZenLocalGetHitPct":0.875626,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.281000,"RecordId":1003,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":202,"Load_TimeSec":0.012231,"Load_SizeMB":104.831764,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":202,"Total_TimeSec":0.012231,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012231} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.282000,"RecordId":1004,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.282000,"RecordId":1005,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.282000,"RecordId":1006,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":2,"Load_TimeSec":0.026653,"Load_SizeMB":11.330889,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":2,"Total_TimeSec":0.026653,"Total_SizeMB":11,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.283000,"RecordId":1007,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.283000,"RecordId":1008,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.283000,"RecordId":1009,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.284000,"RecordId":1010,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":6,"Total_TimeSec":0.0198,"Total_SizeMB":25,"Efficiency":0.666667,"Thread_TimeSec":0.0198} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.284000,"RecordId":1011,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.284000,"RecordId":1012,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.284000,"RecordId":1013,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797606.285000,"RecordId":1014,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":797,"Load_TimeSec":0.15251,"Load_SizeMB":314.869125,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":799,"Total_TimeSec":0.165824,"Total_SizeMB":319,"Efficiency":0.997497,"Thread_TimeSec":0.096163} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797606.285000,"RecordId":1015,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1461.0,"TotalGetMisses":151.0,"TotalGets":1612.0,"TotalGetHitPct":0.906328,"GetMissPct":0.093672,"TotalPutHits":149.0,"TotalPutMisses":0.0,"TotalPuts":149.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1049.0,"ZenLocalGetTotal":1198.0,"ZenLocalGetHitPct":0.875626,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797606.285000,"RecordId":1016,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":270383125.0,"Zen_Cache_Size_Memory":109444.0,"Zen_Cache_Hits":1130,"Zen_Cache_Misses":13,"Zen_Cache_Writes":102,"Zen_Cache_HitRatio":0.988626,"Zen_Cache_Cas_Hits":924,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":7,"Zen_Cache_Requests":864,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":864,"Zen_Cache_Requests_RateMean":0.687017,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":206521959,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797609.603000,"RecordId":1017,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"6A9E109548CD83FC9A2DD9BDCD83E9D8","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":9,"Span_StartUTC":1739797606.286,"Span_EndUTC":1739797609.603,"Span_TimeInSec":3.317} +{"EventName":"Span","TimestampUTC":1739797609.652000,"RecordId":1018,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"D4A14D4644327F7B3B7BA0BC50D3B1FE","Span_ParentName":"Open Asset Editor","Span_ThreadId":29660,"Span_Depth":8,"Span_StartUTC":1739797606.206,"Span_EndUTC":1739797609.652,"Span_TimeInSec":3.446} +{"EventName":"Span","TimestampUTC":1739797609.652000,"RecordId":1019,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"D00274FE48751BFD16915B96FC41551B","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":9,"Span_StartUTC":1739797609.603,"Span_EndUTC":1739797609.652,"Span_TimeInSec":0.049} +{"EventName":"Core.Loading","TimestampUTC":1739797609.653000,"RecordId":1020,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":3.446,"Zen_Enabled":true,"Zen_Cache_Size_Disk":270383125.0,"Zen_Cache_Size_Memory":109444.0,"Zen_Cache_Hits":1130,"Zen_Cache_Misses":13,"Zen_Cache_Writes":102,"Zen_Cache_HitRatio":0.988626,"Zen_Cache_Cas_Hits":924,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":7,"Zen_Cache_Requests":864,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":864,"Zen_Cache_Requests_RateMean":0.687017,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":200749897,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":206521959,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1461.0,"DDC_Summary_TotalGetMisses":151.0,"DDC_Summary_TotalGets":1612.0,"DDC_Summary_TotalGetHitPct":0.906328,"DDC_Summary_GetMissPct":0.093672,"DDC_Summary_TotalPutHits":149.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":149.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1049.0,"DDC_Summary_ZenLocalGetTotal":1198.0,"DDC_Summary_ZenLocalGetHitPct":0.875626,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797609.653000,"RecordId":1021,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":202,"Load_TimeSec":0.012231,"Load_SizeMB":104.831764,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":202,"Total_TimeSec":0.012231,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012231} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797609.653000,"RecordId":1022,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797609.654000,"RecordId":1023,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797609.654000,"RecordId":1024,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":2,"Load_TimeSec":0.026653,"Load_SizeMB":11.330889,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":2,"Total_TimeSec":0.026653,"Total_SizeMB":11,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797609.654000,"RecordId":1025,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797609.655000,"RecordId":1026,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797609.655000,"RecordId":1027,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797609.655000,"RecordId":1028,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":6,"Total_TimeSec":0.0198,"Total_SizeMB":25,"Efficiency":0.666667,"Thread_TimeSec":0.0198} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797609.656000,"RecordId":1029,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797609.656000,"RecordId":1030,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797609.656000,"RecordId":1031,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797609.657000,"RecordId":1032,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":797,"Load_TimeSec":0.15251,"Load_SizeMB":314.869125,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":799,"Total_TimeSec":0.165824,"Total_SizeMB":319,"Efficiency":0.997497,"Thread_TimeSec":0.096163} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797609.657000,"RecordId":1033,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1461.0,"TotalGetMisses":151.0,"TotalGets":1612.0,"TotalGetHitPct":0.906328,"GetMissPct":0.093672,"TotalPutHits":149.0,"TotalPutMisses":0.0,"TotalPuts":149.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1049.0,"ZenLocalGetTotal":1198.0,"ZenLocalGetHitPct":0.875626,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797609.658000,"RecordId":1034,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":271168909.0,"Zen_Cache_Size_Memory":111064.0,"Zen_Cache_Hits":1139,"Zen_Cache_Misses":59,"Zen_Cache_Writes":149,"Zen_Cache_HitRatio":0.950751,"Zen_Cache_Cas_Hits":933,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":966,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":966,"Zen_Cache_Requests_RateMean":0.761721,"Zen_Cache_Requests_TAverage":0.000097,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":201606713,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":207378775,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797625.622000,"RecordId":1035,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"ED1B25EE4A10F520E173A7982139FFBC","Span_ParentName":"Open Asset Editor","Span_ThreadId":29660,"Span_Depth":8,"Span_StartUTC":1739797609.658,"Span_EndUTC":1739797625.622,"Span_TimeInSec":15.964} +{"EventName":"Span","TimestampUTC":1739797625.622000,"RecordId":1036,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"1A6A55D44A68AE031787F0B72A88204B","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":9,"Span_StartUTC":1739797609.658,"Span_EndUTC":1739797625.622,"Span_TimeInSec":15.964} +{"EventName":"Span","TimestampUTC":1739797625.623000,"RecordId":1037,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"043C73364F85659C36AE21B4147B2E3F","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":10,"Span_StartUTC":1739797625.623,"Span_EndUTC":1739797625.623,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1739797625.643000,"RecordId":1038,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"10B0DCE1429F43FE186B5F8B72C854E6","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":10,"Span_StartUTC":1739797625.623,"Span_EndUTC":1739797625.643,"Span_TimeInSec":0.02} +{"EventName":"Core.Loading","TimestampUTC":1739797625.643000,"RecordId":1039,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.02,"Zen_Enabled":true,"Zen_Cache_Size_Disk":271168909.0,"Zen_Cache_Size_Memory":111064.0,"Zen_Cache_Hits":1139,"Zen_Cache_Misses":59,"Zen_Cache_Writes":149,"Zen_Cache_HitRatio":0.950751,"Zen_Cache_Cas_Hits":933,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":966,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":966,"Zen_Cache_Requests_RateMean":0.761721,"Zen_Cache_Requests_TAverage":0.000097,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":201606713,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":207378775,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1521.0,"DDC_Summary_TotalGetMisses":151.0,"DDC_Summary_TotalGets":1672.0,"DDC_Summary_TotalGetHitPct":0.909689,"DDC_Summary_GetMissPct":0.090311,"DDC_Summary_TotalPutHits":149.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":149.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1105.0,"DDC_Summary_ZenLocalGetTotal":1254.0,"DDC_Summary_ZenLocalGetHitPct":0.88118,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.644000,"RecordId":1040,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":202,"Load_TimeSec":0.012231,"Load_SizeMB":104.831764,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":202,"Total_TimeSec":0.012231,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012231} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.644000,"RecordId":1041,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.645000,"RecordId":1042,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.645000,"RecordId":1043,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":2,"Load_TimeSec":0.026653,"Load_SizeMB":11.330889,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":2,"Total_TimeSec":0.026653,"Total_SizeMB":11,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.645000,"RecordId":1044,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.645000,"RecordId":1045,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.646000,"RecordId":1046,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.646000,"RecordId":1047,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":6,"Total_TimeSec":0.0198,"Total_SizeMB":25,"Efficiency":0.666667,"Thread_TimeSec":0.0198} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.646000,"RecordId":1048,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.647000,"RecordId":1049,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.647000,"RecordId":1050,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.647000,"RecordId":1051,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":797,"Load_TimeSec":0.15251,"Load_SizeMB":314.869125,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":799,"Total_TimeSec":0.165824,"Total_SizeMB":319,"Efficiency":0.997497,"Thread_TimeSec":0.096163} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797625.648000,"RecordId":1052,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1521.0,"TotalGetMisses":151.0,"TotalGets":1672.0,"TotalGetHitPct":0.909689,"GetMissPct":0.090311,"TotalPutHits":149.0,"TotalPutMisses":0.0,"TotalPuts":149.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1105.0,"ZenLocalGetTotal":1254.0,"ZenLocalGetHitPct":0.88118,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797625.648000,"RecordId":1053,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":271168909.0,"Zen_Cache_Size_Memory":111064.0,"Zen_Cache_Hits":1195,"Zen_Cache_Misses":59,"Zen_Cache_Writes":149,"Zen_Cache_HitRatio":0.952951,"Zen_Cache_Cas_Hits":933,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":977,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":977,"Zen_Cache_Requests_RateMean":0.760802,"Zen_Cache_Requests_TAverage":0.000125,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":201606713,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":207378775,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797625.679000,"RecordId":1054,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"DD23C6A74C5EE86D2783DB84322A9216","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":9,"Span_StartUTC":1739797625.623,"Span_EndUTC":1739797625.679,"Span_TimeInSec":0.056} +{"EventName":"Core.Loading","TimestampUTC":1739797625.679000,"RecordId":1055,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.056,"Zen_Enabled":true,"Zen_Cache_Size_Disk":271168909.0,"Zen_Cache_Size_Memory":111064.0,"Zen_Cache_Hits":1195,"Zen_Cache_Misses":59,"Zen_Cache_Writes":149,"Zen_Cache_HitRatio":0.952951,"Zen_Cache_Cas_Hits":933,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":977,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":977,"Zen_Cache_Requests_RateMean":0.760802,"Zen_Cache_Requests_TAverage":0.000125,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":201606713,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":207378775,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1521.0,"DDC_Summary_TotalGetMisses":151.0,"DDC_Summary_TotalGets":1672.0,"DDC_Summary_TotalGetHitPct":0.909689,"DDC_Summary_GetMissPct":0.090311,"DDC_Summary_TotalPutHits":149.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":149.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1105.0,"DDC_Summary_ZenLocalGetTotal":1254.0,"DDC_Summary_ZenLocalGetHitPct":0.88118,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.680000,"RecordId":1056,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":202,"Load_TimeSec":0.012231,"Load_SizeMB":104.831764,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":202,"Total_TimeSec":0.012231,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012231} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.680000,"RecordId":1057,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.680000,"RecordId":1058,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.680000,"RecordId":1059,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":2,"Load_TimeSec":0.026653,"Load_SizeMB":11.330889,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":2,"Total_TimeSec":0.026653,"Total_SizeMB":11,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.681000,"RecordId":1060,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.681000,"RecordId":1061,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.681000,"RecordId":1062,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.682000,"RecordId":1063,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":6,"Total_TimeSec":0.0198,"Total_SizeMB":25,"Efficiency":0.666667,"Thread_TimeSec":0.0198} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.682000,"RecordId":1064,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.682000,"RecordId":1065,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.683000,"RecordId":1066,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797625.683000,"RecordId":1067,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":797,"Load_TimeSec":0.15251,"Load_SizeMB":314.869125,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":799,"Total_TimeSec":0.165824,"Total_SizeMB":319,"Efficiency":0.997497,"Thread_TimeSec":0.096163} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797625.683000,"RecordId":1068,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1521.0,"TotalGetMisses":151.0,"TotalGets":1672.0,"TotalGetHitPct":0.909689,"GetMissPct":0.090311,"TotalPutHits":149.0,"TotalPutMisses":0.0,"TotalPuts":149.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1105.0,"ZenLocalGetTotal":1254.0,"ZenLocalGetHitPct":0.88118,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797625.684000,"RecordId":1069,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":271168909.0,"Zen_Cache_Size_Memory":111064.0,"Zen_Cache_Hits":1195,"Zen_Cache_Misses":59,"Zen_Cache_Writes":149,"Zen_Cache_HitRatio":0.952951,"Zen_Cache_Cas_Hits":933,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":977,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":977,"Zen_Cache_Requests_RateMean":0.760802,"Zen_Cache_Requests_TAverage":0.000125,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":201606713,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":207378775,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797628.782000,"RecordId":1070,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"37617D504BDD373C3DA7FCA660CD094E","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":9,"Span_StartUTC":1739797625.684,"Span_EndUTC":1739797628.782,"Span_TimeInSec":3.098} +{"EventName":"Span","TimestampUTC":1739797628.831000,"RecordId":1071,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"1B15C35445B21E958E10ABB2D928CFA4","Span_ParentName":"Open Asset Editor","Span_ThreadId":29660,"Span_Depth":8,"Span_StartUTC":1739797625.623,"Span_EndUTC":1739797628.831,"Span_TimeInSec":3.208} +{"EventName":"Span","TimestampUTC":1739797628.831000,"RecordId":1072,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"7EE94B63496B53219D4628B0DE91750E","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":9,"Span_StartUTC":1739797628.783,"Span_EndUTC":1739797628.831,"Span_TimeInSec":0.048} +{"EventName":"Core.Loading","TimestampUTC":1739797628.832000,"RecordId":1073,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":3.208,"Zen_Enabled":true,"Zen_Cache_Size_Disk":271168909.0,"Zen_Cache_Size_Memory":111064.0,"Zen_Cache_Hits":1195,"Zen_Cache_Misses":59,"Zen_Cache_Writes":149,"Zen_Cache_HitRatio":0.952951,"Zen_Cache_Cas_Hits":933,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":977,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":977,"Zen_Cache_Requests_RateMean":0.760802,"Zen_Cache_Requests_TAverage":0.000125,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":201606713,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":207378775,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1521.0,"DDC_Summary_TotalGetMisses":151.0,"DDC_Summary_TotalGets":1672.0,"DDC_Summary_TotalGetHitPct":0.909689,"DDC_Summary_GetMissPct":0.090311,"DDC_Summary_TotalPutHits":149.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":149.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1105.0,"DDC_Summary_ZenLocalGetTotal":1254.0,"DDC_Summary_ZenLocalGetHitPct":0.88118,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797628.832000,"RecordId":1074,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":202,"Load_TimeSec":0.012231,"Load_SizeMB":104.831764,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":202,"Total_TimeSec":0.012231,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012231} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797628.833000,"RecordId":1075,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797628.833000,"RecordId":1076,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797628.833000,"RecordId":1077,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":2,"Load_TimeSec":0.026653,"Load_SizeMB":11.330889,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":2,"Total_TimeSec":0.026653,"Total_SizeMB":11,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797628.833000,"RecordId":1078,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797628.834000,"RecordId":1079,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797628.834000,"RecordId":1080,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797628.834000,"RecordId":1081,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":6,"Total_TimeSec":0.0198,"Total_SizeMB":25,"Efficiency":0.666667,"Thread_TimeSec":0.0198} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797628.835000,"RecordId":1082,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797628.836000,"RecordId":1083,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797628.836000,"RecordId":1084,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797628.836000,"RecordId":1085,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":797,"Load_TimeSec":0.15251,"Load_SizeMB":314.869125,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":799,"Total_TimeSec":0.165824,"Total_SizeMB":319,"Efficiency":0.997497,"Thread_TimeSec":0.096163} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797628.836000,"RecordId":1086,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1521.0,"TotalGetMisses":151.0,"TotalGets":1672.0,"TotalGetHitPct":0.909689,"GetMissPct":0.090311,"TotalPutHits":149.0,"TotalPutMisses":0.0,"TotalPuts":149.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1105.0,"ZenLocalGetTotal":1254.0,"ZenLocalGetHitPct":0.88118,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797628.836000,"RecordId":1087,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":271168909.0,"Zen_Cache_Size_Memory":111064.0,"Zen_Cache_Hits":1195,"Zen_Cache_Misses":59,"Zen_Cache_Writes":149,"Zen_Cache_HitRatio":0.952951,"Zen_Cache_Cas_Hits":933,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":977,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":977,"Zen_Cache_Requests_RateMean":0.758918,"Zen_Cache_Requests_TAverage":0.000125,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":201606713,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":207378775,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797749.447000,"RecordId":1088,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"622B0BB34E706C0382D464BE8BC23A70","Span_ParentName":"Open Asset Editor","Span_ThreadId":29660,"Span_Depth":8,"Span_StartUTC":1739797628.837,"Span_EndUTC":1739797749.447,"Span_TimeInSec":120.61} +{"EventName":"Span","TimestampUTC":1739797749.447000,"RecordId":1089,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"B77D1C3746F4EAD35B9F8C94E8C92C7E","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":9,"Span_StartUTC":1739797628.837,"Span_EndUTC":1739797749.447,"Span_TimeInSec":120.61} +{"EventName":"Span","TimestampUTC":1739797749.448000,"RecordId":1090,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"CCF7DF224268023585E8D38BDD979185","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":10,"Span_StartUTC":1739797749.448,"Span_EndUTC":1739797749.448,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1739797749.494000,"RecordId":1091,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"F39A93454B66A40B3291E488249693A9","Span_ParentName":"PIE.Startup","Span_ThreadId":29660,"Span_Depth":10,"Span_StartUTC":1739797749.448,"Span_EndUTC":1739797749.494,"Span_TimeInSec":0.046} +{"EventName":"Core.Loading","TimestampUTC":1739797749.494000,"RecordId":1092,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.046,"Zen_Enabled":true,"Zen_Cache_Size_Disk":271168909.0,"Zen_Cache_Size_Memory":111064.0,"Zen_Cache_Hits":1195,"Zen_Cache_Misses":59,"Zen_Cache_Writes":149,"Zen_Cache_HitRatio":0.952951,"Zen_Cache_Cas_Hits":933,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":977,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":977,"Zen_Cache_Requests_RateMean":0.758918,"Zen_Cache_Requests_TAverage":0.000125,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":201606713,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":207378775,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1521.0,"DDC_Summary_TotalGetMisses":151.0,"DDC_Summary_TotalGets":1672.0,"DDC_Summary_TotalGetHitPct":0.909689,"DDC_Summary_GetMissPct":0.090311,"DDC_Summary_TotalPutHits":149.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":149.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1105.0,"DDC_Summary_ZenLocalGetTotal":1254.0,"DDC_Summary_ZenLocalGetHitPct":0.88118,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.495000,"RecordId":1093,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":202,"Load_TimeSec":0.012231,"Load_SizeMB":104.831764,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":202,"Total_TimeSec":0.012231,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012231} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.495000,"RecordId":1094,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.496000,"RecordId":1095,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.496000,"RecordId":1096,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":2,"Load_TimeSec":0.026653,"Load_SizeMB":11.330889,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":2,"Total_TimeSec":0.026653,"Total_SizeMB":11,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.496000,"RecordId":1097,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.497000,"RecordId":1098,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.497000,"RecordId":1099,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.497000,"RecordId":1100,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":6,"Total_TimeSec":0.0198,"Total_SizeMB":25,"Efficiency":0.666667,"Thread_TimeSec":0.0198} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.498000,"RecordId":1101,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.498000,"RecordId":1102,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.498000,"RecordId":1103,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.499000,"RecordId":1104,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":797,"Load_TimeSec":0.15251,"Load_SizeMB":314.869125,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":799,"Total_TimeSec":0.165824,"Total_SizeMB":319,"Efficiency":0.997497,"Thread_TimeSec":0.096163} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797749.499000,"RecordId":1105,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1521.0,"TotalGetMisses":151.0,"TotalGets":1672.0,"TotalGetHitPct":0.909689,"GetMissPct":0.090311,"TotalPutHits":149.0,"TotalPutMisses":0.0,"TotalPuts":149.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1105.0,"ZenLocalGetTotal":1254.0,"ZenLocalGetHitPct":0.88118,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797749.499000,"RecordId":1106,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","PIE_MapName":"UEDPIE_0_CesiumMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":271168909.0,"Zen_Cache_Size_Memory":111064.0,"Zen_Cache_Hits":1195,"Zen_Cache_Misses":59,"Zen_Cache_Writes":149,"Zen_Cache_HitRatio":0.952951,"Zen_Cache_Cas_Hits":933,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":977,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":977,"Zen_Cache_Requests_RateMean":0.693881,"Zen_Cache_Requests_TAverage":0.000125,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":201606713,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":207378775,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797749.531000,"RecordId":1107,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"B5C0DF9E47916A9D90906298210414B4","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":9,"Span_StartUTC":1739797749.448,"Span_EndUTC":1739797749.531,"Span_TimeInSec":0.083} +{"EventName":"Core.Loading","TimestampUTC":1739797749.532000,"RecordId":1108,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.083,"Zen_Enabled":true,"Zen_Cache_Size_Disk":271168909.0,"Zen_Cache_Size_Memory":111064.0,"Zen_Cache_Hits":1195,"Zen_Cache_Misses":59,"Zen_Cache_Writes":149,"Zen_Cache_HitRatio":0.952951,"Zen_Cache_Cas_Hits":933,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":977,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":977,"Zen_Cache_Requests_RateMean":0.693881,"Zen_Cache_Requests_TAverage":0.000125,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":201606713,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":207378775,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1521.0,"DDC_Summary_TotalGetMisses":151.0,"DDC_Summary_TotalGets":1672.0,"DDC_Summary_TotalGetHitPct":0.909689,"DDC_Summary_GetMissPct":0.090311,"DDC_Summary_TotalPutHits":149.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":149.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1105.0,"DDC_Summary_ZenLocalGetTotal":1254.0,"DDC_Summary_ZenLocalGetHitPct":0.88118,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.532000,"RecordId":1109,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":202,"Load_TimeSec":0.012231,"Load_SizeMB":104.831764,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":202,"Total_TimeSec":0.012231,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012231} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.533000,"RecordId":1110,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.533000,"RecordId":1111,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.534000,"RecordId":1112,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":2,"Load_TimeSec":0.026653,"Load_SizeMB":11.330889,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":2,"Total_TimeSec":0.026653,"Total_SizeMB":11,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.534000,"RecordId":1113,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.534000,"RecordId":1114,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.534000,"RecordId":1115,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.535000,"RecordId":1116,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":6,"Total_TimeSec":0.0198,"Total_SizeMB":25,"Efficiency":0.666667,"Thread_TimeSec":0.0198} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.535000,"RecordId":1117,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.535000,"RecordId":1118,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.536000,"RecordId":1119,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797749.536000,"RecordId":1120,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":797,"Load_TimeSec":0.15251,"Load_SizeMB":314.869125,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":799,"Total_TimeSec":0.165824,"Total_SizeMB":319,"Efficiency":0.997497,"Thread_TimeSec":0.096163} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797749.536000,"RecordId":1121,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1521.0,"TotalGetMisses":151.0,"TotalGets":1672.0,"TotalGetHitPct":0.909689,"GetMissPct":0.090311,"TotalPutHits":149.0,"TotalPutMisses":0.0,"TotalPuts":149.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1105.0,"ZenLocalGetTotal":1254.0,"ZenLocalGetHitPct":0.88118,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797749.537000,"RecordId":1122,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":271168909.0,"Zen_Cache_Size_Memory":111064.0,"Zen_Cache_Hits":1195,"Zen_Cache_Misses":59,"Zen_Cache_Writes":149,"Zen_Cache_HitRatio":0.952951,"Zen_Cache_Cas_Hits":933,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":977,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":977,"Zen_Cache_Requests_RateMean":0.693881,"Zen_Cache_Requests_TAverage":0.000125,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":201606713,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":207378775,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797755.893000,"RecordId":1123,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":67.774826,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"7327F60C4D4A239C2F5FE0A3AFE1E7CB","Span_ParentName":"PIE.Interact","Span_ThreadId":29660,"Span_Depth":10,"Span_StartUTC":1739797755.429,"Span_EndUTC":1739797755.893,"Span_TimeInSec":0.464} +{"EventName":"Core.Hitch","TimestampUTC":1739797755.893000,"RecordId":1124,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":67.774826} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797755.894000,"RecordId":1125,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":202,"Load_TimeSec":0.012231,"Load_SizeMB":104.831764,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":202,"Total_TimeSec":0.012231,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012231} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797755.894000,"RecordId":1126,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797755.894000,"RecordId":1127,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797755.894000,"RecordId":1128,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":2,"Load_TimeSec":0.026653,"Load_SizeMB":11.330889,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":2,"Total_TimeSec":0.026653,"Total_SizeMB":11,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797755.895000,"RecordId":1129,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797755.895000,"RecordId":1130,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797755.895000,"RecordId":1131,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797755.896000,"RecordId":1132,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":6,"Total_TimeSec":0.0198,"Total_SizeMB":25,"Efficiency":0.666667,"Thread_TimeSec":0.0198} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797755.896000,"RecordId":1133,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797755.896000,"RecordId":1134,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797755.897000,"RecordId":1135,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797755.897000,"RecordId":1136,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":797,"Load_TimeSec":0.15251,"Load_SizeMB":314.869125,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":799,"Total_TimeSec":0.165824,"Total_SizeMB":319,"Efficiency":0.997497,"Thread_TimeSec":0.096163} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797755.897000,"RecordId":1137,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1521.0,"TotalGetMisses":151.0,"TotalGets":1672.0,"TotalGetHitPct":0.909689,"GetMissPct":0.090311,"TotalPutHits":149.0,"TotalPutMisses":0.0,"TotalPuts":149.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1105.0,"ZenLocalGetTotal":1254.0,"ZenLocalGetHitPct":0.88118,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797755.898000,"RecordId":1138,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":271168909.0,"Zen_Cache_Size_Memory":111064.0,"Zen_Cache_Hits":1195,"Zen_Cache_Misses":59,"Zen_Cache_Writes":149,"Zen_Cache_HitRatio":0.952951,"Zen_Cache_Cas_Hits":933,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":977,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":977,"Zen_Cache_Requests_RateMean":0.693881,"Zen_Cache_Requests_TAverage":0.000125,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":201606713,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":207378775,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797769.884000,"RecordId":1139,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.986847,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"F581CB7E4B0C88EE77879BABF255ED59","Span_ParentName":"PIE.Interact","Span_ThreadId":29660,"Span_Depth":10,"Span_StartUTC":1739797769.517,"Span_EndUTC":1739797769.884,"Span_TimeInSec":0.367} +{"EventName":"Core.Hitch","TimestampUTC":1739797769.884000,"RecordId":1140,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.986847} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797769.885000,"RecordId":1141,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":202,"Load_TimeSec":0.012231,"Load_SizeMB":104.831764,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":202,"Total_TimeSec":0.012231,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012231} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797769.885000,"RecordId":1142,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797769.886000,"RecordId":1143,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797769.886000,"RecordId":1144,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":2,"Load_TimeSec":0.026653,"Load_SizeMB":11.330889,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":2,"Total_TimeSec":0.026653,"Total_SizeMB":11,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797769.886000,"RecordId":1145,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797769.887000,"RecordId":1146,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797769.887000,"RecordId":1147,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797769.887000,"RecordId":1148,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":6,"Total_TimeSec":0.0198,"Total_SizeMB":25,"Efficiency":0.666667,"Thread_TimeSec":0.0198} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797769.887000,"RecordId":1149,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797769.888000,"RecordId":1150,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797769.888000,"RecordId":1151,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797769.888000,"RecordId":1152,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":797,"Load_TimeSec":0.15251,"Load_SizeMB":314.869125,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":799,"Total_TimeSec":0.165824,"Total_SizeMB":319,"Efficiency":0.997497,"Thread_TimeSec":0.096163} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797769.889000,"RecordId":1153,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1521.0,"TotalGetMisses":151.0,"TotalGets":1672.0,"TotalGetHitPct":0.909689,"GetMissPct":0.090311,"TotalPutHits":149.0,"TotalPutMisses":0.0,"TotalPuts":149.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1105.0,"ZenLocalGetTotal":1254.0,"ZenLocalGetHitPct":0.88118,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797769.889000,"RecordId":1154,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":271168909.0,"Zen_Cache_Size_Memory":111064.0,"Zen_Cache_Hits":1195,"Zen_Cache_Misses":59,"Zen_Cache_Writes":149,"Zen_Cache_HitRatio":0.952951,"Zen_Cache_Cas_Hits":933,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":977,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":977,"Zen_Cache_Requests_RateMean":0.69074,"Zen_Cache_Requests_TAverage":0.000125,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":201606713,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":207378775,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739797775.472000,"RecordId":1155,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"B6C8066141B1DEE304A4B093209C59AB","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":9,"Span_StartUTC":1739797749.537,"Span_EndUTC":1739797775.472,"Span_TimeInSec":25.935} +{"EventName":"Span","TimestampUTC":1739797775.572000,"RecordId":1156,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"2842DB8F4CAB7C0D885F0C968CC12FFD","Span_ParentName":"Open Asset Editor","Span_ThreadId":29660,"Span_Depth":8,"Span_StartUTC":1739797749.448,"Span_EndUTC":1739797775.572,"Span_TimeInSec":26.124} +{"EventName":"Span","TimestampUTC":1739797775.573000,"RecordId":1157,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"AEC45CD247AB55E6C1513AAF3FB8F156","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":9,"Span_StartUTC":1739797775.473,"Span_EndUTC":1739797775.573,"Span_TimeInSec":0.1} +{"EventName":"Core.Loading","TimestampUTC":1739797775.573000,"RecordId":1158,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":26.124,"Zen_Enabled":true,"Zen_Cache_Size_Disk":271168909.0,"Zen_Cache_Size_Memory":111064.0,"Zen_Cache_Hits":1195,"Zen_Cache_Misses":59,"Zen_Cache_Writes":149,"Zen_Cache_HitRatio":0.952951,"Zen_Cache_Cas_Hits":933,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":977,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":977,"Zen_Cache_Requests_RateMean":0.69074,"Zen_Cache_Requests_TAverage":0.000125,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":201606713,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":207378775,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1521.0,"DDC_Summary_TotalGetMisses":151.0,"DDC_Summary_TotalGets":1672.0,"DDC_Summary_TotalGetHitPct":0.909689,"DDC_Summary_GetMissPct":0.090311,"DDC_Summary_TotalPutHits":149.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":149.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1105.0,"DDC_Summary_ZenLocalGetTotal":1254.0,"DDC_Summary_ZenLocalGetHitPct":0.88118,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797775.574000,"RecordId":1159,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":202,"Load_TimeSec":0.012231,"Load_SizeMB":104.831764,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":202,"Total_TimeSec":0.012231,"Total_SizeMB":104,"Efficiency":1.0,"Thread_TimeSec":0.012231} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797775.574000,"RecordId":1160,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.003635,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.003635,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.003635} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797775.574000,"RecordId":1161,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":47,"Load_TimeSec":0.028488,"Load_SizeMB":34.873269,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.028488,"Total_SizeMB":34,"Efficiency":1.0,"Thread_TimeSec":0.006471} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797775.575000,"RecordId":1162,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":2,"Load_TimeSec":0.026653,"Load_SizeMB":11.330889,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":2,"Total_TimeSec":0.026653,"Total_SizeMB":11,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797775.575000,"RecordId":1163,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":356,"Load_TimeSec":0.039158,"Load_SizeMB":106.353228,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":356,"Total_TimeSec":0.039158,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.039158} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797775.575000,"RecordId":1164,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":3,"Load_TimeSec":0.010906,"Load_SizeMB":17.843761,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":3,"Total_TimeSec":0.010906,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.001228} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797775.575000,"RecordId":1165,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":47,"Load_TimeSec":0.003031,"Load_SizeMB":0.012095,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.003031,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001585} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797775.576000,"RecordId":1166,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.006486,"Load_SizeMB":20.389184,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":6,"Total_TimeSec":0.0198,"Total_SizeMB":25,"Efficiency":0.666667,"Thread_TimeSec":0.0198} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797775.576000,"RecordId":1167,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":47,"Load_TimeSec":0.017101,"Load_SizeMB":9.690043,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.017101,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797775.577000,"RecordId":1168,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002259,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002259,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002259} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797775.577000,"RecordId":1169,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":47,"Load_TimeSec":0.002562,"Load_SizeMB":0.04841,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":47,"Total_TimeSec":0.002562,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001063} +{"EventName":"Core.DDC.Resource","TimestampUTC":1739797775.577000,"RecordId":1170,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":797,"Load_TimeSec":0.15251,"Load_SizeMB":314.869125,"Build_Count":2,"Build_TimeSec":0.013314,"Build_SizeMB":5.082173,"Total_Count":799,"Total_TimeSec":0.165824,"Total_SizeMB":319,"Efficiency":0.997497,"Thread_TimeSec":0.096163} +{"EventName":"Core.DDC.Summary","TimestampUTC":1739797775.577000,"RecordId":1171,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1521.0,"TotalGetMisses":151.0,"TotalGets":1672.0,"TotalGetHitPct":0.909689,"GetMissPct":0.090311,"TotalPutHits":149.0,"TotalPutMisses":0.0,"TotalPuts":149.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1105.0,"ZenLocalGetTotal":1254.0,"ZenLocalGetHitPct":0.88118,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1739797775.578000,"RecordId":1172,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":271168909.0,"Zen_Cache_Size_Memory":111064.0,"Zen_Cache_Hits":1195,"Zen_Cache_Misses":59,"Zen_Cache_Writes":149,"Zen_Cache_HitRatio":0.952951,"Zen_Cache_Cas_Hits":933,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":35,"Zen_Cache_Requests":977,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":977,"Zen_Cache_Requests_RateMean":0.681263,"Zen_Cache_Requests_TAverage":0.000125,"Zen_Cache_Requests_TMin":0.000004,"Zen_Cache_Requests_TMax":0.006257,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":5343703,"Zen_Cas_Size_Small":201606713,"Zen_Cas_Size_Tiny":428359,"Zen_Cas_Size_Total":207378775,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1739798194.698000,"RecordId":1173,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","TaskName":"???????????","SchemaVersion":1,"Span_Name":"ST ???????????","Span_GUID":"37D87F274D5C250596E539A406E8CF82","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":10,"Span_StartUTC":1739798194.511,"Span_EndUTC":1739798194.698,"Span_TimeInSec":0.187} +{"EventName":"Span","TimestampUTC":1739802258.609000,"RecordId":1174,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","TaskName":"???????","SchemaVersion":1,"Span_Name":"ST ???????","Span_GUID":"B8EF015E433454D62CD62992306C0C05","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":10,"Span_StartUTC":1739802258.572,"Span_EndUTC":1739802258.609,"Span_TimeInSec":0.037} +{"EventName":"Span","TimestampUTC":1739802258.643000,"RecordId":1175,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","TaskName":"??????","SchemaVersion":1,"Span_Name":"ST ??????","Span_GUID":"1120E55647194FEA7484FFBEECDAB5E8","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":10,"Span_StartUTC":1739802258.611,"Span_EndUTC":1739802258.643,"Span_TimeInSec":0.032} +{"EventName":"Span","TimestampUTC":1739802263.243000,"RecordId":1176,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","TaskName":"???????","SchemaVersion":1,"Span_Name":"ST ???????","Span_GUID":"48C27B9545CDEF75AA9316BF620B26F3","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":10,"Span_StartUTC":1739802263.208,"Span_EndUTC":1739802263.243,"Span_TimeInSec":0.035} +{"EventName":"Span","TimestampUTC":1739802264.038000,"RecordId":1177,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","TaskName":"??????","SchemaVersion":1,"Span_Name":"ST ??????","Span_GUID":"AE4E6BB24A8482740111FF9C97FC2F5D","Span_ParentName":"Editor.Interact","Span_ThreadId":29660,"Span_Depth":10,"Span_StartUTC":1739802264.037,"Span_EndUTC":1739802264.038,"Span_TimeInSec":0.001} +{"EventName":"Span","TimestampUTC":1739802264.192000,"RecordId":1178,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"SchemaVersion":1,"Span_Name":"Session","Span_GUID":"D476C6D045665D049A5E6E9D858E0114","Span_ParentName":"","Span_ThreadId":29660,"Span_Depth":0,"Span_StartUTC":1739796339.869,"Span_EndUTC":1739802264.192,"Span_TimeInSec":5924.323} +{"EventName":"Span","TimestampUTC":1739802264.193000,"RecordId":1179,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"C325C56A4CA307CC4AF5538BD6D3C16E","Span_ParentName":"Session","Span_ThreadId":29660,"Span_Depth":1,"Span_StartUTC":1739797572.402,"Span_EndUTC":1739802264.193,"Span_TimeInSec":4691.791} +{"EventName":"Span","TimestampUTC":1739802264.193000,"RecordId":1180,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"99EC5E444A204AFAC3CE02977CD060DB","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":2,"Span_StartUTC":1739797572.402,"Span_EndUTC":1739802264.193,"Span_TimeInSec":4691.791} +{"EventName":"Span","TimestampUTC":1739802264.193000,"RecordId":1181,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"4C7D9D914FA8B305F0F4FA8C72224985","Span_ParentName":"PIE","Span_ThreadId":29660,"Span_Depth":3,"Span_StartUTC":1739797576.101,"Span_EndUTC":1739802264.193,"Span_TimeInSec":4688.092} +{"EventName":"Span","TimestampUTC":1739802264.194000,"RecordId":1182,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"7DA8CE394A5035F85345D0BAB2A9061E","Span_ParentName":"PIE.Shutdown","Span_ThreadId":29660,"Span_Depth":4,"Span_StartUTC":1739797577.58,"Span_EndUTC":1739802264.194,"Span_TimeInSec":4686.614} +{"EventName":"Span","TimestampUTC":1739802264.194000,"RecordId":1183,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"3801CD7242B70DB0B3F772BA6CAF2BDE","Span_ParentName":"Open Asset Editor","Span_ThreadId":29660,"Span_Depth":5,"Span_StartUTC":1739797577.583,"Span_EndUTC":1739802264.194,"Span_TimeInSec":4686.611} +{"EventName":"Span","TimestampUTC":1739802264.194000,"RecordId":1184,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"0A780B2843A212B7A16B60AFE8AB8E99","Span_ParentName":"Open Asset Editor","Span_ThreadId":29660,"Span_Depth":6,"Span_StartUTC":1739797577.583,"Span_EndUTC":1739802264.194,"Span_TimeInSec":4686.611} +{"EventName":"Span","TimestampUTC":1739802264.195000,"RecordId":1185,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"2760750048C36A5F4CE1B9973AD0D13E","Span_ParentName":"Open Asset Editor","Span_ThreadId":29660,"Span_Depth":7,"Span_StartUTC":1739797577.583,"Span_EndUTC":1739802264.195,"Span_TimeInSec":4686.612} +{"EventName":"Span","TimestampUTC":1739802264.195000,"RecordId":1186,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"9EA5CE294A71D00B50380A971E5963B0","Span_ParentName":"Open Asset Editor","Span_ThreadId":29660,"Span_Depth":8,"Span_StartUTC":1739797775.578,"Span_EndUTC":1739802264.195,"Span_TimeInSec":4488.617} +{"EventName":"Span","TimestampUTC":1739802264.195000,"RecordId":1187,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true,"MapName":"CesiumMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"DDDDC2D847BC807C05D1448E35D6A194","Span_ParentName":"Editor","Span_ThreadId":29660,"Span_Depth":9,"Span_StartUTC":1739797775.578,"Span_EndUTC":1739802264.195,"Span_TimeInSec":4488.617} +{"EventName":"EndSession","TimestampUTC":1739802264.195000,"RecordId":1188,"ProjectName":"FlightSimulation","ProjectID":"00000000000000000000000000000000","Session_ID":"{F5EE3BEE-4E72-314B-BE63-F9B7A20D0FDF}","Session_Label":"","Session_StartUTC":1739796339.868,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"13th Gen Intel(R) Core(TM) i7-13700KF","Hardware_CPU_Cores_Physical":16,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":34163798016,"Hardware_ComputerName":"MAC","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":true}