diff --git a/TheProject/VRWizardProject/Config/DefaultEngine.ini b/TheProject/VRWizardProject/Config/DefaultEngine.ini
index fef8672..8abbb90 100644
--- a/TheProject/VRWizardProject/Config/DefaultEngine.ini
+++ b/TheProject/VRWizardProject/Config/DefaultEngine.ini
@@ -132,7 +132,7 @@ DefaultGraphicsPerformance=Scalable
AppliedDefaultGraphicsPerformance=Scalable
[/Script/EngineSettings.GameMapsSettings]
-EditorStartupMap=/Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap
+EditorStartupMap=/Game/ProjectAssets/Maps/TheMainWorld.TheMainWorld
LocalMapOptions=
TransitionMap=None
bUseSplitscreen=False
@@ -141,7 +141,7 @@ ThreePlayerSplitscreenLayout=FavorTop
FourPlayerSplitscreenLayout=Grid
bOffsetPlayerGamepadIds=False
GameInstanceClass=/Script/Engine.GameInstance
-GameDefaultMap=/Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap
+GameDefaultMap=/Game/ProjectAssets/Maps/TheMainWorld.TheMainWorld
ServerDefaultMap=/Engine/Maps/Entry.Entry
GlobalDefaultGameMode=/Game/VRTemplate/Blueprints/VRGameMode.VRGameMode_C
GlobalDefaultServerGameMode=None
diff --git a/TheProject/VRWizardProject/Config/DefaultGame.ini b/TheProject/VRWizardProject/Config/DefaultGame.ini
index e0f5e0d..7151655 100644
--- a/TheProject/VRWizardProject/Config/DefaultGame.ini
+++ b/TheProject/VRWizardProject/Config/DefaultGame.ini
@@ -1,8 +1,12 @@
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=286DFFB640FF77C647C6CFAD1E7C5995
bStartInVR=True
-
+ProjectName=VRWizardGame
+ProjectVersion=0.0.0.1
+Description=For VR course
+CompanyName=No-Company
[StartupActions]
bAddPacks=True
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
+
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Blueprints/BP_RuneArea.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Blueprints/BP_RuneArea.uasset
new file mode 100644
index 0000000..8beb227
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Blueprints/BP_RuneArea.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Maps/TheMainWorld.umap b/TheProject/VRWizardProject/Content/ProjectAssets/Maps/TheMainWorld.umap
new file mode 100644
index 0000000..592aab2
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Maps/TheMainWorld.umap differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Big_Activated.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Big_Activated.uasset
new file mode 100644
index 0000000..b163a0f
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Big_Activated.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Big_Idle.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Big_Idle.uasset
new file mode 100644
index 0000000..a00cb9f
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Big_Idle.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Small_Activated.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Small_Activated.uasset
new file mode 100644
index 0000000..8cc7504
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Small_Activated.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Small_Idle.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Small_Idle.uasset
new file mode 100644
index 0000000..f278a4c
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Small_Idle.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Big_Activated.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Big_Activated.uasset
new file mode 100644
index 0000000..d67a1c2
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Big_Activated.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Big_Idle.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Big_Idle.uasset
new file mode 100644
index 0000000..586a19c
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Big_Idle.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Small_Activated.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Small_Activated.uasset
new file mode 100644
index 0000000..0579697
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Small_Activated.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Small_Idle.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Small_Idle.uasset
new file mode 100644
index 0000000..27a7e49
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Small_Idle.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Rune_Default.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Rune_Default.uasset
new file mode 100644
index 0000000..a929cf7
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Rune_Default.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Big_Activated.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Big_Activated.uasset
new file mode 100644
index 0000000..7f1d35d
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Big_Activated.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Big_Idle.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Big_Idle.uasset
new file mode 100644
index 0000000..1f173db
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Big_Idle.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Small_Activated.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Small_Activated.uasset
new file mode 100644
index 0000000..859ea28
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Small_Activated.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Small_Idle.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Small_Idle.uasset
new file mode 100644
index 0000000..dad5165
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Small_Idle.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand1.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand1.uasset
new file mode 100644
index 0000000..1487fbb
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand1.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand2.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand2.uasset
new file mode 100644
index 0000000..0217769
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand2.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand3.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand3.uasset
new file mode 100644
index 0000000..8293621
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand3.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_gemIguess.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_gemIguess.uasset
new file mode 100644
index 0000000..7638bfe
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_gemIguess.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_orbIguess.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_orbIguess.uasset
new file mode 100644
index 0000000..c368dad
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_orbIguess.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_wand.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_wand.uasset
new file mode 100644
index 0000000..65328cb
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_wand.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_10.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_10.uasset
new file mode 100644
index 0000000..91b0c7d
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_10.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_12.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_12.uasset
new file mode 100644
index 0000000..7e5ed2b
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_12.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_14.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_14.uasset
new file mode 100644
index 0000000..7edbdb1
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_14.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_16.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_16.uasset
new file mode 100644
index 0000000..8e755f1
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_16.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_18.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_18.uasset
new file mode 100644
index 0000000..21de9d0
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_18.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_20.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_20.uasset
new file mode 100644
index 0000000..76c436a
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_20.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_22.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_22.uasset
new file mode 100644
index 0000000..61ef17d
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_22.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_24.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_24.uasset
new file mode 100644
index 0000000..3e6454e
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_24.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_26.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_26.uasset
new file mode 100644
index 0000000..af6a3ab
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_26.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_28.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_28.uasset
new file mode 100644
index 0000000..0162b5c
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_28.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_4.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_4.uasset
new file mode 100644
index 0000000..5e1ffc7
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_4.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_6.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_6.uasset
new file mode 100644
index 0000000..c087d0b
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_6.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_8.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_8.uasset
new file mode 100644
index 0000000..e0c559e
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_8.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand1.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand1.uasset
new file mode 100644
index 0000000..d8ead23
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand1.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand2.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand2.uasset
new file mode 100644
index 0000000..bbfc507
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand2.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand3_less.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand3_less.uasset
new file mode 100644
index 0000000..d5ee30e
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand3_less.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand3_more.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand3_more.uasset
new file mode 100644
index 0000000..efc75eb
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand3_more.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand4_gem.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand4_gem.uasset
new file mode 100644
index 0000000..a23a994
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand4_gem.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand4_orb.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand4_orb.uasset
new file mode 100644
index 0000000..184f7c5
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand4_orb.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand4_wand.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand4_wand.uasset
new file mode 100644
index 0000000..bf8fe7a
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand4_wand.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crescent_moon_staff_texture_0.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crescent_moon_staff_texture_0.uasset
new file mode 100644
index 0000000..848d76e
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crescent_moon_staff_texture_0.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crescent_moon_staff_texture_1.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crescent_moon_staff_texture_1.uasset
new file mode 100644
index 0000000..df72548
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crescent_moon_staff_texture_1.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crescent_moon_staff_texture_2.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crescent_moon_staff_texture_2.uasset
new file mode 100644
index 0000000..f545125
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crescent_moon_staff_texture_2.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_0.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_0.uasset
new file mode 100644
index 0000000..04bc3f7
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_0.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_1.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_1.uasset
new file mode 100644
index 0000000..0780c20
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_1.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_2.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_2.uasset
new file mode 100644
index 0000000..19b84aa
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_2.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_3.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_3.uasset
new file mode 100644
index 0000000..4a19125
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_3.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_0.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_0.uasset
new file mode 100644
index 0000000..1f32024
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_0.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_1.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_1.uasset
new file mode 100644
index 0000000..4800a66
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_1.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_10.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_10.uasset
new file mode 100644
index 0000000..2475899
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_10.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_11.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_11.uasset
new file mode 100644
index 0000000..30aa45a
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_11.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_12.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_12.uasset
new file mode 100644
index 0000000..e88e1d5
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_12.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_13.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_13.uasset
new file mode 100644
index 0000000..04c8467
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_13.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_14.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_14.uasset
new file mode 100644
index 0000000..b428f70
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_14.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_15.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_15.uasset
new file mode 100644
index 0000000..f3820a6
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_15.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_16.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_16.uasset
new file mode 100644
index 0000000..d1b2522
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_16.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_17.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_17.uasset
new file mode 100644
index 0000000..1c015dc
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_17.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_18.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_18.uasset
new file mode 100644
index 0000000..28cff7d
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_18.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_19.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_19.uasset
new file mode 100644
index 0000000..b361c1c
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_19.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_2.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_2.uasset
new file mode 100644
index 0000000..77ae34d
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_2.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_20.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_20.uasset
new file mode 100644
index 0000000..1d0ec24
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_20.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_21.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_21.uasset
new file mode 100644
index 0000000..96c0730
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_21.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_22.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_22.uasset
new file mode 100644
index 0000000..c0b6cd4
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_22.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_23.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_23.uasset
new file mode 100644
index 0000000..2b68e49
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_23.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_24.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_24.uasset
new file mode 100644
index 0000000..9be454f
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_24.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_25.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_25.uasset
new file mode 100644
index 0000000..d367a5a
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_25.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_26.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_26.uasset
new file mode 100644
index 0000000..b938c34
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_26.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_27.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_27.uasset
new file mode 100644
index 0000000..aa85f55
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_27.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_28.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_28.uasset
new file mode 100644
index 0000000..3c68056
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_28.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_29.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_29.uasset
new file mode 100644
index 0000000..fb8ed07
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_29.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_3.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_3.uasset
new file mode 100644
index 0000000..b2fb367
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_3.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_4.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_4.uasset
new file mode 100644
index 0000000..b0973ca
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_4.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_5.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_5.uasset
new file mode 100644
index 0000000..5b0facb
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_5.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_6.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_6.uasset
new file mode 100644
index 0000000..e71b02a
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_6.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_7.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_7.uasset
new file mode 100644
index 0000000..37c6042
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_7.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_8.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_8.uasset
new file mode 100644
index 0000000..bccad85
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_8.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_9.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_9.uasset
new file mode 100644
index 0000000..23d3812
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_9.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/wizard_staff1_texture_0.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/wizard_staff1_texture_0.uasset
new file mode 100644
index 0000000..eef9469
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/wizard_staff1_texture_0.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/wizard_staff1_texture_1.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/wizard_staff1_texture_1.uasset
new file mode 100644
index 0000000..af7f411
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/wizard_staff1_texture_1.uasset differ
diff --git a/TheProject/VRWizardProject/Content/ProjectAssets/Textures/wizard_staff1_texture_2.uasset b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/wizard_staff1_texture_2.uasset
new file mode 100644
index 0000000..088df01
Binary files /dev/null and b/TheProject/VRWizardProject/Content/ProjectAssets/Textures/wizard_staff1_texture_2.uasset differ
diff --git a/TheProject/VRWizardProject/Content/VRTemplate/Maps/VRTemplateMap.umap b/TheProject/VRWizardProject/Content/VRTemplate/Maps/VRTemplateMap.umap
index 7e9ca6b..146c8d5 100644
Binary files a/TheProject/VRWizardProject/Content/VRTemplate/Maps/VRTemplateMap.umap and b/TheProject/VRWizardProject/Content/VRTemplate/Maps/VRTemplateMap.umap differ
diff --git a/TheProject/VRWizardProject/Credits/rune_credits.txt b/TheProject/VRWizardProject/Credits/rune_credits.txt
new file mode 100644
index 0000000..58914a5
--- /dev/null
+++ b/TheProject/VRWizardProject/Credits/rune_credits.txt
@@ -0,0 +1,11 @@
+Model Information:
+* title: Magic runestones
+* source: https://sketchfab.com/3d-models/magic-runestones-e383e1c4c5234287995fa4cea99bbbe3
+* author: reddification (https://sketchfab.com/reddification)
+
+Model License:
+* license type: CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)
+* requirements: Author must be credited. Commercial use is allowed.
+
+If you use this 3D model in your project be sure to copy paste this credit wherever you share it:
+This work is based on "Magic runestones" (https://sketchfab.com/3d-models/magic-runestones-e383e1c4c5234287995fa4cea99bbbe3) by reddification (https://sketchfab.com/reddification) licensed under CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)
\ No newline at end of file
diff --git a/TheProject/VRWizardProject/Credits/staff1_credits1.txt b/TheProject/VRWizardProject/Credits/staff1_credits1.txt
new file mode 100644
index 0000000..26ccc4d
--- /dev/null
+++ b/TheProject/VRWizardProject/Credits/staff1_credits1.txt
@@ -0,0 +1 @@
+"Wizard Staff" (https://skfb.ly/6WTSE) by Gw1p is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
\ No newline at end of file
diff --git a/TheProject/VRWizardProject/Credits/staff2_credits.txt b/TheProject/VRWizardProject/Credits/staff2_credits.txt
new file mode 100644
index 0000000..f9e3d72
--- /dev/null
+++ b/TheProject/VRWizardProject/Credits/staff2_credits.txt
@@ -0,0 +1 @@
+"Crescent Moon Staff" (https://skfb.ly/6WTUH) by magiccc is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
\ No newline at end of file
diff --git a/TheProject/VRWizardProject/Credits/staff3_credits.txt b/TheProject/VRWizardProject/Credits/staff3_credits.txt
new file mode 100644
index 0000000..3661632
--- /dev/null
+++ b/TheProject/VRWizardProject/Credits/staff3_credits.txt
@@ -0,0 +1 @@
+"Staff" (https://skfb.ly/6WNLu) by ALA is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
\ No newline at end of file
diff --git a/TheProject/VRWizardProject/Credits/staff4_credits.txt b/TheProject/VRWizardProject/Credits/staff4_credits.txt
new file mode 100644
index 0000000..121d7e6
--- /dev/null
+++ b/TheProject/VRWizardProject/Credits/staff4_credits.txt
@@ -0,0 +1 @@
+"Crystal staff" (https://skfb.ly/o7Awx) by VALIDOL is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
\ No newline at end of file
diff --git a/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Blueprints/BP_RuneArea_Auto1.uasset b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Blueprints/BP_RuneArea_Auto1.uasset
new file mode 100644
index 0000000..b1a4623
Binary files /dev/null and b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Blueprints/BP_RuneArea_Auto1.uasset differ
diff --git a/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Blueprints/BP_RuneArea_Auto2.uasset b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Blueprints/BP_RuneArea_Auto2.uasset
new file mode 100644
index 0000000..7533ebd
Binary files /dev/null and b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Blueprints/BP_RuneArea_Auto2.uasset differ
diff --git a/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/_001_Auto2.uasset b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/_001_Auto2.uasset
new file mode 100644
index 0000000..e1d623d
Binary files /dev/null and b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/_001_Auto2.uasset differ
diff --git a/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/_002_Auto2.uasset b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/_002_Auto2.uasset
new file mode 100644
index 0000000..9978a82
Binary files /dev/null and b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/_002_Auto2.uasset differ
diff --git a/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_0_Auto2.uasset b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_0_Auto2.uasset
new file mode 100644
index 0000000..4409703
Binary files /dev/null and b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_0_Auto2.uasset differ
diff --git a/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_1_Auto2.uasset b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_1_Auto2.uasset
new file mode 100644
index 0000000..17ea7c9
Binary files /dev/null and b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_1_Auto2.uasset differ
diff --git a/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_2_Auto2.uasset b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_2_Auto2.uasset
new file mode 100644
index 0000000..8804719
Binary files /dev/null and b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_2_Auto2.uasset differ
diff --git a/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_3_Auto2.uasset b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_3_Auto2.uasset
new file mode 100644
index 0000000..037031d
Binary files /dev/null and b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_3_Auto2.uasset differ
diff --git a/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/material_Auto2.uasset b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/material_Auto2.uasset
new file mode 100644
index 0000000..59a60da
Binary files /dev/null and b/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/material_Auto2.uasset differ
diff --git a/TheProject/VRWizardProject/Saved/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto2.umap b/TheProject/VRWizardProject/Saved/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto2.umap
new file mode 100644
index 0000000..ac5035a
Binary files /dev/null and b/TheProject/VRWizardProject/Saved/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto2.umap differ
diff --git a/TheProject/VRWizardProject/Saved/Autosaves/PackageRestoreData.json b/TheProject/VRWizardProject/Saved/Autosaves/PackageRestoreData.json
index 59996c2..c036c07 100644
Binary files a/TheProject/VRWizardProject/Saved/Autosaves/PackageRestoreData.json and b/TheProject/VRWizardProject/Saved/Autosaves/PackageRestoreData.json differ
diff --git a/TheProject/VRWizardProject/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini b/TheProject/VRWizardProject/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini
index 75ea24c..fbe229c 100644
--- a/TheProject/VRWizardProject/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini
+++ b/TheProject/VRWizardProject/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini
@@ -154,14 +154,14 @@ SplineTangentScale=0.500000
LastInViewportMenuLocation=(X=0.000000,Y=0.000000)
MaterialForDroppedTextures=None
MaterialParamsForDroppedTextures=()
-EditorViews=()
+EditorViews=(("/Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap", (LevelViewportsInfo=((CamPosition=(X=39.331596,Y=56.438354,Z=104.521103),CamOrthoZoom=250.000000),(CamPosition=(X=39.331596,Y=56.438354,Z=104.521103),CamOrthoZoom=250.000000),(CamPosition=(X=39.331596,Y=56.438354,Z=104.521103),CamOrthoZoom=250.000000),(CamPosition=(X=-1094.484147,Y=-275.292216,Z=1418.452219),CamRotation=(Pitch=-23.999982,Yaw=699.397681,Roll=0.000004)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True)))),("/Game/ProjectAssets/Maps/TheMainWorld.TheMainWorld", (LevelViewportsInfo=((CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951)),(CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951)),(CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951)),(CamPosition=(X=-1598.602258,Y=17.139424,Z=309.561749),CamRotation=(Pitch=-3.642047,Yaw=0.235534,Roll=0.000009)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True)))))
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,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,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,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,PropertyColoration=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,LevelColoration=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,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,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,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,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=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,PropertyColoration=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,LevelColoration=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=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,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,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="",StrataVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=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,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,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,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,PropertyColoration=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=0,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,LevelColoration=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,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,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,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,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=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,PropertyColoration=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=0,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,LevelColoration=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=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,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,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="",StrataVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=True,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=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,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,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,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,PropertyColoration=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,LevelColoration=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,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,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,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,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=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,PropertyColoration=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,LevelColoration=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=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,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,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="",StrataVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=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,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,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,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,PropertyColoration=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,LevelColoration=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,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,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,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,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=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,PropertyColoration=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,LevelColoration=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=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,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,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="",StrataVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True))
[EditorStartup]
-LastLevel=/Game/VRTemplate/Maps/VRTemplateMap
+LastLevel=/Game/ProjectAssets/Maps/TheMainWorld
[AssetEditorSubsystem]
CleanShutdown=False
@@ -188,7 +188,7 @@ ContentBrowserTab1.VerticalSplitter.SlotSize1=0.75
ContentBrowserTab1.FavoriteSplitter.SlotSize0=0.200000003
ContentBrowserTab1.FavoriteSplitter.SlotSize1=0.800000012
ContentBrowserTab1.FavoriteSplitter.SlotSize2=0.400000006
-ContentBrowserTab1.SelectedPaths=/Game/StarterContent/Architecture
+ContentBrowserTab1.SelectedPaths=/Game/ProjectAssets/Props/Wands/Wand1
ContentBrowserTab1.PluginFilters=
ContentBrowserTab1.Favorites.SelectedPaths=
FavoritePaths=
@@ -196,6 +196,27 @@ ContentBrowserTab1.SelectedCollections=
ContentBrowserTab1.ExpandedCollections=
ContentBrowserTab1.ThumbnailSize=2
ContentBrowserTab1.CurrentViewType=1
+ContentBrowserDrawer.SourcesExpanded=True
+ContentBrowserDrawer.FavoritesAreaExpanded=False
+ContentBrowserDrawer.PathAreaExpanded=True
+ContentBrowserDrawer.CollectionAreaExpanded=False
+ContentBrowserDrawer.FavoritesSearchAreaExpanded=False
+ContentBrowserDrawer.PathSearchAreaExpanded=False
+ContentBrowserDrawer.CollectionSearchAreaExpanded=False
+ContentBrowserDrawer.VerticalSplitter.SlotSize0=0.150000006
+ContentBrowserDrawer.VerticalSplitter.SlotSize1=0.75
+ContentBrowserDrawer.FavoriteSplitter.SlotSize0=0.200000003
+ContentBrowserDrawer.FavoriteSplitter.SlotSize1=0.800000012
+ContentBrowserDrawer.FavoriteSplitter.SlotSize2=0.400000006
+ContentBrowserDrawer.SelectedPaths=/Game/ProjectAssets/Props/Wands/Wand1
+ContentBrowserDrawer.PluginFilters=
+ContentBrowserDrawer.Favorites.SelectedPaths=
+ContentBrowserDrawer.SelectedCollections=
+ContentBrowserDrawer.ExpandedCollections=
+ContentBrowserDrawer.ThumbnailSize=2
+ContentBrowserDrawer.CurrentViewType=1
+AssetDialog.ThumbnailSize=2
+AssetDialog.CurrentViewType=1
[SlateAdditionalLayoutConfig]
Viewport 1.LayoutType=FourPanes2x2
@@ -1646,6 +1667,36 @@ UdpMessagingSettings.Transport=True
UdpMessagingSettings.Tunnel=True
WmfMediaSettings.Media=True
WmfMediaSettings.Debug=True
+InterchangeGenericAssetsPipeline.Common=True
+InterchangeGenericAssetsPipeline.Common Meshes=True
+InterchangeGenericAssetsPipeline.Common Skeletal Meshes and Animations=True
+InterchangeGenericAssetsPipeline.Static Meshes=True
+InterchangeGenericAssetsPipeline.Skeletal Meshes=True
+InterchangeGenericAssetsPipeline.Animations=True
+InterchangeGenericAssetsPipeline.Materials=True
+InterchangeGenericAssetsPipeline.Textures=True
+StaticMeshActor.TransformCommon=True
+StaticMeshActor.StaticMesh=True
+StaticMeshActor.Materials=True
+StaticMeshActor.Physics=True
+StaticMeshActor.Collision=True
+StaticMeshActor.Lighting=True
+StaticMeshActor.Rendering=True
+StaticMeshActor.HLOD=True
+StaticMeshActor.PathTracing=True
+StaticMeshActor.Navigation=True
+StaticMeshActor.VirtualTexture=True
+StaticMeshActor.Tags=True
+StaticMeshActor.Cooking=True
+StaticMeshActor.Replication=True
+StaticMeshActor.Networking=True
+StaticMeshActor.Actor=True
+LightmassImportanceVolume.TransformCommon=True
+LightmassImportanceVolume.BrushSettings=True
+LightmassImportanceVolume.Replication=True
+LightmassImportanceVolume.HLOD=True
+LightmassImportanceVolume.Networking=True
+LightmassImportanceVolume.Actor=True
[DetailMultiObjectNodeExpansion]
GeneralProjectSettings=True
@@ -1660,3 +1711,140 @@ bStopBuildOnUnAppliedCriticalItems=False
bGuidedTutorialComplete=True
bShowGuidedTutorial=False
+[MRU]
+MRUItem0=/Game/ProjectAssets/Maps/TheMainWorld
+MRUItem1=/Game/VRTemplate/Maps/VRTemplateMap
+
+[Interchange_StackName__Assets__PipelineClassName_InterchangeGenericMaterialPipeline]
+bImportMaterials=True
+AssetName=
+MaterialImport=ImportAsMaterials
+ParentMaterial=None
+BaseNodeContainer=None
+Results=None
+
+[Interchange_StackName__Assets__PipelineClassName_InterchangeGenericTexturePipeline]
+bImportTextures=True
+AssetName=
+bDetectNormalMapTexture=True
+bFlipNormalMapGreenChannel=False
+bImportUDIMs=True
+FileExtensionsToImportAsLongLatCubemap=("hdr")
+bPreferCompressedSourceData=False
+bAllowNonPowerOfTwo=True
+BaseNodeContainer=None
+Results=None
+
+[Interchange_StackName__Assets__PipelineClassName_InterchangeGenericAssetsPipeline]
+ReimportStrategy=ApplyNoProperties
+bUseSourceNameForAsset=True
+AssetName=
+ImportOffsetTranslation=(X=0.000000,Y=0.000000,Z=0.000000)
+ImportOffsetRotation=(Pitch=0.000000,Yaw=0.000000,Roll=0.000000)
+ImportOffsetUniformScale=1.000000
+Results=None
+
+[Interchange_StackName__Assets__PipelineClassName_InterchangeGenericCommonMeshesProperties]
+ForceAllMeshAsType=IFMT_None
+bImportLods=True
+bBakeMeshes=True
+VertexColorImportOption=IVCIO_Replace
+VertexOverrideColor=(B=0,G=0,R=0,A=0)
+bRecomputeNormals=False
+bRecomputeTangents=True
+bUseMikkTSpace=True
+bComputeWeightedNormals=False
+bUseHighPrecisionTangentBasis=False
+bUseFullPrecisionUVs=False
+bUseBackwardsCompatibleF16TruncUVs=False
+bRemoveDegenerates=False
+Results=None
+
+[Interchange_StackName__Assets__PipelineClassName_InterchangeGenericCommonSkeletalMeshesAndAnimationsProperties]
+bImportOnlyAnimations=False
+Skeleton=None
+bImportMeshesInBoneHierarchy=True
+bUseT0AsRefPose=False
+bConvertStaticsWithMorphTargetsToSkeletals=True
+Results=None
+
+[Interchange_StackName__Assets__PipelineClassName_InterchangeGenericMeshPipeline]
+bImportStaticMeshes=True
+bCombineStaticMeshes=False
+LodGroup=None
+bImportCollision=True
+bImportCollisionAccordingToMeshName=True
+bOneConvexHullPerUCX=True
+bBuildNanite=False
+bBuildReversedIndexBuffer=True
+bGenerateLightmapUVs=True
+bGenerateDistanceFieldAsIfTwoSided=False
+bSupportFaceRemap=False
+MinLightmapResolution=64
+SrcLightmapIndex=0
+DstLightmapIndex=1
+BuildScale3D=(X=1.000000,Y=1.000000,Z=1.000000)
+DistanceFieldResolutionScale=1.000000
+DistanceFieldReplacementMesh=None
+MaxLumenMeshCards=12
+bImportSkeletalMeshes=True
+SkeletalMeshImportContentType=All
+LastSkeletalMeshImportContentType=All
+bCombineSkeletalMeshes=True
+bImportMorphTargets=True
+bUpdateSkeletonReferencePose=False
+bCreatePhysicsAsset=True
+PhysicsAsset=None
+bUseHighPrecisionSkinWeights=False
+ThresholdPosition=0.000020
+ThresholdTangentNormal=0.000020
+ThresholdUV=0.000977
+MorphThresholdPosition=0.015000
+BoneInfluenceLimit=0
+Results=None
+
+[Interchange_StackName__Assets__PipelineClassName_InterchangeGenericAnimationPipeline]
+bImportAnimations=True
+bImportBoneTracks=True
+AnimationRange=Timeline
+FrameImportRange=(Min=0,Max=0)
+bUse30HzToBakeBoneAnimation=False
+CustomBoneAnimationSampleRate=0
+bSnapToClosestFrameBoundary=False
+bImportCustomAttribute=True
+bAddCurveMetadataToSkeleton=True
+bSetMaterialDriveParameterOnCustomAttribute=False
+MaterialCurveSuffixes=_mat
+bRemoveCurveRedundantKeys=False
+bDoNotImportCurveWithZero=False
+bDeleteExistingNonCurveCustomAttributes=False
+bDeleteExistingCustomAttributeCurves=False
+bDeleteExistingMorphTargetCurves=False
+SourceAnimationName=
+bSceneImport=False
+Results=None
+
+[InterchangeSelectPipeline]
+Assets_LastSelectedPipeline=InterchangeGenericAssetsPipeline
+
+[Interchange_StackName__Assets__PipelineClassName_InterchangeGLTFPipeline]
+bUseGLTFMaterialInstanceLibrary=False
+Results=None
+
+[PlacementMode]
+RecentlyPlaced=/Game/ProjectAssets/Props/Wands/Wand1/_001._001;
+RecentlyPlaced=/Game/ProjectAssets/Props/Wands/Wand1/_002._002;
+RecentlyPlaced=/Game/ProjectAssets/Props/Wands/Wand1/material.material;
+RecentlyPlaced=/Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_orb.sm_wand4_orb;
+RecentlyPlaced=/Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_gem.sm_wand4_gem;
+RecentlyPlaced=/Game/ProjectAssets/Props/Wands/sm_wand3_more.sm_wand3_more;
+RecentlyPlaced=/Game/ProjectAssets/Props/Wands/sm_wand3_less.sm_wand3_less;
+
+[DetailPropertyExpansion]
+LightmassImportanceVolume="\"Object.BrushBuilder.BrushBuilder.Object.BrushSettings\" "
+Volume="\"Object.BrushBuilder.BrushBuilder.Object.BrushSettings\" "
+Brush="\"Object.BrushBuilder.BrushBuilder.Object.BrushSettings\" "
+
+[AssetEditorSubsystemRecents]
+MRUItem0=/Game/ProjectAssets/Maps/TheMainWorld
+
diff --git a/TheProject/VRWizardProject/Saved/Config/WorldState/3747632677.json b/TheProject/VRWizardProject/Saved/Config/WorldState/3747632677.json
new file mode 100644
index 0000000..75e2828
Binary files /dev/null and b/TheProject/VRWizardProject/Saved/Config/WorldState/3747632677.json differ
diff --git a/TheProject/VRWizardProject/Saved/Config/WorldState/527781165.json b/TheProject/VRWizardProject/Saved/Config/WorldState/527781165.json
new file mode 100644
index 0000000..12351b5
Binary files /dev/null and b/TheProject/VRWizardProject/Saved/Config/WorldState/527781165.json differ
diff --git a/TheProject/VRWizardProject/Saved/Crashes/UECC-Windows-168F2543488F3FBA9A5799838FE375BB_0000/CrashContext.runtime-xml b/TheProject/VRWizardProject/Saved/Crashes/UECC-Windows-168F2543488F3FBA9A5799838FE375BB_0000/CrashContext.runtime-xml
new file mode 100644
index 0000000..9a56006
--- /dev/null
+++ b/TheProject/VRWizardProject/Saved/Crashes/UECC-Windows-168F2543488F3FBA9A5799838FE375BB_0000/CrashContext.runtime-xml
@@ -0,0 +1,291 @@
+
+
+
+ 3
+ 2E33AB8B4618B72F5A41CC97FF563DA9
+ UECC-Windows-168F2543488F3FBA9A5799838FE375BB_0000
+ false
+ true
+ false
+ Stall
+ FShaderCompilingManager::BlockOnShaderMapCompletion
+
+ Attended
+ 15040
+ 3290
+ false
+ false
+ true
+ false
+ UE-VRWizardProject
+ UnrealEditor
+ Development
+
+ WindowsEditor
+ Win64 [Windows 10 (22H2) [10.0.19045.4291] 64b]
+ Windows
+ Editor
+ Dirty
+ UE_5.3
+ 5.3.2-29314046+++UE5+Release-5.3
+ 5.3.2-29314046+++UE5+Release-5.3
+ CommandLineRemoved
+ 0
+ en-150
+ ++UE5+Release-5.3-CL-29314046
+ **UE5*Release-5.3-CL-29314046-Win64-Development
+ true
+ false
+
+ D:/Epic Games/UE_5.3/Engine/Binaries/Win64/
+ D:/Epic Games/UE_5.3/
+ 583989464419A262F3C29F86FB93FD50
+ 583989464419a262f3c29f86fb93fd50
+ ffd9b84f675742ebbfb609d9f094a16c
+
+ Sent in the unattended mode
+ Layout="ContentBrowserTab1" Label="Content Browser" Content=SBo
+ 0
+
+ 6
+ 12
+ 1
+ AuthenticAMD
+ AMD Ryzen 5 3600 6-Core Processor
+ NVIDIA GeForce RTX 2060
+ Windows 10 (22H2) [10.0.19045.4291]
+
+ 17105821696
+ 23816708096
+ 4096
+ 16
+ 5429944320
+ 4923424768
+ 2351652864
+ 3055763456
+ 3436449792
+ 3763159040
+ 0
+ 0
+ 0
+ 0
+
+ ntdll 0x00007ffcff770000 + 9d664 KERNELBASE 0x00007ffcfcf20000 + 4929e UnrealEditor-Core 0x00007ffccbe90000 + 687125 UnrealEditor-Engine 0x00007ffcbb530000 + 200d6de UnrealEditor-Engine 0x00007ffcbb530000 + 2027c60 UnrealEditor-Engine 0x00007ffcbb530000 + 18f9d83 UnrealEditor-UnrealEd 0x00007ffc83fd0000 + f14d85 UnrealEditor-UnrealEd 0x00007ffc83fd0000 + 142ed05 UnrealEditor-UnrealEd 0x00007ffc83fd0000 + 141346f UnrealEditor-UnrealEd 0x00007ffc83fd0000 + c694c2 UnrealEditor-UnrealEd 0x00007ffc83fd0000 + c67d4d UnrealEditor-UnrealEd 0x00007ffc83fd0000 + ca3960 UnrealEditor-UnrealEd 0x00007ffc83fd0000 + ca3f93 UnrealEditor-AssetTools 0x00007ffc78050000 + 125d98 UnrealEditor-AssetTools 0x00007ffc78050000 + c6e12 UnrealEditor-AssetTools 0x00007ffc78050000 + 14d234 UnrealEditor-AssetTools 0x00007ffc78050000 + 10aa01 UnrealEditor-ContentBrowserAssetDataSource 0x000002b8cc380000 + a25b8 UnrealEditor-ContentBrowserAssetDataSource 0x000002b8cc380000 + a2afe UnrealEditor-ContentBrowserAssetDataSource 0x000002b8cc380000 + 4a10e UnrealEditor-ContentBrowser 0x00007ffc71c00000 + e68f2 UnrealEditor-ContentBrowser 0x00007ffc71c00000 + 11aecc UnrealEditor-ContentBrowser 0x00007ffc71c00000 + 195bcd UnrealEditor-Slate 0x00007ffccb3a0000 + aeb0 UnrealEditor-Slate 0x00007ffccb3a0000 + 227db0 UnrealEditor-Slate 0x00007ffccb3a0000 + 22d690 UnrealEditor-Slate 0x00007ffccb3a0000 + 1f979a UnrealEditor-Slate 0x00007ffccb3a0000 + 29a5fa UnrealEditor-Slate 0x00007ffccb3a0000 + 29df65 UnrealEditor-Slate 0x00007ffccb3a0000 + 2bf3e8 UnrealEditor-Slate 0x00007ffccb3a0000 + 2300dc UnrealEditor-Slate 0x00007ffccb3a0000 + 13b5a UnrealEditor-Slate 0x00007ffccb3a0000 + 7e365 UnrealEditor-Slate 0x00007ffccb3a0000 + 6b562 UnrealEditor-Slate 0x00007ffccb3a0000 + 5e2fa UnrealEditor-ApplicationCore 0x00007ffcd8100000 + 47dc6 UnrealEditor-ApplicationCore 0x00007ffcd8100000 + 2b83f UnrealEditor-ApplicationCore 0x00007ffcd8100000 + 4ab29 UnrealEditor-ApplicationCore 0x00007ffcd8100000 + 232e3 USER32 0x00007ffcff4e0000 + ef75 USER32 0x00007ffcff4e0000 + e69d UnrealEditor-ApplicationCore 0x00007ffcd8100000 + 4c226 UnrealEditor 0x00007ff69ef10000 + 76f2 UnrealEditor 0x00007ff69ef10000 + 2d28c UnrealEditor 0x00007ff69ef10000 + 2d37a UnrealEditor 0x00007ff69ef10000 + 30854 UnrealEditor 0x00007ff69ef10000 + 46984 UnrealEditor 0x00007ff69ef10000 + 49d7a KERNEL32 0x00007ffcff1b0000 + 17344 ntdll 0x00007ffcff770000 + 526b1
+ C04722EB768A4CC8B2B63B550EC5B43449C4E0AB
+
+
+ ntdll 0x00007ffcff770000 + 9d664 KERNELBASE 0x00007ffcfcf20000 + 4929e UnrealEditor-Core 0x00007ffccbe90000 + 687125 UnrealEditor-Engine 0x00007ffcbb530000 + 200d6de UnrealEditor-Engine 0x00007ffcbb530000 + 2027c60 UnrealEditor-Engine 0x00007ffcbb530000 + 18f9d83 UnrealEditor-UnrealEd 0x00007ffc83fd0000 + f14d85 UnrealEditor-UnrealEd 0x00007ffc83fd0000 + 142ed05 UnrealEditor-UnrealEd 0x00007ffc83fd0000 + 141346f UnrealEditor-UnrealEd 0x00007ffc83fd0000 + c694c2 UnrealEditor-UnrealEd 0x00007ffc83fd0000 + c67d4d UnrealEditor-UnrealEd 0x00007ffc83fd0000 + ca3960 UnrealEditor-UnrealEd 0x00007ffc83fd0000 + ca3f93 UnrealEditor-AssetTools 0x00007ffc78050000 + 125d98 UnrealEditor-AssetTools 0x00007ffc78050000 + c6e12 UnrealEditor-AssetTools 0x00007ffc78050000 + 14d234 UnrealEditor-AssetTools 0x00007ffc78050000 + 10aa01 UnrealEditor-ContentBrowserAssetDataSource 0x000002b8cc380000 + a25b8 UnrealEditor-ContentBrowserAssetDataSource 0x000002b8cc380000 + a2afe UnrealEditor-ContentBrowserAssetDataSource 0x000002b8cc380000 + 4a10e UnrealEditor-ContentBrowser 0x00007ffc71c00000 + e68f2 UnrealEditor-ContentBrowser 0x00007ffc71c00000 + 11aecc UnrealEditor-ContentBrowser 0x00007ffc71c00000 + 195bcd UnrealEditor-Slate 0x00007ffccb3a0000 + aeb0 UnrealEditor-Slate 0x00007ffccb3a0000 + 227db0 UnrealEditor-Slate 0x00007ffccb3a0000 + 22d690 UnrealEditor-Slate 0x00007ffccb3a0000 + 1f979a UnrealEditor-Slate 0x00007ffccb3a0000 + 29a5fa UnrealEditor-Slate 0x00007ffccb3a0000 + 29df65 UnrealEditor-Slate 0x00007ffccb3a0000 + 2bf3e8 UnrealEditor-Slate 0x00007ffccb3a0000 + 2300dc UnrealEditor-Slate 0x00007ffccb3a0000 + 13b5a UnrealEditor-Slate 0x00007ffccb3a0000 + 7e365 UnrealEditor-Slate 0x00007ffccb3a0000 + 6b562 UnrealEditor-Slate 0x00007ffccb3a0000 + 5e2fa UnrealEditor-ApplicationCore 0x00007ffcd8100000 + 47dc6 UnrealEditor-ApplicationCore 0x00007ffcd8100000 + 2b83f UnrealEditor-ApplicationCore 0x00007ffcd8100000 + 4ab29 UnrealEditor-ApplicationCore 0x00007ffcd8100000 + 232e3 USER32 0x00007ffcff4e0000 + ef75 USER32 0x00007ffcff4e0000 + e69d UnrealEditor-ApplicationCore 0x00007ffcd8100000 + 4c226 UnrealEditor 0x00007ff69ef10000 + 76f2 UnrealEditor 0x00007ff69ef10000 + 2d28c UnrealEditor 0x00007ff69ef10000 + 2d37a UnrealEditor 0x00007ff69ef10000 + 30854 UnrealEditor 0x00007ff69ef10000 + 46984 UnrealEditor 0x00007ff69ef10000 + 49d7a KERNEL32 0x00007ffcff1b0000 + 17344 ntdll 0x00007ffcff770000 + 526b1
+ true
+
+ 1256
+ GameThread
+
+
+ 638506132778460000
+ 1
+ AMD Ryzen 5 3600 6-Core Processor
+ 1.0
+
+
+ 1
+ false
+ 0
+ 0
+
+
+ WindowsNo errors
+ false
+ true
+ false
+ true
+ false
+ true
+ false
+ true
+ D3D12
+ NVIDIA GeForce RTX 2060
+ 516.94
+ 31.0.15.1694
+ 7-21-2022
+ SM6
+ NVIDIA
+ 1F08
+ WindowsEditor
+ true
+
+
+
+ { "Version": 24, "VersionName": "2023.0.8", "FriendlyName": "Bridge" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Enhanced Input" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "FastBuild Controller" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mesh Painting" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "TraceUtilities" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "XGE Controller" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "AISupport" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Environment Query Editor (Experimental)" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Actor Layer Utilities" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Android Device Profile Selector" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "AndroidFileServer" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Android Movie Player" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Android Runtime Permission" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Apple Image Utils" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Apple Movie Player" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Asset Tags" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Audio Capture" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "ArchVis Character" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Audio Synesthesia" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "AudioWidgets" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Cable Component" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Chunk Downloader" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Custom Mesh Component" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Example Device Profile Selector" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Geometry Cache" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Google Cloud Messaging" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Geometry Processing" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "GooglePAD" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Input Debugging" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "IOS Device Profile Selector" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Linux Device Profile Selector" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mobile Location Services Blueprints Library" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Mesh Modeling Toolset" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "MetaSound" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mobile Patching Utilities" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "MsQuic Runtime Plugin" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "OpenXR" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "OpenXREyeTracker" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "OpenXRHandTracking" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Procedural Mesh Component" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Property Access Editor" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Resonance Audio" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "RigVM" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Significance Manager" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "SoundFields" }
+ { "Version": 1, "VersionName": "1.1", "FriendlyName": "Synthesis and DSP Effects" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Wave Tables" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Movie Player for WebM files" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Windows Device Profile Selector" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Windows Movie Player" }
+ { "Version": 30004, "VersionName": "3.0.4", "FriendlyName": "Animation Compression Library" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Animation Data" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Animation Modifier Library" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "XRBase" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Blendspace Motion Analysis" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Control Rig" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Control Rig Spline" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "IK Rig" }
+ { "Version": 1, "VersionName": "2.0", "FriendlyName": "Live Link" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Oodle Network" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Datasmith Content" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "TCP Messaging" }
+ { "Version": 131, "VersionName": "1.3.1", "FriendlyName": "glTF Exporter" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "UDP Messaging" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Variant Manager" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Variant Manager Content" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Camera Shake Previewer" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Gameplay Cameras" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Alembic Importer" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Take Recorder" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Animation Sharing" }
+ { "Version": 2, "VersionName": "2.0", "FriendlyName": "CLion Integration" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "CodeLite Integration" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Dump GPU Services" }
+ { "Version": 14, "VersionName": "1.4", "FriendlyName": "Git" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "KDevelop Integration" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Linux Compiler-only Integration" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "10X Editor Integration" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Perforce" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "PIX for Windows GPU Capture Plugin" }
+ { "Version": 80, "VersionName": "1.8.0", "FriendlyName": "Plastic SCM" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Plugin Utilities" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Property Access Node" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "RenderDoc Plugin" }
+ { "Version": 2, "VersionName": "1.7", "FriendlyName": "Rider Integration" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Subversion" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Oodle Texture" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Trace Data Filtering" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "UObject Example Plugin" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Launcher Chunk Installer" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Visual Studio Code Integration" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Visual Studio Integration" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "XCode Integration" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Actor Sequence (Experimental)" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Niagara" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Level Sequence Editor" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Sequencer Scripting" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Template Sequence" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Interchange Tests" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Interchange Editor" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Interchange Framework" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Base" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Services" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem NULL" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem Utils" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Automation Utilities" }
+ { "Version": 1, "VersionName": "1", "FriendlyName": "BackChannel" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "ChaosCaching" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Chaos Cloth" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Chaos Cloth Editor" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "ChaosEditor" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Chaos Solver" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Chaos Niagara" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "ChaosUserDataPT" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "CharacterAI" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Editor DataflowGraph" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Fracture" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Full Body IK" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Geometry" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Localizable Message" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Experimental Mesh Modeling Toolset" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "OpenImageDenoise" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Planar Cut" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Platform Cryptography Plugin" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Proxy LOD Plugin (Experimental)" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Python Editor Script Plugin" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Skeletal Mesh Simplifier (Early Access)" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Struct Utils" }
+ { "Version": 1, "VersionName": "0.1", "FriendlyName": "Tool Presets" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Asset Manager Editor" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Paper2D" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Blueprint C++ Header Preview" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Changelist Reviews" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "CryptoKeys" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Curve Editor Tools" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Data Validation" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "EditorDebugTools" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Editor Scripting Utilities" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Engine Asset Definitions" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Facial Animation Bulk Importer" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "GameplayTagsEditor" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "GeometryMode" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mac Graphics Switching" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Material Analyzer" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Wizard for mobile packaging scenarios" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Sequencer Anim Tools" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Plugin Browser" }
+ { "Version": 2, "VersionName": "2.0", "FriendlyName": "Android Media Player" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "SpeedTree Importer" }
+ { "Version": 2, "VersionName": "0.2", "FriendlyName": "UVEditor" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "World Partition HLOD Utilities" }
+ { "Version": 2, "VersionName": "2.0", "FriendlyName": "AVF Media Player" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Media Compositing" }
+ { "Version": 0, "VersionName": "0.1", "FriendlyName": "Media Plate" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Image Sequence Media Player" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Media Player Editor" }
+ { "Version": 2, "VersionName": "2.0", "FriendlyName": "WMF Media Player" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "WebM Video Player" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Light Mixer" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Object Mixer" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "SQLite" }
+ { "Version": 1, "VersionName": "0.2", "FriendlyName": "Concert - Main" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem GooglePlay" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem iOS" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Content Browser - Asset Data Source" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Content Browser - Class Data Source" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Content Browser - File Data Source" }
+ { "Version": 1, "VersionName": "1.0", "FriendlyName": "Portable Object File Data Source" }
+ { "Version": 1, "VersionName": "0.2", "FriendlyName": "Concert Sync - Client" }
+ { "Version": 1, "VersionName": "0.2", "FriendlyName": "Concert Sync Core" }
+ { "Version": 1, "VersionName": "1.96.0", "FriendlyName": "Meta XR" }
+
+
diff --git a/TheProject/VRWizardProject/Saved/Crashes/UECC-Windows-168F2543488F3FBA9A5799838FE375BB_0000/CrashReportClient.ini b/TheProject/VRWizardProject/Saved/Crashes/UECC-Windows-168F2543488F3FBA9A5799838FE375BB_0000/CrashReportClient.ini
new file mode 100644
index 0000000..e6a72c5
--- /dev/null
+++ b/TheProject/VRWizardProject/Saved/Crashes/UECC-Windows-168F2543488F3FBA9A5799838FE375BB_0000/CrashReportClient.ini
@@ -0,0 +1,7 @@
+[CrashReportClient]
+bHideLogFilesOption=false
+bIsAllowedToCloseWithoutSending=true
+CrashConfigPurgeDays=2
+Stall.RecordDump=false
+Ensure.RecordDump=true
+
diff --git a/TheProject/VRWizardProject/Saved/Crashes/UECC-Windows-168F2543488F3FBA9A5799838FE375BB_0000/VRWizardProject_2.log b/TheProject/VRWizardProject/Saved/Crashes/UECC-Windows-168F2543488F3FBA9A5799838FE375BB_0000/VRWizardProject_2.log
new file mode 100644
index 0000000..84503e6
--- /dev/null
+++ b/TheProject/VRWizardProject/Saved/Crashes/UECC-Windows-168F2543488F3FBA9A5799838FE375BB_0000/VRWizardProject_2.log
@@ -0,0 +1,1822 @@
+Log file open, 05/06/24 19:32:56
+LogWindows: Failed to load 'aqProf.dll' (GetLastError=126)
+LogWindows: File 'aqProf.dll' does not exist
+LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64).
+LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126)
+LogWindows: File 'VtuneApi.dll' does not exist
+LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126)
+LogWindows: File 'VtuneApi32e.dll' does not exist
+LogWindows: Started CrashReportClient (pid=20668)
+LogWindows: Custom abort handler registered for crash reporting.
+LogInit: Display: Running engine for game: VRWizardProject
+LogCore: UnrealTraceServer: Trace store launch successful
+LogTrace: Initializing trace...
+LogCore: Display: Requested channels: 'cpu,gpu,frame,log,bookmark,screenshot,region'
+LogTrace: Finished trace initialization.
+LogCsvProfiler: Display: Metadata set : platform="Windows"
+LogCsvProfiler: Display: Metadata set : config="Development"
+LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.3-CL-29314046"
+LogCsvProfiler: Display: Metadata set : engineversion="5.3.2-29314046+++UE5+Release-5.3"
+LogCsvProfiler: Display: Metadata set : os="Windows 10 (22H2) [10.0.19045.4291] "
+LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 5 3600 6-Core Processor"
+LogCsvProfiler: Display: Metadata set : pgoenabled="0"
+LogCsvProfiler: Display: Metadata set : pgoprofilingenabled="0"
+LogCsvProfiler: Display: Metadata set : ltoenabled="0"
+LogCsvProfiler: Display: Metadata set : asan="0"
+LogCsvProfiler: Display: Metadata set : commandline="" "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/VRWizardProject.uproject" -AUTH_LOGIN=unused -AUTH_PASSWORD=ca333ebcdf384de4b27d095b577529e9 -AUTH_TYPE=exchangecode -epicapp=UE_5.3 -epicenv=Prod -EpicPortal -epicusername=EgonVM -epicuserid=ffd9b84f675742ebbfb609d9f094a16c -epiclocale=en -epicsandboxid=ue""
+LogCsvProfiler: Display: Metadata set : loginid="583989464419a262f3c29f86fb93fd50"
+LogCsvProfiler: Display: Metadata set : llm="0"
+LogStats: Stats thread started at 0.290523
+LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +2:00, Platform Override: ''
+LogInit: Session CrashGUID >====================================================
+ Session CrashGUID > UECC-Windows-168F2543488F3FBA9A5799838FE375BB
+ Session CrashGUID >====================================================
+LogConfig: Display: Loading VulkanPC ini files took 0.04 seconds
+LogConfig: Display: Loading Android ini files took 0.04 seconds
+LogConfig: Display: Loading Mac ini files took 0.04 seconds
+LogConfig: Display: Loading IOS ini files took 0.04 seconds
+LogConfig: Display: Loading TVOS ini files took 0.04 seconds
+LogConfig: Display: Loading Unix ini files took 0.04 seconds
+LogConfig: Display: Loading LinuxArm64 ini files took 0.05 seconds
+LogConfig: Display: Loading Linux ini files took 0.05 seconds
+LogAssetRegistry: Display: Asset registry cache read as 17.5 MiB from E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Intermediate/CachedAssetRegistry_0.bin
+LogConfig: Display: Loading Windows ini files took 0.03 seconds
+LogPluginManager: Mounting Engine plugin Bridge
+LogPluginManager: Mounting Engine plugin EnhancedInput
+LogPluginManager: Found config from plugin[EnhancedInput] Input
+LogPluginManager: Mounting Engine plugin FastBuildController
+LogPluginManager: Mounting Engine plugin MeshPainting
+LogPluginManager: Mounting Engine plugin TraceUtilities
+LogPluginManager: Mounting Engine plugin XGEController
+LogPluginManager: Mounting Engine plugin AISupport
+LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor
+LogPluginManager: Mounting Engine plugin ActorLayerUtilities
+LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector
+LogPluginManager: Mounting Engine plugin AndroidFileServer
+LogPluginManager: Mounting Engine plugin AndroidMoviePlayer
+LogPluginManager: Mounting Engine plugin AndroidPermission
+LogPluginManager: Mounting Engine plugin AppleImageUtils
+LogPluginManager: Mounting Engine plugin AppleMoviePlayer
+LogPluginManager: Mounting Engine plugin AssetTags
+LogPluginManager: Mounting Engine plugin AudioCapture
+LogPluginManager: Mounting Engine plugin ArchVisCharacter
+LogPluginManager: Mounting Engine plugin AudioSynesthesia
+LogPluginManager: Mounting Engine plugin AudioWidgets
+LogPluginManager: Mounting Engine plugin CableComponent
+LogPluginManager: Mounting Engine plugin ChunkDownloader
+LogPluginManager: Mounting Engine plugin CustomMeshComponent
+LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector
+LogPluginManager: Mounting Engine plugin GeometryCache
+LogPluginManager: Mounting Engine plugin GoogleCloudMessaging
+LogPluginManager: Mounting Engine plugin GeometryProcessing
+LogPluginManager: Mounting Engine plugin GooglePAD
+LogPluginManager: Mounting Engine plugin InputDebugging
+LogPluginManager: Found config from plugin[InputDebugging] Input
+LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector
+LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector
+LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary
+LogPluginManager: Mounting Engine plugin MeshModelingToolset
+LogPluginManager: Mounting Engine plugin Metasound
+LogPluginManager: Mounting Engine plugin MobilePatchingUtils
+LogPluginManager: Mounting Engine plugin MsQuic
+LogPluginManager: Mounting Engine plugin OpenXR
+LogPluginManager: Mounting Engine plugin OpenXREyeTracker
+LogPluginManager: Mounting Engine plugin OpenXRHandTracking
+LogPluginManager: Mounting Engine plugin ProceduralMeshComponent
+LogPluginManager: Mounting Engine plugin PropertyAccessEditor
+LogPluginManager: Mounting Engine plugin ResonanceAudio
+LogPluginManager: Mounting Engine plugin RigVM
+LogPluginManager: Mounting Engine plugin SignificanceManager
+LogPluginManager: Mounting Engine plugin SoundFields
+LogPluginManager: Mounting Engine plugin Synthesis
+LogPluginManager: Mounting Engine plugin WaveTable
+LogPluginManager: Mounting Engine plugin WebMMoviePlayer
+LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector
+LogPluginManager: Mounting Engine plugin WindowsMoviePlayer
+LogPluginManager: Mounting Engine plugin ACLPlugin
+LogPluginManager: Mounting Engine plugin AnimationData
+LogPluginManager: Mounting Engine plugin AnimationModifierLibrary
+LogPluginManager: Mounting Engine plugin XRBase
+LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis
+LogPluginManager: Mounting Engine plugin ControlRig
+LogPluginManager: Mounting Engine plugin ControlRigSpline
+LogPluginManager: Mounting Engine plugin IKRig
+LogPluginManager: Mounting Engine plugin LiveLink
+LogPluginManager: Mounting Engine plugin OodleNetwork
+LogPluginManager: Mounting Engine plugin DatasmithContent
+LogPluginManager: Mounting Engine plugin TcpMessaging
+LogPluginManager: Mounting Engine plugin GLTFExporter
+LogPluginManager: Mounting Engine plugin UdpMessaging
+LogPluginManager: Mounting Engine plugin VariantManager
+LogPluginManager: Mounting Engine plugin VariantManagerContent
+LogPluginManager: Mounting Engine plugin CameraShakePreviewer
+LogPluginManager: Mounting Engine plugin GameplayCameras
+LogPluginManager: Mounting Engine plugin AlembicImporter
+LogPluginManager: Mounting Engine plugin Takes
+LogPluginManager: Mounting Engine plugin AnimationSharing
+LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess
+LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess
+LogPluginManager: Mounting Engine plugin DumpGPUServices
+LogPluginManager: Mounting Engine plugin GitSourceControl
+LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess
+LogPluginManager: Mounting Engine plugin NullSourceCodeAccess
+LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess
+LogPluginManager: Mounting Engine plugin PerforceSourceControl
+LogPluginManager: Mounting Engine plugin PixWinPlugin
+LogPluginManager: Mounting Engine plugin PlasticSourceControl
+LogPluginManager: Mounting Engine plugin PluginUtils
+LogPluginManager: Mounting Engine plugin PropertyAccessNode
+LogPluginManager: Mounting Engine plugin RenderDocPlugin
+LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess
+LogPluginManager: Mounting Engine plugin SubversionSourceControl
+LogPluginManager: Mounting Engine plugin TextureFormatOodle
+LogPluginManager: Mounting Engine plugin TraceDataFilters
+LogPluginManager: Mounting Engine plugin UObjectPlugin
+LogPluginManager: Mounting Engine plugin LauncherChunkInstaller
+LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess
+LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess
+LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess
+LogPluginManager: Mounting Engine plugin ActorSequence
+LogPluginManager: Mounting Engine plugin Niagara
+LogPluginManager: Mounting Engine plugin LevelSequenceEditor
+LogPluginManager: Mounting Engine plugin SequencerScripting
+LogPluginManager: Mounting Engine plugin TemplateSequence
+LogPluginManager: Mounting Engine plugin InterchangeTests
+LogPluginManager: Mounting Engine plugin InterchangeEditor
+LogPluginManager: Mounting Engine plugin Interchange
+LogPluginManager: Mounting Engine plugin OnlineBase
+LogPluginManager: Mounting Engine plugin OnlineServices
+LogPluginManager: Mounting Engine plugin OnlineSubsystem
+LogPluginManager: Mounting Engine plugin OnlineSubsystemNull
+LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils
+LogPluginManager: Mounting Engine plugin AutomationUtils
+LogPluginManager: Mounting Engine plugin BackChannel
+LogPluginManager: Mounting Engine plugin ChaosCaching
+LogPluginManager: Mounting Engine plugin ChaosCloth
+LogPluginManager: Mounting Engine plugin ChaosClothEditor
+LogPluginManager: Mounting Engine plugin ChaosEditor
+LogPluginManager: Mounting Engine plugin ChaosSolverPlugin
+LogPluginManager: Mounting Engine plugin ChaosNiagara
+LogPluginManager: Mounting Engine plugin ChaosUserDataPT
+LogPluginManager: Mounting Engine plugin CharacterAI
+LogPluginManager: Mounting Engine plugin Dataflow
+LogPluginManager: Mounting Engine plugin Fracture
+LogPluginManager: Mounting Engine plugin FullBodyIK
+LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin
+LogPluginManager: Mounting Engine plugin LocalizableMessage
+LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp
+LogPluginManager: Mounting Engine plugin OpenImageDenoise
+LogPluginManager: Mounting Engine plugin PlanarCut
+LogPluginManager: Mounting Engine plugin PlatformCrypto
+LogPluginManager: Mounting Engine plugin ProxyLODPlugin
+LogPluginManager: Mounting Engine plugin PythonScriptPlugin
+LogPluginManager: Mounting Engine plugin SkeletalReduction
+LogPluginManager: Mounting Engine plugin StructUtils
+LogPluginManager: Mounting Engine plugin ToolPresets
+LogPluginManager: Mounting Engine plugin AssetManagerEditor
+LogPluginManager: Mounting Engine plugin Paper2D
+LogPluginManager: Mounting Engine plugin BlueprintHeaderView
+LogPluginManager: Mounting Engine plugin ChangelistReview
+LogPluginManager: Mounting Engine plugin CryptoKeys
+LogPluginManager: Mounting Engine plugin CurveEditorTools
+LogPluginManager: Mounting Engine plugin DataValidation
+LogPluginManager: Mounting Engine plugin EditorDebugTools
+LogPluginManager: Mounting Engine plugin EditorScriptingUtilities
+LogPluginManager: Mounting Engine plugin EngineAssetDefinitions
+LogPluginManager: Mounting Engine plugin FacialAnimation
+LogPluginManager: Mounting Engine plugin GameplayTagsEditor
+LogPluginManager: Mounting Engine plugin GeometryMode
+LogPluginManager: Mounting Engine plugin MacGraphicsSwitching
+LogPluginManager: Mounting Engine plugin MaterialAnalyzer
+LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard
+LogPluginManager: Mounting Engine plugin SequencerAnimTools
+LogPluginManager: Mounting Engine plugin PluginBrowser
+LogPluginManager: Mounting Engine plugin AndroidMedia
+LogPluginManager: Mounting Engine plugin SpeedTreeImporter
+LogPluginManager: Mounting Engine plugin UVEditor
+LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities
+LogPluginManager: Mounting Engine plugin AvfMedia
+LogPluginManager: Mounting Engine plugin MediaCompositing
+LogPluginManager: Mounting Engine plugin MediaPlate
+LogPluginManager: Mounting Engine plugin ImgMedia
+LogPluginManager: Mounting Engine plugin MediaPlayerEditor
+LogPluginManager: Mounting Engine plugin WmfMedia
+LogPluginManager: Mounting Engine plugin WebMMedia
+LogPluginManager: Mounting Engine plugin LightMixer
+LogPluginManager: Mounting Engine plugin ObjectMixer
+LogPluginManager: Mounting Engine plugin SQLiteCore
+LogPluginManager: Mounting Engine plugin ConcertMain
+LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay
+LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS
+LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource
+LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource
+LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource
+LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource
+LogPluginManager: Mounting Engine plugin ConcertSyncClient
+LogPluginManager: Mounting Engine plugin ConcertSyncCore
+LogPluginManager: Mounting Project plugin OculusXR
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Bridge/Content/' mounted to '/Bridge/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/TraceUtilities/Content/' mounted to '/TraceUtilities/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/AudioSynesthesia/Content/' mounted to '/AudioSynesthesia/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/AudioWidgets/Content/' mounted to '/AudioWidgets/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/GeometryProcessing/Content/' mounted to '/GeometryProcessing/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/MeshModelingToolset/Content/' mounted to '/MeshModelingToolset/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/Metasound/Content/' mounted to '/Metasound/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/OpenXR/Content/' mounted to '/OpenXR/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/OpenXREyeTracker/Content/' mounted to '/OpenXREyeTracker/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/OpenXRHandTracking/Content/' mounted to '/OpenXRHandTracking/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/ResonanceAudio/Content/' mounted to '/ResonanceAudio/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/RigVM/Content/' mounted to '/RigVM/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/Synthesis/Content/' mounted to '/Synthesis/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/WaveTable/Content/' mounted to '/WaveTable/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/ACLPlugin/Content/' mounted to '/ACLPlugin/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/ControlRig/Content/' mounted to '/ControlRig/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/ControlRigSpline/Content/' mounted to '/ControlRigSpline/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/IKRig/Content/' mounted to '/IKRig/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Enterprise/DatasmithContent/Content/' mounted to '/DatasmithContent/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Enterprise/GLTFExporter/Content/' mounted to '/GLTFExporter/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/VirtualProduction/Takes/Content/' mounted to '/Takes/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Developer/AnimationSharing/Content/' mounted to '/AnimationSharing/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/FX/Niagara/Content/' mounted to '/Niagara/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/MovieScene/SequencerScripting/Content/' mounted to '/SequencerScripting/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Interchange/Runtime/Content/' mounted to '/Interchange/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosCaching/Content/' mounted to '/ChaosCaching/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosClothEditor/Content/' mounted to '/ChaosClothEditor/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosSolverPlugin/Content/' mounted to '/ChaosSolverPlugin/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosNiagara/Content/' mounted to '/ChaosNiagara/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/Dataflow/Content/' mounted to '/Dataflow/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/FullBodyIK/Content/' mounted to '/FullBodyIK/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/GeometryCollectionPlugin/Content/' mounted to '/GeometryCollectionPlugin/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/MeshModelingToolsetExp/Content/' mounted to '/MeshModelingToolsetExp/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/PythonScriptPlugin/Content/' mounted to '/PythonScriptPlugin/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ToolPresets/Content/' mounted to '/ToolPresets/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/2D/Paper2D/Content/' mounted to '/Paper2D/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/BlueprintHeaderView/Content/' mounted to '/BlueprintHeaderView/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/GeometryMode/Content/' mounted to '/GeometryMode/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/SpeedTreeImporter/Content/' mounted to '/SpeedTreeImporter/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/UVEditor/Content/' mounted to '/UVEditor/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Media/MediaCompositing/Content/' mounted to '/MediaCompositing/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Media/MediaPlate/Content/' mounted to '/MediaPlate/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/ObjectMixer/LightMixer/Content/' mounted to '/LightMixer/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/ObjectMixer/ObjectMixer/Content/' mounted to '/ObjectMixer/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Content/' mounted to '/ConcertSyncClient/'
+LogPackageName: Display: FPackageName: Mount point added: 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Plugins/MetaXR/Content/' mounted to '/OculusXR/'
+SourceControl: Revision control is disabled
+SourceControl: Revision control is disabled
+SourceControl: Revision control is disabled
+LogWindows: Failed to load 'WinPixGpuCapturer.dll' (GetLastError=126)
+LogWindows: File 'WinPixGpuCapturer.dll' does not exist
+PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX.
+LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine]
+RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings.
+LogInit: Using libcurl 8.4.0
+LogInit: - built for Windows
+LogInit: - supports SSL with OpenSSL/1.1.1t
+LogInit: - supports HTTP deflate (compression) using libz 1.2.13
+LogInit: - other features:
+LogInit: CURL_VERSION_SSL
+LogInit: CURL_VERSION_LIBZ
+LogInit: CURL_VERSION_IPV6
+LogInit: CURL_VERSION_ASYNCHDNS
+LogInit: CURL_VERSION_LARGEFILE
+LogInit: CurlRequestOptions (configurable via config and command line):
+LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate
+LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy
+LogInit: - bDontReuseConnections = false - Libcurl will reuse connections
+LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host
+LogInit: - LocalHostAddr = Default
+LogInit: - BufferSize = 65536
+LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467
+LogOnline: OSS: Created online subsystem instance for: NULL
+LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL]
+LogOculusPluginWrapper: OculusPlugin initialized successfully
+LogOVRPlugin: Display: CompositorOpenXR::PreInitialize(activity = 0000000000000000, apiType = 0, preinitializeFlags=0x0)
+LogOVRPlugin: Display: Support Non-Oculus runtime: NO
+LogOVRPlugin: Display: -- Set xrGetInstanceProcAddr to OpenXR Loader
+LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_RUNTIME_UNAVAILABLE]: xrEnumerateInstanceExtensionProperties(layerName, 0, &instanceExtensionCount, nullptr), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:460 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:312)
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_vulkan_enable
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_D3D11_enable
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_D3D12_enable
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_color_scale_bias
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_tracking
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_hand_tracking_mesh
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_hand_tracking_aim
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_hand_tracking_capsules
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_display_refresh_rate
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_color_space
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_depth
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_visibility_mask
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_cylinder
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_cube
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_convert_timespec_time
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_OCULUS_audio_device_guid
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_OCULUS_external_camera
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_render_model
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_virtual_keyboard
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_tracking_data_source
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_scene
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_container
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_query
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_storage
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_storage_batch
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_sharing
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_user
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_headset_id
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_spatial_entity_mesh
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_body_tracking
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_body_tracking_full_body
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_body_tracking_fidelity
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_body_tracking_calibration
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_touch_controller_pro
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_touch_controller_proximity
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_touch_controller_plus
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_haptic_amplitude_envelope
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_haptic_pcm
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_performance_metrics
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_debug_utils
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_simultaneous_hands_and_controllers
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_simultaneous_hands_controllers_management
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_detached_controllers
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX2_detached_controllers
+LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth
+LogOVRPlugin: Display: Available Layers: (0)
+LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_RUNTIME_UNAVAILABLE]: xrCreateInstance(&createInfo, &instance), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:2217 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:312)
+LogOVRPlugin: Display: Preinitialize: xrCreateInstance() failed
+LogHMD: Failed initializing OVRPlugin 1.96.0
+LogHMD: OpenXRHMDModule::InitInstance using DefaultLoader.
+LogHMD: Failed to enumerate extensions. Please check that you have a valid OpenXR runtime installed.
+LogInit: ExecutableName: UnrealEditor.exe
+LogInit: Build: ++UE5+Release-5.3-CL-29314046
+LogInit: Engine Version: 5.3.2-29314046+++UE5+Release-5.3
+LogInit: Compatible Engine Version: 5.3.0-27405482+++UE5+Release-5.3
+LogInit: Net CL: 27405482
+LogInit: OS: Windows 10 (22H2) [10.0.19045.4291] (), CPU: AMD Ryzen 5 3600 6-Core Processor , GPU: NVIDIA GeForce RTX 2060
+LogInit: Compiled (64-bit): Nov 3 2023 16:09:16
+LogInit: Architecture: x64
+LogInit: Compiled with Visual C++: 19.36.32537.00
+LogInit: Build Configuration: Development
+LogInit: Branch Name: ++UE5+Release-5.3
+LogInit: Command Line: -AUTH_LOGIN=unused -AUTH_PASSWORD=ca333ebcdf384de4b27d095b577529e9 -AUTH_TYPE=exchangecode -epicapp=UE_5.3 -epicenv=Prod -EpicPortal -epicusername=EgonVM -epicuserid=ffd9b84f675742ebbfb609d9f094a16c -epiclocale=en -epicsandboxid=ue
+LogInit: Base Directory: D:/Epic Games/UE_5.3/Engine/Binaries/Win64/
+LogInit: Allocator: Mimalloc
+LogInit: Installed Engine Build: 1
+LogInit: This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no
+LogDevObjectVersion: Number of dev versions registered: 36
+LogDevObjectVersion: Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10
+LogDevObjectVersion: Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0
+LogDevObjectVersion: Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 4
+LogDevObjectVersion: Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 40
+LogDevObjectVersion: Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 37
+LogDevObjectVersion: Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 3
+LogDevObjectVersion: Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0
+LogDevObjectVersion: Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0
+LogDevObjectVersion: Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 20
+LogDevObjectVersion: Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0
+LogDevObjectVersion: Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 47
+LogDevObjectVersion: Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 13
+LogDevObjectVersion: Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 3
+LogDevObjectVersion: Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1
+LogDevObjectVersion: Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 3
+LogDevObjectVersion: Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 17
+LogDevObjectVersion: Dev-Anim (AF43A65D-7FD3-4947-9873-3E8ED9C1BB05): 15
+LogDevObjectVersion: Dev-ReflectionCapture (6B266CEC-1EC7-4B8F-A30B-E4D90942FC07): 1
+LogDevObjectVersion: Dev-Automation (0DF73D61-A23F-47EA-B727-89E90C41499A): 1
+LogDevObjectVersion: FortniteMain (601D1886-AC64-4F84-AA16-D3DE0DEAC7D6): 111
+LogDevObjectVersion: FortniteValkyrie (8DBC2C5B-54A7-43E0-A768-FCBB7DA29060): 2
+LogDevObjectVersion: FortniteSeason (5B4C06B7-2463-4AF8-805B-BF70CDF5D0DD): 10
+LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 11
+LogDevObjectVersion: Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 10
+LogDevObjectVersion: Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1
+LogDevObjectVersion: Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 10
+LogDevObjectVersion: Dev-Physics-Ext (35F94A83-E258-406C-A318-09F59610247C): 41
+LogDevObjectVersion: Dev-PhysicsMaterial-Chaos (B68FC16E-8B1B-42E2-B453-215C058844FE): 1
+LogDevObjectVersion: Dev-CineCamera (B2E18506-4273-CFC2-A54E-F4BB758BBA07): 1
+LogDevObjectVersion: Dev-VirtualProduction (64F58936-FD1B-42BA-BA96-7289D5D0FA4E): 1
+LogDevObjectVersion: UE5-Main (697DD581-E64F-41AB-AA4A-51ECBEB7B628): 118
+LogDevObjectVersion: UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 47
+LogDevObjectVersion: UE5-PrivateFrosty (59DA5D52-1232-4948-B878-597870B8E98B): 8
+LogDevObjectVersion: UE5-Dev-Cooker (26075A32-730F-4708-88E9-8C32F1599D05): 0
+LogDevObjectVersion: Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2
+LogDevObjectVersion: UE5-Dev-LWCRendering (30D58BE3-95EA-4282-A6E3-B159D8EBB06A): 1
+LogCoreRedirects: AddRedirect(E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Config/WindowsEditor/OculusXR.ini) has substring redirect /OculusVR/, these are very slow and should be resolved as soon as possible!
+LogInit: Presizing for max 25165824 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
+LogInit: Object subsystem initialized
+LogConfig: Set CVar [[con.DebugEarlyDefault:1]]
+LogConfig: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created
+LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created
+LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created
+LogConfig: Set CVar [[r.setres:1280x720]]
+LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created
+LogConfig: CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] deferred - dummy variable created
+LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created
+LogConfig: CVar [[r.Occlusion.SingleRHIThreadStall:1]] deferred - dummy variable created
+LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.VSync:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine]
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:None]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:None]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Mobile.DisableVertexFog:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Mobile.AllowDitheredLODTransition:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[r.Mobile.AllowSoftwareOcclusion:0]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Mobile.VirtualTextures:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DiscardUnusedQuality:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.AllowOcclusionQueries:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.MinScreenRadiusForLights:0.030000]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.MinScreenRadiusForDepthPrepass:0.030000]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.MinScreenRadiusForCSMDepth:0.010000]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.PrecomputedVisibilityWarning:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.TextureStreaming:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[Compat.UseDXT5NormalMaps:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.VirtualTextures:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.VirtualTexturedLightmaps:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.VT.TileSize:128]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.VT.TileBorderSize:4]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.vt.FeedbackFactor:16]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[r.VT.EnableCompressZlib:1]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[r.VT.EnableCompressCrunch:0]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.ClearCoatNormal:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.ReflectionCaptureResolution:128]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.ReflectionEnvironmentLightmapMixBasedOnRoughness:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.ForwardShading:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.VertexFoggingForOpaque:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.AllowStaticLighting:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.NormalMapsForStaticLighting:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[r.DistanceFieldBuild.EightBit:0]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[r.GenerateLandscapeGIData:0]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[r.DistanceFieldBuild.Compress:0]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[r.TessellationAdaptivePixelsPerTriangle:48.000000]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.SeparateTranslucency:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.TranslucentSortPolicy:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[TranslucentSortAxis:(X=0.000000,Y=-1.000000,Z=0.000000)]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.CustomDepth:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.CustomDepthTemporalAAJitter:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.PostProcessing.PropagateAlpha:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DefaultFeature.Bloom:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusion:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusionStaticFraction:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.Method:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.Bias:1.000000]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[r.EyeAdaptation.EditorOnly:0]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:1.0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:1.0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DefaultFeature.MotionBlur:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DefaultFeature.LensFlare:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.TemporalAA.Upsampling:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[r.SSGI.Enable:0]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.AntiAliasingMethod:3]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DefaultFeature.LightUnits:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DefaultBackBufferPixelFormat:4]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Shadow.UnbuiltPreviewInGame:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.StencilForLODDither:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.EarlyZPass:3]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.EarlyZPassOnlyMaterialMasking:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DBuffer:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.ClearSceneMethod:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.VelocityOutputPass:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Velocity.EnableVertexDeformation:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.SelectiveBasePassOutputs:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[bDefaultParticleCutouts:0]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[fx.GPUSimulationTextureSizeX:1024]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[fx.GPUSimulationTextureSizeY:1024]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.AllowGlobalClipPlane:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.GBufferFormat:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.MorphTarget.Mode:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[vr.InstancedStereo:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.MobileHDR:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[vr.MobileMultiView:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Mobile.UseHWsRGBEncoding:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[vr.RoundRobinOcclusion:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[vr.ODSCapture:0]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.MeshStreaming:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.WireframeCullThreshold:5.000000]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.RayTracing:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.RayTracing.UseTextureLod:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.SupportStationarySkylight:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.SupportLowQualityLightmaps:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.SupportPointLightWholeSceneShadows:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[r.SupportAtmosphericFog:1]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.SupportSkyAtmosphere:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.SupportSkyAtmosphereAffectsHeightFog:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.SkinCache.CompileShaders:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.SkinCache.DefaultBehavior:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.SkinCache.SceneMemoryLimitInMB:128.000000]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Mobile.EnableStaticAndCSMShadowReceivers:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Mobile.EnableMovableLightCSMShaderCulling:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Mobile.AllowDistanceFieldShadows:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Mobile.AllowMovableDirectionalLights:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[r.MobileNumDynamicPointLights:4]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[r.MobileDynamicPointLightsUseStaticBranch:1]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[r.Mobile.EnableMovableSpotlights:0]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Mobile.EnableMovableSpotlightsShadow:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.GPUSkin.Support16BitBoneIndex:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.GPUSkin.Limit2BoneInfluences:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.SupportDepthOnlyIndexBuffers:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.SupportReversedIndexBuffers:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[r.LightPropagationVolume:0]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Mobile.AmbientOcclusion:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.GPUSkin.UnlimitedBoneInfluences:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.GPUSkin.UnlimitedBoneInfluencesThreshold:8]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Mobile.PlanarReflectionMode:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[bStreamSkeletalMeshLODs:(Default=False,PerPlatform=())]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[bDiscardSkeletalMeshOptionalLODs:(Default=False,PerPlatform=())]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: CVar [[VisualizeCalibrationCustomMaterialPath:None]] deferred - dummy variable created
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Mobile.AntiAliasing:3]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Mobile.FloatPrecisionMode:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.OpenGL.ForceDXC:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]]
+[2024.05.06-16.32.56:824][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:0]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Set CVar [[gc.PendingKillEnabled:1]]
+[2024.05.06-16.32.56:825][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine]
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine]
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created
+[2024.05.06-16.32.56:825][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created
+[2024.05.06-16.32.56:827][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.TileOverscan:3]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: CVar [[r.TSR.Velocity.Extrapolation:1]] deferred - dummy variable created
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.AOQuality:2]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.BloomQuality:5]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]]
+[2024.05.06-16.32.56:827][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.DetailMode:2]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: CVar [[fx.Niagara.QualityLevel:3]] deferred - dummy variable created
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]]
+[2024.05.06-16.32.56:828][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]]
+[2024.05.06-16.32.56:831][ 0]LogRHI: Using Default RHI: D3D12
+[2024.05.06-16.32.56:831][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6
+[2024.05.06-16.32.56:831][ 0]LogRHI: Loading RHI module D3D12RHI
+[2024.05.06-16.32.56:839][ 0]LogD3D12RHI: Aftermath initialized
+[2024.05.06-16.32.56:839][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64).
+[2024.05.06-16.32.56:839][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system.
+[2024.05.06-16.32.56:977][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 2060 (VendorId: 10de, DeviceId: 1f08, SubSysId: 37551462, Revision: 00a1
+[2024.05.06-16.32.56:977][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.6, binding tier 3, wave ops supported, atomic64 supported
+[2024.05.06-16.32.56:977][ 0]LogD3D12RHI: Adapter has 5980MB of dedicated video memory, 0MB of dedicated system memory, and 8156MB of shared system memory, 1 output[s]
+[2024.05.06-16.32.56:978][ 0]LogD3D12RHI: Driver Version: 516.94 (internal:31.0.15.1694, unified:516.94)
+[2024.05.06-16.32.56:978][ 0]LogD3D12RHI: Driver Date: 7-21-2022
+[2024.05.06-16.32.56:981][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000
+[2024.05.06-16.32.56:981][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported
+[2024.05.06-16.32.56:981][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 8156MB of shared system memory, 0 output[s]
+[2024.05.06-16.32.56:981][ 0]LogD3D12RHI: DirectX Agility SDK runtime found.
+[2024.05.06-16.32.56:981][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0
+[2024.05.06-16.32.56:981][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used.
+[2024.05.06-16.32.56:981][ 0]LogInit: Selected Device Profile: [WindowsEditor]
+[2024.05.06-16.32.56:981][ 0]LogHAL: Display: Platform has ~ 16 GB [17105821696 / 17179869184 / 16], which maps to Larger [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0)
+[2024.05.06-16.32.56:981][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows]
+[2024.05.06-16.32.56:981][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile []
+[2024.05.06-16.32.56:981][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini]
+[2024.05.06-16.32.56:981][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]]
+[2024.05.06-16.32.56:981][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]]
+[2024.05.06-16.32.56:981][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]]
+[2024.05.06-16.32.56:982][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine]
+[2024.05.06-16.32.56:982][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Config/WindowsEditor/Editor.ini]
+[2024.05.06-16.32.56:982][ 0]LogInit: Computer: DESKTOP-G72JM0I
+[2024.05.06-16.32.56:982][ 0]LogInit: User: egonh
+[2024.05.06-16.32.56:982][ 0]LogInit: CPU Page size=4096, Cores=6
+[2024.05.06-16.32.56:982][ 0]LogInit: High frequency timer resolution =10.000000 MHz
+[2024.05.06-16.32.56:982][ 0]LogMemory: Memory total: Physical=15.9GB (16GB approx)
+[2024.05.06-16.32.56:982][ 0]LogMemory: Platform Memory Stats for WindowsEditor
+[2024.05.06-16.32.56:982][ 0]LogMemory: Process Physical Memory: 501.72 MB used, 511.37 MB peak
+[2024.05.06-16.32.56:982][ 0]LogMemory: Process Virtual Memory: 487.92 MB used, 487.92 MB peak
+[2024.05.06-16.32.56:982][ 0]LogMemory: Physical Memory: 11094.45 MB used, 5218.93 MB free, 16313.38 MB total
+[2024.05.06-16.32.56:982][ 0]LogMemory: Virtual Memory: 17057.09 MB used, 5656.29 MB free, 22713.38 MB total
+[2024.05.06-16.32.56:982][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0"
+[2024.05.06-16.32.56:986][ 0]LogWindows: WindowsPlatformFeatures enabled
+[2024.05.06-16.32.56:993][ 0]LogInit: Physics initialised using underlying interface: Chaos
+[2024.05.06-16.32.56:994][ 0]LogInit: Using OS detected language (et-EE).
+[2024.05.06-16.32.56:994][ 0]LogInit: Using OS detected locale (en-150).
+[2024.05.06-16.32.56:996][ 0]LogTextLocalizationManager: No localization for 'et-EE' exists, so 'en' will be used for the language.
+[2024.05.06-16.32.56:996][ 0]LogInit: Setting process to per monitor DPI aware
+[2024.05.06-16.32.57:226][ 0]LogWindowsTextInputMethodSystem: Available input methods:
+[2024.05.06-16.32.57:226][ 0]LogWindowsTextInputMethodSystem: - Eesti (Eesti) - (Keyboard).
+[2024.05.06-16.32.57:226][ 0]LogWindowsTextInputMethodSystem: - Inglise (Ameerika Ãœhendriigid) - (Keyboard).
+[2024.05.06-16.32.57:226][ 0]LogWindowsTextInputMethodSystem: - Inglise (Ameerika Ãœhendriigid) - (Keyboard).
+[2024.05.06-16.32.57:226][ 0]LogWindowsTextInputMethodSystem: - Inglise (Ãœhendkuningriik) - (Keyboard).
+[2024.05.06-16.32.57:226][ 0]LogWindowsTextInputMethodSystem: Activated input method: Eesti (Eesti) - (Keyboard).
+[2024.05.06-16.32.57:244][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0
+[2024.05.06-16.32.57:244][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0
+[2024.05.06-16.32.57:440][ 0]LogRHI: Using Default RHI: D3D12
+[2024.05.06-16.32.57:440][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6
+[2024.05.06-16.32.57:440][ 0]LogRHI: Loading RHI module D3D12RHI
+[2024.05.06-16.32.57:440][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system.
+[2024.05.06-16.32.57:440][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used.
+[2024.05.06-16.32.57:440][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6
+[2024.05.06-16.32.57:441][ 0]LogWindows: Attached monitors:
+[2024.05.06-16.32.57:441][ 0]LogWindows: resolution: 1920x1080, work area: (0, 0) -> (1920, 1040), device: '\\.\DISPLAY1' [PRIMARY]
+[2024.05.06-16.32.57:441][ 0]LogWindows: Found 1 attached monitors.
+[2024.05.06-16.32.57:441][ 0]LogWindows: Gathering driver information using Windows Setup API
+[2024.05.06-16.32.57:441][ 0]LogRHI: RHI Adapter Info:
+[2024.05.06-16.32.57:441][ 0]LogRHI: Name: NVIDIA GeForce RTX 2060
+[2024.05.06-16.32.57:441][ 0]LogRHI: Driver Version: 516.94 (internal:31.0.15.1694, unified:516.94)
+[2024.05.06-16.32.57:441][ 0]LogRHI: Driver Date: 7-21-2022
+[2024.05.06-16.33.00:984][ 0]Message dialog closed, result: No, title: WARNING: Known issues with graphics driver, text: The installed version of the NVIDIA graphics driver has known issues in D3D12.
+Please install the latest driver version or switch to a different rendering API.
+
+Would you like to visit the following URL to download the driver?
+
+https://www.nvidia.com/en-us/geforce/drivers/
+
+NVIDIA GeForce RTX 2060
+Installed: 516.94
+Minimum required: 527.27
+[2024.05.06-16.33.00:984][ 0]LogD3D12RHI: GPU DeviceId: 0x1f08 (for the marketing name, search the web for "GPU Device Id")
+[2024.05.06-16.33.00:984][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off
+[2024.05.06-16.33.00:990][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled
+[2024.05.06-16.33.00:990][ 0]LogD3D12RHI: [DRED] Dred breadcrumb context enabled
+[2024.05.06-16.33.00:990][ 0]LogD3D12RHI: [DRED] Using lightweight DRED.
+[2024.05.06-16.33.00:990][ 0]LogD3D12RHI: Emitting draw events for PIX profiling.
+[2024.05.06-16.33.01:079][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: ID3D12Device1 is supported.
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: ID3D12Device2 is supported.
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: ID3D12Device3 is supported.
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: ID3D12Device4 is supported.
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: ID3D12Device5 is supported.
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: ID3D12Device6 is supported.
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: ID3D12Device7 is supported.
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: ID3D12Device8 is supported.
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: ID3D12Device9 is supported.
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: ID3D12Device10 is supported.
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: ID3D12Device11 is supported.
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: ID3D12Device12 is supported.
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: Bindless resources are supported
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32).
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported.
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported
+[2024.05.06-16.33.01:080][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported
+[2024.05.06-16.33.01:124][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (3D)
+[2024.05.06-16.33.01:124][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Copy)
+[2024.05.06-16.33.01:125][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Compute)
+[2024.05.06-16.33.01:179][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0
+[2024.05.06-16.33.01:179][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0
+[2024.05.06-16.33.01:179][ 0]LogD3D12RHI: GD3D12WorkaroundFlags.bForceCommittedResourceTextureAllocation is set due to a known issue with current driver version.
+[2024.05.06-16.33.01:179][ 0]LogRHI: Texture pool is 3283 MB (70% of 4690 MB)
+[2024.05.06-16.33.01:179][ 0]LogD3D12RHI: Async texture creation enabled
+[2024.05.06-16.33.01:179][ 0]LogD3D12RHI: RHI has support for 64 bit atomics
+[2024.05.06-16.33.01:224][ 0]LogVRS: Current RHI supports Variable Rate Shading
+[2024.05.06-16.33.01:234][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/VRWizardProject.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Intermediate/TurnkeyReport_0.log" -log="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Intermediate/TurnkeyLog_0.log" -project="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/VRWizardProject.uproject" -platform=all'
+[2024.05.06-16.33.01:234][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""D:/Epic Games/UE_5.3/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/VRWizardProject.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Intermediate/TurnkeyReport_0.log" -log="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Intermediate/TurnkeyLog_0.log" -project="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/VRWizardProject.uproject" -platform=all" ]
+[2024.05.06-16.33.01:260][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC
+[2024.05.06-16.33.01:260][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT
+[2024.05.06-16.33.01:260][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2
+[2024.05.06-16.33.01:260][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp
+[2024.05.06-16.33.01:260][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed
+[2024.05.06-16.33.01:260][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.10
+[2024.05.06-16.33.01:260][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll
+[2024.05.06-16.33.01:261][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.6.dll
+[2024.05.06-16.33.01:261][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.7.dll
+[2024.05.06-16.33.01:262][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.8.dll
+[2024.05.06-16.33.01:262][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.9.dll
+[2024.05.06-16.33.01:263][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.10.dll
+[2024.05.06-16.33.01:263][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle
+[2024.05.06-16.33.01:279][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android'
+[2024.05.06-16.33.01:279][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC'
+[2024.05.06-16.33.01:279][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT'
+[2024.05.06-16.33.01:279][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2'
+[2024.05.06-16.33.01:279][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient'
+[2024.05.06-16.33.01:279][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient'
+[2024.05.06-16.33.01:279][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient'
+[2024.05.06-16.33.01:279][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client'
+[2024.05.06-16.33.01:279][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi'
+[2024.05.06-16.33.01:279][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient'
+[2024.05.06-16.33.01:283][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS'
+[2024.05.06-16.33.01:283][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient'
+[2024.05.06-16.33.01:286][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux'
+[2024.05.06-16.33.01:286][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor'
+[2024.05.06-16.33.01:286][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer'
+[2024.05.06-16.33.01:286][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient'
+[2024.05.06-16.33.01:289][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64'
+[2024.05.06-16.33.01:289][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server'
+[2024.05.06-16.33.01:289][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client'
+[2024.05.06-16.33.01:292][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac'
+[2024.05.06-16.33.01:292][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor'
+[2024.05.06-16.33.01:292][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer'
+[2024.05.06-16.33.01:292][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient'
+[2024.05.06-16.33.01:295][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS'
+[2024.05.06-16.33.01:295][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient'
+[2024.05.06-16.33.01:301][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows'
+[2024.05.06-16.33.01:301][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor'
+[2024.05.06-16.33.01:301][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer'
+[2024.05.06-16.33.01:301][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient'
+[2024.05.06-16.33.01:301][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor
+[2024.05.06-16.33.01:309][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded.
+[2024.05.06-16.33.01:352][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: SF_METAL
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: SF_METAL_MRT
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: SF_METAL_TVOS
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: SF_METAL_SM5
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: SF_METAL_SM6
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: SF_METAL_SIM
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: PCD3D_SM6
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: PCD3D_SM5
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: PCD3D_ES31
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: GLSL_150_ES31
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: VVM_1_0
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: SF_VULKAN_SM5
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: SF_VULKAN_ES31
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID
+[2024.05.06-16.33.01:355][ 0]LogTargetPlatformManager: SF_VULKAN_SM6
+[2024.05.06-16.33.01:355][ 0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0).
+[2024.05.06-16.33.01:358][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB
+[2024.05.06-16.33.01:358][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
+[2024.05.06-16.33.01:358][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy.
+[2024.05.06-16.33.01:358][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
+[2024.05.06-16.33.01:358][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy.
+[2024.05.06-16.33.01:403][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2383 MiB)
+[2024.05.06-16.33.01:403][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
+[2024.05.06-16.33.01:403][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy.
+[2024.05.06-16.33.01:410][ 0]LogDerivedDataCache: C:/Users/egonh/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds.
+[2024.05.06-16.33.01:410][ 0]LogDerivedDataCache: Display: C:/Users/egonh/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.03ms. RandomReadSpeed=1203.63MBs, RandomWriteSpeed=160.70MBs. Assigned SpeedClass 'Local'
+[2024.05.06-16.33.01:412][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/egonh/AppData/Local/UnrealEngine/Common/DerivedDataCache: Writable
+[2024.05.06-16.33.01:412][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured.
+[2024.05.06-16.33.01:412][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy.
+[2024.05.06-16.33.01:412][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None'
+[2024.05.06-16.33.01:412][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy.
+[2024.05.06-16.33.01:413][ 0]LogShaderCompilers: Guid format shader working directory is -35 characters bigger than the processId version (E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Intermediate/Shaders/WorkingDirectory/15040/).
+[2024.05.06-16.33.01:413][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/egonh/AppData/Local/Temp/UnrealShaderWorkingDir/93AAFC4942A656461F0472AD6BE511BB/'.
+[2024.05.06-16.33.01:413][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine.
+[2024.05.06-16.33.01:413][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 9 workers.
+[2024.05.06-16.33.02:186][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0
+[2024.05.06-16.33.02:531][ 0]LogShaderCompilers: Display: Compiling shader autogen file: E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush
+[2024.05.06-16.33.02:531][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write.
+[2024.05.06-16.33.02:845][ 0]LogSlate: Using FreeType 2.10.0
+[2024.05.06-16.33.02:846][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
+[2024.05.06-16.33.02:873][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Intermediate/CachedAssetRegistry_*.bin.
+[2024.05.06-16.33.02:874][ 0]LogAssetRegistry: FAssetRegistry took 0.0025 seconds to start up
+[2024.05.06-16.33.02:886][ 0]LogEditorDomain: Display: EditorDomain is Disabled
+[2024.05.06-16.33.03:067][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor).
+[2024.05.06-16.33.03:067][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal
+[2024.05.06-16.33.03:067][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled
+[2024.05.06-16.33.03:069][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found.
+[2024.05.06-16.33.03:069][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found.
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: Available device profiles:
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB56AE200][0000047AAB6A5000 66] GlobalDefaults,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB56AE800][0000047AAB6A0000 66] Windows,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB56AEE00][0000047AAB6A7800 66] WindowsEditor,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB56AF000][0000047AAB6AC800 66] WindowsServer,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB56AF200][0000047AA13A0000 66] WindowsClient,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB56AF400][0000047A84FDA000 66] IOS,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB56AF600][0000047AB5D40000 66] iPadAir2,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB56AF800][0000047AB5D42800 66] IPadPro,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB56AFA00][0000047AB5D45000 66] iPadAir3,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB56AFC00][0000047AB5D47800 66] iPadAir4,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB56AFE00][0000047AB5D4A000 66] iPadAir5,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AA1206600][0000047AB5D4C800 66] iPadMini4,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D50000][0000047AB5D60000 66] iPadMini5,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D50200][0000047AB5D62800 66] iPadMini6,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D50400][0000047AB5D65000 66] iPhone6S,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D50600][0000047AB5D67800 66] iPhone7,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D50800][0000047AB5D6A000 66] iPodTouch7,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D50A00][0000047AB5D6C800 66] iPhone6SPlus,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D50C00][0000047AB5D70000 66] iPhone7Plus,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D50E00][0000047AB5D72800 66] iPhoneSE,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D51000][0000047AB5D75000 66] iPhone8,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D51200][0000047AB5D77800 66] iPhone8Plus,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D51400][0000047AB5D7A000 66] iPhoneX,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D51600][0000047AB5D7C800 66] iPhoneXS,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D51800][0000047AB6010000 66] iPhoneXSMax,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D51A00][0000047AB6012800 66] iPhoneXR,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D51C00][0000047AB6015000 66] iPhone11,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D51E00][0000047AB6017800 66] iPhone11Pro,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D52000][0000047AB601A000 66] iPhone11ProMax,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D52200][0000047AB601C800 66] iPhoneSE2,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D52400][0000047AB6020000 66] iPhone12Mini,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D52600][0000047AB6022800 66] iPhone12,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D52800][0000047AB6025000 66] iPhone12Pro,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D52A00][0000047AB6027800 66] iPhone12ProMax,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D52C00][0000047AB602A000 66] iPhone13Mini,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D52E00][0000047AB602C800 66] iPhone13,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D53000][0000047AB5D10000 66] iPhone13Pro,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D53200][0000047AB5D12800 66] iPhone13ProMax,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D53400][0000047AB5D15000 66] iPhoneSE3,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D53600][0000047AB5D17800 66] iPhone14,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D53800][0000047AB5D1A000 66] iPhone14Plus,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D53A00][0000047AB5D1C800 66] iPhone14Pro,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D53C00][0000047AB6030000 66] iPhone14ProMax,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D53E00][0000047AB6032800 66] iPhone15,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D54000][0000047AB6035000 66] iPhone15Plus,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D54200][0000047AB6037800 66] iPhone15Pro,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D54400][0000047AB603A000 66] iPhone15ProMax,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D54600][0000047AB603C800 66] iPadPro105,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D54800][0000047AB5D30000 66] iPadPro129,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D54A00][0000047AB5D32800 66] iPadPro97,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D54C00][0000047AB5D35000 66] iPadPro2_129,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D54E00][0000047AB5D37800 66] iPad5,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D55000][0000047AB5D3A000 66] iPad6,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D55200][0000047AB5D3C800 66] iPad7,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D55400][0000047AB6040000 66] iPad8,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D55600][0000047AB6042800 66] iPad9,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D55800][0000047AB6045000 66] iPad10,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D55A00][0000047AB6047800 66] iPadPro11,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D55C00][0000047AB604A000 66] iPadPro2_11,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D55E00][0000047AB604C800 66] iPadPro3_11,
+[2024.05.06-16.33.03:253][ 0]LogDeviceProfileManager: [0000047AB5D56000][0000047AB6050000 66] iPadPro4_11,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D56200][0000047AB6052800 66] iPadPro3_129,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D56400][0000047AB6055000 66] iPadPro4_129,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D56600][0000047AB6057800 66] iPadPro5_129,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D56800][0000047AB605A000 66] iPadPro6_129,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D56A00][0000047AB605C800 66] AppleTV,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D56C00][0000047AB6060000 66] AppleTV4K,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D56E00][0000047AB6062800 66] AppleTV2_4K,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D57000][0000047AB6065000 66] TVOS,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D57200][0000047AB6067800 66] Mac,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D57400][0000047AB606A000 66] MacEditor,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D57600][0000047AB606C800 66] MacClient,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D57800][0000047AB6070000 66] MacServer,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D57A00][0000047AB6072800 66] Linux,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D57C00][0000047AB6075000 66] LinuxEditor,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D57E00][0000047AB6077800 66] LinuxArm64Editor,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D58000][0000047AB607A000 66] LinuxArm64,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D58200][0000047AB607C800 66] LinuxClient,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D58400][0000047AB6080000 66] LinuxArm64Client,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D58600][0000047AB6082800 66] LinuxServer,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D58800][0000047AB6085000 66] LinuxArm64Server,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D58A00][0000047AB6087800 66] Android,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D58C00][0000047AB608A000 66] Android_Preview_OpenGL,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D58E00][0000047AB608C800 66] Android_Preview_Vulkan,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D59000][0000047AB6090000 66] Android_Low,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D59200][0000047AB6092800 66] Android_Mid,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D59400][0000047AB6095000 66] Android_High,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D59600][0000047AB6097800 66] Android_Default,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D59800][0000047AB609A000 66] Android_Adreno4xx,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D59A00][0000047AB609C800 66] Android_Adreno5xx_Low,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D59C00][0000047AB60A0000 66] Android_Adreno5xx,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D59E00][0000047AB60A2800 66] Android_Adreno6xx,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5A000][0000047AB60A5000 66] Android_Adreno6xx_Vulkan,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5A200][0000047AB60A7800 66] Android_Adreno7xx,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5A400][0000047AB60AA000 66] Android_Adreno7xx_Vulkan,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5A600][0000047AB60AC800 66] Android_Mali_T6xx,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5A800][0000047AB60B0000 66] Android_Mali_T7xx,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5AA00][0000047AB60B2800 66] Android_Mali_T8xx,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5AC00][0000047AB60B5000 66] Android_Mali_G71,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5AE00][0000047AB60B7800 66] Android_Mali_G72,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5B000][0000047AB60BA000 66] Android_Mali_G72_Vulkan,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5B200][0000047AB60BC800 66] Android_Mali_G76,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5B400][0000047AB60C0000 66] Android_Mali_G76_Vulkan,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5B600][0000047AB60C2800 66] Android_Mali_G77,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5B800][0000047AB60C5000 66] Android_Mali_G77_Vulkan,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5BA00][0000047AB60C7800 66] Android_Mali_G78,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5BC00][0000047AB60CA000 66] Android_Mali_G78_Vulkan,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5BE00][0000047AB60CC800 66] Android_Mali_G710,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5C000][0000047AB60D0000 66] Android_Mali_G710_Vulkan,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5C400][0000047AB60D2800 66] Android_Mali_G7xx,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5C600][0000047AB60D5000 66] Android_Mali_G7xx_Vulkan,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5C800][0000047AB60D7800 66] Android_Xclipse_920,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5CA00][0000047AB60DA000 66] Android_Xclipse_920_Vulkan,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5CE00][0000047AB60DC800 66] Android_Vulkan_SM5,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5D000][0000047AB60E0000 66] Android_PowerVR_G6xxx,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5D200][0000047AB60E2800 66] Android_PowerVR_GT7xxx,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5D400][0000047AB60E5000 66] Android_PowerVR_GE8xxx,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5D600][0000047AB60E7800 66] Android_PowerVR_GM9xxx,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5D800][0000047AB60EA000 66] Android_PowerVR_GM9xxx_Vulkan,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5DA00][0000047AB60EC800 66] Android_TegraK1,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5DC00][0000047AB60F0000 66] Android_Unknown_Vulkan,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5DE00][0000047AB60F2800 66] Oculus_Quest,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5E000][0000047AB60F5000 66] Oculus_Quest2,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5E200][0000047AB60F7800 66] Meta_Quest_Pro,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5E400][0000047AB60FA000 66] Meta_Quest_3,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5E600][0000047AB60FC800 66] HoloLens,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: [0000047AB5D5E800][0000047AB6100000 66] MagicLeap_Vulkan,
+[2024.05.06-16.33.03:254][ 0]LogDeviceProfileManager: Active device profile: [0000047AB56AEE00][0000047AAB6A7800 66] WindowsEditor
+[2024.05.06-16.33.03:254][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor"
+[2024.05.06-16.33.03:254][ 0]LogShaderCompilers: Display: Compiling shader autogen file: E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush
+[2024.05.06-16.33.03:254][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write.
+[2024.05.06-16.33.03:254][ 0]LogTurnkeySupport: Turnkey Platform: Android: (Status=Invalid, Allowed_Sdk=r25b, Current_Sdk=, Allowed_AutoSdk=r25b, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
+[2024.05.06-16.33.03:254][ 0]LogTurnkeySupport: Turnkey Platform: IOS: (Status=Invalid, MinAllowed_Sdk=1100.0.0.0, MaxAllowed_Sdk=8999.0, Current_Sdk=, Allowed_AutoSdk=14.1, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
+[2024.05.06-16.33.03:254][ 0]LogTurnkeySupport: Turnkey Platform: Linux: (Status=Invalid, Allowed_Sdk=v22_clang-16.0.6-centos7, Current_Sdk=, Allowed_AutoSdk=v22_clang-16.0.6-centos7, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
+[2024.05.06-16.33.03:254][ 0]LogTurnkeySupport: Turnkey Platform: LinuxArm64: (Status=Invalid, Allowed_Sdk=v22_clang-16.0.6-centos7, Current_Sdk=, Allowed_AutoSdk=v22_clang-16.0.6-centos7, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
+[2024.05.06-16.33.03:254][ 0]LogTurnkeySupport: Turnkey Platform: TVOS: (Status=Invalid, MinAllowed_Sdk=1100.0.0.0, MaxAllowed_Sdk=8999.0, Current_Sdk=, Allowed_AutoSdk=14.1, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
+[2024.05.06-16.33.03:255][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.00000.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.22000.0, Allowed_AutoSdk=10.0.18362.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists")
+[2024.05.06-16.33.03:258][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/VRWizardProject.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Intermediate/TurnkeyReport_1.log" -log="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Intermediate/TurnkeyLog_1.log" -project="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/VRWizardProject.uproject" -Device=Win64@DESKTOP-G72JM0I'
+[2024.05.06-16.33.03:258][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""D:/Epic Games/UE_5.3/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/VRWizardProject.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Intermediate/TurnkeyReport_1.log" -log="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Intermediate/TurnkeyLog_1.log" -project="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/VRWizardProject.uproject" -Device=Win64@DESKTOP-G72JM0I" -nocompile -nocompileuat ]
+[2024.05.06-16.33.03:367][ 0]LogMaterial: WorldGridMaterial-SM6-Default: MATSM_DA9E5626FCAE01590760E73DF088B4B4_PCD3D_SM6_1677771108__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_VRIS_MVIEW_PreExp_DBuf_UnInt_DXC0_FS_VFO_SKYATM_gs1_sdct_VT-0-0-1-0_MIN_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_4170038053_SLWDPDB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_A05E64F5EBD44C64BD24277E1DB8EBB792FC705C___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F1D3D5B5AF4A6D9ADE7391C36E24BD5A02F4BAF61_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F5F6D284012F74DD2CFC45AAEF7606EB9D574CE14_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B4E731E4363CF47597678D99A2AE4FAE80343B3DC_FMicropolyRasterizeCS0_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS1_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS2_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS3_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS4_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS5_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS6_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS7_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS8_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS9_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS10_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS11_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS12_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS13_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS14_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS15_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS16_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS17_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS18_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS19_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS20_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS21_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS22_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS23_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS24_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS25_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS26_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS27_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS28_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS29_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS30_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS31_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS32_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS33_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS34_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS35_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS36_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS37_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS38_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS39_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS40_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS41_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS42_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS43_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS44_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS45_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS46_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS47_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS48_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS49_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS50_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS51_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS52_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS53_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS54_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS55_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS56_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS57_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS58_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS59_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS60_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS61_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS62_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS63_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS64_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS65_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS66_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS67_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS68_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS69_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS70_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS71_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS72_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS73_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS74_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS75_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS76_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS77_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS78_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS79_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS80_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS81_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS82_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS83_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS84_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS85_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS86_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS87_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS88_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS89_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS90_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS91_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS92_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS93_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS94_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS95_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS96_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS97_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS98_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS99_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS100_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS101_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS102_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS103_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS104_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS105_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS106_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS107_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS108_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS109_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS110_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS111_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS112_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS113_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS114_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS115_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS116_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS117_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS118_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS119_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS120_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS121_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS122_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS123_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS124_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS125_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS126_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS127_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS128_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS129_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS130_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS131_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS132_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS133_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS134_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS135_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS136_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS137_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS138_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS139_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS140_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS141_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS142_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS143_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS144_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS145_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS146_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS147_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS148_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS149_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS150_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS151_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS152_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS153_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS154_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS155_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS156_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS157_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS158_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS159_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS160_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS161_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS162_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS163_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS164_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS165_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS166_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS167_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS168_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS169_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS170_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS171_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS172_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS173_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS174_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS175_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS176_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS177_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS178_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS179_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS180_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS181_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS182_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS183_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS184_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS185_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS186_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS187_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS188_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS189_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS190_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS191_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS192_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS193_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS194_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS195_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS196_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS197_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS198_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS199_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS200_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS201_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS202_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS203_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS204_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS205_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS206_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS207_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS208_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS209_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS210_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS211_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS212_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS213_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS214_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS215_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS216_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS217_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS218_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS219_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS220_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS221_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS222_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS223_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS224_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS225_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS226_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS227_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS228_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS229_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS230_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS231_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS232_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS233_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS234_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS235_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS236_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS237_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS238_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS239_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS240_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS241_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS242_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS243_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS244_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS245_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS246_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS247_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS248_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS249_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS250_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS251_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS252_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS253_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS254_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_FMicropolyRasterizeCS255_0_03B9C1BE423719415228E53F908B915C1AA266F771FCCFE9BA091B0367A8BB3DB521D79A7B4320482_TLightMapDensityPSTLightMapPolicyHQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523A6F8EDE90BA70B7A37D281661EEE0A46689F58DC5_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316FDA2E61854F80E0F91AE4D21CD0BB79DEC508B58_TBasePassPSTLightMapPolicyLQSkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B43165D7C57B710379F5E917839EBE882255DAA29AF8C_FLandscapeGrassWeightVS0_0_077204F3CE0C4459388557E81DE05752C3D36790F47C0690A66AEBFB62A3248327AB8B3401F67DA0D_TLightMapDensityVSFNoLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523ACE92005F85D160B7FACC465666DB47AD63FF14F7_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_067553F61B5470C464BC7EDD63DFF5C95B47B43168A2DFEB19681995675B59DD9556978C705446847_FHWRasterizeVS0_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS1_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS2_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS3_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS4_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS5_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS6_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS7_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS8_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS9_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS10_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS11_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS12_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS13_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS14_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS15_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS16_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS17_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS18_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS19_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS20_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS21_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS22_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS23_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS24_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS25_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS26_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS27_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS28_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS29_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS30_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS31_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS32_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS33_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS34_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS35_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS36_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS37_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS38_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS39_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS40_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS41_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS42_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS43_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS44_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS45_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS46_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS47_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS48_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS49_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS50_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS51_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS52_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS53_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS54_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS55_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS56_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS57_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS58_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS59_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS60_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS61_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS62_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHWRasterizeVS63_0_03B9C1BE423719415228E53F908B915C1AA266F77F47B347AE8CCE6A0128EBFD612C17B23746E3CC0_FHitProxyVS0_0_035066ECBC7ACAFB429F4F029D7F02660C69AAB0A52D62CB854026D5374EC4E8A00F09A8B1D3302B8_FHitProxyPS0_0_0E427B9138BA536F768FD73ED5EBD629434FE712F591AC01CFB8D5107B679B4AC4E6A2D25CEE2821A_FLandscapeGrassWeightPS0_0_077204F3CE0C4459388557E81DE05752C3D36790FB0B2C106151A19D437E6A81208418E180C9A94FC_TBasePassPSFNoLightMapPolicy0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316AA7AFF0410210797DA8DBFDCE4DCE7BD73648BF2_FHWRasterizePS0_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS1_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS2_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS3_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS4_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS5_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS6_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS7_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS8_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS9_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS10_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS11_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS12_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS13_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS14_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS15_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS16_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS17_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS18_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS19_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS20_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS21_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS22_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS23_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS24_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS25_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS26_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS27_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS28_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS29_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS30_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS31_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS32_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS33_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS34_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS35_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS36_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS37_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS38_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS39_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS40_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS41_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS42_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS43_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS44_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS45_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS46_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS47_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS48_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS49_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS50_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS51_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS52_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS53_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS54_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS55_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS56_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS57_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS58_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS59_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS60_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS61_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS62_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS63_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS64_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS65_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS66_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS67_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS68_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS69_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS70_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS71_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS72_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS73_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS74_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS75_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS76_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS77_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS78_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS79_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS80_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS81_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS82_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS83_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS84_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS85_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS86_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS87_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS88_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS89_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS90_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS91_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS92_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS93_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS94_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS95_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS96_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS97_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS98_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS99_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS100_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS101_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS102_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS103_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS104_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS105_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS106_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS107_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS108_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS109_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS110_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS111_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS112_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS113_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS114_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS115_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS116_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS117_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS118_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS119_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS120_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS121_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS122_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS123_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS124_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS125_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS126_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS127_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS128_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS129_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS130_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS131_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS132_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS133_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS134_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS135_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS136_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS137_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS138_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS139_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS140_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS141_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS142_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS143_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS144_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS145_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS146_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS147_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS148_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS149_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS150_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS151_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS152_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS153_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS154_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS155_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS156_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS157_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS158_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS159_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS160_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS161_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS162_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS163_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS164_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS165_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS166_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS167_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS168_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS169_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS170_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS171_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS172_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS173_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS174_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS175_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS176_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS177_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS178_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS179_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS180_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS181_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS182_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS183_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS184_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS185_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS186_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS187_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS188_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS189_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS190_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS191_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS192_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS193_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS194_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS195_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS196_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS197_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS198_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS199_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS200_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS201_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS202_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS203_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS204_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS205_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS206_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS207_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS208_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS209_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS210_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS211_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS212_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS213_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS214_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS215_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS216_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS217_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS218_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS219_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS220_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS221_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS222_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS223_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS224_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS225_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS226_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS227_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS228_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS229_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS230_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS231_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS232_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS233_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS234_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS235_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS236_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS237_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS238_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS239_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS240_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS241_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS242_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS243_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS244_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS245_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS246_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS247_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS248_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS249_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS250_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS251_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS252_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS253_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS254_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_FHWRasterizePS255_0_03B9C1BE423719415228E53F908B915C1AA266F772C032DA690A60D8AB04445667145392F268D742E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14BF87CEE5C05DBEF9DC24EE7C0F6CF60618ED0AF73_TDepthOnlyVS0_0_0A4B1DB9B93D59E72F068E9E0A27D85C1396E331A6C2F9E9E0F29C1CC4BD070290C8B56F4775CBAE7_FLandscapePhysicalMaterialPS0_0_020E1030965D9050BE2F2C5A9779AD02AE39502F1EB9F96523E4AC1F2529D86D76BDF869A153FCD4A_TLightMapDensityVSFDummyLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523A7B900AFE3BA5C55A32FF9BDFB44D3099D0056480_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F44B0907314254191B2CD2AB68713039EAE1FF9DD_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_0F0765E97F80A58082337947551EC5C71F929BC6C10A5156EA848D21CFBF57CE1492E504233A65909_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316825624867C61F3DE53BFA02233D16BD0B82A683D_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316899CC7EE1C80A173D8CCB78A28FD236F5F2A6D59_TBasePassPSTLightMapPolicyHQ0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316898AEA5165589EBF175921373DEB413FB7F34F22_TLightMapDensityPSFDummyLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523AED5721127772996308073D8F8E9736D48C4F7391_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316B3D33D9C4C484723E672E95931A0FA27C9E8BBF0_FTranslucentLightingInjectPS0_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_FTranslucentLightingInjectPS1_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_FTranslucentLightingInjectPS2_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_FTranslucentLightingInjectPS3_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_FTranslucentLightingInjectPS4_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_FTranslucentLightingInjectPS5_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_FTranslucentLightingInjectPS6_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_FTranslucentLightingInjectPS7_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_FTranslucentLightingInjectPS8_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_FTranslucentLightingInjectPS9_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_FTranslucentLightingInjectPS10_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_FTranslucentLightingInjectPS11_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_FTranslucentLightingInjectPS12_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_FTranslucentLightingInjectPS13_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_FTranslucentLightingInjectPS14_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_FTranslucentLightingInjectPS15_0_0FD68CCE786C17148D325DEF35E11E46CB42B65E19F4E9EF4CCC371C10E4840E2DBD313B6508EB252_TBasePassVSFCachedPointIndirectLightingPolicy0_0_0F0765E97F80A58082337947551EC5C71F929BC6C63D4D5DEDB79A8344B5CE12C0658C647A5BAE06B_FHWRasterizeMS0_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS1_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS2_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS3_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS4_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS5_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS6_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS7_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS8_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS9_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS10_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS11_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS12_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS13_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS14_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS15_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS16_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS17_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS18_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS19_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS20_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS21_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS22_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS23_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS24_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS25_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS26_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS27_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS28_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS29_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS30_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_FHWRasterizeMS31_0_03B9C1BE423719415228E53F908B915C1AA266F7774BCD6AE30BC593C40759F136FC3E47A2C42854E_TBasePassPSFCachedPointIndirectLightingPolicy0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316141E3C1005BE613F467BBA75C870B8B0ABB5922D_FVelocityPS0_0_0578E1DFC040BAC3A5887E55EDAA7D7643A3C5703424AC0BEE559BE53397AB3C2FC130F4C90538CDB_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431618CE64D2B7609F1F0EE3F172AE7FC4A9A40D6F19_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B9396F3B9CB091423F82674523BC72504438631DE_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431626DE51AC3872760C99EBD5D6428B8429D8654B09_TLightMapDensityPSFNoLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523A4E0A359E93DD037794AD9F3BFF2229E192443465_TLightMapDensityVSTLightMapPolicyLQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523A74E0F86ABDC86BABD4121E29A6C471D25795F1CD_TBasePassVSTLightMapPolicyHQ0_0_0F0765E97F80A58082337947551EC5C71F929BC6C5C554DFD6561B915DE45D241DDB26421D7D92563_FLandscapePhysicalMaterialVS0_0_020E1030965D9050BE2F2C5A9779AD02AE39502F111D5D4108CFDB5B6CBE8F3ADC4BE30C19859186B_TBasePassPSFNoLightMapPolicySkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431623AEF5FC38580B9DD682422255AA9EC62059678A_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_0F0765E97F80A58082337947551EC5C71F929BC6C27C635E797CBD2619F0D39BEE7CD18E130F05E26_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F3189543DEB1E5450A6398EF5AC45B9A88DC3459B_TShadowDepthVSVertexShadowDepth_PerspectiveCorrectPositionOnly0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14BFD365E6D701BA2F152E8623339642107E5FF7FC6_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_0F0765E97F80A58082337947551EC5C71F929BC6C6EF60DE3C0CA277D8FBECBFCB0B5E02D0DFD2B1A_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B1AB185D497ECF113738AA51019A3FA6D2691650F_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B95DED9C73DC5F223F091004CF57334C099017CF0_TBasePassPSTLightMapPolicyLQ0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431673C1FA12A57DB2481B209BC117CF77EAF777E48D_TLightMapDensityPSTLightMapPolicyLQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523A60462DA9E455B94945F102A0576E9055D6B63400_TBasePassVSTLightMapPolicyLQ0_0_0F0765E97F80A58082337947551EC5C71F929BC6C15BE5EAD592CA3B8CD12BA18828DD2294877D9CA_TLightMapDensityVSTLightMapPolicyHQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523AE6479A49666B1424EE545AF64EE0BE2ED2964B8F_TShadowDepthVSVertexShadowDepth_VirtualShadowMapPositionOnly0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14BA0581751A716E441CD2DE5E448BC84BFB13C3136_FDebugViewModePS0_0_0CCFA47BD7FA67195CAFC899931E16F7252214F020074CFCF9A67BE69CCE53140F9193C858B3006EA_TBasePassPSTLightMapPolicyHQSkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431634F240AFBCA6DC4F1885665AD7EBA74031254A3C_TDepthOnlyVS0_0_0AE9B320E6FDD6F686446B30A2D13BF882DEB44F5B419F3F2046DFF016D3871BF8CD05BB9BBEB725B_FVelocityVS0_0_0578E1DFC040BAC3A5887E55EDAA7D7643A3C5703FAAC9A9CF81E62F8A1951C16ACC22C4E57F44BC0_FDebugViewModeVS0_0_0FB485F5439BD76F00750BD2209A5467644596B0496E81C67446F25BC2AFD5BB735073ABD7EC8AFCB_TShadowDepthVSVertexShadowDepth_OnePassPointLightPositionOnly0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B6B4B2EFE52CC3161DCE6CD93F30EE731E991F313_TBasePassVSFNoLightMapPolicy0_0_0F0765E97F80A58082337947551EC5C71F929BC6CDDD2F7DEF5574DB43546D80EEC3EF30B7E0E7148_DepthPosOnlyNoPixelPipelineA4B1DB9B93D59E72F068E9E0A27D85C1396E331A_VelocityPipelineDD15B90C8D28726D03CD8AD4366F13DECAE368AB_DepthNoPixelPipelineAE9B320E6FDD6F686446B30A2D13BF882DEB44F5_FGPUSpriteVertexFactory1B105ACF19156A8E47C60A6765F47C9C0E713DCE5C5BE91DA01DC2B25B1018F3EDA7A6FC7D1D30AEB9CA513CCBA4F1E3AF7D9556DD0F2FF45E951E1A_FNiagaraRibbonVertexFactoryE95E07B2B5A719DA06E8D11B2FB0CC54B6B56E76A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966DE03DD13CEAD2D60503F2AAC85D4762994EF4025A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966_TGPUSkinAPEXClothVertexFactoryDefaultCF64B0EF7E81EBA72A0526CEAFDC06D033915AAABBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FParticleSpriteVertexFactoryF6C8B1ED0A25136B9413B8ED0252A7B130446DF7F99E1B0FB635933CEEAC41CF9441DF5EA4A994CA9DAE5A7C55936FD50BC3B20BD063C1832A4D4247_TGPUSkinVertexFactoryUnlimitedCF64B0EF7E81EBA72A0526CEAFDC06D033915AAA180376A7171B50BD465E9983F32BCB5A07542FE7_FVectorFieldVisualizationVertexFactory8046109C676F9DB08B031AF55E8EE558AB0D6BCACC854D8E74FEAEF90804D69AF6B78BD07A141ACC_FNiagaraMeshVertexFactory1AE037326D8EB364D9247384B557B45111737DC64B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9571BD81B2CBA1F364F28A837532353718EB814537B4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9574B3A20E0CA93D5CA5A60C16EF2EB14EA073FC957_FParticleBeamTrailVertexFactory40D7A56177FF0069290A4EF2E07EDCA981B1C3B4378BBDDEC2CEAC35A309C357B38D702E7981D5D3_TGPUSkinVertexFactoryDefaultCF64B0EF7E81EBA72A0526CEAFDC06D033915AAA180376A7171B50BD465E9983F32BCB5A07542FE7_TGPUSkinAPEXClothVertexFactoryUnlimitedCF64B0EF7E81EBA72A0526CEAFDC06D033915AAABBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FGeometryCollectionVertexFactoryBFCBA239089CED72643DACC7EAE4F0DD9FDED75F49D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC41_FLandscapeXYOffsetVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C1B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FMeshParticleVertexFactory63D2076FC477AD68B3E41F1BA95A65FD7FBC4A2CF773920348F231C490A74B1A551F8CE3ABF04791_FInstancedStaticMeshVertexFactoryA536A59BC2FAF6BB7B735065D9A5DFE24BE34A2939A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD_FSplineMeshVertexFactoryA536A59BC2FAF6BB7B735065D9A5DFE24BE34A29A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965_FLocalVertexFactoryA536A59BC2FAF6BB7B735065D9A5DFE24BE34A2981418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E_FLandscapeVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C1B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FNiagaraSpriteVertexFactory2D699768682F604347476E0BAAD3E63203C9B0B35957CFEE095AEFFBA7F83F09F020F15CF6555718EFF166204144512228FF7A163011544EEF3FD2265957CFEE095AEFFBA7F83F09F020F15CF65557185957CFEE095AEFFBA7F83F09F020F15CF6555718_Nanite::FVertexFactory61FC001D468CB473F21C182F6ECFAE57E566561D_FGeometryCacheVertexVertexFactoryF7A2A7134F95BD0D46418459582942D14D992DC476143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C13F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C1B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE26941014141444441444144414141414144444740101010101013145444414331401013401010142446451214141414240241414141414131330444444372414444444440444444444444444444443414141414241404444444444442434141414141510100031313131233131434341434131423121444044444131313131444031010101510101010101131616564343434341161616161616662431616161613034343444144444444414151515101030010131151616161662444444444444000404040404040404040404040404343434343444444444444444440404040404040444444444040404044444444444444443444444442414421414444444241414144414441414141414141313131313131314443444444444141414141414141414141414343434444444444444344404441414141444141414141414341414144414141414444414441414141334444244444414141432341414141413141414142412343424242424242414343434143414144414141313131343244414141244141313134444443414141212124242131444444444442122226141142210121212121243444444444444041415101510153043410133141460014444445101101515151516161616161010101010150524213161616161611313161601401413131314331404410101010101010101015101010101010101431415000101010101010101010101010101010101010101010101160004441404042424313131414401010101610101010101010131010101401213131314161606016161612444313131212121212121212141414144444444442140444414121212121212121212121212131212121212121212121214121212121212121232441413043131313161616161616161612110434444443414441414141424241412121212121212121212131212121212121212121212121212124244242424343434141444141414141444444444444444441442140231313131313161616161611010101210101010151012004444444440434240444231510140444444444444430331313121433140404040404341444331433144433143314341434143314331314331432142413141414131314411144246444444044464444444444044401410101510151015100110101010101010101010101010100022224342423131313131100004441404041412101010000101010101010144444242313101014044444444444444444444444444444444444444444444444444444444444444444444444444044444444444444341444141414143424110101212132322222212101010101000010101010144444242412101010101010101014141010151010101010100444444141515105043404043410004040404040404040404040404043434343434343444443434343404040404040404343434340404040444442424444444434444442424141214144444442414141434141414141414141413131313131313144434444444441414141414141414141414143434344444444444443444044414141414441414141414143414141444141414144444141414141413341442444444141414323414141414131414141424123434242424242424143434341434141444141413131313432444141412441413131344444434141412121242121314444444441410101515151515151515151510101010101010101015151515101010151015101510151015101510101010101010151016151015101510151015101510151015101510151013131515151510151015101510151010151015101646141415401415101016161736340431313131313131314422223141414101010101010011000000130000001300000013000000130000001300000013000000140000000C00000013000000130000000D000000090000001400000010000000100000000800000009000000080000002500000010000000100000001300000009000000080000000800000010000000100000001000000010000000100000000800000008000000080000001000000010000000D800000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000014000000100000000800000008000000080000001400000014000000130000000800000010000000080000000800000008000000080000000800000008000000140000000800000012000000130000001300000013000000130000001300000013000000130000000D0000001300000008000000100000001100000009000000080000000900000008000000080000001700000009000000080000000900000008000000090000000800000009000000080000000C000000090000000800000009000000090000000900000009000000090000000900000009000000080000000800000008000000080000000800000013000000100000001000000010000000170000001000000010000000100000001000000009000000090000000900000009000000100000001000000010000000100000001000000010000000080000001A00000014000000280000000D000000440000000B0000000B00000013000000130000000900000009000000090000001400000008000000100000000D0000000C0000001000000008000000080000002D00000010000000100000001000000010000000100000001000000010000000090000000900000008000000080000000800000008000000130000000E0000000900000009000000090000000900000009000000090000000900000009000000090000000900000009000000090000000C000000080000000A0000000C00000013000000100000001000000010000000100000001000000010000000100000000D0000000F00000009000000080000000900000008000000090000000C00000008000000130000001300000026000000100000000F000000140000000900000009000000090000000900000009000000100000001D000000130000001300000013000000130000001300000009000000080000000C00000008000000090000000800000009000000080000001400000014000000080000001000000009000000080000001300000008000000100000000800000008000000100000001000000041010000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000140000001000000010000000100000001000000009000000433AFC833894B7681A1D3DDBA35F7F5A9509A89900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5;
+[2024.05.06-16.33.03:436][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction
+[2024.05.06-16.33.03:436][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction
+[2024.05.06-16.33.03:436][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging
+[2024.05.06-16.33.03:436][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available
+[2024.05.06-16.33.03:436][ 0]LogMeshMerging: No distributed automatic mesh merging module available
+[2024.05.06-16.33.03:882][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Materials\PokeAHoleMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.03:885][ 0]LogHMD: PokeAHoleMaterial loaded successfully
+[2024.05.06-16.33.03:886][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None
+[2024.05.06-16.33.03:886][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled
+[2024.05.06-16.33.03:900][ 0]LogUObjectArray: 22625 objects as part of root set at end of initial load.
+[2024.05.06-16.33.03:900][ 0]LogUObjectAllocator: 6380736 out of 0 bytes used by permanent object pool.
+[2024.05.06-16.33.03:900][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
+[2024.05.06-16.33.03:906][ 0]LogLiveCoding: Display: Starting LiveCoding
+[2024.05.06-16.33.03:906][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development
+[2024.05.06-16.33.03:907][ 0]LogLiveCoding: Display: First instance in process group "UE_VRWizardProject_0x4f9eadd2", spawning console
+[2024.05.06-16.33.03:913][ 0]LogLiveCoding: Display: Waiting for server
+[2024.05.06-16.33.03:935][ 0]LogSlate: Border
+[2024.05.06-16.33.03:935][ 0]LogSlate: BreadcrumbButton
+[2024.05.06-16.33.03:935][ 0]LogSlate: Brushes.Title
+[2024.05.06-16.33.03:935][ 0]LogSlate: Default
+[2024.05.06-16.33.03:935][ 0]LogSlate: Icons.Save
+[2024.05.06-16.33.03:935][ 0]LogSlate: Icons.Toolbar.Settings
+[2024.05.06-16.33.03:935][ 0]LogSlate: ListView
+[2024.05.06-16.33.03:935][ 0]LogSlate: SoftwareCursor_CardinalCross
+[2024.05.06-16.33.03:935][ 0]LogSlate: SoftwareCursor_Grab
+[2024.05.06-16.33.03:935][ 0]LogSlate: TableView.DarkRow
+[2024.05.06-16.33.03:935][ 0]LogSlate: TableView.Row
+[2024.05.06-16.33.03:935][ 0]LogSlate: TreeView
+[2024.05.06-16.33.04:095][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started...
+[2024.05.06-16.33.04:097][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 2 ms
+[2024.05.06-16.33.04:112][ 0]LogInit: XR: Instanced Stereo Rendering is Enabled
+[2024.05.06-16.33.04:112][ 0]LogInit: XR: MultiViewport is Enabled
+[2024.05.06-16.33.04:112][ 0]LogInit: XR: Mobile Multiview is Disabled
+[2024.05.06-16.33.04:177][ 0]LogTurnkeySupport: Completed device detection: Code = 0
+[2024.05.06-16.33.04:324][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces...
+[2024.05.06-16.33.04:347][ 0]LogMetasoundEngine: MetaSound Engine Initialized
+[2024.05.06-16.33.04:482][ 0]LogTcpMessaging: Initializing TcpMessaging bridge
+[2024.05.06-16.33.04:489][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666.
+[2024.05.06-16.33.04:492][ 0]LogUdpMessaging: Display: Added local interface '192.168.40.17' to multicast group '230.0.0.1:6666'
+[2024.05.06-16.33.04:552][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: A14E10DC45FB941435F9FFBCCFFBF75A | Instance: 4A1DEAC9419A54A0E703589FA983C63D (DESKTOP-G72JM0I-15040).
+[2024.05.06-16.33.04:613][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread
+[2024.05.06-16.33.04:820][ 0]LogPython: Using Python 3.9.7
+[2024.05.06-16.33.05:721][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance
+[2024.05.06-16.33.05:737][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
+[2024.05.06-16.33.05:737][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
+[2024.05.06-16.33.05:877][ 0]LogTemp: OpenXR ignores max viewport resolution in editor to support full HMD resolutions.
+[2024.05.06-16.33.05:975][ 0]SourceControl: Revision control is disabled
+[2024.05.06-16.33.05:978][ 0]LogUProjectInfo: Found projects:
+[2024.05.06-16.33.05:993][ 0]SourceControl: Revision control is disabled
+[2024.05.06-16.33.06:201][ 0]LogOpenImageDenoise: OIDN starting up
+[2024.05.06-16.33.06:413][ 0]LogCollectionManager: Loaded 0 collections in 0.001204 seconds
+[2024.05.06-16.33.06:415][ 0]LogFileCache: Scanning file cache for directory 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Collections/' took 0.00s
+[2024.05.06-16.33.06:416][ 0]LogFileCache: Scanning file cache for directory 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/Developers/egonh/Collections/' took 0.00s
+[2024.05.06-16.33.06:418][ 0]LogFileCache: Scanning file cache for directory 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/Collections/' took 0.00s
+[2024.05.06-16.33.06:461][ 0]LogOcInput: OculusXRInput pre-init called
+[2024.05.06-16.33.06:487][ 0]LogAndroidRuntimeSettings: Display: Enabled Package for Meta Quest devices.
+The following settings have been applied:
+
+[2024.05.06-16.33.06:487][ 0]LogAndroidRuntimeSettings: Display: Support arm64: 1.
+
+[2024.05.06-16.33.06:487][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan: 1.
+
+[2024.05.06-16.33.06:487][ 0]LogAndroidRuntimeSettings: Display: Support x86_64: 0.
+
+[2024.05.06-16.33.06:487][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan Desktop: 0.
+
+[2024.05.06-16.33.06:487][ 0]LogAndroidRuntimeSettings: Display: Support OpenGL ES3.2: 0.
+[2024.05.06-16.33.06:495][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Meshes\LeftTouchForQuest2.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:495][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Materials\TouchForQuest2Material.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:496][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Textures\TouchForQuest2_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:496][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Textures\TouchForQuest2Material_Roughness.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:501][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Meshes\RightTouchForQuest2.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:502][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Meshes\LeftMetaQuestTouchPro.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:502][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Materials\LeftMetaQuestTouchProMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:503][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Textures\LeftMetaQuestTouchPro_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:503][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Textures\LeftMetaQuestTouchPro_Normal.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:509][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Meshes\RightMetaQuestTouchPro.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:509][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Materials\RightMetaQuestTouchProMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:510][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Textures\RightMetaQuestTouchPro_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:511][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Textures\RightMetaQuestTouchPro_Normal.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:516][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Meshes\LeftMetaQuestTouchPlus.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:517][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Materials\LeftMetaQuestTouchPlusMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:517][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Textures\LeftMetaQuestTouchPlus_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:522][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Meshes\RightMetaQuestTouchPlus.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:522][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Materials\RightMetaQuestTouchPlusMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:523][ 0]LogLinker: Warning: [AssetLog] E:\Unreal Projects\vr_VRWizardProject\VR2024_WizardVR\TheProject\VRWizardProject\Plugins\MetaXR\Content\Textures\RightMetaQuestTouchPlus_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible.
+[2024.05.06-16.33.06:616][ 0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-G72JM0I: (Name=DESKTOP-G72JM0I, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid")
+[2024.05.06-16.33.06:646][ 0]LogTemp: Warning: Existing value for UEditorPerformanceSettings::MaxViewportRenderingResolution will be overriden.
+[2024.05.06-16.33.06:646][ 0]LogTemp: MetaXR ignores max viewport resolution in editor to support full HMD resolutions.
+[2024.05.06-16.33.07:017][ 0]LogClass: Error: EnumProperty FOculusXRFaceState::DataSource is not initialized properly even though its struct probably has a custom default constructor. Module:OculusXRMovement File:Public/OculusXRMovementTypes.h
+[2024.05.06-16.33.07:017][ 0]LogClass: Display: 1 Uninitialized script struct members found including 0 object properties
+[2024.05.06-16.33.07:058][ 0]LogAutomationTest: Error: UObject.Class AttemptToFindUninitializedScriptStructMembers will be marked as failing due to errors being logged
+[2024.05.06-16.33.07:058][ 0]LogAutomationTest: Error: LogClass: EnumProperty FOculusXRFaceState::DataSource is not initialized properly even though its struct probably has a custom default constructor. Module:OculusXRMovement File:Public/OculusXRMovementTypes.h
+[2024.05.06-16.33.07:059][ 0]LogEngine: Initializing Engine...
+[2024.05.06-16.33.07:062][ 0]LogHMD: PokeAHoleMaterial loaded successfully
+[2024.05.06-16.33.07:062][ 0]LogHMD: Initializing OVRPlugin session
+[2024.05.06-16.33.07:062][ 0]LogOculusPluginWrapper: Warning: wrapper already initialized
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: CompositorOpenXR::PreInitialize(activity = 0000000000000000, apiType = 0, preinitializeFlags=0x0)
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Support Non-Oculus runtime: NO
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: -- Set xrGetInstanceProcAddr to OpenXR Loader
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Warning: xrGetInstanceProcAddr has already been set
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_RUNTIME_UNAVAILABLE]: xrEnumerateInstanceExtensionProperties(layerName, 0, &instanceExtensionCount, nullptr), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:460 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:312)
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_vulkan_enable
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_D3D11_enable
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_D3D12_enable
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_color_scale_bias
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_tracking
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_hand_tracking_mesh
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_hand_tracking_aim
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_hand_tracking_capsules
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_display_refresh_rate
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_color_space
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan
+[2024.05.06-16.33.07:062][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_depth
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_visibility_mask
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_cylinder
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_cube
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_convert_timespec_time
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_OCULUS_audio_device_guid
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_OCULUS_external_camera
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_render_model
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_virtual_keyboard
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_tracking_data_source
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_scene
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_container
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_query
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_storage
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_storage_batch
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_sharing
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_user
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_headset_id
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_spatial_entity_mesh
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_body_tracking
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_body_tracking_full_body
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_body_tracking_fidelity
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_body_tracking_calibration
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_touch_controller_pro
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_touch_controller_proximity
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_touch_controller_plus
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_haptic_amplitude_envelope
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_haptic_pcm
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_performance_metrics
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_debug_utils
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_simultaneous_hands_and_controllers
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_simultaneous_hands_controllers_management
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_detached_controllers
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX2_detached_controllers
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Available Layers: (0)
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_RUNTIME_UNAVAILABLE]: xrCreateInstance(&createInfo, &instance), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:2217 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:312)
+[2024.05.06-16.33.07:063][ 0]LogOVRPlugin: Display: Preinitialize: xrCreateInstance() failed
+[2024.05.06-16.33.07:063][ 0]LogHMD: Failed initializing OVRPlugin 1.96.0
+[2024.05.06-16.33.07:063][ 0]LogHMD: HMD initialization failed
+[2024.05.06-16.33.07:063][ 0]LogHMD: Oculus plugin initialized. Version: OVRPlugin: 1.96.0
+[2024.05.06-16.33.07:066][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s
+[2024.05.06-16.33.07:185][ 0]LogInit: Initializing FReadOnlyCVARCache
+[2024.05.06-16.33.07:191][ 0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.05.06-16.33.07:192][ 0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.05.06-16.33.07:199][ 0]LogAIModule: Creating AISystem for world Untitled
+[2024.05.06-16.33.07:203][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use.
+[2024.05.06-16.33.07:203][ 0]LogInit: Texture streaming: Enabled
+[2024.05.06-16.33.07:218][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/. AppVersion = 5.3.2-29314046+++UE5+Release-5.3
+[2024.05.06-16.33.07:227][ 0]LogAudio: Display: Initializing Audio Device Manager...
+[2024.05.06-16.33.07:236][ 0]LogAudio: Display: Loading Default Audio Settings Objects...
+[2024.05.06-16.33.07:236][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load).
+[2024.05.06-16.33.07:236][ 0]LogAudio: Display: AudioInfo: 'BINKA' Registered
+[2024.05.06-16.33.07:237][ 0]LogAudio: Display: AudioInfo: 'PCM' Registered
+[2024.05.06-16.33.07:237][ 0]LogAudio: Display: AudioInfo: 'ADPCM' Registered
+[2024.05.06-16.33.07:237][ 0]LogAudio: Display: AudioInfo: 'OGG' Registered
+[2024.05.06-16.33.07:237][ 0]LogAudio: Display: AudioInfo: 'OPUS' Registered
+[2024.05.06-16.33.07:238][ 0]LogAudio: Display: Audio Device Manager Initialized
+[2024.05.06-16.33.07:238][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True
+[2024.05.06-16.33.07:238][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.05.06-16.33.07:238][ 0]LogAudioMixer: Display: Sample Rate: 48000
+[2024.05.06-16.33.07:238][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024
+[2024.05.06-16.33.07:238][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024
+[2024.05.06-16.33.07:238][ 0]LogAudioMixer: Display: Number of buffers to queue: 1
+[2024.05.06-16.33.07:238][ 0]LogAudioMixer: Display: Max Channels (voices): 32
+[2024.05.06-16.33.07:238][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4
+[2024.05.06-16.33.07:238][ 0]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.05.06-16.33.07:239][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.05.06-16.33.07:239][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.05.06-16.33.07:239][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.05.06-16.33.07:244][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.05.06-16.33.07:282][ 0]LogAudioMixer: Display: Using Audio Hardware Device Speakers (2- Sharkoon SB1)
+[2024.05.06-16.33.07:283][ 0]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.05.06-16.33.07:286][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.05.06-16.33.07:286][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.05.06-16.33.07:287][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1
+[2024.05.06-16.33.07:287][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1
+[2024.05.06-16.33.07:288][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1
+[2024.05.06-16.33.07:288][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1
+[2024.05.06-16.33.07:288][ 0]LogInit: FAudioDevice initialized with ID 1.
+[2024.05.06-16.33.07:288][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'.
+[2024.05.06-16.33.07:288][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1
+[2024.05.06-16.33.07:301][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1"
+[2024.05.06-16.33.07:310][ 0]LogInit: Undo buffer set to 32 MB
+[2024.05.06-16.33.07:310][ 0]LogInit: Transaction tracking system initialized
+[2024.05.06-16.33.07:329][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/SourceControl/UncontrolledChangelists.json
+[2024.05.06-16.33.07:329][ 0]LogSourceControl: Uncontrolled asset enumeration started...
+[2024.05.06-16.33.07:333][ 0]LogSourceControl: Uncontrolled asset enumeration finished in 0.003724 seconds (Found 177 uncontrolled assets)
+[2024.05.06-16.33.07:338][ 0]BlueprintLog: New page: Editor Load
+[2024.05.06-16.33.07:423][ 0]LocalizationService: Localization service is disabled
+[2024.05.06-16.33.07:442][ 0]TimingProfiler: Initialize
+[2024.05.06-16.33.07:442][ 0]TimingProfiler: OnSessionChanged
+[2024.05.06-16.33.07:442][ 0]LoadingProfiler: Initialize
+[2024.05.06-16.33.07:442][ 0]LoadingProfiler: OnSessionChanged
+[2024.05.06-16.33.07:442][ 0]NetworkingProfiler: Initialize
+[2024.05.06-16.33.07:442][ 0]NetworkingProfiler: OnSessionChanged
+[2024.05.06-16.33.07:442][ 0]MemoryProfiler: Initialize
+[2024.05.06-16.33.07:442][ 0]MemoryProfiler: OnSessionChanged
+[2024.05.06-16.33.07:639][ 0]LogFileCache: Scanning file cache for directory 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/' took 0.01s
+[2024.05.06-16.33.07:754][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized.
+[2024.05.06-16.33.07:864][ 0]LogProjectSetupTool: Display: StartupModule: OculusXRProjectSetupTool
+[2024.05.06-16.33.07:864][ 0]LogImageWrapper: Warning: PNG Warning(E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Plugins/MetaXR/Resources/MetaQuestBackground.png) Buffer error in compressed datastream in iCCP chunk
+[2024.05.06-16.33.07:864][ 0]LogImageWrapper: Warning: PNG Warning(E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Plugins/MetaXR/Resources/MetaQuestBackground.png) Profile size field missing from iCCP chunk
+[2024.05.06-16.33.07:864][ 0]LogImageWrapper: Warning: PNG Warning(E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Plugins/MetaXR/Resources/MetaQuestBackground.png) Buffer error in compressed datastream in iCCP chunk
+[2024.05.06-16.33.07:864][ 0]LogImageWrapper: Warning: PNG Warning(E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Plugins/MetaXR/Resources/MetaQuestBackground.png) Profile size field missing from iCCP chunk
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:870][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id
+[2024.05.06-16.33.07:894][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init()
+[2024.05.06-16.33.07:896][ 0]SourceControl: Revision control is disabled
+[2024.05.06-16.33.07:896][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 11.980
+[2024.05.06-16.33.07:896][ 0]Cmd: MAP LOAD FILE="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/VRTemplate/Maps/VRTemplateMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4
+[2024.05.06-16.33.07:896][ 0]LightingResults: New page: Lighting Build
+[2024.05.06-16.33.07:900][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true
+[2024.05.06-16.33.07:900][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated
+[2024.05.06-16.33.07:900][ 0]MapCheck: New page: Map Check
+[2024.05.06-16.33.07:900][ 0]LightingResults: New page: Lighting Build
+[2024.05.06-16.33.07:904][ 0]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.05.06-16.33.07:908][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete
+[2024.05.06-16.33.07:908][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.82ms
+[2024.05.06-16.33.08:514][ 0]LogAssetRegistry: Display: Asset registry cache written as 17.5 MiB to E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Intermediate/CachedAssetRegistry_*.bin
+[2024.05.06-16.33.08:569][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile []
+[2024.05.06-16.33.08:695][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'VRTemplateMap'.
+[2024.05.06-16.33.08:695][ 0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.05.06-16.33.08:695][ 0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.05.06-16.33.08:695][ 0]LogAIModule: Creating AISystem for world VRTemplateMap
+[2024.05.06-16.33.08:703][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
+[2024.05.06-16.33.08:725][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms
+[2024.05.06-16.33.08:725][ 0]Cmd: MAP CHECKDEP NOCLEARLOG
+[2024.05.06-16.33.08:725][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.124ms to complete.
+[2024.05.06-16.33.08:733][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 12.817
+[2024.05.06-16.33.08:733][ 0]LogShaderCompilers: Display: ================================================
+[2024.05.06-16.33.08:733][ 0]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.05.06-16.33.08:733][ 0]LogShaderCompilers: Display: Total job queries 0, among them cache hits 0 (0.00%)
+[2024.05.06-16.33.08:733][ 0]LogShaderCompilers: Display: Tracking 0 distinct input hashes that result in 0 distinct outputs (0.00%)
+[2024.05.06-16.33.08:733][ 0]LogShaderCompilers: Display: RAM used: 240.00 B of 819.20 MiB budget. Usage: 0.00%
+[2024.05.06-16.33.08:733][ 0]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.05.06-16.33.08:733][ 0]LogShaderCompilers: Display: Shaders Compiled: 0
+[2024.05.06-16.33.08:733][ 0]LogShaderCompilers: Display: Jobs assigned 0, completed 0 (0%)
+[2024.05.06-16.33.08:733][ 0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 0.00 s
+[2024.05.06-16.33.08:733][ 0]LogShaderCompilers: Display: ================================================
+[2024.05.06-16.33.08:809][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed.
+[2024.05.06-16.33.08:809][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed.
+[2024.05.06-16.33.08:809][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed.
+[2024.05.06-16.33.08:809][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed.
+[2024.05.06-16.33.08:809][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed.
+[2024.05.06-16.33.08:824][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.05.06-16.33.08:835][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.05.06-16.33.08:845][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.05.06-16.33.08:855][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.05.06-16.33.08:868][ 0]LogPakFile: Initializing PakPlatformFile
+[2024.05.06-16.33.08:869][ 0]LogPakFile: Display: Mounted Pak file 'D:/Epic Games/UE_5.3/FeaturePacks/StarterContent.upack', mount point: 'root:/'
+[2024.05.06-16.33.08:869][ 0]LogPakFile: Initializing PakPlatformFile
+[2024.05.06-16.33.08:870][ 0]LogPakFile: Display: Mounted Pak file 'D:/Epic Games/UE_5.3/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/'
+[2024.05.06-16.33.08:870][ 0]LogPakFile: Initializing PakPlatformFile
+[2024.05.06-16.33.08:870][ 0]LogPakFile: Display: Mounted Pak file 'D:/Epic Games/UE_5.3/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/'
+[2024.05.06-16.33.08:870][ 0]LogPakFile: Initializing PakPlatformFile
+[2024.05.06-16.33.08:871][ 0]LogPakFile: Display: Mounted Pak file 'D:/Epic Games/UE_5.3/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/'
+[2024.05.06-16.33.08:871][ 0]LogPakFile: Initializing PakPlatformFile
+[2024.05.06-16.33.08:872][ 0]LogPakFile: Display: Mounted Pak file 'D:/Epic Games/UE_5.3/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/'
+[2024.05.06-16.33.08:872][ 0]LogPakFile: Initializing PakPlatformFile
+[2024.05.06-16.33.08:872][ 0]LogPakFile: Display: Mounted Pak file 'D:/Epic Games/UE_5.3/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/'
+[2024.05.06-16.33.08:873][ 0]LogPakFile: Initializing PakPlatformFile
+[2024.05.06-16.33.08:873][ 0]LogPakFile: Display: Mounted Pak file 'D:/Epic Games/UE_5.3/FeaturePacks/TP_TopDown.upack', mount point: 'root:/'
+[2024.05.06-16.33.08:873][ 0]LogPakFile: Initializing PakPlatformFile
+[2024.05.06-16.33.08:874][ 0]LogPakFile: Display: Mounted Pak file 'D:/Epic Games/UE_5.3/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/'
+[2024.05.06-16.33.08:874][ 0]LogPakFile: Initializing PakPlatformFile
+[2024.05.06-16.33.08:874][ 0]LogPakFile: Display: Mounted Pak file 'D:/Epic Games/UE_5.3/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/'
+[2024.05.06-16.33.08:874][ 0]LogPakFile: Initializing PakPlatformFile
+[2024.05.06-16.33.08:875][ 0]LogPakFile: Display: Mounted Pak file 'D:/Epic Games/UE_5.3/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/'
+[2024.05.06-16.33.09:193][ 0]LogStall: Startup...
+[2024.05.06-16.33.09:195][ 0]LogStall: Startup complete.
+[2024.05.06-16.33.09:223][ 0]LogLoad: (Engine Initialization) Total time: 13.31 seconds
+[2024.05.06-16.33.09:223][ 0]LogLoad: (Engine Initialization) Total Blueprint compile time: 0.00 seconds
+[2024.05.06-16.33.09:232][ 0]LogOculusPluginWrapper: Warning: wrapper already initialized
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: CompositorOpenXR::PreInitialize(activity = 0000000000000000, apiType = 0, preinitializeFlags=0x0)
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Support Non-Oculus runtime: NO
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: -- Set xrGetInstanceProcAddr to OpenXR Loader
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Warning: xrGetInstanceProcAddr has already been set
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_RUNTIME_UNAVAILABLE]: xrEnumerateInstanceExtensionProperties(layerName, 0, &instanceExtensionCount, nullptr), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:460 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:312)
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_vulkan_enable
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_D3D11_enable
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_D3D12_enable
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_color_scale_bias
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_tracking
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_hand_tracking_mesh
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_hand_tracking_aim
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_hand_tracking_capsules
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_display_refresh_rate
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_color_space
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_depth
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_visibility_mask
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_cylinder
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_cube
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_convert_timespec_time
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_OCULUS_audio_device_guid
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_OCULUS_external_camera
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_render_model
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_virtual_keyboard
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_tracking_data_source
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_scene
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_container
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_query
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_storage
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_storage_batch
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_sharing
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_spatial_entity_user
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_headset_id
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_spatial_entity_mesh
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_body_tracking
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_body_tracking_full_body
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_body_tracking_fidelity
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_body_tracking_calibration
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_touch_controller_pro
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_touch_controller_proximity
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_touch_controller_plus
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_haptic_amplitude_envelope
+[2024.05.06-16.33.09:233][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_haptic_pcm
+[2024.05.06-16.33.09:234][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_performance_metrics
+[2024.05.06-16.33.09:234][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_debug_utils
+[2024.05.06-16.33.09:234][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_simultaneous_hands_and_controllers
+[2024.05.06-16.33.09:234][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_simultaneous_hands_controllers_management
+[2024.05.06-16.33.09:234][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_detached_controllers
+[2024.05.06-16.33.09:234][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX2_detached_controllers
+[2024.05.06-16.33.09:234][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth
+[2024.05.06-16.33.09:234][ 0]LogOVRPlugin: Display: Available Layers: (0)
+[2024.05.06-16.33.09:234][ 0]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_RUNTIME_UNAVAILABLE]: xrCreateInstance(&createInfo, &instance), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:2217 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:312)
+[2024.05.06-16.33.09:234][ 0]LogOVRPlugin: Display: Preinitialize: xrCreateInstance() failed
+[2024.05.06-16.33.09:234][ 0]LogHMD: Failed initializing OVRPlugin 1.96.0
+[2024.05.06-16.33.09:234][ 0]LogOcInput: OculusXRInput is initialized
+[2024.05.06-16.33.09:282][ 0]LogAssetRegistry: AssetRegistryGather time 0.1067s: AssetDataDiscovery 0.0293s, AssetDataGather 0.0312s, StoreResults 0.0461s.
+[2024.05.06-16.33.09:302][ 0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000006 seconds (updated 0 objects)
+[2024.05.06-16.33.09:368][ 0]LogContentStreaming: Texture pool size now 1000 MB
+[2024.05.06-16.33.09:405][ 0]LogSlate: Took 0.000295 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K)
+[2024.05.06-16.33.09:408][ 0]LogSlate: Took 0.000199 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K)
+[2024.05.06-16.33.09:411][ 0]LogSlate: Took 0.000563 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K)
+[2024.05.06-16.33.09:412][ 0]LogSlate: Took 0.000221 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K)
+[2024.05.06-16.33.09:481][ 0]LogViewport: Scene viewport resized to 927x401, mode Windowed.
+[2024.05.06-16.33.09:509][ 0]LogSlate: Took 0.000256 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K)
+[2024.05.06-16.33.09:663][ 0]LogAutomationController: Ignoring very large delta of 17189107.77 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-16.33.09:715][ 1]LogPython: registering
+
+[2024.05.06-16.33.09:726][ 1]Running Python start-up script 'D:/Epic Games/UE_5.3/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.061105 secs
+[2024.05.06-16.33.09:780][ 1]LogD3D12RHI: Cannot end block when stack is empty
+[2024.05.06-16.33.09:923][ 2]LogSlate: Took 0.000371 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K)
+[2024.05.06-16.35.02:500][254]LogDerivedDataCache: C:/Users/egonh/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:01.088 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 1044 files in 1777 folders with total size 43 MiB.
+[2024.05.06-16.59.57:752][464]LogSlate: Window 'Meta XR Project Setup Tool' being destroyed
+[2024.05.06-16.59.57:759][464]LogSlate: Window 'Meta XR Project Setup Tool' being destroyed
+[2024.05.06-17.00.01:369][827]LogViewport: Scene viewport resized to 1396x638, mode Windowed.
+[2024.05.06-17.00.10:385][813]LogContentBrowser: Deferred new asset folder creation: NewFolder
+[2024.05.06-17.00.10:395][813]LogContentBrowser: Creating deferred item: NewFolder
+[2024.05.06-17.00.10:406][814]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder).
+[2024.05.06-17.00.17:944][712]LogContentBrowser: Attempting asset rename: NewFolder -> ProjectAssets
+[2024.05.06-17.00.17:944][712]LogContentBrowser: End creating deferred item NewFolder
+[2024.05.06-17.00.23:432][349]LogContentBrowser: Deferred new asset folder creation: NewFolder
+[2024.05.06-17.00.23:444][349]LogContentBrowser: Creating deferred item: NewFolder
+[2024.05.06-17.00.23:461][351]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder).
+[2024.05.06-17.00.33:047][501]LogContentBrowser: Attempting asset rename: NewFolder -> Blueprints
+[2024.05.06-17.00.33:047][501]LogContentBrowser: End creating deferred item NewFolder
+[2024.05.06-17.00.44:188][784]LogContentBrowser: Deferred new asset folder creation: NewFolder
+[2024.05.06-17.00.44:200][784]LogContentBrowser: Creating deferred item: NewFolder
+[2024.05.06-17.00.44:209][785]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder).
+[2024.05.06-17.00.46:885][106]LogContentBrowser: Attempting asset rename: NewFolder -> Props
+[2024.05.06-17.00.46:886][106]LogContentBrowser: End creating deferred item NewFolder
+[2024.05.06-17.00.49:586][412]LogContentBrowser: Deferred new asset folder creation: NewFolder
+[2024.05.06-17.00.49:597][412]LogContentBrowser: Creating deferred item: NewFolder
+[2024.05.06-17.00.49:607][413]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder).
+[2024.05.06-17.00.55:130][ 76]LogContentBrowser: Attempting asset rename: NewFolder -> Particles
+[2024.05.06-17.00.55:131][ 76]LogContentBrowser: End creating deferred item NewFolder
+[2024.05.06-17.00.58:496][452]LogContentBrowser: Deferred new asset folder creation: NewFolder
+[2024.05.06-17.00.58:507][452]LogContentBrowser: Creating deferred item: NewFolder
+[2024.05.06-17.00.58:515][453]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder).
+[2024.05.06-17.01.02:484][926]LogContentBrowser: Attempting asset rename: NewFolder -> Maps
+[2024.05.06-17.01.02:484][926]LogContentBrowser: End creating deferred item NewFolder
+[2024.05.06-17.01.05:811][287]LogContentBrowser: Deferred new asset folder creation: NewFolder
+[2024.05.06-17.01.05:818][287]LogContentBrowser: Creating deferred item: NewFolder
+[2024.05.06-17.01.05:829][288]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder).
+[2024.05.06-17.01.08:408][596]LogContentBrowser: Attempting asset rename: NewFolder -> Textures
+[2024.05.06-17.01.08:408][596]LogContentBrowser: End creating deferred item NewFolder
+[2024.05.06-17.01.25:395][607]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms
+[2024.05.06-17.13.16:099][ 17]LogSlate: Window 'Pick Parent Class' being destroyed
+[2024.05.06-17.13.16:120][ 17]LogContentBrowser: Deferred new asset file creation: NewBlueprint
+[2024.05.06-17.13.16:125][ 17]LogContentBrowser: Creating deferred item: NewBlueprint
+[2024.05.06-17.13.16:135][ 17]LogAutomationController: Ignoring very large delta of 21.77 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-17.13.16:148][ 19]LogContentBrowser: Renaming the item being created (Deferred Item: NewBlueprint).
+[2024.05.06-17.13.31:335][825]LogContentBrowser: Attempting asset rename: NewBlueprint -> BP_RuneArea
+[2024.05.06-17.13.31:503][825]LogContentBrowser: End creating deferred item NewBlueprint
+[2024.05.06-17.23.16:209][323]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms
+[2024.05.06-17.23.16:218][323]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/VRTemplate/Maps/VRTemplateMap' took 0.015
+[2024.05.06-17.23.16:219][323]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/ProjectAssets/Blueprints/BP_RuneArea] ([2] browsable assets)...
+[2024.05.06-17.23.16:219][323]OBJ SavePackage: Finished generating thumbnails for package [/Game/ProjectAssets/Blueprints/BP_RuneArea]
+[2024.05.06-17.23.16:226][323]LogPackageLocalizationCache: Processed 48 localized package path(s) for 1 prioritized culture(s) in 0.006545 seconds
+[2024.05.06-17.23.16:350][323]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ProjectAssets/Blueprints/BP_RuneArea_Auto1
+[2024.05.06-17.23.16:350][323]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/BP_RuneArea_Auto1F5BD7C8049448DBCD974DEA851765705.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Blueprints/BP_RuneArea_Auto1.uasset'
+[2024.05.06-17.23.16:367][323]LogFileHelpers: Auto-saving content packages took 0.150
+[2024.05.06-17.25.01:079][213]LogSlate: Window 'Interchange Pipeline Configuration (Import Content)' being destroyed
+[2024.05.06-17.25.01:178][213]LogInterchangeEngine: [Pending] Importing
+[2024.05.06-17.25.01:178][213]LogInterchangeEngine: Display: Interchange start importing source [E:/Unreal Projects/runestones/magic_runestones.glb]
+[2024.05.06-17.25.01:228][214]LogAutomationController: Ignoring very large delta of 14.23 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-17.25.01:242][214]LogInterchangeEngine: [Pending] Importing
+[2024.05.06-17.25.01:931][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_22.magic_runestones_texture_22 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.01:943][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_20.magic_runestones_texture_20 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.01:943][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_17.magic_runestones_texture_17 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.01:943][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_19.magic_runestones_texture_19 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.01:943][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_18.magic_runestones_texture_18 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:065][231]LogStaticMesh: Display: Building static mesh Object_16...
+[2024.05.06-17.25.02:075][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_16.Object_16
+[2024.05.06-17.25.02:077][231]LogStaticMesh: Display: Building static mesh Object_10...
+[2024.05.06-17.25.02:079][231]LogStaticMesh: Display: Building static mesh Object_18...
+[2024.05.06-17.25.02:079][231]LogStaticMesh: Display: Building static mesh Object_4...
+[2024.05.06-17.25.02:079][231]LogStaticMesh: Display: Building static mesh Object_14...
+[2024.05.06-17.25.02:079][231]LogStaticMesh: Display: Building static mesh Object_24...
+[2024.05.06-17.25.02:086][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_18.Object_18
+[2024.05.06-17.25.02:086][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_10.Object_10
+[2024.05.06-17.25.02:088][231]LogStaticMesh: Display: Building static mesh Object_28...
+[2024.05.06-17.25.02:088][231]LogStaticMesh: Display: Building static mesh Object_8...
+[2024.05.06-17.25.02:088][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_4.Object_4
+[2024.05.06-17.25.02:088][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_24.Object_24
+[2024.05.06-17.25.02:088][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_14.Object_14
+[2024.05.06-17.25.02:089][231]LogStaticMesh: Display: Building static mesh Object_22...
+[2024.05.06-17.25.02:090][231]LogStaticMesh: Display: Building static mesh Object_6...
+[2024.05.06-17.25.02:090][231]LogStaticMesh: Display: Building static mesh Object_12...
+[2024.05.06-17.25.02:096][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_8.Object_8
+[2024.05.06-17.25.02:096][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_28.Object_28
+[2024.05.06-17.25.02:097][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_6.Object_6
+[2024.05.06-17.25.02:098][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_12.Object_12
+[2024.05.06-17.25.02:098][231]LogStaticMesh: Display: Building static mesh Object_26...
+[2024.05.06-17.25.02:098][231]LogStaticMesh: Display: Building static mesh Object_20...
+[2024.05.06-17.25.02:098][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_22.Object_22
+[2024.05.06-17.25.02:102][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_16.magic_runestones_texture_16 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:102][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_24.magic_runestones_texture_24 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:103][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_25.magic_runestones_texture_25 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:109][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_26.Object_26
+[2024.05.06-17.25.02:109][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_20.Object_20
+[2024.05.06-17.25.02:120][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_0.magic_runestones_texture_0 (TFO_AutoDXT, 1024x512 x1x1x1) (Required Memory Estimate: 78.979147 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:126][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_27.magic_runestones_texture_27 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:226][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_23.magic_runestones_texture_23 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:238][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_29.magic_runestones_texture_29 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:244][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_28.magic_runestones_texture_28 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:244][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_5.magic_runestones_texture_5 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:254][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_14.magic_runestones_texture_14 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:332][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_1.magic_runestones_texture_1 (TFO_AutoDXT, 1024x512 x1x1x1) (Required Memory Estimate: 78.979147 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:333][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_2.magic_runestones_texture_2 (TFO_BC5, 1024x512 x1x1x1) (Required Memory Estimate: 140.562475 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:405][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_4.magic_runestones_texture_4 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:418][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_6.magic_runestones_texture_6 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:422][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_7.magic_runestones_texture_7 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:423][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_13.magic_runestones_texture_13 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:456][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_9.magic_runestones_texture_9 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:597][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_10.magic_runestones_texture_10 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:599][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_11.magic_runestones_texture_11 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:602][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_26.magic_runestones_texture_26 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:603][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_12.magic_runestones_texture_12 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:606][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_21.magic_runestones_texture_21 (TFO_AutoDXT, 1024x512 x1x1x1) (Required Memory Estimate: 78.979147 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:611][231]LogInterchangeEngine: [Success] Import Done
+[2024.05.06-17.25.02:679][232]LogInterchangeEngine: [Success] Import Done
+[2024.05.06-17.25.02:717][232]LogTexture: Display: Waiting for textures to be ready 0/2 (/Game/ProjectAssets/Props/magic_runestones_texture_11) ...
+[2024.05.06-17.25.02:752][232]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_15.magic_runestones_texture_15 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:758][232]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_3.magic_runestones_texture_3 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:775][232]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_8.magic_runestones_texture_8 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:809][232]LogTexture: Display: Waiting for textures to be ready 0/1 (/Game/ProjectAssets/Props/magic_runestones_texture_3) ...
+[2024.05.06-17.25.03:729][302]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: ================================================
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Total job queries 41, among them cache hits 6 (14.63%)
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Tracking 25 distinct input hashes that result in 21 distinct outputs (84.00%)
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: RAM used: 820.21 KiB of 819.20 MiB budget. Usage: 0.10%
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Shaders Compiled: 25
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Jobs assigned 32, completed 25 (78.12%)
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Average time worker was idle: 1036.72 s
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Time job spent in pending queue: average 0.94 s, longest 2.81 s
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Job execution time: average 1.34 s, max 4.71 s
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Job life time (pending + execution): average 2.52 s, max 5.22
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Shader code size: average 55.002 KiB, min 4.504 KiB, max 87.328 KiB
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 5.85 s
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Jobs were issued in 32 batches (only local compilation was used), average 1.00 jobs/batch
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: Average processing rate: 4.28 jobs/sec
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: Total thread time: 28.95 s
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: Total thread preprocess time: 1.315 s
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: Percentage time preprocessing: 4.54%
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: Effective parallelization: 4.95 (times faster than compiling all shaders on one thread). Compare with number of workers: 8
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: Top 5 most expensive shader types by average time:
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 4 times, average 4.29 sec, max 4.40 sec, min 4.04 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy (compiled 4 times, average 0.71 sec, max 0.72 sec, min 0.69 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy (compiled 4 times, average 0.70 sec, max 0.73 sec, min 0.67 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 4 times, average 0.60 sec, max 0.72 sec, min 0.53 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TShadowDepthVSVertexShadowDepth_OutputDepth (compiled 1 times, average 0.52 sec, max 0.52 sec, min 0.52 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: Top 5 shader types by total compile time:
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy - 59.25% of total time (compiled 4 times, average 4.29 sec, max 4.40 sec, min 4.04 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy - 9.80% of total time (compiled 4 times, average 0.71 sec, max 0.72 sec, min 0.69 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 9.73% of total time (compiled 4 times, average 0.70 sec, max 0.73 sec, min 0.67 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 8.25% of total time (compiled 4 times, average 0.60 sec, max 0.72 sec, min 0.53 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: FHitProxyVS - 3.25% of total time (compiled 2 times, average 0.47 sec, max 0.48 sec, min 0.46 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: ================================================
+[2024.05.06-17.25.10:198][915]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.05.06-17.25.24:926][473]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Object_12.Object_12
+[2024.05.06-17.25.24:942][473]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Object_12.Object_12
+[2024.05.06-17.25.24:982][473]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Object_12.Object_12 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_0
+[2024.05.06-17.25.39:737][115]LogSlate: Warning: Unable to rasterize '../../../Engine/Content/Editor/Slate/Starship/AssetIcons/SpecularProfile_64.svg'. File could not be found
+[2024.05.06-17.25.41:321][281]LogContentBrowser: Deferred new asset folder creation: NewFolder
+[2024.05.06-17.25.41:333][281]LogContentBrowser: Creating deferred item: NewFolder
+[2024.05.06-17.25.41:358][282]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder).
+[2024.05.06-17.25.43:618][553]LogContentBrowser: Attempting asset rename: NewFolder -> Runes
+[2024.05.06-17.25.43:619][553]LogContentBrowser: End creating deferred item NewFolder
+[2024.05.06-17.27.03:941][925]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.27.03:981][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_4
+[2024.05.06-17.27.03:981][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_41ABC7C904EADAAD24F912786B0064F7C.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_4.uasset'
+[2024.05.06-17.27.03:995][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_6
+[2024.05.06-17.27.03:995][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_69E7C66CF42065D3273A0B4B6F4A08486.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_6.uasset'
+[2024.05.06-17.27.04:007][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_8
+[2024.05.06-17.27.04:007][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_873EB35964A351E8F4136689C2F85A49F.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_8.uasset'
+[2024.05.06-17.27.04:019][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_10
+[2024.05.06-17.27.04:019][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_10677DA10449CA1CBB764D678F179EBA44.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_10.uasset'
+[2024.05.06-17.27.04:031][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_12
+[2024.05.06-17.27.04:031][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_1288B14FA84B1BF4AD1037A09FE89CA384.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_12.uasset'
+[2024.05.06-17.27.04:043][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_14
+[2024.05.06-17.27.04:043][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_146864144941C0A5D586849AB3FD49DD23.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_14.uasset'
+[2024.05.06-17.27.04:055][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_16
+[2024.05.06-17.27.04:055][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_168F99844948B707BD19FEC69CC993E84A.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_16.uasset'
+[2024.05.06-17.27.04:067][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_18
+[2024.05.06-17.27.04:067][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_1852AC039E4CDDBCFDD29ADF9611B66572.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_18.uasset'
+[2024.05.06-17.27.04:079][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_20
+[2024.05.06-17.27.04:079][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_202A7101D040C264E8BF5A8BB5311A1DC3.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_20.uasset'
+[2024.05.06-17.27.04:092][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_22
+[2024.05.06-17.27.04:092][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_22A5FE54C9473BA78A9B76C996F38F4EFC.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_22.uasset'
+[2024.05.06-17.27.04:104][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_24
+[2024.05.06-17.27.04:104][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_24C75960C04C2D6F5E5791479B76A9872B.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_24.uasset'
+[2024.05.06-17.27.04:116][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_26
+[2024.05.06-17.27.04:116][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_2614525A794C507E9CB171FFB0726A573A.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_26.uasset'
+[2024.05.06-17.27.04:128][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_28
+[2024.05.06-17.27.04:128][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_2885F6F66048343DDD245C2B849561EF4F.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_28.uasset'
+[2024.05.06-17.27.04:137][925]LogFileHelpers: InternalPromptForCheckoutAndSave took 196 ms
+[2024.05.06-17.27.04:246][925]LogUObjectHash: Compacting FUObjectHashTables data took 0.76ms
+[2024.05.06-17.27.04:262][925]LogUObjectHash: Compacting FUObjectHashTables data took 0.81ms
+[2024.05.06-17.27.04:266][925]LogUObjectHash: Compacting FUObjectHashTables data took 0.32ms
+[2024.05.06-17.27.04:299][925]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_4.Object_4
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_6.Object_6
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_8.Object_8
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_10.Object_10
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_12.Object_12
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_14.Object_14
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_16.Object_16
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_18.Object_18
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_20.Object_20
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_22.Object_22
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_24.Object_24
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_26.Object_26
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_28.Object_28
+[2024.05.06-17.27.16:244][184]LogContentBrowser: Deferred new asset folder creation: NewFolder
+[2024.05.06-17.27.16:270][184]LogContentBrowser: Creating deferred item: NewFolder
+[2024.05.06-17.27.16:280][185]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder).
+[2024.05.06-17.27.19:298][546]LogContentBrowser: Attempting asset rename: NewFolder -> Materials
+[2024.05.06-17.27.19:298][546]LogContentBrowser: End creating deferred item NewFolder
+[2024.05.06-17.27.46:842][189]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.27.46:876][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_24
+[2024.05.06-17.27.46:877][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_243F18660042D4DC399AAC22940740656C.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_24.uasset'
+[2024.05.06-17.27.46:880][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_10
+[2024.05.06-17.27.46:880][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_10F40D93574BBB6AEDE0D88EA3276B3994.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_10.uasset'
+[2024.05.06-17.27.46:883][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_20
+[2024.05.06-17.27.46:884][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_20C6E417FE4F57A3AF886FE3AA8A7DDAC0.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_20.uasset'
+[2024.05.06-17.27.46:887][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_6
+[2024.05.06-17.27.46:887][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_6C4AE5E814AB9939A765375B9FBC33ADA.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_6.uasset'
+[2024.05.06-17.27.46:891][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_26
+[2024.05.06-17.27.46:891][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_2654FF5F754756FBEBA2873FA05DC1E3DE.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_26.uasset'
+[2024.05.06-17.27.46:894][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_12
+[2024.05.06-17.27.46:895][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_12885B2D3C488FF59E138E118CF0D1DAC4.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_12.uasset'
+[2024.05.06-17.27.46:898][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_22
+[2024.05.06-17.27.46:898][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_222E580D9042F0EB018CF898BE71821834.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_22.uasset'
+[2024.05.06-17.27.46:902][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_8
+[2024.05.06-17.27.46:902][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_89DD7001C456D6932BB9714A3500B34CD.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_8.uasset'
+[2024.05.06-17.27.46:905][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_16
+[2024.05.06-17.27.46:906][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_16D4523DCC4914C4A800809187C15E965D.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_16.uasset'
+[2024.05.06-17.27.46:909][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_28
+[2024.05.06-17.27.46:910][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_284D3072484A57318F2ACCC2A31C35834D.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_28.uasset'
+[2024.05.06-17.27.46:913][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_14
+[2024.05.06-17.27.46:913][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_141851694047F9F2A615DCFBAD809FA534.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_14.uasset'
+[2024.05.06-17.27.46:916][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_18
+[2024.05.06-17.27.46:917][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_184DBB66064FC766DD0256EE812EA241B3.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_18.uasset'
+[2024.05.06-17.27.46:920][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_4
+[2024.05.06-17.27.46:920][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_4E747AF1146A83753894146920986F7AE.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_4.uasset'
diff --git a/TheProject/VRWizardProject/Saved/Logs/VRWizardProject_2.log b/TheProject/VRWizardProject/Saved/Logs/VRWizardProject_2.log
index a39d396..ff42430 100644
--- a/TheProject/VRWizardProject/Saved/Logs/VRWizardProject_2.log
+++ b/TheProject/VRWizardProject/Saved/Logs/VRWizardProject_2.log
@@ -1619,3 +1619,1216 @@ The following settings have been applied:
[2024.05.06-17.01.08:408][596]LogContentBrowser: Attempting asset rename: NewFolder -> Textures
[2024.05.06-17.01.08:408][596]LogContentBrowser: End creating deferred item NewFolder
[2024.05.06-17.01.25:395][607]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms
+[2024.05.06-17.13.16:099][ 17]LogSlate: Window 'Pick Parent Class' being destroyed
+[2024.05.06-17.13.16:120][ 17]LogContentBrowser: Deferred new asset file creation: NewBlueprint
+[2024.05.06-17.13.16:125][ 17]LogContentBrowser: Creating deferred item: NewBlueprint
+[2024.05.06-17.13.16:135][ 17]LogAutomationController: Ignoring very large delta of 21.77 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-17.13.16:148][ 19]LogContentBrowser: Renaming the item being created (Deferred Item: NewBlueprint).
+[2024.05.06-17.13.31:335][825]LogContentBrowser: Attempting asset rename: NewBlueprint -> BP_RuneArea
+[2024.05.06-17.13.31:503][825]LogContentBrowser: End creating deferred item NewBlueprint
+[2024.05.06-17.23.16:209][323]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms
+[2024.05.06-17.23.16:218][323]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/VRTemplate/Maps/VRTemplateMap' took 0.015
+[2024.05.06-17.23.16:219][323]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/ProjectAssets/Blueprints/BP_RuneArea] ([2] browsable assets)...
+[2024.05.06-17.23.16:219][323]OBJ SavePackage: Finished generating thumbnails for package [/Game/ProjectAssets/Blueprints/BP_RuneArea]
+[2024.05.06-17.23.16:226][323]LogPackageLocalizationCache: Processed 48 localized package path(s) for 1 prioritized culture(s) in 0.006545 seconds
+[2024.05.06-17.23.16:350][323]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ProjectAssets/Blueprints/BP_RuneArea_Auto1
+[2024.05.06-17.23.16:350][323]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/BP_RuneArea_Auto1F5BD7C8049448DBCD974DEA851765705.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Blueprints/BP_RuneArea_Auto1.uasset'
+[2024.05.06-17.23.16:367][323]LogFileHelpers: Auto-saving content packages took 0.150
+[2024.05.06-17.25.01:079][213]LogSlate: Window 'Interchange Pipeline Configuration (Import Content)' being destroyed
+[2024.05.06-17.25.01:178][213]LogInterchangeEngine: [Pending] Importing
+[2024.05.06-17.25.01:178][213]LogInterchangeEngine: Display: Interchange start importing source [E:/Unreal Projects/runestones/magic_runestones.glb]
+[2024.05.06-17.25.01:228][214]LogAutomationController: Ignoring very large delta of 14.23 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-17.25.01:242][214]LogInterchangeEngine: [Pending] Importing
+[2024.05.06-17.25.01:931][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_22.magic_runestones_texture_22 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.01:943][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_20.magic_runestones_texture_20 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.01:943][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_17.magic_runestones_texture_17 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.01:943][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_19.magic_runestones_texture_19 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.01:943][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_18.magic_runestones_texture_18 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:065][231]LogStaticMesh: Display: Building static mesh Object_16...
+[2024.05.06-17.25.02:075][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_16.Object_16
+[2024.05.06-17.25.02:077][231]LogStaticMesh: Display: Building static mesh Object_10...
+[2024.05.06-17.25.02:079][231]LogStaticMesh: Display: Building static mesh Object_18...
+[2024.05.06-17.25.02:079][231]LogStaticMesh: Display: Building static mesh Object_4...
+[2024.05.06-17.25.02:079][231]LogStaticMesh: Display: Building static mesh Object_14...
+[2024.05.06-17.25.02:079][231]LogStaticMesh: Display: Building static mesh Object_24...
+[2024.05.06-17.25.02:086][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_18.Object_18
+[2024.05.06-17.25.02:086][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_10.Object_10
+[2024.05.06-17.25.02:088][231]LogStaticMesh: Display: Building static mesh Object_28...
+[2024.05.06-17.25.02:088][231]LogStaticMesh: Display: Building static mesh Object_8...
+[2024.05.06-17.25.02:088][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_4.Object_4
+[2024.05.06-17.25.02:088][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_24.Object_24
+[2024.05.06-17.25.02:088][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_14.Object_14
+[2024.05.06-17.25.02:089][231]LogStaticMesh: Display: Building static mesh Object_22...
+[2024.05.06-17.25.02:090][231]LogStaticMesh: Display: Building static mesh Object_6...
+[2024.05.06-17.25.02:090][231]LogStaticMesh: Display: Building static mesh Object_12...
+[2024.05.06-17.25.02:096][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_8.Object_8
+[2024.05.06-17.25.02:096][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_28.Object_28
+[2024.05.06-17.25.02:097][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_6.Object_6
+[2024.05.06-17.25.02:098][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_12.Object_12
+[2024.05.06-17.25.02:098][231]LogStaticMesh: Display: Building static mesh Object_26...
+[2024.05.06-17.25.02:098][231]LogStaticMesh: Display: Building static mesh Object_20...
+[2024.05.06-17.25.02:098][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_22.Object_22
+[2024.05.06-17.25.02:102][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_16.magic_runestones_texture_16 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:102][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_24.magic_runestones_texture_24 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:103][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_25.magic_runestones_texture_25 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:109][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_26.Object_26
+[2024.05.06-17.25.02:109][231]LogStaticMesh: Built static mesh [0.01s] /Game/ProjectAssets/Props/Object_20.Object_20
+[2024.05.06-17.25.02:120][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_0.magic_runestones_texture_0 (TFO_AutoDXT, 1024x512 x1x1x1) (Required Memory Estimate: 78.979147 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:126][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_27.magic_runestones_texture_27 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:226][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_23.magic_runestones_texture_23 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:238][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_29.magic_runestones_texture_29 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:244][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_28.magic_runestones_texture_28 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:244][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_5.magic_runestones_texture_5 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:254][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_14.magic_runestones_texture_14 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:332][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_1.magic_runestones_texture_1 (TFO_AutoDXT, 1024x512 x1x1x1) (Required Memory Estimate: 78.979147 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:333][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_2.magic_runestones_texture_2 (TFO_BC5, 1024x512 x1x1x1) (Required Memory Estimate: 140.562475 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:405][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_4.magic_runestones_texture_4 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:418][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_6.magic_runestones_texture_6 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:422][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_7.magic_runestones_texture_7 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:423][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_13.magic_runestones_texture_13 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:456][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_9.magic_runestones_texture_9 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:597][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_10.magic_runestones_texture_10 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:599][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_11.magic_runestones_texture_11 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:602][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_26.magic_runestones_texture_26 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:603][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_12.magic_runestones_texture_12 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:606][231]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_21.magic_runestones_texture_21 (TFO_AutoDXT, 1024x512 x1x1x1) (Required Memory Estimate: 78.979147 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:611][231]LogInterchangeEngine: [Success] Import Done
+[2024.05.06-17.25.02:679][232]LogInterchangeEngine: [Success] Import Done
+[2024.05.06-17.25.02:717][232]LogTexture: Display: Waiting for textures to be ready 0/2 (/Game/ProjectAssets/Props/magic_runestones_texture_11) ...
+[2024.05.06-17.25.02:752][232]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_15.magic_runestones_texture_15 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:758][232]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_3.magic_runestones_texture_3 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:775][232]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/magic_runestones_texture_8.magic_runestones_texture_8 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.25.02:809][232]LogTexture: Display: Waiting for textures to be ready 0/1 (/Game/ProjectAssets/Props/magic_runestones_texture_3) ...
+[2024.05.06-17.25.03:729][302]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: ================================================
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Total job queries 41, among them cache hits 6 (14.63%)
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Tracking 25 distinct input hashes that result in 21 distinct outputs (84.00%)
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: RAM used: 820.21 KiB of 819.20 MiB budget. Usage: 0.10%
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Shaders Compiled: 25
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Jobs assigned 32, completed 25 (78.12%)
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Average time worker was idle: 1036.72 s
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Time job spent in pending queue: average 0.94 s, longest 2.81 s
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Job execution time: average 1.34 s, max 4.71 s
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Job life time (pending + execution): average 2.52 s, max 5.22
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Shader code size: average 55.002 KiB, min 4.504 KiB, max 87.328 KiB
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 5.85 s
+[2024.05.06-17.25.04:373][354]LogShaderCompilers: Display: Jobs were issued in 32 batches (only local compilation was used), average 1.00 jobs/batch
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: Average processing rate: 4.28 jobs/sec
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: Total thread time: 28.95 s
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: Total thread preprocess time: 1.315 s
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: Percentage time preprocessing: 4.54%
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: Effective parallelization: 4.95 (times faster than compiling all shaders on one thread). Compare with number of workers: 8
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: Top 5 most expensive shader types by average time:
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 4 times, average 4.29 sec, max 4.40 sec, min 4.04 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy (compiled 4 times, average 0.71 sec, max 0.72 sec, min 0.69 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy (compiled 4 times, average 0.70 sec, max 0.73 sec, min 0.67 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 4 times, average 0.60 sec, max 0.72 sec, min 0.53 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TShadowDepthVSVertexShadowDepth_OutputDepth (compiled 1 times, average 0.52 sec, max 0.52 sec, min 0.52 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: Top 5 shader types by total compile time:
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy - 59.25% of total time (compiled 4 times, average 4.29 sec, max 4.40 sec, min 4.04 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy - 9.80% of total time (compiled 4 times, average 0.71 sec, max 0.72 sec, min 0.69 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 9.73% of total time (compiled 4 times, average 0.70 sec, max 0.73 sec, min 0.67 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 8.25% of total time (compiled 4 times, average 0.60 sec, max 0.72 sec, min 0.53 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: FHitProxyVS - 3.25% of total time (compiled 2 times, average 0.47 sec, max 0.48 sec, min 0.46 sec)
+[2024.05.06-17.25.04:374][354]LogShaderCompilers: Display: ================================================
+[2024.05.06-17.25.10:198][915]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.05.06-17.25.24:926][473]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Object_12.Object_12
+[2024.05.06-17.25.24:942][473]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Object_12.Object_12
+[2024.05.06-17.25.24:982][473]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Object_12.Object_12 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_0
+[2024.05.06-17.25.39:737][115]LogSlate: Warning: Unable to rasterize '../../../Engine/Content/Editor/Slate/Starship/AssetIcons/SpecularProfile_64.svg'. File could not be found
+[2024.05.06-17.25.41:321][281]LogContentBrowser: Deferred new asset folder creation: NewFolder
+[2024.05.06-17.25.41:333][281]LogContentBrowser: Creating deferred item: NewFolder
+[2024.05.06-17.25.41:358][282]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder).
+[2024.05.06-17.25.43:618][553]LogContentBrowser: Attempting asset rename: NewFolder -> Runes
+[2024.05.06-17.25.43:619][553]LogContentBrowser: End creating deferred item NewFolder
+[2024.05.06-17.27.03:941][925]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.27.03:981][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_4
+[2024.05.06-17.27.03:981][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_41ABC7C904EADAAD24F912786B0064F7C.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_4.uasset'
+[2024.05.06-17.27.03:995][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_6
+[2024.05.06-17.27.03:995][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_69E7C66CF42065D3273A0B4B6F4A08486.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_6.uasset'
+[2024.05.06-17.27.04:007][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_8
+[2024.05.06-17.27.04:007][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_873EB35964A351E8F4136689C2F85A49F.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_8.uasset'
+[2024.05.06-17.27.04:019][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_10
+[2024.05.06-17.27.04:019][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_10677DA10449CA1CBB764D678F179EBA44.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_10.uasset'
+[2024.05.06-17.27.04:031][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_12
+[2024.05.06-17.27.04:031][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_1288B14FA84B1BF4AD1037A09FE89CA384.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_12.uasset'
+[2024.05.06-17.27.04:043][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_14
+[2024.05.06-17.27.04:043][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_146864144941C0A5D586849AB3FD49DD23.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_14.uasset'
+[2024.05.06-17.27.04:055][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_16
+[2024.05.06-17.27.04:055][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_168F99844948B707BD19FEC69CC993E84A.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_16.uasset'
+[2024.05.06-17.27.04:067][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_18
+[2024.05.06-17.27.04:067][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_1852AC039E4CDDBCFDD29ADF9611B66572.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_18.uasset'
+[2024.05.06-17.27.04:079][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_20
+[2024.05.06-17.27.04:079][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_202A7101D040C264E8BF5A8BB5311A1DC3.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_20.uasset'
+[2024.05.06-17.27.04:092][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_22
+[2024.05.06-17.27.04:092][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_22A5FE54C9473BA78A9B76C996F38F4EFC.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_22.uasset'
+[2024.05.06-17.27.04:104][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_24
+[2024.05.06-17.27.04:104][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_24C75960C04C2D6F5E5791479B76A9872B.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_24.uasset'
+[2024.05.06-17.27.04:116][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_26
+[2024.05.06-17.27.04:116][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_2614525A794C507E9CB171FFB0726A573A.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_26.uasset'
+[2024.05.06-17.27.04:128][925]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_28
+[2024.05.06-17.27.04:128][925]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_2885F6F66048343DDD245C2B849561EF4F.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_28.uasset'
+[2024.05.06-17.27.04:137][925]LogFileHelpers: InternalPromptForCheckoutAndSave took 196 ms
+[2024.05.06-17.27.04:246][925]LogUObjectHash: Compacting FUObjectHashTables data took 0.76ms
+[2024.05.06-17.27.04:262][925]LogUObjectHash: Compacting FUObjectHashTables data took 0.81ms
+[2024.05.06-17.27.04:266][925]LogUObjectHash: Compacting FUObjectHashTables data took 0.32ms
+[2024.05.06-17.27.04:299][925]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_4.Object_4
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_6.Object_6
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_8.Object_8
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_10.Object_10
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_12.Object_12
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_14.Object_14
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_16.Object_16
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_18.Object_18
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_20.Object_20
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_22.Object_22
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_24.Object_24
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_26.Object_26
+[2024.05.06-17.27.04:299][925]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_28.Object_28
+[2024.05.06-17.27.16:244][184]LogContentBrowser: Deferred new asset folder creation: NewFolder
+[2024.05.06-17.27.16:270][184]LogContentBrowser: Creating deferred item: NewFolder
+[2024.05.06-17.27.16:280][185]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder).
+[2024.05.06-17.27.19:298][546]LogContentBrowser: Attempting asset rename: NewFolder -> Materials
+[2024.05.06-17.27.19:298][546]LogContentBrowser: End creating deferred item NewFolder
+[2024.05.06-17.27.46:842][189]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.27.46:876][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_24
+[2024.05.06-17.27.46:877][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_243F18660042D4DC399AAC22940740656C.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_24.uasset'
+[2024.05.06-17.27.46:880][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_10
+[2024.05.06-17.27.46:880][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_10F40D93574BBB6AEDE0D88EA3276B3994.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_10.uasset'
+[2024.05.06-17.27.46:883][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_20
+[2024.05.06-17.27.46:884][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_20C6E417FE4F57A3AF886FE3AA8A7DDAC0.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_20.uasset'
+[2024.05.06-17.27.46:887][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_6
+[2024.05.06-17.27.46:887][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_6C4AE5E814AB9939A765375B9FBC33ADA.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_6.uasset'
+[2024.05.06-17.27.46:891][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_26
+[2024.05.06-17.27.46:891][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_2654FF5F754756FBEBA2873FA05DC1E3DE.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_26.uasset'
+[2024.05.06-17.27.46:894][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_12
+[2024.05.06-17.27.46:895][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_12885B2D3C488FF59E138E118CF0D1DAC4.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_12.uasset'
+[2024.05.06-17.27.46:898][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_22
+[2024.05.06-17.27.46:898][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_222E580D9042F0EB018CF898BE71821834.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_22.uasset'
+[2024.05.06-17.27.46:902][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_8
+[2024.05.06-17.27.46:902][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_89DD7001C456D6932BB9714A3500B34CD.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_8.uasset'
+[2024.05.06-17.27.46:905][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_16
+[2024.05.06-17.27.46:906][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_16D4523DCC4914C4A800809187C15E965D.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_16.uasset'
+[2024.05.06-17.27.46:909][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_28
+[2024.05.06-17.27.46:910][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_284D3072484A57318F2ACCC2A31C35834D.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_28.uasset'
+[2024.05.06-17.27.46:913][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_14
+[2024.05.06-17.27.46:913][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_141851694047F9F2A615DCFBAD809FA534.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_14.uasset'
+[2024.05.06-17.27.46:916][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_18
+[2024.05.06-17.27.46:917][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_184DBB66064FC766DD0256EE812EA241B3.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_18.uasset'
+[2024.05.06-17.27.46:920][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Runes/Object_4
+[2024.05.06-17.27.46:920][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Object_4E747AF1146A83753894146920986F7AE.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_4.uasset'
+[2024.05.06-17.27.48:946][189]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' exceeded budget of 2.000000s, reporting...
+[2024.05.06-17.27.57:800][189]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' report submitted, and took 8.853369s
+[2024.05.06-17.27.57:801][189]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' complete in 10.856423s (8.856423s overbudget)
+[2024.05.06-17.27.57:839][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Firebolt_Big_Activated
+[2024.05.06-17.27.57:839][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Firebolt_Big_ActivatedC32F7C524C21824DB741DFA813ACA98D.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Big_Activated.uasset'
+[2024.05.06-17.27.59:861][189]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' exceeded budget of 2.000000s
+[2024.05.06-17.28.00:686][189]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' complete in 2.829581s (0.829581s overbudget)
+[2024.05.06-17.28.00:712][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Firebolt_Big_Idle
+[2024.05.06-17.28.00:712][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Firebolt_Big_Idle9B8B785C424B3A540FF660A8FB3299F0.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Big_Idle.uasset'
+[2024.05.06-17.28.00:750][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Firebolt_Small_Activated
+[2024.05.06-17.28.00:751][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Firebolt_Small_Activated4B9DB1524B11242C05010C8DF508E498.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Small_Activated.uasset'
+[2024.05.06-17.28.00:787][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Firebolt_Small_Idle
+[2024.05.06-17.28.00:787][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Firebolt_Small_Idle04ED2FF6444F385D4583C1B4016AD9B3.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Small_Idle.uasset'
+[2024.05.06-17.28.00:821][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Icewave_Big_Activated
+[2024.05.06-17.28.00:822][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Icewave_Big_Activated51A491794E64BE3299FB4E846E73E0E3.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Big_Activated.uasset'
+[2024.05.06-17.28.00:855][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Icewave_Big_Idle
+[2024.05.06-17.28.00:855][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Icewave_Big_Idle8EA7A6384BE66E9C951EEAADB9606A92.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Big_Idle.uasset'
+[2024.05.06-17.28.00:889][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Icewave_Small_Activated
+[2024.05.06-17.28.00:889][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Icewave_Small_Activated54485CC34E34F2F7F217358A042A377D.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Small_Activated.uasset'
+[2024.05.06-17.28.00:922][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Icewave_Small_Idle
+[2024.05.06-17.28.00:922][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Icewave_Small_Idle0E3CF4714CDD14B84296E6BC78A0C25A.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Small_Idle.uasset'
+[2024.05.06-17.28.00:958][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Rune_Default
+[2024.05.06-17.28.00:958][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Rune_Default112DCD6B458308AA33CDE9A0663A656E.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Rune_Default.uasset'
+[2024.05.06-17.28.00:993][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Stormfist_Big_Activated
+[2024.05.06-17.28.00:993][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Stormfist_Big_Activated32EE047149E681DBBE39589CC3177393.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Big_Activated.uasset'
+[2024.05.06-17.28.01:027][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Stormfist_Big_Idle
+[2024.05.06-17.28.01:027][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Stormfist_Big_IdleC29FDD424B605AFCFABB2886261CAFB3.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Big_Idle.uasset'
+[2024.05.06-17.28.01:062][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Stormfist_Small_Activated
+[2024.05.06-17.28.01:062][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Stormfist_Small_Activated5535284C486C671B003271A1CDCD5A01.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Small_Activated.uasset'
+[2024.05.06-17.28.01:096][189]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Stormfist_Small_Idle
+[2024.05.06-17.28.01:096][189]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Stormfist_Small_IdleA91449E84F3B7A6E43C94F9F0A84916D.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Small_Idle.uasset'
+[2024.05.06-17.28.01:103][189]LogFileHelpers: InternalPromptForCheckoutAndSave took 14.2 sec (total: 14.4 sec)
+[2024.05.06-17.28.01:147][189]LogUObjectHash: Compacting FUObjectHashTables data took 0.65ms
+[2024.05.06-17.28.01:153][189]LogUObjectHash: Compacting FUObjectHashTables data took 0.68ms
+[2024.05.06-17.28.01:158][189]LogUObjectHash: Compacting FUObjectHashTables data took 0.34ms
+[2024.05.06-17.28.01:176][189]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_24.Object_24
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_10.Object_10
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_20.Object_20
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_6.Object_6
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_26.Object_26
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_12.Object_12
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_22.Object_22
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_8.Object_8
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_16.Object_16
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_28.Object_28
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_14.Object_14
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_18.Object_18
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Runes/Object_4.Object_4
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Firebolt_Big_Activated.Firebolt_Big_Activated
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Firebolt_Big_Idle.Firebolt_Big_Idle
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Firebolt_Small_Activated.Firebolt_Small_Activated
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Firebolt_Small_Idle.Firebolt_Small_Idle
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Icewave_Big_Activated.Icewave_Big_Activated
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Icewave_Big_Idle.Icewave_Big_Idle
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Icewave_Small_Activated.Icewave_Small_Activated
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Icewave_Small_Idle.Icewave_Small_Idle
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Rune_Default.Rune_Default
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Stormfist_Big_Activated.Stormfist_Big_Activated
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Stormfist_Big_Idle.Stormfist_Big_Idle
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Stormfist_Small_Activated.Stormfist_Small_Activated
+[2024.05.06-17.28.01:176][189]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Stormfist_Small_Idle.Stormfist_Small_Idle
+[2024.05.06-17.28.01:210][190]LogAutomationController: Ignoring very large delta of 14.50 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-17.28.39:409][469]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.28.39:440][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Stormfist_Small_Activated
+[2024.05.06-17.28.39:441][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Stormfist_Small_ActivatedB5ADAEFB40B8DADA7CE328AE731D1A44.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Small_Activated.uasset'
+[2024.05.06-17.28.39:446][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Stormfist_Small_Idle
+[2024.05.06-17.28.39:446][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Stormfist_Small_Idle5F7B33F6469D481774399DBECC8759FB.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Small_Idle.uasset'
+[2024.05.06-17.28.39:451][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Firebolt_Small_Activated
+[2024.05.06-17.28.39:451][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Firebolt_Small_ActivatedA9511B98402EABAFA07E65B016E7905C.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Small_Activated.uasset'
+[2024.05.06-17.28.39:456][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Firebolt_Small_Idle
+[2024.05.06-17.28.39:457][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Firebolt_Small_Idle1EBEE2874311847F0F78C289AFA8F594.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Small_Idle.uasset'
+[2024.05.06-17.28.39:461][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Icewave_Small_Activated
+[2024.05.06-17.28.39:462][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Icewave_Small_Activated819406BD45BE6935486E5F9A2170FDA5.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Small_Activated.uasset'
+[2024.05.06-17.28.39:467][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Icewave_Small_Idle
+[2024.05.06-17.28.39:467][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Icewave_Small_IdleE8DA5CF842EA4A7FD945179FFF1E9F1E.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Small_Idle.uasset'
+[2024.05.06-17.28.39:472][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Firebolt_Big_Activated
+[2024.05.06-17.28.39:472][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Firebolt_Big_Activated9A19DB7D49D5EC8138743A8556F14945.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Big_Activated.uasset'
+[2024.05.06-17.28.39:477][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Firebolt_Big_Idle
+[2024.05.06-17.28.39:477][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Firebolt_Big_IdleFE1AC78149D44625066665B8E8C42F1B.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Big_Idle.uasset'
+[2024.05.06-17.28.39:482][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Icewave_Big_Idle
+[2024.05.06-17.28.39:482][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Icewave_Big_Idle7EC06618472D9814DAC86A8AE1FDAF3F.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Big_Idle.uasset'
+[2024.05.06-17.28.39:487][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Stormfist_Big_Activated
+[2024.05.06-17.28.39:488][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Stormfist_Big_Activated8F8975584E03F7A4EC6EE785545EE54F.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Big_Activated.uasset'
+[2024.05.06-17.28.39:492][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Stormfist_Big_Idle
+[2024.05.06-17.28.39:493][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Stormfist_Big_Idle19F0D668468AD5E120FD4C8AF6979CDF.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Big_Idle.uasset'
+[2024.05.06-17.28.39:497][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Rune_Default
+[2024.05.06-17.28.39:498][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Rune_Default32B7B4104BF79647497A14ADE58C3442.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Rune_Default.uasset'
+[2024.05.06-17.28.39:502][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Icewave_Big_Activated
+[2024.05.06-17.28.39:503][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Icewave_Big_Activated89E2B165416B7A8D669BC6BA2ADEAD9F.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Big_Activated.uasset'
+[2024.05.06-17.28.39:533][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_0
+[2024.05.06-17.28.39:533][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_061B65F5C4C2182E26150F3B8E3DDF7FB.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_0.uasset'
+[2024.05.06-17.28.39:548][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_1
+[2024.05.06-17.28.39:548][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_1C81D811C41FAE5168F23E09EA3910EFD.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_1.uasset'
+[2024.05.06-17.28.39:565][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_2
+[2024.05.06-17.28.39:565][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_27514E4BD4813F384F664B2B884F43FDE.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_2.uasset'
+[2024.05.06-17.28.39:588][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_3
+[2024.05.06-17.28.39:589][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_369B3F14E4F9D73CC937DE4ACF32F7C44.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_3.uasset'
+[2024.05.06-17.28.39:609][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_4
+[2024.05.06-17.28.39:609][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_43E724FF64626E4570AEE7AA774CDD8D5.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_4.uasset'
+[2024.05.06-17.28.39:640][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_5
+[2024.05.06-17.28.39:640][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_5CC1069C7465231CABC7B06AC5E5E1043.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_5.uasset'
+[2024.05.06-17.28.39:666][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_6
+[2024.05.06-17.28.39:666][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_6728EFD0F4ACBD74CA8AFA2A59E5077A6.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_6.uasset'
+[2024.05.06-17.28.39:689][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_7
+[2024.05.06-17.28.39:689][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_7FCFDA7CD4255A14596BD6C8E476C9F07.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_7.uasset'
+[2024.05.06-17.28.39:718][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_8
+[2024.05.06-17.28.39:718][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_81697937D42140B6C20D338A34EE8263C.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_8.uasset'
+[2024.05.06-17.28.39:746][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_9
+[2024.05.06-17.28.39:746][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_92083FE684A467B5A8990CCA0F76C11E7.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_9.uasset'
+[2024.05.06-17.28.39:770][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_10
+[2024.05.06-17.28.39:771][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_100C68259E40EFDEC8479B77A2F2B18F44.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_10.uasset'
+[2024.05.06-17.28.39:798][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_11
+[2024.05.06-17.28.39:798][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_116AB8807B44167AB8978D68AA03DAAF0A.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_11.uasset'
+[2024.05.06-17.28.39:828][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_12
+[2024.05.06-17.28.39:828][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_1286198A3548A60CEB3CC0068E2D91749E.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_12.uasset'
+[2024.05.06-17.28.39:854][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_13
+[2024.05.06-17.28.39:854][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_13A6BB4B14402D69D20FFE8BA6DECEE6B4.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_13.uasset'
+[2024.05.06-17.28.39:885][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_14
+[2024.05.06-17.28.39:885][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_14898C72D346B5A745F828ABA9357C354C.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_14.uasset'
+[2024.05.06-17.28.39:915][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_15
+[2024.05.06-17.28.39:915][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_1540090FF742C423EAEF306EBFF8A37110.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_15.uasset'
+[2024.05.06-17.28.39:941][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_16
+[2024.05.06-17.28.39:942][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_16753DB062417017F7B1E2F3AF4D368AC0.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_16.uasset'
+[2024.05.06-17.28.39:972][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_17
+[2024.05.06-17.28.39:972][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_1732EFBD8746C0872850D95E9A93DC23F9.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_17.uasset'
+[2024.05.06-17.28.40:001][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_18
+[2024.05.06-17.28.40:001][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_1899E8FF9B4BB34D80F9F57183EF43791B.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_18.uasset'
+[2024.05.06-17.28.40:026][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_19
+[2024.05.06-17.28.40:026][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_19C213FFA94FB7CFA65D0BCA88239E6447.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_19.uasset'
+[2024.05.06-17.28.40:058][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_20
+[2024.05.06-17.28.40:059][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_20588D7D7A4ED2D0F86C34E4813F9C90B8.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_20.uasset'
+[2024.05.06-17.28.40:070][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_21
+[2024.05.06-17.28.40:070][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_214A28DBF349B825429466F19603B16737.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_21.uasset'
+[2024.05.06-17.28.40:097][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_22
+[2024.05.06-17.28.40:097][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_223B3094FC4F1AC2E669801E93001F5A64.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_22.uasset'
+[2024.05.06-17.28.40:118][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_23
+[2024.05.06-17.28.40:118][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_238A927560420E6B5ADDA5138BD394AF89.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_23.uasset'
+[2024.05.06-17.28.40:136][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_24
+[2024.05.06-17.28.40:136][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_24C25B4B4F44FA904F791BE99A8E9A96A8.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_24.uasset'
+[2024.05.06-17.28.40:164][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_25
+[2024.05.06-17.28.40:164][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_25363A8B634CD58AA001DBC9B9E11C1E4E.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_25.uasset'
+[2024.05.06-17.28.40:188][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_26
+[2024.05.06-17.28.40:188][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_26AFC200024AC2C773109AB198B281A327.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_26.uasset'
+[2024.05.06-17.28.40:211][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_27
+[2024.05.06-17.28.40:211][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_279AFE117C4B617124C91915A494F3B9E8.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_27.uasset'
+[2024.05.06-17.28.40:240][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_28
+[2024.05.06-17.28.40:240][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_286E11478A4445E84D63F345BF2C715EDA.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_28.uasset'
+[2024.05.06-17.28.40:259][469]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/magic_runestones_texture_29
+[2024.05.06-17.28.40:259][469]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/magic_runestones_texture_2970FAF65D46B42BF7DD4A6F9D6EE29D53.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_29.uasset'
+[2024.05.06-17.28.40:267][469]LogFileHelpers: InternalPromptForCheckoutAndSave took 857 ms (total: 15.3 sec)
+[2024.05.06-17.28.40:358][469]LogUObjectHash: Compacting FUObjectHashTables data took 0.80ms
+[2024.05.06-17.28.40:364][469]LogUObjectHash: Compacting FUObjectHashTables data took 0.70ms
+[2024.05.06-17.28.40:368][469]LogUObjectHash: Compacting FUObjectHashTables data took 0.35ms
+[2024.05.06-17.28.40:387][469]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Stormfist_Small_Activated.Stormfist_Small_Activated
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Stormfist_Small_Idle.Stormfist_Small_Idle
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Firebolt_Small_Activated.Firebolt_Small_Activated
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Firebolt_Small_Idle.Firebolt_Small_Idle
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Icewave_Small_Activated.Icewave_Small_Activated
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Icewave_Small_Idle.Icewave_Small_Idle
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Firebolt_Big_Activated.Firebolt_Big_Activated
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Firebolt_Big_Idle.Firebolt_Big_Idle
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Icewave_Big_Idle.Icewave_Big_Idle
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Stormfist_Big_Activated.Stormfist_Big_Activated
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Stormfist_Big_Idle.Stormfist_Big_Idle
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Rune_Default.Rune_Default
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Icewave_Big_Activated.Icewave_Big_Activated
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_0.magic_runestones_texture_0
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_1.magic_runestones_texture_1
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_2.magic_runestones_texture_2
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_3.magic_runestones_texture_3
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_4.magic_runestones_texture_4
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_5.magic_runestones_texture_5
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_6.magic_runestones_texture_6
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_7.magic_runestones_texture_7
+[2024.05.06-17.28.40:387][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_8.magic_runestones_texture_8
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_9.magic_runestones_texture_9
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_10.magic_runestones_texture_10
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_11.magic_runestones_texture_11
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_12.magic_runestones_texture_12
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_13.magic_runestones_texture_13
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_14.magic_runestones_texture_14
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_15.magic_runestones_texture_15
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_16.magic_runestones_texture_16
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_17.magic_runestones_texture_17
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_18.magic_runestones_texture_18
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_19.magic_runestones_texture_19
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_20.magic_runestones_texture_20
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_21.magic_runestones_texture_21
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_22.magic_runestones_texture_22
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_23.magic_runestones_texture_23
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_24.magic_runestones_texture_24
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_25.magic_runestones_texture_25
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_26.magic_runestones_texture_26
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_27.magic_runestones_texture_27
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_28.magic_runestones_texture_28
+[2024.05.06-17.28.40:388][469]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/magic_runestones_texture_29.magic_runestones_texture_29
+[2024.05.06-17.28.51:748][788]LogContentBrowser: Deferred new asset folder creation: NewFolder
+[2024.05.06-17.28.51:757][788]LogContentBrowser: Creating deferred item: NewFolder
+[2024.05.06-17.28.51:766][789]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder).
+[2024.05.06-17.28.54:043][ 63]LogContentBrowser: Attempting asset rename: NewFolder -> Wands
+[2024.05.06-17.28.54:043][ 63]LogContentBrowser: End creating deferred item NewFolder
+[2024.05.06-17.29.19:908][641]LogContentBrowser: Deferred new asset folder creation: NewFolder
+[2024.05.06-17.29.19:922][641]LogContentBrowser: Creating deferred item: NewFolder
+[2024.05.06-17.29.19:932][642]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder).
+[2024.05.06-17.29.24:065][137]LogContentBrowser: Attempting asset rename: NewFolder -> Credits
+[2024.05.06-17.29.24:066][137]LogContentBrowser: End creating deferred item NewFolder
+[2024.05.06-17.29.37:786][445]LogAssetTools: Warning: Failed to import 'E:\Unreal Projects\runestones\rune_credits.txt'. Unknown extension 'txt'.
+[2024.05.06-17.30.25:789][ 70]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: ================================================
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Total job queries 285, among them cache hits 217 (76.14%)
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Tracking 62 distinct input hashes that result in 45 distinct outputs (72.58%)
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: RAM used: 2.29 MiB of 819.20 MiB budget. Usage: 0.28%
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Shaders Compiled: 62
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Jobs assigned 64, completed 62 (96.88%)
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Average time worker was idle: 476.06 s
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Time job spent in pending queue: average 0.58 s, longest 2.81 s
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Job execution time: average 1.64 s, max 4.71 s
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Job life time (pending + execution): average 2.24 s, max 5.22
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Shader code size: average 63.6 KiB, min 4.504 KiB, max 91.984 KiB
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 23.85 s
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Jobs were issued in 64 batches (only local compilation was used), average 1.00 jobs/batch
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Average processing rate: 2.60 jobs/sec
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Total thread time: 90.504 s
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Total thread preprocess time: 2.941 s
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Percentage time preprocessing: 3.25%
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Effective parallelization: 3.79 (times faster than compiling all shaders on one thread). Compare with number of workers: 8
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Top 5 most expensive shader types by average time:
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 6 times, average 3.75 sec, max 4.40 sec, min 1.98 sec)
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: TBasePassPSFCachedPointIndirectLightingPolicySkylight (compiled 2 times, average 3.06 sec, max 3.42 sec, min 2.70 sec)
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: TBasePassPSFCachedPointIndirectLightingPolicy (compiled 2 times, average 3.05 sec, max 3.40 sec, min 2.70 sec)
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight (compiled 2 times, average 3.03 sec, max 3.38 sec, min 2.67 sec)
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: TBasePassPSFCachedVolumeIndirectLightingPolicy (compiled 2 times, average 2.99 sec, max 3.30 sec, min 2.69 sec)
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: Top 5 shader types by total compile time:
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy - 24.87% of total time (compiled 6 times, average 3.75 sec, max 4.40 sec, min 1.98 sec)
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 13.32% of total time (compiled 7 times, average 1.72 sec, max 3.31 sec, min 0.53 sec)
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 8.83% of total time (compiled 3 times, average 2.66 sec, max 3.19 sec, min 2.33 sec)
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: TBasePassPSFCachedPointIndirectLightingPolicySkylight - 6.76% of total time (compiled 2 times, average 3.06 sec, max 3.42 sec, min 2.70 sec)
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: TBasePassPSFCachedPointIndirectLightingPolicy - 6.74% of total time (compiled 2 times, average 3.05 sec, max 3.40 sec, min 2.70 sec)
+[2024.05.06-17.30.26:472][122]LogShaderCompilers: Display: ================================================
+[2024.05.06-17.30.35:382][ 83]LogContentBrowser: Deferred new asset folder creation: NewFolder
+[2024.05.06-17.30.35:408][ 83]LogContentBrowser: Creating deferred item: NewFolder
+[2024.05.06-17.30.35:426][ 85]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder).
+[2024.05.06-17.30.39:213][540]LogContentBrowser: Attempting asset rename: NewFolder -> Wand1
+[2024.05.06-17.30.39:213][540]LogContentBrowser: End creating deferred item NewFolder
+[2024.05.06-17.30.48:702][814]LogSlate: Window 'Interchange Pipeline Configuration (Import Content)' being destroyed
+[2024.05.06-17.30.48:713][814]LogInterchangeEngine: [Pending] Importing
+[2024.05.06-17.30.48:713][814]LogInterchangeEngine: Display: Interchange start importing source [E:/Unreal Projects/wizard staff/1/wizard_staff1.glb]
+[2024.05.06-17.30.48:720][815]LogAutomationController: Ignoring very large delta of 2.00 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-17.30.48:732][815]LogInterchangeEngine: [Pending] Importing
+[2024.05.06-17.30.48:809][818]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/Wands/Wand1/wizard_staff1_texture_2.wizard_staff1_texture_2 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.30.48:809][818]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/Wands/Wand1/wizard_staff1_texture_1.wizard_staff1_texture_1 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.30.48:809][818]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/Wands/Wand1/wizard_staff1_texture_0.wizard_staff1_texture_0 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.30.48:824][818]LogStaticMesh: Display: Building static mesh wizard_staff1...
+[2024.05.06-17.30.48:855][818]LogStaticMesh: Built static mesh [0.03s] /Game/ProjectAssets/Props/Wands/Wand1/wizard_staff1.wizard_staff1
+[2024.05.06-17.30.48:876][818]LogInterchangeEngine: [Success] Import Done
+[2024.05.06-17.30.48:921][819]LogInterchangeEngine: [Success] Import Done
+[2024.05.06-17.30.50:148][911]LogShaderCompilers: Display: FShaderCompileThreadRunnable::WriteNewTasks() took too long (0.353 seconds, threshold is 0.300 s), will parallelize next time.
+[2024.05.06-17.30.52:269][160]LogMeshUtilities: Finished distance field build in 3.4s - 126x126x126 sparse distance field, 2.9Mb total, 0.1Mb always loaded, 87% occupied, 434 triangles, wizard_staff1
+[2024.05.06-17.30.54:093][352]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/wizard_staff1.wizard_staff1
+[2024.05.06-17.30.54:093][352]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/wizard_staff1.wizard_staff1
+[2024.05.06-17.30.54:094][352]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/wizard_staff1.wizard_staff1 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_1
+[2024.05.06-17.31.15:263][829]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.31.15:302][829]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/wizard_staff1
+[2024.05.06-17.31.15:302][829]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/wizard_staff1615410C64AEE7A6E4A1EE0A5434AE7E3.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/wizard_staff1.uasset'
+[2024.05.06-17.31.15:312][829]LogFileHelpers: InternalPromptForCheckoutAndSave took 49 ms (total: 15.3 sec)
+[2024.05.06-17.31.15:325][829]LogUObjectHash: Compacting FUObjectHashTables data took 0.69ms
+[2024.05.06-17.31.15:331][829]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.31.15:336][829]LogUObjectHash: Compacting FUObjectHashTables data took 0.43ms
+[2024.05.06-17.31.15:347][829]AssetCheck: New page: Asset Save: wizard_staff1
+[2024.05.06-17.31.15:347][829]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/wizard_staff1.wizard_staff1
+[2024.05.06-17.31.16:448][959]LogViewport: Scene viewport resized to 1396x637, mode Windowed.
+[2024.05.06-17.31.16:462][960]LogViewport: Scene viewport resized to 1396x633, mode Windowed.
+[2024.05.06-17.31.16:476][961]LogViewport: Scene viewport resized to 1396x628, mode Windowed.
+[2024.05.06-17.31.16:489][962]LogViewport: Scene viewport resized to 1396x621, mode Windowed.
+[2024.05.06-17.31.16:504][963]LogViewport: Scene viewport resized to 1396x613, mode Windowed.
+[2024.05.06-17.31.16:516][964]LogViewport: Scene viewport resized to 1396x610, mode Windowed.
+[2024.05.06-17.31.16:531][965]LogViewport: Scene viewport resized to 1396x604, mode Windowed.
+[2024.05.06-17.31.16:545][966]LogViewport: Scene viewport resized to 1396x595, mode Windowed.
+[2024.05.06-17.31.16:558][967]LogViewport: Scene viewport resized to 1396x585, mode Windowed.
+[2024.05.06-17.31.16:573][968]LogViewport: Scene viewport resized to 1396x581, mode Windowed.
+[2024.05.06-17.31.16:586][969]LogViewport: Scene viewport resized to 1396x571, mode Windowed.
+[2024.05.06-17.31.16:600][970]LogViewport: Scene viewport resized to 1396x562, mode Windowed.
+[2024.05.06-17.31.16:613][971]LogViewport: Scene viewport resized to 1396x557, mode Windowed.
+[2024.05.06-17.31.16:627][972]LogViewport: Scene viewport resized to 1396x550, mode Windowed.
+[2024.05.06-17.31.16:640][973]LogViewport: Scene viewport resized to 1396x537, mode Windowed.
+[2024.05.06-17.31.16:654][974]LogViewport: Scene viewport resized to 1396x533, mode Windowed.
+[2024.05.06-17.31.16:666][975]LogViewport: Scene viewport resized to 1396x519, mode Windowed.
+[2024.05.06-17.31.16:680][976]LogViewport: Scene viewport resized to 1396x503, mode Windowed.
+[2024.05.06-17.31.16:694][977]LogViewport: Scene viewport resized to 1396x489, mode Windowed.
+[2024.05.06-17.31.16:707][978]LogViewport: Scene viewport resized to 1396x483, mode Windowed.
+[2024.05.06-17.31.16:719][979]LogViewport: Scene viewport resized to 1396x471, mode Windowed.
+[2024.05.06-17.31.16:731][980]LogViewport: Scene viewport resized to 1396x463, mode Windowed.
+[2024.05.06-17.31.16:743][981]LogViewport: Scene viewport resized to 1396x454, mode Windowed.
+[2024.05.06-17.31.16:755][982]LogViewport: Scene viewport resized to 1396x451, mode Windowed.
+[2024.05.06-17.31.16:767][983]LogViewport: Scene viewport resized to 1396x441, mode Windowed.
+[2024.05.06-17.31.16:779][984]LogViewport: Scene viewport resized to 1396x438, mode Windowed.
+[2024.05.06-17.31.16:791][985]LogViewport: Scene viewport resized to 1396x436, mode Windowed.
+[2024.05.06-17.31.16:804][986]LogViewport: Scene viewport resized to 1396x433, mode Windowed.
+[2024.05.06-17.31.16:817][987]LogViewport: Scene viewport resized to 1396x431, mode Windowed.
+[2024.05.06-17.31.16:860][992]LogViewport: Scene viewport resized to 1396x430, mode Windowed.
+[2024.05.06-17.31.16:872][993]LogViewport: Scene viewport resized to 1396x427, mode Windowed.
+[2024.05.06-17.31.16:884][994]LogViewport: Scene viewport resized to 1396x424, mode Windowed.
+[2024.05.06-17.31.16:896][995]LogViewport: Scene viewport resized to 1396x419, mode Windowed.
+[2024.05.06-17.31.16:909][996]LogViewport: Scene viewport resized to 1396x418, mode Windowed.
+[2024.05.06-17.31.24:696][894]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.31.24:732][894]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/wizard_staff1
+[2024.05.06-17.31.24:732][894]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/wizard_staff1F4CE38AF4BC2D88C2D8DA99DD5D20415.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/wizard_staff1.uasset'
+[2024.05.06-17.31.26:747][894]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' exceeded budget of 2.000000s
+[2024.05.06-17.31.28:057][894]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' complete in 3.314284s (1.314284s overbudget)
+[2024.05.06-17.31.28:082][894]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Staff
+[2024.05.06-17.31.28:082][894]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Staff5265226F4A98552C973D3A81978A8DB0.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Staff.uasset'
+[2024.05.06-17.31.28:091][894]LogFileHelpers: InternalPromptForCheckoutAndSave took 3.39 sec (total: 18.7 sec)
+[2024.05.06-17.31.28:100][894]LogUObjectHash: Compacting FUObjectHashTables data took 0.73ms
+[2024.05.06-17.31.28:106][894]LogUObjectHash: Compacting FUObjectHashTables data took 0.70ms
+[2024.05.06-17.31.28:111][894]LogUObjectHash: Compacting FUObjectHashTables data took 0.35ms
+[2024.05.06-17.31.28:123][894]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.31.28:123][894]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/wizard_staff1.wizard_staff1
+[2024.05.06-17.31.28:123][894]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Staff.Staff
+[2024.05.06-17.31.28:130][895]LogAutomationController: Ignoring very large delta of 3.47 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-17.31.34:938][688]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.31.34:974][688]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/Staff
+[2024.05.06-17.31.34:975][688]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/StaffFA38964A480B4B79504E26959F90C6A8.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Staff.uasset'
+[2024.05.06-17.31.35:003][688]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/wizard_staff1_texture_0
+[2024.05.06-17.31.35:003][688]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/wizard_staff1_texture_0988BCE3B4BD09030F46A408A453C0FF8.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/wizard_staff1_texture_0.uasset'
+[2024.05.06-17.31.35:028][688]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/wizard_staff1_texture_1
+[2024.05.06-17.31.35:028][688]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/wizard_staff1_texture_1E6F4D1CC4626FFFFEACBB69D3E7BA0F4.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/wizard_staff1_texture_1.uasset'
+[2024.05.06-17.31.35:057][688]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/wizard_staff1_texture_2
+[2024.05.06-17.31.35:057][688]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/wizard_staff1_texture_27C5A19F74D672241A210C78B98B0C06E.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/wizard_staff1_texture_2.uasset'
+[2024.05.06-17.31.35:064][688]LogFileHelpers: InternalPromptForCheckoutAndSave took 125 ms (total: 18.8 sec)
+[2024.05.06-17.31.35:079][688]LogUObjectHash: Compacting FUObjectHashTables data took 0.78ms
+[2024.05.06-17.31.35:084][688]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.31.35:089][688]LogUObjectHash: Compacting FUObjectHashTables data took 0.33ms
+[2024.05.06-17.31.35:105][688]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.31.35:105][688]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/Staff.Staff
+[2024.05.06-17.31.35:105][688]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/wizard_staff1_texture_0.wizard_staff1_texture_0
+[2024.05.06-17.31.35:105][688]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/wizard_staff1_texture_1.wizard_staff1_texture_1
+[2024.05.06-17.31.35:105][688]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/wizard_staff1_texture_2.wizard_staff1_texture_2
+[2024.05.06-17.32.26:706][912]LogSlate: Window 'Interchange Pipeline Configuration (Import Content)' being destroyed
+[2024.05.06-17.32.26:716][912]LogInterchangeEngine: [Pending] Importing
+[2024.05.06-17.32.26:716][912]LogInterchangeEngine: Display: Interchange start importing source [E:/Unreal Projects/wizard staff/2/crescent_moon_staff.glb]
+[2024.05.06-17.32.26:722][912]LogAutomationController: Ignoring very large delta of 2.49 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-17.32.26:739][913]LogInterchangeEngine: [Pending] Importing
+[2024.05.06-17.32.26:815][916]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/Wands/Wand1/crescent_moon_staff_texture_1.crescent_moon_staff_texture_1 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.32.26:815][916]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/Wands/Wand1/crescent_moon_staff_texture_2.crescent_moon_staff_texture_2 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.32.26:815][916]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/Wands/Wand1/crescent_moon_staff_texture_0.crescent_moon_staff_texture_0 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.32.26:830][916]LogStaticMesh: Display: Building static mesh crescent_moon_staff...
+[2024.05.06-17.32.26:876][916]LogStaticMesh: Built static mesh [0.05s] /Game/ProjectAssets/Props/Wands/Wand1/crescent_moon_staff.crescent_moon_staff
+[2024.05.06-17.32.26:876][916]LogInterchangeEngine: [Success] Import Done
+[2024.05.06-17.32.26:920][917]LogInterchangeEngine: [Success] Import Done
+[2024.05.06-17.32.30:019][204]LogMeshUtilities: Finished distance field build in 3.1s - 126x126x126 sparse distance field, 2.5Mb total, 0.1Mb always loaded, 72% occupied, 824 triangles, crescent_moon_staff
+[2024.05.06-17.32.45:913][ 23]LogContentBrowser: Attempting asset rename: UVGrid -> mat_wand2
+[2024.05.06-17.32.45:945][ 23]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.32.47:991][ 23]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' exceeded budget of 2.000000s
+[2024.05.06-17.32.49:732][ 23]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' complete in 3.742312s (1.742312s overbudget)
+[2024.05.06-17.32.49:769][ 23]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/mat_wand2
+[2024.05.06-17.32.49:769][ 23]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/mat_wand2074879884FEF53E604BAFA8E07B38EA7.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/mat_wand2.uasset'
+[2024.05.06-17.32.49:790][ 23]LogFileHelpers: InternalPromptForCheckoutAndSave took 3.84 sec (total: 22.7 sec)
+[2024.05.06-17.32.49:800][ 23]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.32.49:806][ 23]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.32.49:811][ 23]LogUObjectHash: Compacting FUObjectHashTables data took 0.34ms
+[2024.05.06-17.32.49:812][ 23]AssetCheck: New page: Asset Save: mat_wand2
+[2024.05.06-17.32.49:812][ 23]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Props/Wands/Wand1/mat_wand2.mat_wand2
+[2024.05.06-17.32.49:845][ 24]LogAutomationController: Ignoring very large delta of 3.94 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-17.33.00:396][244]LogContentBrowser: Attempting asset rename: crescent_moon_staff -> sm_wand2
+[2024.05.06-17.33.00:428][244]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.33.00:460][244]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/sm_wand2
+[2024.05.06-17.33.00:460][244]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand27C75B511415D0874EC610A95D36C030F.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand2.uasset'
+[2024.05.06-17.33.00:469][244]LogFileHelpers: InternalPromptForCheckoutAndSave took 41 ms (total: 22.7 sec)
+[2024.05.06-17.33.00:478][244]LogUObjectHash: Compacting FUObjectHashTables data took 0.65ms
+[2024.05.06-17.33.00:485][244]LogUObjectHash: Compacting FUObjectHashTables data took 0.67ms
+[2024.05.06-17.33.00:489][244]LogUObjectHash: Compacting FUObjectHashTables data took 0.34ms
+[2024.05.06-17.33.00:490][244]AssetCheck: New page: Asset Save: sm_wand2
+[2024.05.06-17.33.00:490][244]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/sm_wand2.sm_wand2
+[2024.05.06-17.33.05:291][793]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.33.05:321][793]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/sm_wand2
+[2024.05.06-17.33.05:321][793]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand28A98F01D4CE733A56D219CB804185646.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand2.uasset'
+[2024.05.06-17.33.05:326][793]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/mat_wand2
+[2024.05.06-17.33.05:326][793]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/mat_wand24BBAEA4142570847D504A89EE24DD2BB.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand2.uasset'
+[2024.05.06-17.33.05:335][793]LogFileHelpers: InternalPromptForCheckoutAndSave took 43 ms (total: 22.8 sec)
+[2024.05.06-17.33.05:417][793]LogUObjectHash: Compacting FUObjectHashTables data took 0.64ms
+[2024.05.06-17.33.05:423][793]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.33.05:427][793]LogUObjectHash: Compacting FUObjectHashTables data took 0.33ms
+[2024.05.06-17.33.05:438][793]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.33.05:438][793]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/sm_wand2.sm_wand2
+[2024.05.06-17.33.05:438][793]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/mat_wand2.mat_wand2
+[2024.05.06-17.33.09:988][313]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.33.10:023][313]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/sm_wand2
+[2024.05.06-17.33.10:023][313]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand23A4D77554075CB2FF1415BA82BA6A269.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand2.uasset'
+[2024.05.06-17.33.10:032][313]LogFileHelpers: InternalPromptForCheckoutAndSave took 43 ms (total: 22.8 sec)
+[2024.05.06-17.33.10:041][313]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.33.10:046][313]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.33.10:051][313]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms
+[2024.05.06-17.33.10:062][313]AssetCheck: New page: Asset Save: sm_wand2
+[2024.05.06-17.33.10:062][313]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/sm_wand2.sm_wand2
+[2024.05.06-17.33.14:348][808]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.33.14:385][808]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/mat_wand2
+[2024.05.06-17.33.14:385][808]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/mat_wand240835A404B533E5D4F822980B5CB9BBD.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand2.uasset'
+[2024.05.06-17.33.14:413][808]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/crescent_moon_staff_texture_2
+[2024.05.06-17.33.14:413][808]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/crescent_moon_staff_texture_268844D3C43E7E313DF966D8C3B5C5BB8.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crescent_moon_staff_texture_2.uasset'
+[2024.05.06-17.33.14:443][808]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/crescent_moon_staff_texture_1
+[2024.05.06-17.33.14:443][808]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/crescent_moon_staff_texture_176FFB1F348467C5FEFFB4CAC6A90E123.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crescent_moon_staff_texture_1.uasset'
+[2024.05.06-17.33.14:469][808]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/crescent_moon_staff_texture_0
+[2024.05.06-17.33.14:469][808]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/crescent_moon_staff_texture_0E8C42CB6434326ED6E8A9BBC62E77D70.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crescent_moon_staff_texture_0.uasset'
+[2024.05.06-17.33.14:476][808]LogFileHelpers: InternalPromptForCheckoutAndSave took 128 ms (total: 22.9 sec)
+[2024.05.06-17.33.14:491][808]LogUObjectHash: Compacting FUObjectHashTables data took 0.68ms
+[2024.05.06-17.33.14:496][808]LogUObjectHash: Compacting FUObjectHashTables data took 0.93ms
+[2024.05.06-17.33.14:501][808]LogUObjectHash: Compacting FUObjectHashTables data took 0.33ms
+[2024.05.06-17.33.14:512][808]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.33.14:512][808]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/mat_wand2.mat_wand2
+[2024.05.06-17.33.14:512][808]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/crescent_moon_staff_texture_2.crescent_moon_staff_texture_2
+[2024.05.06-17.33.14:512][808]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/crescent_moon_staff_texture_1.crescent_moon_staff_texture_1
+[2024.05.06-17.33.14:512][808]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/crescent_moon_staff_texture_0.crescent_moon_staff_texture_0
+[2024.05.06-17.33.25:705][ 94]LogContentBrowser: Attempting asset rename: wizard_staff1 -> sm_wand1
+[2024.05.06-17.33.25:737][ 94]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.33.25:772][ 94]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/sm_wand1
+[2024.05.06-17.33.25:772][ 94]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand1BEC7BFF545BBFE2BE00098B910FBE468.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand1.uasset'
+[2024.05.06-17.33.25:780][ 94]LogFileHelpers: InternalPromptForCheckoutAndSave took 43 ms (total: 23.0 sec)
+[2024.05.06-17.33.25:790][ 94]LogUObjectHash: Compacting FUObjectHashTables data took 0.64ms
+[2024.05.06-17.33.25:795][ 94]LogUObjectHash: Compacting FUObjectHashTables data took 0.72ms
+[2024.05.06-17.33.25:800][ 94]LogUObjectHash: Compacting FUObjectHashTables data took 0.36ms
+[2024.05.06-17.33.25:801][ 94]AssetCheck: New page: Asset Save: sm_wand1
+[2024.05.06-17.33.25:801][ 94]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/sm_wand1.sm_wand1
+[2024.05.06-17.33.39:339][659]LogContentBrowser: Attempting asset rename: Staff -> mat_wand1
+[2024.05.06-17.33.39:370][659]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.33.39:404][659]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/sm_wand1
+[2024.05.06-17.33.39:404][659]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand1ABB9AE394528EF95A8EEDF8DC0D01239.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand1.uasset'
+[2024.05.06-17.33.39:409][659]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/mat_wand1
+[2024.05.06-17.33.39:409][659]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/mat_wand136C860E646F2B140E07650A6296BD638.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand1.uasset'
+[2024.05.06-17.33.39:417][659]LogFileHelpers: InternalPromptForCheckoutAndSave took 47 ms (total: 23.0 sec)
+[2024.05.06-17.33.39:427][659]LogUObjectHash: Compacting FUObjectHashTables data took 0.68ms
+[2024.05.06-17.33.39:432][659]LogUObjectHash: Compacting FUObjectHashTables data took 0.65ms
+[2024.05.06-17.33.39:437][659]LogUObjectHash: Compacting FUObjectHashTables data took 0.32ms
+[2024.05.06-17.33.39:439][659]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.33.39:439][659]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/sm_wand1.sm_wand1
+[2024.05.06-17.33.39:439][659]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/mat_wand1.mat_wand1
+[2024.05.06-17.34.05:187][376]LogSlate: Window 'Interchange Pipeline Configuration (Import Content)' being destroyed
+[2024.05.06-17.34.05:198][376]LogInterchangeEngine: [Pending] Importing
+[2024.05.06-17.34.05:198][376]LogInterchangeEngine: Display: Interchange start importing source [E:/Unreal Projects/wizard staff/3/staff.glb]
+[2024.05.06-17.34.05:207][377]LogAutomationController: Ignoring very large delta of 2.67 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-17.34.05:217][377]LogInterchangeEngine: [Pending] Importing
+[2024.05.06-17.34.05:418][382]LogStaticMesh: Display: Building static mesh Object_2...
+[2024.05.06-17.34.05:422][382]LogStaticMesh: Display: Building static mesh Object_3...
+[2024.05.06-17.34.05:442][382]LogInterchangeEngine: [Success] Import Done
+[2024.05.06-17.34.05:488][383]LogInterchangeEngine: [Success] Import Done
+[2024.05.06-17.34.05:639][386]LogStaticMesh: Built static mesh [0.22s] /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.34.05:729][387]LogStaticMesh: Built static mesh [0.31s] /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: ================================================
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Total job queries 324, among them cache hits 219 (67.59%)
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Tracking 99 distinct input hashes that result in 65 distinct outputs (65.66%)
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: RAM used: 3.74 MiB of 819.20 MiB budget. Usage: 0.46%
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Shaders Compiled: 99
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Jobs assigned 101, completed 99 (98.02%)
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Average time worker was idle: 308.49 s
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Time job spent in pending queue: average 0.44 s, longest 2.81 s
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Job execution time: average 1.79 s, max 4.71 s
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Job life time (pending + execution): average 2.24 s, max 5.22
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Shader code size: average 65.148 KiB, min 4.504 KiB, max 91.984 KiB
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 43.56 s
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Jobs were issued in 101 batches (only local compilation was used), average 1.00 jobs/batch
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Average processing rate: 2.27 jobs/sec
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Total thread time: 155.653 s
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Total thread preprocess time: 5.492 s
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Percentage time preprocessing: 3.53%
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Effective parallelization: 3.57 (times faster than compiling all shaders on one thread). Compare with number of workers: 8
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Top 5 most expensive shader types by average time:
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 8 times, average 3.50 sec, max 4.40 sec, min 1.98 sec)
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: TBasePassPSFCachedPointIndirectLightingPolicySkylight (compiled 4 times, average 3.10 sec, max 3.42 sec, min 2.70 sec)
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight (compiled 4 times, average 3.09 sec, max 3.38 sec, min 2.67 sec)
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: TBasePassPSFCachedVolumeIndirectLightingPolicy (compiled 4 times, average 3.08 sec, max 3.30 sec, min 2.69 sec)
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: TBasePassPSFCachedPointIndirectLightingPolicy (compiled 4 times, average 3.07 sec, max 3.40 sec, min 2.70 sec)
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: Top 5 shader types by total compile time:
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy - 17.98% of total time (compiled 8 times, average 3.50 sec, max 4.40 sec, min 1.98 sec)
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 13.42% of total time (compiled 10 times, average 2.09 sec, max 3.32 sec, min 0.53 sec)
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 10.87% of total time (compiled 6 times, average 2.82 sec, max 3.53 sec, min 2.33 sec)
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: TBasePassPSFCachedPointIndirectLightingPolicySkylight - 7.96% of total time (compiled 4 times, average 3.10 sec, max 3.42 sec, min 2.70 sec)
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight - 7.95% of total time (compiled 4 times, average 3.09 sec, max 3.38 sec, min 2.67 sec)
+[2024.05.06-17.34.06:476][449]LogShaderCompilers: Display: ================================================
+[2024.05.06-17.34.11:487][ 22]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.34.11:487][ 22]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.34.11:488][ 22]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_2
+[2024.05.06-17.34.12:354][121]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.34.12:354][121]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.34.12:354][121]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_3
+[2024.05.06-17.34.15:220][449]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.34.15:220][449]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.34.15:220][449]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_4
+[2024.05.06-17.34.15:990][526]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.34.15:990][526]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.34.16:039][526]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_5
+[2024.05.06-17.34.16:543][526]LogUObjectGlobals: Warning: Failed to find object 'Class /Script/PCG.PCGSettings'
+[2024.05.06-17.34.23:222][260]Cmd: DELETE
+[2024.05.06-17.34.23:232][260]Cmd: ACTOR DELETE
+[2024.05.06-17.34.23:616][260]LogEditorActor: Deleted Actor: StaticMeshActor
+[2024.05.06-17.34.23:623][260]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.34.23:624][260]LogEditorActor: Deleted 1 Actors (0.078 secs)
+[2024.05.06-17.34.25:782][508]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.34.25:782][508]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.34.25:783][508]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_6
+[2024.05.06-17.34.26:650][611]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.34.26:650][611]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.34.26:651][611]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_7
+[2024.05.06-17.34.27:378][671]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.34.27:378][671]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.34.27:379][671]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_8
+[2024.05.06-17.34.28:089][746]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.34.28:089][746]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.34.28:090][746]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_9
+[2024.05.06-17.34.28:382][779]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.34.28:382][779]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.34.28:384][779]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_10
+[2024.05.06-17.34.32:315][214]Cmd: DELETE
+[2024.05.06-17.34.32:315][214]Cmd: ACTOR DELETE
+[2024.05.06-17.34.32:318][214]LogEditorActor: Deleted Actor: StaticMeshActor
+[2024.05.06-17.34.32:324][214]LogUObjectHash: Compacting FUObjectHashTables data took 0.63ms
+[2024.05.06-17.34.32:325][214]LogEditorActor: Deleted 1 Actors (0.010 secs)
+[2024.05.06-17.34.33:106][299]Cmd: DELETE
+[2024.05.06-17.34.33:106][299]Cmd: ACTOR DELETE
+[2024.05.06-17.34.33:108][299]LogEditorActor: Deleted Actor: StaticMeshActor
+[2024.05.06-17.34.33:114][299]LogUObjectHash: Compacting FUObjectHashTables data took 0.37ms
+[2024.05.06-17.34.33:115][299]LogEditorActor: Deleted 1 Actors (0.009 secs)
+[2024.05.06-17.34.45:143][692]LogContentBrowser: Attempting asset rename: Scene_-_Root -> mat_wand3
+[2024.05.06-17.34.45:176][692]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.34.47:211][692]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' exceeded budget of 2.000000s
+[2024.05.06-17.34.48:531][692]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' complete in 3.322886s (1.322886s overbudget)
+[2024.05.06-17.34.48:568][692]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/mat_wand3
+[2024.05.06-17.34.48:568][692]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/mat_wand3C91164CE4BF67416741B9F9F3952C0C9.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/mat_wand3.uasset'
+[2024.05.06-17.34.48:576][692]LogFileHelpers: InternalPromptForCheckoutAndSave took 3.39 sec (total: 26.4 sec)
+[2024.05.06-17.34.48:586][692]LogUObjectHash: Compacting FUObjectHashTables data took 0.68ms
+[2024.05.06-17.34.48:592][692]LogUObjectHash: Compacting FUObjectHashTables data took 0.69ms
+[2024.05.06-17.34.48:597][692]LogUObjectHash: Compacting FUObjectHashTables data took 0.32ms
+[2024.05.06-17.34.48:599][692]AssetCheck: New page: Asset Save: mat_wand3
+[2024.05.06-17.34.48:599][692]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Props/Wands/Wand1/mat_wand3.mat_wand3
+[2024.05.06-17.34.48:635][693]LogAutomationController: Ignoring very large delta of 3.50 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-17.35.00:732][107]LogContentBrowser: Attempting asset rename: Object_2 -> sm_wand3_more
+[2024.05.06-17.35.00:766][107]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.35.00:815][107]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/sm_wand3_more
+[2024.05.06-17.35.00:815][107]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand3_more49482D0445A55055BDE4F49C3950998F.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand3_more.uasset'
+[2024.05.06-17.35.00:825][107]LogFileHelpers: InternalPromptForCheckoutAndSave took 58 ms (total: 26.5 sec)
+[2024.05.06-17.35.00:834][107]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.35.00:840][107]LogUObjectHash: Compacting FUObjectHashTables data took 0.67ms
+[2024.05.06-17.35.00:845][107]LogUObjectHash: Compacting FUObjectHashTables data took 0.40ms
+[2024.05.06-17.35.00:847][107]AssetCheck: New page: Asset Save: sm_wand3_more
+[2024.05.06-17.35.00:847][107]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/sm_wand3_more.sm_wand3_more
+[2024.05.06-17.35.02:562][302]LogDerivedDataCache: C:/Users/egonh/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:01.150 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 1440 files in 2378 folders with total size 79 MiB.
+[2024.05.06-17.35.09:384][105]LogContentBrowser: Attempting asset rename: Object_3 -> sm_wand3_less
+[2024.05.06-17.35.09:416][105]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.35.09:468][105]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/sm_wand3_less
+[2024.05.06-17.35.09:468][105]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand3_less6AE2BCBC48B12DDAD9B30A9816028732.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand3_less.uasset'
+[2024.05.06-17.35.09:477][105]LogFileHelpers: InternalPromptForCheckoutAndSave took 60 ms (total: 26.5 sec)
+[2024.05.06-17.35.09:487][105]LogUObjectHash: Compacting FUObjectHashTables data took 0.71ms
+[2024.05.06-17.35.09:493][105]LogUObjectHash: Compacting FUObjectHashTables data took 0.70ms
+[2024.05.06-17.35.09:498][105]LogUObjectHash: Compacting FUObjectHashTables data took 0.32ms
+[2024.05.06-17.35.09:499][105]AssetCheck: New page: Asset Save: sm_wand3_less
+[2024.05.06-17.35.09:499][105]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/sm_wand3_less.sm_wand3_less
+[2024.05.06-17.35.14:860][713]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.35.14:897][713]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/sm_wand3_less
+[2024.05.06-17.35.14:897][713]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand3_lessF1B9591B4402CA9A7E804E9E256C8A7F.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand3_less.uasset'
+[2024.05.06-17.35.14:911][713]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/sm_wand3_more
+[2024.05.06-17.35.14:912][713]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand3_moreF9695C264D07CAE10A9487802D2B6519.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand3_more.uasset'
+[2024.05.06-17.35.14:918][713]LogFileHelpers: InternalPromptForCheckoutAndSave took 58 ms (total: 26.6 sec)
+[2024.05.06-17.35.14:931][713]LogUObjectHash: Compacting FUObjectHashTables data took 0.77ms
+[2024.05.06-17.35.14:938][713]LogUObjectHash: Compacting FUObjectHashTables data took 0.73ms
+[2024.05.06-17.35.14:943][713]LogUObjectHash: Compacting FUObjectHashTables data took 0.37ms
+[2024.05.06-17.35.14:955][713]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.35.14:955][713]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/sm_wand3_less.sm_wand3_less
+[2024.05.06-17.35.14:955][713]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/sm_wand3_more.sm_wand3_more
+[2024.05.06-17.35.18:964][174]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.35.19:000][174]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/sm_wand3_less
+[2024.05.06-17.35.19:000][174]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand3_less40E9560A4EAECBBAEC2C0BB09226DA09.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand3_less.uasset'
+[2024.05.06-17.35.19:012][174]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/sm_wand3_more
+[2024.05.06-17.35.19:013][174]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand3_moreCB6ED95848CBD58BE86D3BBC57055302.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand3_more.uasset'
+[2024.05.06-17.35.19:018][174]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/mat_wand3
+[2024.05.06-17.35.19:018][174]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/mat_wand3B5A304A14DDA9E4D5C75FAB9C726486E.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand3.uasset'
+[2024.05.06-17.35.19:027][174]LogFileHelpers: InternalPromptForCheckoutAndSave took 62 ms (total: 26.7 sec)
+[2024.05.06-17.35.19:036][174]LogUObjectHash: Compacting FUObjectHashTables data took 0.63ms
+[2024.05.06-17.35.19:042][174]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.35.19:047][174]LogUObjectHash: Compacting FUObjectHashTables data took 0.34ms
+[2024.05.06-17.35.19:059][174]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.35.19:059][174]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/sm_wand3_less.sm_wand3_less
+[2024.05.06-17.35.19:059][174]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/sm_wand3_more.sm_wand3_more
+[2024.05.06-17.35.19:059][174]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/mat_wand3.mat_wand3
+[2024.05.06-17.35.46:705][535]LogSlate: Window 'Interchange Pipeline Configuration (Import Content)' being destroyed
+[2024.05.06-17.35.46:715][535]LogInterchangeEngine: [Pending] Importing
+[2024.05.06-17.35.46:715][535]LogInterchangeEngine: Display: Interchange start importing source [E:/Unreal Projects/wizard staff/4/crystal_staff.glb]
+[2024.05.06-17.35.46:737][536]LogInterchangeEngine: [Pending] Importing
+[2024.05.06-17.35.46:866][540]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_0.crystal_staff_texture_0 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.35.46:866][540]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_1.crystal_staff_texture_1 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.35.46:867][540]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_3.crystal_staff_texture_3 (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 168.562488 MB), EncodeSpeed: Fast
+[2024.05.06-17.35.46:867][540]LogTexture: Display: Building textures: /Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_2.crystal_staff_texture_2 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 101.645823 MB), EncodeSpeed: Fast
+[2024.05.06-17.35.46:888][540]LogStaticMesh: Display: Building static mesh Object_4...
+[2024.05.06-17.35.46:903][540]LogStaticMesh: Built static mesh [0.02s] /Game/ProjectAssets/Props/Wands/Wand1/Object_4.Object_4
+[2024.05.06-17.35.46:963][540]LogStaticMesh: Display: Building static mesh Object_3...
+[2024.05.06-17.35.46:963][540]LogStaticMesh: Display: Building static mesh Object_2...
+[2024.05.06-17.35.46:980][540]LogStaticMesh: Built static mesh [0.02s] /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.35.47:034][540]LogInterchangeEngine: [Success] Import Done
+[2024.05.06-17.35.47:049][541]LogInterchangeEngine: [Success] Import Done
+[2024.05.06-17.35.47:103][541]LogStaticMesh: Built static mesh [0.14s] /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.35.48:490][659]LogMeshUtilities: Finished distance field build in 1.2s - 84x98x112 sparse distance field, 1.0Mb total, 0.0Mb always loaded, 62% occupied, 349 triangles, Object_3
+[2024.05.06-17.35.52:188][ 36]LogMeshUtilities: Finished distance field build in 3.7s - 126x126x126 sparse distance field, 2.7Mb total, 0.1Mb always loaded, 78% occupied, 4180 triangles, Object_2
+[2024.05.06-17.36.03:586][319]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance
+[2024.05.06-17.36.03:596][319]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.36.03:596][319]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.36.03:597][319]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_11
+[2024.05.06-17.36.03:597][319]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.36.03:597][319]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.36.03:597][319]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_12
+[2024.05.06-17.36.03:598][319]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_4.Object_4
+[2024.05.06-17.36.03:598][319]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_4.Object_4
+[2024.05.06-17.36.03:598][319]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_4.Object_4 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_13
+[2024.05.06-17.36.04:432][377]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.36.04:433][377]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.36.04:433][377]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_14
+[2024.05.06-17.36.04:434][377]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.36.04:434][377]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.36.04:434][377]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_15
+[2024.05.06-17.36.04:434][377]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_4.Object_4
+[2024.05.06-17.36.04:435][377]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_4.Object_4
+[2024.05.06-17.36.04:435][377]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_4.Object_4 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_16
+[2024.05.06-17.36.08:691][832]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.36.08:691][832]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2
+[2024.05.06-17.36.08:692][832]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_2.Object_2 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_17
+[2024.05.06-17.36.17:425][794]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.36.17:425][794]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.36.17:425][794]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_18
+[2024.05.06-17.36.20:853][201]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.36.20:853][201]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3
+[2024.05.06-17.36.20:854][201]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_3.Object_3 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_19
+[2024.05.06-17.36.37:973][ 81]Cmd: DELETE
+[2024.05.06-17.36.37:973][ 81]Cmd: ACTOR DELETE
+[2024.05.06-17.36.37:977][ 81]LogEditorActor: Deleted Actor: StaticMeshActor
+[2024.05.06-17.36.37:983][ 81]LogUObjectHash: Compacting FUObjectHashTables data took 0.79ms
+[2024.05.06-17.36.37:985][ 81]LogEditorActor: Deleted 1 Actors (0.012 secs)
+[2024.05.06-17.36.41:201][447]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_4.Object_4
+[2024.05.06-17.36.41:201][447]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_4.Object_4
+[2024.05.06-17.36.41:202][447]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_4.Object_4 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_20
+[2024.05.06-17.36.42:004][542]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_4.Object_4
+[2024.05.06-17.36.42:004][542]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_4.Object_4
+[2024.05.06-17.36.42:005][542]LogActorFactory: Actor Factory spawned StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/Object_4.Object_4 as actor: StaticMeshActor /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.StaticMeshActor_21
+[2024.05.06-17.36.44:800][848]Cmd: DELETE
+[2024.05.06-17.36.44:800][848]Cmd: ACTOR DELETE
+[2024.05.06-17.36.44:803][848]LogEditorActor: Deleted Actor: StaticMeshActor
+[2024.05.06-17.36.44:809][848]LogUObjectHash: Compacting FUObjectHashTables data took 0.71ms
+[2024.05.06-17.36.44:810][848]LogEditorActor: Deleted 1 Actors (0.010 secs)
+[2024.05.06-17.37.01:476][772]LogContentBrowser: Attempting asset rename: Object_2 -> sm_wand4_wand
+[2024.05.06-17.37.01:522][772]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.37.01:566][772]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_wand
+[2024.05.06-17.37.01:566][772]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand4_wandD542501F4F26FF41A7A474B9A3075D26.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand4_wand.uasset'
+[2024.05.06-17.37.01:576][772]LogFileHelpers: InternalPromptForCheckoutAndSave took 53 ms (total: 26.7 sec)
+[2024.05.06-17.37.01:585][772]LogUObjectHash: Compacting FUObjectHashTables data took 0.62ms
+[2024.05.06-17.37.01:592][772]LogUObjectHash: Compacting FUObjectHashTables data took 0.69ms
+[2024.05.06-17.37.01:597][772]LogUObjectHash: Compacting FUObjectHashTables data took 0.32ms
+[2024.05.06-17.37.01:598][772]AssetCheck: New page: Asset Save: sm_wand4_wand
+[2024.05.06-17.37.01:598][772]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_wand.sm_wand4_wand
+[2024.05.06-17.37.11:250][891]LogContentBrowser: Attempting asset rename: Object_3 -> sm_wand4_gem
+[2024.05.06-17.37.11:284][891]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.37.11:326][891]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_gem
+[2024.05.06-17.37.11:326][891]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand4_gem9DCF99EB4637BACA4AB56CA9B5DA7BC5.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand4_gem.uasset'
+[2024.05.06-17.37.11:335][891]LogFileHelpers: InternalPromptForCheckoutAndSave took 50 ms (total: 26.8 sec)
+[2024.05.06-17.37.11:344][891]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.37.11:350][891]LogUObjectHash: Compacting FUObjectHashTables data took 0.65ms
+[2024.05.06-17.37.11:355][891]LogUObjectHash: Compacting FUObjectHashTables data took 0.42ms
+[2024.05.06-17.37.11:356][891]AssetCheck: New page: Asset Save: sm_wand4_gem
+[2024.05.06-17.37.11:356][891]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_gem.sm_wand4_gem
+[2024.05.06-17.37.41:169][398]LogContentBrowser: Attempting asset rename: Object_4 -> sm_wand4_orb
+[2024.05.06-17.37.41:202][398]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.37.41:245][398]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_orb
+[2024.05.06-17.37.41:245][398]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand4_orb412BF5C64A08A7AFE6A76A85FB4DD28D.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand4_orb.uasset'
+[2024.05.06-17.37.41:255][398]LogFileHelpers: InternalPromptForCheckoutAndSave took 52 ms (total: 26.8 sec)
+[2024.05.06-17.37.41:265][398]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.37.41:271][398]LogUObjectHash: Compacting FUObjectHashTables data took 0.67ms
+[2024.05.06-17.37.41:276][398]LogUObjectHash: Compacting FUObjectHashTables data took 0.36ms
+[2024.05.06-17.37.41:277][398]AssetCheck: New page: Asset Save: sm_wand4_orb
+[2024.05.06-17.37.41:277][398]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_orb.sm_wand4_orb
+[2024.05.06-17.37.44:017][721]LogUObjectHash: Compacting FUObjectHashTables data took 0.40ms
+[2024.05.06-17.37.44:094][721]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto2
+[2024.05.06-17.37.44:094][721]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/VRTemplateMap_Auto211605BC74D39A3C07360B099378B8BA9.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto2.umap'
+[2024.05.06-17.37.44:111][721]LogAssetRegistry: Warning: ScanPathsSynchronous: E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto2.umap is in the /Temp path, will not scan.
+[2024.05.06-17.37.44:111][721]LogAssetRegistry: Warning: ScanPathsSynchronous: /Temp/__ExternalActors__/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto2 is in the /Temp path, will not scan.
+[2024.05.06-17.37.44:111][721]LogAssetRegistry: Warning: ScanPathsSynchronous: /Temp/__ExternalObjects__/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto2 is in the /Temp path, will not scan.
+[2024.05.06-17.37.44:111][721]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/VRTemplate/Maps/VRTemplateMap' took 0.099
+[2024.05.06-17.37.44:111][721]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.099
+[2024.05.06-17.37.44:112][721]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/ProjectAssets/Blueprints/BP_RuneArea] ([2] browsable assets)...
+[2024.05.06-17.37.44:112][721]OBJ SavePackage: Finished generating thumbnails for package [/Game/ProjectAssets/Blueprints/BP_RuneArea]
+[2024.05.06-17.37.44:114][721]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ProjectAssets/Blueprints/BP_RuneArea_Auto2
+[2024.05.06-17.37.44:114][721]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/BP_RuneArea_Auto2FF36073344FD34238F617CB647EA92C5.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Blueprints/BP_RuneArea_Auto2.uasset'
+[2024.05.06-17.37.44:115][721]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_0] ([1] browsable assets)...
+[2024.05.06-17.37.44:117][721]OBJ SavePackage: Rendered thumbnail for [Texture2D /Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_0.crystal_staff_texture_0]
+[2024.05.06-17.37.44:117][721]OBJ SavePackage: Finished generating thumbnails for package [/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_0]
+[2024.05.06-17.37.44:121][721]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_0_Auto2
+[2024.05.06-17.37.44:121][721]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/crystal_staff_texture_0_Auto2C78943B54310847D0D178CB45E595B2F.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_0_Auto2.uasset'
+[2024.05.06-17.37.44:122][721]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_1] ([1] browsable assets)...
+[2024.05.06-17.37.44:124][721]OBJ SavePackage: Rendered thumbnail for [Texture2D /Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_1.crystal_staff_texture_1]
+[2024.05.06-17.37.44:124][721]OBJ SavePackage: Finished generating thumbnails for package [/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_1]
+[2024.05.06-17.37.44:128][721]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_1_Auto2
+[2024.05.06-17.37.44:128][721]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/crystal_staff_texture_1_Auto21E7FBFF24E1D018A28F7628726BB457A.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_1_Auto2.uasset'
+[2024.05.06-17.37.44:129][721]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_2] ([1] browsable assets)...
+[2024.05.06-17.37.44:131][721]OBJ SavePackage: Rendered thumbnail for [Texture2D /Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_2.crystal_staff_texture_2]
+[2024.05.06-17.37.44:131][721]OBJ SavePackage: Finished generating thumbnails for package [/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_2]
+[2024.05.06-17.37.44:135][721]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_2_Auto2
+[2024.05.06-17.37.44:135][721]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/crystal_staff_texture_2_Auto24AF0CECC45E0E85F7E272CBF98A71DCF.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_2_Auto2.uasset'
+[2024.05.06-17.37.44:136][721]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_3] ([1] browsable assets)...
+[2024.05.06-17.37.44:138][721]OBJ SavePackage: Rendered thumbnail for [Texture2D /Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_3.crystal_staff_texture_3]
+[2024.05.06-17.37.44:138][721]OBJ SavePackage: Finished generating thumbnails for package [/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_3]
+[2024.05.06-17.37.44:142][721]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_3_Auto2
+[2024.05.06-17.37.44:142][721]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/crystal_staff_texture_3_Auto288875B524E0D01867409539A3A18B823.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/crystal_staff_texture_3_Auto2.uasset'
+[2024.05.06-17.37.44:143][721]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ProjectAssets/Props/Wands/Wand1/_002] ([1] browsable assets)...
+[2024.05.06-17.37.46:158][721]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' exceeded budget of 2.000000s
+[2024.05.06-17.37.47:474][721]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' complete in 3.320730s (1.320730s overbudget)
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: ================================================
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Total job queries 371, among them cache hits 221 (59.57%)
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Tracking 146 distinct input hashes that result in 79 distinct outputs (54.11%)
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: RAM used: 5.50 MiB of 819.20 MiB budget. Usage: 0.67%
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Shaders Compiled: 146
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Jobs assigned 146, completed 146 (100%)
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Average time worker was idle: 222.91 s
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Time job spent in pending queue: average 0.34 s, longest 2.81 s
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Job execution time: average 1.76 s, max 4.71 s
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Job life time (pending + execution): average 2.10 s, max 5.22
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Shader code size: average 64.395 KiB, min 4.504 KiB, max 91.984 KiB
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 67.78 s
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Jobs were issued in 146 batches (only local compilation was used), average 1.00 jobs/batch
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Average processing rate: 2.15 jobs/sec
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Total thread time: 225.483 s
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Total thread preprocess time: 7.954 s
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Percentage time preprocessing: 3.53%
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Effective parallelization: 3.33 (times faster than compiling all shaders on one thread). Compare with number of workers: 8
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Top 5 most expensive shader types by average time:
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 12 times, average 3.18 sec, max 4.40 sec, min 1.98 sec)
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: TBasePassPSFCachedPointIndirectLightingPolicySkylight (compiled 6 times, average 3.08 sec, max 3.42 sec, min 2.70 sec)
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight (compiled 6 times, average 3.06 sec, max 3.38 sec, min 2.67 sec)
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: TBasePassPSFCachedVolumeIndirectLightingPolicy (compiled 6 times, average 3.05 sec, max 3.30 sec, min 2.69 sec)
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: TBasePassPSFCachedPointIndirectLightingPolicy (compiled 6 times, average 3.04 sec, max 3.40 sec, min 2.70 sec)
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: Top 5 shader types by total compile time:
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy - 16.94% of total time (compiled 12 times, average 3.18 sec, max 4.40 sec, min 1.98 sec)
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 12.54% of total time (compiled 10 times, average 2.83 sec, max 3.53 sec, min 2.33 sec)
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 11.90% of total time (compiled 12 times, average 2.24 sec, max 3.32 sec, min 0.53 sec)
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: TBasePassPSFCachedPointIndirectLightingPolicySkylight - 8.20% of total time (compiled 6 times, average 3.08 sec, max 3.42 sec, min 2.70 sec)
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight - 8.15% of total time (compiled 6 times, average 3.06 sec, max 3.38 sec, min 2.67 sec)
+[2024.05.06-17.37.47:477][721]LogShaderCompilers: Display: ================================================
+[2024.05.06-17.37.47:492][721]OBJ SavePackage: Rendered thumbnail for [Material /Game/ProjectAssets/Props/Wands/Wand1/_002._002]
+[2024.05.06-17.37.47:492][721]OBJ SavePackage: Finished generating thumbnails for package [/Game/ProjectAssets/Props/Wands/Wand1/_002]
+[2024.05.06-17.37.47:496][721]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/_002_Auto2
+[2024.05.06-17.37.47:496][721]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/_002_Auto2CAE6755A4BDD592872CB41BE79D8E5A6.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/_002_Auto2.uasset'
+[2024.05.06-17.37.47:498][721]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ProjectAssets/Props/Wands/Wand1/material] ([1] browsable assets)...
+[2024.05.06-17.37.49:512][721]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' exceeded budget of 2.000000s
+[2024.05.06-17.37.50:649][721]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' complete in 3.139777s (1.139777s overbudget)
+[2024.05.06-17.37.50:666][721]OBJ SavePackage: Rendered thumbnail for [Material /Game/ProjectAssets/Props/Wands/Wand1/material.material]
+[2024.05.06-17.37.50:667][721]OBJ SavePackage: Finished generating thumbnails for package [/Game/ProjectAssets/Props/Wands/Wand1/material]
+[2024.05.06-17.37.50:671][721]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/material_Auto2
+[2024.05.06-17.37.50:671][721]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/material_Auto2E426679D4740657DF400ADAA411519C5.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/material_Auto2.uasset'
+[2024.05.06-17.37.50:672][721]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ProjectAssets/Props/Wands/Wand1/_001] ([1] browsable assets)...
+[2024.05.06-17.37.52:686][721]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' exceeded budget of 2.000000s
+[2024.05.06-17.37.53:822][721]LogStall: Stall detector 'FShaderCompilingManager::BlockOnShaderMapCompletion' complete in 3.140800s (1.140800s overbudget)
+[2024.05.06-17.37.53:841][721]OBJ SavePackage: Rendered thumbnail for [Material /Game/ProjectAssets/Props/Wands/Wand1/_001._001]
+[2024.05.06-17.37.53:841][721]OBJ SavePackage: Finished generating thumbnails for package [/Game/ProjectAssets/Props/Wands/Wand1/_001]
+[2024.05.06-17.37.53:846][721]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/_001_Auto2
+[2024.05.06-17.37.53:846][721]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/_001_Auto2A1C935D64E3B09AD471F1D8FE530C774.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/Autosaves/Game/ProjectAssets/Props/Wands/Wand1/_001_Auto2.uasset'
+[2024.05.06-17.37.53:847][721]LogFileHelpers: Auto-saving content packages took 9.736
+[2024.05.06-17.37.53:869][722]LogAutomationController: Ignoring very large delta of 9.89 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-17.38.03:074][737]LogMaterial: Display: Material /Game/ProjectAssets/Props/Wands/Wand1/material.material needed to have new flag set bUsedWithStaticLighting !
+[2024.05.06-17.38.07:212][ 66]LogMaterial: Display: Material /Game/ProjectAssets/Props/Wands/Wand1/_002._002 needed to have new flag set bUsedWithStaticLighting !
+[2024.05.06-17.38.10:428][279]LogMaterial: Display: Material /Game/ProjectAssets/Props/Wands/Wand1/_001._001 needed to have new flag set bUsedWithStaticLighting !
+[2024.05.06-17.38.42:435][865]LogContentBrowser: Attempting asset rename: material -> mat_wand4_wand
+[2024.05.06-17.38.42:469][865]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.38.42:504][865]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_wand
+[2024.05.06-17.38.42:505][865]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand4_wand3EA506F64CCAEA19D9AEB28AE086CBA7.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand4_wand.uasset'
+[2024.05.06-17.38.42:510][865]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/mat_wand4_wand
+[2024.05.06-17.38.42:510][865]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/mat_wand4_wand5545B4D646960110559D6D9412617CBF.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/mat_wand4_wand.uasset'
+[2024.05.06-17.38.42:519][865]LogFileHelpers: InternalPromptForCheckoutAndSave took 49 ms (total: 26.9 sec)
+[2024.05.06-17.38.42:530][865]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms
+[2024.05.06-17.38.42:536][865]LogUObjectHash: Compacting FUObjectHashTables data took 0.75ms
+[2024.05.06-17.38.42:541][865]LogUObjectHash: Compacting FUObjectHashTables data took 0.35ms
+[2024.05.06-17.38.42:543][865]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.38.42:543][865]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_wand.sm_wand4_wand
+[2024.05.06-17.38.42:543][865]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Props/Wands/Wand1/mat_wand4_wand.mat_wand4_wand
+[2024.05.06-17.38.59:697][853]LogContentBrowser: Attempting asset rename: _002 -> mat_wand4_orbIguess
+[2024.05.06-17.38.59:731][853]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.38.59:762][853]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_orb
+[2024.05.06-17.38.59:763][853]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand4_orb93BC057A41294581E598A2BF02B6F754.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand4_orb.uasset'
+[2024.05.06-17.38.59:768][853]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/mat_wand4_orbIguess
+[2024.05.06-17.38.59:768][853]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/mat_wand4_orbIguessFE4867F9469BF24D04CDEBBCAAD43A21.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/mat_wand4_orbIguess.uasset'
+[2024.05.06-17.38.59:777][853]LogFileHelpers: InternalPromptForCheckoutAndSave took 46 ms (total: 26.9 sec)
+[2024.05.06-17.38.59:787][853]LogUObjectHash: Compacting FUObjectHashTables data took 0.65ms
+[2024.05.06-17.38.59:793][853]LogUObjectHash: Compacting FUObjectHashTables data took 0.69ms
+[2024.05.06-17.38.59:797][853]LogUObjectHash: Compacting FUObjectHashTables data took 0.33ms
+[2024.05.06-17.38.59:800][853]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.38.59:800][853]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_orb.sm_wand4_orb
+[2024.05.06-17.38.59:800][853]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Props/Wands/Wand1/mat_wand4_orbIguess.mat_wand4_orbIguess
+[2024.05.06-17.39.11:469][210]LogContentBrowser: Attempting asset rename: _001 -> mat_wand4_gemIguess
+[2024.05.06-17.39.11:502][210]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.39.11:527][210]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_gem
+[2024.05.06-17.39.11:528][210]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand4_gemFAAB08094E9AB54202CE96A414468AD1.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand4_gem.uasset'
+[2024.05.06-17.39.11:533][210]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/mat_wand4_gemIguess
+[2024.05.06-17.39.11:533][210]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/mat_wand4_gemIguess84EAD92149A7C5104E1A758672281555.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/mat_wand4_gemIguess.uasset'
+[2024.05.06-17.39.11:542][210]LogFileHelpers: InternalPromptForCheckoutAndSave took 40 ms (total: 27.0 sec)
+[2024.05.06-17.39.11:552][210]LogUObjectHash: Compacting FUObjectHashTables data took 0.67ms
+[2024.05.06-17.39.11:558][210]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms
+[2024.05.06-17.39.11:563][210]LogUObjectHash: Compacting FUObjectHashTables data took 0.35ms
+[2024.05.06-17.39.11:565][210]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.39.11:565][210]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_gem.sm_wand4_gem
+[2024.05.06-17.39.11:565][210]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Props/Wands/Wand1/mat_wand4_gemIguess.mat_wand4_gemIguess
+[2024.05.06-17.39.18:383][966]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.39.18:420][966]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_wand
+[2024.05.06-17.39.18:421][966]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand4_wandE6BBC000487A9B72EB11AEA8C7819FFE.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand4_wand.uasset'
+[2024.05.06-17.39.18:425][966]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_orb
+[2024.05.06-17.39.18:425][966]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand4_orb32B89EDC4C9E170AC2C05995A9776182.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand4_orb.uasset'
+[2024.05.06-17.39.18:430][966]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_gem
+[2024.05.06-17.39.18:430][966]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand4_gem2A46AF094CF3DF757BE3BA933D950C3E.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand4_gem.uasset'
+[2024.05.06-17.39.18:435][966]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/mat_wand4_wand
+[2024.05.06-17.39.18:435][966]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/mat_wand4_wandCD6324DA4490308C2C784F8FC99AFE23.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_wand.uasset'
+[2024.05.06-17.39.18:442][966]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/mat_wand4_orbIguess
+[2024.05.06-17.39.18:442][966]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/mat_wand4_orbIguessC28F6E384FDA76E2D2F739932571D275.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_orbIguess.uasset'
+[2024.05.06-17.39.18:446][966]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/mat_wand4_gemIguess
+[2024.05.06-17.39.18:446][966]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/mat_wand4_gemIguessBF60DCE7400F7F769618EBB75C3FD9E6.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_gemIguess.uasset'
+[2024.05.06-17.39.18:452][966]LogFileHelpers: InternalPromptForCheckoutAndSave took 69 ms (total: 27.0 sec)
+[2024.05.06-17.39.18:468][966]LogUObjectHash: Compacting FUObjectHashTables data took 0.65ms
+[2024.05.06-17.39.18:473][966]LogUObjectHash: Compacting FUObjectHashTables data took 0.68ms
+[2024.05.06-17.39.18:478][966]LogUObjectHash: Compacting FUObjectHashTables data took 0.33ms
+[2024.05.06-17.39.18:490][966]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.39.18:491][966]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_wand.sm_wand4_wand
+[2024.05.06-17.39.18:491][966]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_orb.sm_wand4_orb
+[2024.05.06-17.39.18:491][966]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/Wand1/sm_wand4_gem.sm_wand4_gem
+[2024.05.06-17.39.18:491][966]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/mat_wand4_wand.mat_wand4_wand
+[2024.05.06-17.39.18:491][966]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/mat_wand4_orbIguess.mat_wand4_orbIguess
+[2024.05.06-17.39.18:491][966]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/mat_wand4_gemIguess.mat_wand4_gemIguess
+[2024.05.06-17.39.23:464][540]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.39.23:500][540]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/mat_wand4_gemIguess
+[2024.05.06-17.39.23:500][540]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/mat_wand4_gemIguess6013CC244EBD9F1CCC407CAB126E4D5C.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_gemIguess.uasset'
+[2024.05.06-17.39.23:505][540]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/mat_wand4_orbIguess
+[2024.05.06-17.39.23:505][540]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/mat_wand4_orbIguess52C04FE940BA187BFEC5EC8A021BC6B1.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_orbIguess.uasset'
+[2024.05.06-17.39.23:510][540]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Materials/mat_wand4_wand
+[2024.05.06-17.39.23:510][540]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/mat_wand4_wandA89FBD704F936AB05D8613AAA87D3C11.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_wand.uasset'
+[2024.05.06-17.39.23:537][540]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/crystal_staff_texture_3
+[2024.05.06-17.39.23:537][540]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/crystal_staff_texture_396B01C7A45739416F9672E9C63CC8D89.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_3.uasset'
+[2024.05.06-17.39.23:557][540]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/crystal_staff_texture_2
+[2024.05.06-17.39.23:558][540]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/crystal_staff_texture_2B2FF2BB14798324C6998469C4B321499.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_2.uasset'
+[2024.05.06-17.39.23:577][540]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/crystal_staff_texture_1
+[2024.05.06-17.39.23:577][540]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/crystal_staff_texture_152149E88485D6A920C34A1B9D41A2D75.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_1.uasset'
+[2024.05.06-17.39.23:601][540]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Textures/crystal_staff_texture_0
+[2024.05.06-17.39.23:601][540]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/crystal_staff_texture_07BDD5B884780A6722AE9D5BC2E605ED3.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_0.uasset'
+[2024.05.06-17.39.23:609][540]LogFileHelpers: InternalPromptForCheckoutAndSave took 144 ms (total: 27.2 sec)
+[2024.05.06-17.39.23:627][540]LogUObjectHash: Compacting FUObjectHashTables data took 0.67ms
+[2024.05.06-17.39.23:633][540]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.39.23:637][540]LogUObjectHash: Compacting FUObjectHashTables data took 0.32ms
+[2024.05.06-17.39.23:649][540]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.39.23:649][540]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/mat_wand4_gemIguess.mat_wand4_gemIguess
+[2024.05.06-17.39.23:649][540]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/mat_wand4_orbIguess.mat_wand4_orbIguess
+[2024.05.06-17.39.23:649][540]LogContentValidation: Display: Validating /Script/Engine.Material /Game/ProjectAssets/Materials/mat_wand4_wand.mat_wand4_wand
+[2024.05.06-17.39.23:649][540]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/crystal_staff_texture_3.crystal_staff_texture_3
+[2024.05.06-17.39.23:649][540]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/crystal_staff_texture_2.crystal_staff_texture_2
+[2024.05.06-17.39.23:649][540]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/crystal_staff_texture_1.crystal_staff_texture_1
+[2024.05.06-17.39.23:649][540]LogContentValidation: Display: Validating /Script/Engine.Texture2D /Game/ProjectAssets/Textures/crystal_staff_texture_0.crystal_staff_texture_0
+[2024.05.06-17.39.28:058][ 38]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.39.28:093][ 38]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/sm_wand4_wand
+[2024.05.06-17.39.28:093][ 38]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand4_wandCD0439464AF115680951358F95FF2D10.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand4_wand.uasset'
+[2024.05.06-17.39.28:099][ 38]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/sm_wand4_orb
+[2024.05.06-17.39.28:099][ 38]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand4_orbFE2D1DA644A132186AA141B6A6C5EACA.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand4_orb.uasset'
+[2024.05.06-17.39.28:103][ 38]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Props/Wands/sm_wand4_gem
+[2024.05.06-17.39.28:103][ 38]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/sm_wand4_gemB07D77A84820F7FA60524A9F1631A52E.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand4_gem.uasset'
+[2024.05.06-17.39.28:109][ 38]LogFileHelpers: InternalPromptForCheckoutAndSave took 51 ms (total: 27.2 sec)
+[2024.05.06-17.39.28:125][ 38]LogUObjectHash: Compacting FUObjectHashTables data took 0.77ms
+[2024.05.06-17.39.28:130][ 38]LogUObjectHash: Compacting FUObjectHashTables data took 0.79ms
+[2024.05.06-17.39.28:135][ 38]LogUObjectHash: Compacting FUObjectHashTables data took 0.35ms
+[2024.05.06-17.39.28:146][ 38]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.39.28:146][ 38]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/sm_wand4_wand.sm_wand4_wand
+[2024.05.06-17.39.28:146][ 38]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/sm_wand4_orb.sm_wand4_orb
+[2024.05.06-17.39.28:146][ 38]LogContentValidation: Display: Validating /Script/Engine.StaticMesh /Game/ProjectAssets/Props/Wands/sm_wand4_gem.sm_wand4_gem
+[2024.05.06-17.39.53:633][ 29]LogContentBrowser: Deferred new asset file creation: NewWorld
+[2024.05.06-17.39.53:640][ 29]LogContentBrowser: Creating deferred item: NewWorld
+[2024.05.06-17.39.53:657][ 31]LogContentBrowser: Renaming the item being created (Deferred Item: NewWorld).
+[2024.05.06-17.40.00:229][820]LogContentBrowser: Attempting asset rename: NewWorld -> TheMainWorld
+[2024.05.06-17.40.00:230][820]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.05.06-17.40.00:230][820]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.05.06-17.40.00:251][820]LogContentBrowser: End creating deferred item NewWorld
+[2024.05.06-17.40.01:878][ 9]LogUObjectHash: Compacting FUObjectHashTables data took 0.65ms
+[2024.05.06-17.40.04:296][ 9]LogSlate: Window 'Save Content' being destroyed
+[2024.05.06-17.40.04:304][ 9]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.05.06-17.40.04:342][ 9]LogUObjectHash: Compacting FUObjectHashTables data took 0.37ms
+[2024.05.06-17.40.04:345][ 9]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Maps/TheMainWorld
+[2024.05.06-17.40.04:345][ 9]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/TheMainWorld4FE7C2034BCD04C60674BF8CE29DD118.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Maps/TheMainWorld.umap'
+[2024.05.06-17.40.04:351][ 9]LogFileHelpers: Saving map 'TheMainWorld' took 0.019
+[2024.05.06-17.40.04:395][ 9]LogUObjectHash: Compacting FUObjectHashTables data took 0.42ms
+[2024.05.06-17.40.04:418][ 9]LogSavePackage: Moving output files for package: /Game/VRTemplate/Maps/VRTemplateMap
+[2024.05.06-17.40.04:418][ 9]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/VRTemplateMapCD7967054462998A4468B495EA590DFC.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/VRTemplate/Maps/VRTemplateMap.umap'
+[2024.05.06-17.40.04:435][ 9]LogFileHelpers: All files are already saved.
+[2024.05.06-17.40.04:435][ 9]LogFileHelpers: Saving map 'VRTemplateMap' took 0.084
+[2024.05.06-17.40.04:438][ 9]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Blueprints/BP_RuneArea
+[2024.05.06-17.40.04:438][ 9]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/BP_RuneAreaC711E46941C59A394EA7EA9D60050708.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Blueprints/BP_RuneArea.uasset'
+[2024.05.06-17.40.04:447][ 9]LogFileHelpers: InternalPromptForCheckoutAndSave took 143 ms (total: 27.4 sec)
+[2024.05.06-17.40.04:456][ 9]LogAssetEditorSubsystem: Opening Asset editor for World /Game/ProjectAssets/Maps/TheMainWorld.TheMainWorld
+[2024.05.06-17.40.04:471][ 9]Cmd: MAP LOAD FILE="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Maps/TheMainWorld.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4
+[2024.05.06-17.40.04:471][ 9]LightingResults: New page: Lighting Build
+[2024.05.06-17.40.04:471][ 9]LoadErrors: New page: Loading map: TheMainWorld.umap
+[2024.05.06-17.40.04:528][ 9]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true
+[2024.05.06-17.40.04:528][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated
+[2024.05.06-17.40.04:528][ 9]MapCheck: New page: Map Check
+[2024.05.06-17.40.04:528][ 9]LightingResults: New page: Lighting Build
+[2024.05.06-17.40.04:533][ 9]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.05.06-17.40.04:537][ 9]LogUObjectHash: Compacting FUObjectHashTables data took 0.70ms
+[2024.05.06-17.40.04:538][ 9]LogWorld: UWorld::CleanupWorld for TheMainWorld, bSessionEnded=true, bCleanupResources=true
+[2024.05.06-17.40.04:538][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated
+[2024.05.06-17.40.04:544][ 9]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.40.04:549][ 9]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.40.04:551][ 9]LogAudio: Display: Audio Device (ID: 1) registered with world 'TheMainWorld'.
+[2024.05.06-17.40.04:551][ 9]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.05.06-17.40.04:551][ 9]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.05.06-17.40.04:552][ 9]LogAIModule: Creating AISystem for world TheMainWorld
+[2024.05.06-17.40.04:597][ 9]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
+[2024.05.06-17.40.04:604][ 9]LogUObjectHash: Compacting FUObjectHashTables data took 0.65ms
+[2024.05.06-17.40.04:607][ 9]Cmd: MAP CHECKDEP NOCLEARLOG
+[2024.05.06-17.40.04:607][ 9]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.074ms to complete.
+[2024.05.06-17.40.04:617][ 9]AssetCheck: New page: Asset Save: multiple assets
+[2024.05.06-17.40.04:617][ 9]LogContentValidation: Display: Validating /Script/Engine.World /Game/ProjectAssets/Maps/TheMainWorld.TheMainWorld
+[2024.05.06-17.40.04:617][ 9]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/ProjectAssets/Blueprints/BP_RuneArea.BP_RuneArea
+[2024.05.06-17.40.04:638][ 9]LogAutomationController: Ignoring very large delta of 2.78 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-17.40.07:359][325]LogObjectTools: Deleting 1 worlds: /Game/ProjectAssets/Maps/TheMainWorld.TheMainWorld
+[2024.05.06-17.40.07:359][325]LogObjectTools: Currently 4 active worlds: /Game/ProjectAssets/Maps/TheMainWorld.TheMainWorld, /Engine/Transient.World_0, /Engine/Transient.World_1, /Engine/Transient.World_2
+[2024.05.06-17.40.08:532][325]LogSlate: Window 'Unable to delete level' being destroyed
+[2024.05.06-17.40.08:536][325]Message dialog closed, result: Ok, title: Unable to delete level, text: Unable to delete level while it is open
+[2024.05.06-17.40.19:945][260]LogSlate: Window 'New Level' being destroyed
+[2024.05.06-17.40.19:950][260]Cmd: MAP LOAD FILE="../../../Engine/Content/Maps/Templates/Template_Default.umap" TEMPLATE=1 SHOWPROGRESS=1 FEATURELEVEL=4
+[2024.05.06-17.40.19:957][260]LightingResults: New page: Lighting Build
+[2024.05.06-17.40.19:957][260]LoadErrors: New page: Loading map: Template_Default.umap
+[2024.05.06-17.40.19:982][260]LogWorld: UWorld::CleanupWorld for TheMainWorld, bSessionEnded=true, bCleanupResources=true
+[2024.05.06-17.40.19:982][260]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated
+[2024.05.06-17.40.19:982][260]MapCheck: New page: Map Check
+[2024.05.06-17.40.19:982][260]LightingResults: New page: Lighting Build
+[2024.05.06-17.40.19:987][260]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.05.06-17.40.19:988][260]LogUObjectHash: Compacting FUObjectHashTables data took 0.64ms
+[2024.05.06-17.40.20:053][260]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled_1'.
+[2024.05.06-17.40.20:053][260]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.05.06-17.40.20:053][260]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.05.06-17.40.20:053][260]LogAIModule: Creating AISystem for world Untitled_1
+[2024.05.06-17.40.20:067][260]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
+[2024.05.06-17.40.20:075][260]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms
+[2024.05.06-17.40.20:075][260]Cmd: MAP CHECKDEP NOCLEARLOG
+[2024.05.06-17.40.20:076][260]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.143ms to complete.
+[2024.05.06-17.40.20:132][260]LogAutomationController: Ignoring very large delta of 3.21 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-17.40.20:160][262]LogConsoleManager: Warning: Console variable 'r.ShaderCompiler.JobCache' used in the render thread. Rendering artifacts could happen. Use ECVF_RenderThreadSafe or don't use in render thread.
+[2024.05.06-17.40.53:513][223]LogSlate: Window 'Message' being destroyed
+[2024.05.06-17.40.53:517][223]Message dialog closed, result: Yes, title: Message, text: TheMainWorld already exists. Do you want to replace it?
+[2024.05.06-17.40.53:517][223]LogSlate: Window 'Save Level As' being destroyed
+[2024.05.06-17.40.53:604][223]LogUObjectHash: Compacting FUObjectHashTables data took 0.73ms
+[2024.05.06-17.40.53:612][223]LogSavePackage: Moving output files for package: /Game/ProjectAssets/Maps/TheMainWorld
+[2024.05.06-17.40.53:612][223]LogSavePackage: Moving 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Saved/TheMainWorldA53E642845932ADB9127028BE38D61BE.tmp' to 'E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Maps/TheMainWorld.umap'
+[2024.05.06-17.40.53:626][223]LogFileHelpers: Saving map 'TheMainWorld' took 0.101
+[2024.05.06-17.40.53:626][223]Cmd: MAP LOAD FILE="E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Maps/TheMainWorld.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4
+[2024.05.06-17.40.53:626][223]LightingResults: New page: Lighting Build
+[2024.05.06-17.40.53:626][223]LoadErrors: New page: Loading map: TheMainWorld.umap
+[2024.05.06-17.40.53:648][223]LogWorld: UWorld::CleanupWorld for TheMainWorld, bSessionEnded=true, bCleanupResources=true
+[2024.05.06-17.40.53:649][223]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated
+[2024.05.06-17.40.53:649][223]MapCheck: New page: Map Check
+[2024.05.06-17.40.53:649][223]LightingResults: New page: Lighting Build
+[2024.05.06-17.40.53:654][223]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.05.06-17.40.53:655][223]LogUObjectHash: Compacting FUObjectHashTables data took 0.65ms
+[2024.05.06-17.40.53:659][223]LogAudio: Display: Audio Device (ID: 1) registered with world 'TheMainWorld'.
+[2024.05.06-17.40.53:659][223]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.05.06-17.40.53:659][223]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.05.06-17.40.53:659][223]LogAIModule: Creating AISystem for world TheMainWorld
+[2024.05.06-17.40.53:673][223]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
+[2024.05.06-17.40.53:681][223]LogUObjectHash: Compacting FUObjectHashTables data took 0.65ms
+[2024.05.06-17.40.53:684][223]Cmd: MAP CHECKDEP NOCLEARLOG
+[2024.05.06-17.40.53:685][223]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.085ms to complete.
+[2024.05.06-17.40.53:687][223]AssetCheck: New page: Asset Save: TheMainWorld
+[2024.05.06-17.40.53:687][223]LogContentValidation: Display: Validating /Script/Engine.World /Game/ProjectAssets/Maps/TheMainWorld.TheMainWorld
+[2024.05.06-17.40.53:698][224]LogAutomationController: Ignoring very large delta of 14.14 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
+[2024.05.06-17.41.04:329][377]LogSlate: External Image Picker: DecompressImage failed
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: ================================================
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Total job queries 549, among them cache hits 274 (49.91%)
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Tracking 270 distinct input hashes that result in 176 distinct outputs (65.19%)
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: RAM used: 10.55 MiB of 819.20 MiB budget. Usage: 1.29%
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Shaders Compiled: 270
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Jobs assigned 271, completed 270 (99.63%)
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Average time worker was idle: 152.84 s
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Time job spent in pending queue: average 0.65 s, longest 7.99 s
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Job execution time: average 3.21 s, max 11.24 s
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Job life time (pending + execution): average 3.87 s, max 11.25
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Shader code size: average 69.004 KiB, min 2.816 KiB, max 96.531 KiB
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 98.32 s
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Jobs were issued in 217 batches (only local compilation was used), average 1.25 jobs/batch
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Average processing rate: 2.75 jobs/sec
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Total thread time: 410.595 s
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Total thread preprocess time: 12.988 s
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Percentage time preprocessing: 3.16%
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Effective parallelization: 4.18 (times faster than compiling all shaders on one thread). Compare with number of workers: 8
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Top 5 most expensive shader types by average time:
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ (compiled 3 times, average 3.88 sec, max 3.93 sec, min 3.80 sec)
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight (compiled 3 times, average 3.84 sec, max 3.96 sec, min 3.75 sec)
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: TBasePassPSTLightMapPolicyHQ (compiled 3 times, average 3.83 sec, max 3.95 sec, min 3.77 sec)
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: TBasePassPSTLightMapPolicyLQSkylight (compiled 3 times, average 3.83 sec, max 3.94 sec, min 3.74 sec)
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: TBasePassPSTLightMapPolicyLQ (compiled 3 times, average 3.79 sec, max 3.89 sec, min 3.73 sec)
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: Top 5 shader types by total compile time:
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy - 9.58% of total time (compiled 13 times, average 3.02 sec, max 4.40 sec, min 1.12 sec)
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: FRenderVolumetricCloudRenderViewCS - 9.31% of total time (compiled 34 times, average 1.12 sec, max 1.66 sec, min 0.51 sec)
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 8.41% of total time (compiled 17 times, average 2.03 sec, max 3.32 sec, min 0.31 sec)
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 8.19% of total time (compiled 12 times, average 2.80 sec, max 4.23 sec, min 1.13 sec)
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: TBasePassPSFCachedPointIndirectLightingPolicySkylight - 6.24% of total time (compiled 9 times, average 2.85 sec, max 3.42 sec, min 1.15 sec)
+[2024.05.06-17.41.05:022][420]LogShaderCompilers: Display: ================================================
+[2024.05.06-17.41.54:705][176]LogSlate: Took 0.000237 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K)
+[2024.05.06-17.42.13:422][986]LogSlate: Window 'Project Settings' being destroyed
+[2024.05.06-17.42.13:428][986]LogSlate: Window 'Project Settings' being destroyed
+[2024.05.06-17.42.15:756][251]LogUObjectHash: Compacting FUObjectHashTables data took 0.64ms
diff --git a/TheProject/VRWizardProject/Saved/SourceControl/UncontrolledChangelists.json b/TheProject/VRWizardProject/Saved/SourceControl/UncontrolledChangelists.json
index e3719ac..e0aabae 100644
--- a/TheProject/VRWizardProject/Saved/SourceControl/UncontrolledChangelists.json
+++ b/TheProject/VRWizardProject/Saved/SourceControl/UncontrolledChangelists.json
@@ -5,7 +5,102 @@
"guid": "00000000000000000000000000000000",
"description": "Default Uncontrolled Changelist",
"files": [
- "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/StarterContent/Architecture/Floor_400x400.uasset"
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/StarterContent/Architecture/Floor_400x400.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_4.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_6.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_8.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_10.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_12.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_14.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_16.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_18.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_20.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_22.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_24.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_26.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Runes/Object_28.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Big_Activated.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Big_Idle.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Small_Activated.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Firebolt_Small_Idle.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Big_Activated.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Big_Idle.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Small_Activated.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Icewave_Small_Idle.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Rune_Default.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Big_Activated.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Big_Idle.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Small_Activated.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Stormfist_Small_Idle.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_0.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_1.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_2.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_3.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_4.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_5.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_6.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_7.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_8.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_9.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_10.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_11.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_12.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_13.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_14.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_15.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_16.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_17.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_18.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_19.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_20.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_21.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_22.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_23.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_24.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_25.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_26.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_27.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_28.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/magic_runestones_texture_29.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/wizard_staff1.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/Staff.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/wizard_staff1_texture_0.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/wizard_staff1_texture_1.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/wizard_staff1_texture_2.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/mat_wand2.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand2.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand2.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand2.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crescent_moon_staff_texture_2.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crescent_moon_staff_texture_1.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crescent_moon_staff_texture_0.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand1.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand1.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/mat_wand3.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand3_more.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand3_less.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand3_less.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand3_more.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand3.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand4_wand.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand4_gem.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/sm_wand4_orb.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/mat_wand4_wand.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/mat_wand4_orbIguess.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/Wand1/mat_wand4_gemIguess.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_wand.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_orbIguess.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Materials/mat_wand4_gemIguess.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_3.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_2.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_1.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Textures/crystal_staff_texture_0.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand4_wand.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand4_orb.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Props/Wands/sm_wand4_gem.uasset",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Maps/TheMainWorld.umap",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/VRTemplate/Maps/VRTemplateMap.umap",
+ "E:/Unreal Projects/vr_VRWizardProject/VR2024_WizardVR/TheProject/VRWizardProject/Content/ProjectAssets/Blueprints/BP_RuneArea.uasset"
]
}
]