diff --git a/BackroomsDigitalArt/Config/DefaultEngine.ini b/BackroomsDigitalArt/Config/DefaultEngine.ini
index d1792ef56e3f83e6d8a3838c966c164644aa6a98..df14c66c25975122c2fd36083e092494ea7cab43 100644
--- a/BackroomsDigitalArt/Config/DefaultEngine.ini
+++ b/BackroomsDigitalArt/Config/DefaultEngine.ini
@@ -2,7 +2,7 @@
 
 [/Script/EngineSettings.GameMapsSettings]
 GameDefaultMap=/Game/BackroomsMap.BackroomsMap
-GlobalDefaultGameMode=/Game/VRTemplate/Blueprints/VRGameMode.VRGameMode_C
+GlobalDefaultGameMode=/Game/FirstPerson/Blueprints/BP_FirstPersonGameMode.BP_FirstPersonGameMode_C
 EditorStartupMap=/Game/BackroomsMap.BackroomsMap
 
 [/Script/WindowsTargetPlatform.WindowsTargetSettings]
diff --git a/BackroomsDigitalArt/Config/DefaultInput.ini b/BackroomsDigitalArt/Config/DefaultInput.ini
index 714b590922ef30082ed80acc75575c517a5689bf..8cb7845a9309ff382d76d8b012f6f60d96479d29 100644
--- a/BackroomsDigitalArt/Config/DefaultInput.ini
+++ b/BackroomsDigitalArt/Config/DefaultInput.ini
@@ -110,6 +110,7 @@ DoubleClickTime=0.200000
 +ActionMappings=(ActionName="TriggerRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Right_Trigger_Click)
 +ActionMappings=(ActionName="TriggerRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=ValveIndex_Right_Trigger_Click)
 +ActionMappings=(ActionName="TriggerRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Vive_Right_Trigger_Click)
++ActionMappings=(ActionName="DoorInteraction",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=E)
 +AxisMappings=(AxisName="GrabAxisLeft",Scale=1.000000,Key=MixedReality_Left_Grip_Click)
 +AxisMappings=(AxisName="GrabAxisLeft",Scale=1.000000,Key=OculusTouch_Left_Grip_Axis)
 +AxisMappings=(AxisName="GrabAxisLeft",Scale=1.000000,Key=ValveIndex_Left_Grip_Axis)
diff --git a/BackroomsDigitalArt/Content/BackroomsMap.umap b/BackroomsDigitalArt/Content/BackroomsMap.umap
index d1243a58b695b570d84927d0bd86802058625144..1593c4ebfc402816e906a9238697b8c6271e8ca9 100644
Binary files a/BackroomsDigitalArt/Content/BackroomsMap.umap and b/BackroomsDigitalArt/Content/BackroomsMap.umap differ
diff --git a/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset b/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..7374e2f6d3b90a06e76de5c3cbf5bad0c2d71e73
Binary files /dev/null and b/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset differ
diff --git a/BackroomsDigitalArt/Content/GameMap/Door/Griff.uasset b/BackroomsDigitalArt/Content/GameMap/Door/Griff.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..fea7a44a8efa74f055d5c1357b275d98a279b1dc
Binary files /dev/null and b/BackroomsDigitalArt/Content/GameMap/Door/Griff.uasset differ
diff --git a/BackroomsDigitalArt/Content/GameMap/Door/Holztextur.uasset b/BackroomsDigitalArt/Content/GameMap/Door/Holztextur.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..47e1348ac338f37761967086193e78ef908e42ed
Binary files /dev/null and b/BackroomsDigitalArt/Content/GameMap/Door/Holztextur.uasset differ
diff --git a/BackroomsDigitalArt/Content/GameMap/Door/door_Knauf.uasset b/BackroomsDigitalArt/Content/GameMap/Door/door_Knauf.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..a7d1df7b5e0ba1126837288f37eba52af6b8038f
Binary files /dev/null and b/BackroomsDigitalArt/Content/GameMap/Door/door_Knauf.uasset differ
diff --git a/BackroomsDigitalArt/Content/GameMap/Door/door_Rahmen.uasset b/BackroomsDigitalArt/Content/GameMap/Door/door_Rahmen.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..51c4a37e0400929a3f7101f5bf494075ddc5281e
Binary files /dev/null and b/BackroomsDigitalArt/Content/GameMap/Door/door_Rahmen.uasset differ
diff --git a/BackroomsDigitalArt/Content/GameMap/Door/door_Tuer.uasset b/BackroomsDigitalArt/Content/GameMap/Door/door_Tuer.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..f17b30f48fc18f5e09ca304b17449433a905bd8b
Binary files /dev/null and b/BackroomsDigitalArt/Content/GameMap/Door/door_Tuer.uasset differ
diff --git a/BackroomsDigitalArt/Content/GameMap/Door/wood.uasset b/BackroomsDigitalArt/Content/GameMap/Door/wood.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..0946ea65458b2d766dcde784afc1c41a8ea28783
Binary files /dev/null and b/BackroomsDigitalArt/Content/GameMap/Door/wood.uasset differ
diff --git a/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_0.bin b/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_0.bin
index 4e9fb232322240d200c52cb54fc20bc280088994..2490437e13248544897f751e70e88baaa9545425 100644
Binary files a/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_0.bin and b/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_0.bin differ
diff --git a/BackroomsDigitalArt/Saved/AutoScreenshot.png b/BackroomsDigitalArt/Saved/AutoScreenshot.png
index c1b4e4380208b04fa6224b9e5ac1052062472c44..b4f10c6e0c943ea697b8695cfa72dc2cee477bc8 100644
Binary files a/BackroomsDigitalArt/Saved/AutoScreenshot.png and b/BackroomsDigitalArt/Saved/AutoScreenshot.png differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto1.umap b/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto1.umap
index fe3616abed8d6a70ee36e05ea823859d4a244b80..d3a6d4df12463be74a3a7f9d9795812d9cbc53f6 100644
Binary files a/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto1.umap and b/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto1.umap differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto2.umap b/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto2.umap
index 6d7df40f40625f31a5150bca1a03410a62ac291d..2a463febb4e7e84f206aae8382a214781c0061cf 100644
Binary files a/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto2.umap and b/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto2.umap differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto3.umap b/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto3.umap
index ab59673f33340a9c164e998dffdedcf480955bce..dffbf52ab654eb51f83ff09438aed7255cab526d 100644
Binary files a/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto3.umap and b/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto3.umap differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto4.umap b/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto4.umap
index 7dd8b7adb202259e1aaa64314acce426f346d1bb..b9bbc767e443b302d21670239c1999069db2cfc9 100644
Binary files a/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto4.umap and b/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto4.umap differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto5.umap b/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto5.umap
index 8193d21642c5539e0b37da9e7dbc129b132c0f9a..de63156f75e6511c2ab901525566ce2907991686 100644
Binary files a/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto5.umap and b/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto5.umap differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto1.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto1.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..a9722e2c19cf119e2262d4e637ff72caa33c1ecd
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto1.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto3.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto3.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..bd8aeb2db1268debcb20e367901b42a4613e2e29
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto3.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto4.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto4.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..449c2fb0b0a7f97132fcf8657f7462b1222187cc
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto4.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto5.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto5.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..c12cb8371b8db24933a36d0061d77c6d51ab33d0
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto5.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto1.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto1.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..aff68fad22dd8dae588e90a6d7517487416c7f82
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto1.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto2.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto2.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..91dc3e6c24bc0c4d8e18f5a9e08855b95fd3abf8
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto2.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto3.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto3.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..a5cf35f4d28fd84fd7692c1fa3b031a8ced8646f
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto3.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto4.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto4.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..0387a8636b322a2ed25e6d18e96a786ebc794415
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto4.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto5.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto5.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..fea7a44a8efa74f055d5c1357b275d98a279b1dc
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto5.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto1.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto1.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..f1c38a64b275871b2489030e08c256debcdb6d12
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto1.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto2.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto2.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..14f7b0a49c1bfc394d9e103bf28836b7cb79fe29
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto2.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto3.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto3.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..739afa9d75fa48d25139e8a284627b808a53dd16
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto3.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto4.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto4.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..ad0d918c60eee332b71c7306e3848febc9bd5663
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto4.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto5.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto5.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..47e1348ac338f37761967086193e78ef908e42ed
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto5.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Knauf_Auto3.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Knauf_Auto3.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..3ace03a9d14c95e1da0f3317a2efd6a402f85e52
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Knauf_Auto3.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Knauf_Auto4.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Knauf_Auto4.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..294f3fbc3272dcad888c81c8fc30d597eaafcd06
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Knauf_Auto4.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Knauf_Auto5.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Knauf_Auto5.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..a7d1df7b5e0ba1126837288f37eba52af6b8038f
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Knauf_Auto5.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Rahmen_Auto3.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Rahmen_Auto3.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..fe8371c4181a466f7d31050527668bda32cd9b84
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Rahmen_Auto3.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Rahmen_Auto4.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Rahmen_Auto4.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..6d54db382fe13de129d54b54ba932da15b5d3e6d
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Rahmen_Auto4.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Rahmen_Auto5.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Rahmen_Auto5.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..51c4a37e0400929a3f7101f5bf494075ddc5281e
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Rahmen_Auto5.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Tuer_Auto3.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Tuer_Auto3.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..c70d5b405afa9ac98dc6b16003ccd5250ef82353
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Tuer_Auto3.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Tuer_Auto4.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Tuer_Auto4.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..b7e650ba9658d325b93522eb068bf9c1470fe3ca
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Tuer_Auto4.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Tuer_Auto5.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Tuer_Auto5.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..f17b30f48fc18f5e09ca304b17449433a905bd8b
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Tuer_Auto5.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Rahmen_Auto1.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Rahmen_Auto1.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..654eefdfaffac856f450cc905a789a6b7c38dd6c
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Rahmen_Auto1.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Rahmen_Auto2.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Rahmen_Auto2.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..1e275ee58c983b77a005cd00931b69bf6655bf94
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Rahmen_Auto2.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Tuer_Auto1.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Tuer_Auto1.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..26358906803be6a30be54ddedbcf93da4dc0ceeb
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Tuer_Auto1.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Tuer_Auto2.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Tuer_Auto2.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..530773b58d62b4b23ac39961bcc72826b667d348
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Tuer_Auto2.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto1.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto1.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..8c6f26f150bcb9a2b2c64144ab04f5f879933863
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto1.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto2.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto2.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..9bf3688d7185d30b355927b74844dbaa3da4eacc
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto2.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto3.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto3.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..0a41568a660a3b9cb4ec84c41d67cb45327a3d47
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto3.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto4.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto4.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..3181e338e2e958a06082fbc9e853e1a94b8d63b4
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto4.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto5.uasset b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto5.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..0946ea65458b2d766dcde784afc1c41a8ea28783
Binary files /dev/null and b/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto5.uasset differ
diff --git a/BackroomsDigitalArt/Saved/Config/CrashReportClient/UECC-Windows-71B1157F4F3EF97938E878A357F1D5EE/CrashReportClient.ini b/BackroomsDigitalArt/Saved/Config/CrashReportClient/UECC-Windows-71B1157F4F3EF97938E878A357F1D5EE/CrashReportClient.ini
new file mode 100644
index 0000000000000000000000000000000000000000..e6a72c5d289419c4dc5becb5da5d931aa6f16d85
--- /dev/null
+++ b/BackroomsDigitalArt/Saved/Config/CrashReportClient/UECC-Windows-71B1157F4F3EF97938E878A357F1D5EE/CrashReportClient.ini
@@ -0,0 +1,7 @@
+[CrashReportClient]
+bHideLogFilesOption=false
+bIsAllowedToCloseWithoutSending=true
+CrashConfigPurgeDays=2
+Stall.RecordDump=false
+Ensure.RecordDump=true
+
diff --git a/BackroomsDigitalArt/Saved/Config/CrashReportClient/UECC-Windows-99DF6A064C3349B815CB4684070FBA04/CrashReportClient.ini b/BackroomsDigitalArt/Saved/Config/CrashReportClient/UECC-Windows-99DF6A064C3349B815CB4684070FBA04/CrashReportClient.ini
new file mode 100644
index 0000000000000000000000000000000000000000..e6a72c5d289419c4dc5becb5da5d931aa6f16d85
--- /dev/null
+++ b/BackroomsDigitalArt/Saved/Config/CrashReportClient/UECC-Windows-99DF6A064C3349B815CB4684070FBA04/CrashReportClient.ini
@@ -0,0 +1,7 @@
+[CrashReportClient]
+bHideLogFilesOption=false
+bIsAllowedToCloseWithoutSending=true
+CrashConfigPurgeDays=2
+Stall.RecordDump=false
+Ensure.RecordDump=true
+
diff --git a/BackroomsDigitalArt/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini b/BackroomsDigitalArt/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini
index ed879ead576c0fdf6dd0b4b6b244293b152d4dcf..31539ea8de61fcd799c88c8c1a9bd6591eea3c8b 100644
--- a/BackroomsDigitalArt/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini
+++ b/BackroomsDigitalArt/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini
@@ -25,7 +25,6 @@ PreviewShaderPlatformName=None
 bPreviewFeatureLevelActive=False
 bPreviewFeatureLevelWasDefault=True
 PreviewDeviceProfileName=None
-bAllowSelectTranslucent=False
 
 [/Script/UnrealEd.EditorStyleSettings]
 bColorVisionDeficiencyCorrection=False
@@ -134,6 +133,7 @@ PIESafeZoneOverride=(Left=0.000000,Top=0.000000,Right=0.000000,Bottom=0.000000)
 MultipleInstancePositions=(X=0,Y=11)
 NewWindowWidth=1920
 NewWindowHeight=1009
+LastExecutedPlayModeLocation=PlayLocation_CurrentCameraLocation
 
 [/Script/UnrealEd.LevelEditorViewportSettings]
 CameraSpeed=1
@@ -162,10 +162,10 @@ LastInViewportMenuLocation=(X=0.000000,Y=0.000000)
 MaterialForDroppedTextures=None
 MaterialParamsForDroppedTextures=()
 EditorViews=(("/Temp/Untitled_1.Untitled_1", (LevelViewportsInfo=((CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=126499.845762,Y=13588.173825,Z=99878.071815),CamRotation=(Pitch=-25.988928,Yaw=194.801831,Roll=-0.000001)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True)))),("/Game/BackroomsMap.BackroomsMap", (LevelViewportsInfo=((CamPosition=(X=15182.482442,Y=-3011.581984,Z=1845.385342),CamOrthoZoom=340282346638528859811704183484516925440.000000),(CamPosition=(X=15182.482442,Y=-3011.581984,Z=1845.385342),CamOrthoZoom=340282346638528859811704183484516925440.000000),(CamPosition=(X=15182.482442,Y=-3011.581984,Z=1845.385342),CamOrthoZoom=340282346638528859811704183484516925440.000000),(CamPosition=(X=-11075.831326,Y=16766.487769,Z=14635.527121),CamRotation=(Pitch=-31.500002,Yaw=-419.000006,Roll=0.000000)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True)))))
-EditorViews=(("/Temp/Untitled_1.Untitled_1", (LevelViewportsInfo=((CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=126499.845762,Y=13588.173825,Z=99878.071815),CamRotation=(Pitch=-25.988928,Yaw=194.801831,Roll=-0.000001)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True)))),("/Game/BackroomsMap.BackroomsMap", (LevelViewportsInfo=((CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951),CamOrthoZoom=340282346638528859811704183484516925440.000000),(CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951),CamOrthoZoom=340282346638528859811704183484516925440.000000),(CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951),CamOrthoZoom=340282346638528859811704183484516925440.000000),(CamPosition=(X=9769.328695,Y=-2470.898351,Z=200.179589),CamRotation=(Pitch=26.450000,Yaw=120.699995,Roll=0.000000)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True)))))
+EditorViews=(("/Temp/Untitled_1.Untitled_1", (LevelViewportsInfo=((CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=542.473882,Y=1.910855,Z=318.369810)),(CamPosition=(X=126499.845762,Y=13588.173825,Z=99878.071815),CamRotation=(Pitch=-25.988928,Yaw=194.801831,Roll=-0.000001)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True)))),("/Game/BackroomsMap.BackroomsMap", (LevelViewportsInfo=((CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951),CamOrthoZoom=340282346638528859811704183484516925440.000000),(CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951),CamOrthoZoom=340282346638528859811704183484516925440.000000),(CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951),CamOrthoZoom=340282346638528859811704183484516925440.000000),(CamPosition=(X=8677.236043,Y=-2906.462635,Z=195.695699),CamRotation=(Pitch=-2.349997,Yaw=-51.400000,Roll=0.000000)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True)))))
 None=======
 PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport0",ConfigSettings=(ViewportType=LVT_OrthoYZ,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,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_Unlit,OrthoViewModeIndex=VMI_Lit,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=1,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=1,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=False,EnabledStats=,bShowFullToolbar=True))
+PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport1",ConfigSettings=(ViewportType=LVT_Perspective,PerspViewModeIndex=VMI_Unlit,OrthoViewModeIndex=VMI_Lit,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=1,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=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=1,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=False,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))
 CurrentPosGridSize=10
@@ -217,30 +217,30 @@ RectLightComponent=
 LockerHide_C=StaticMeshActor.TransformCommon.Transform,PlayerStart.TransformCommon.Transform,PostProcessVolume.Lens.Lens
 StaticMeshComponent=PlayerStart.TransformCommon.Transform,PostProcessVolume.Lens.Lens,StaticMeshActor.TransformCommon.Transform
 BoxComponent=PlayerStart.TransformCommon.Transform,PostProcessVolume.Lens.Lens,StaticMeshActor.TransformCommon.Transform
-GeneralProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-CryptoKeysSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-GameplayTagsSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-GameMapsSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-MoviePlayerSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-ProjectPackagingSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-HardwareTargetingSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-AssetManagerSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-AssetToolsSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-WidgetStateSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-AISystem=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-AnimationSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-AnimationModifierSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-AudioSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-ChaosSolverSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-CineCameraSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-CollisionProfile=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-ConsoleSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-ControlRigSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-CookerSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-CrowdManager=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-DataDrivenConsoleVariableSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-DebugCameraControllerSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-EnhancedInputDeveloperSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+GeneralProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+CryptoKeysSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+GameplayTagsSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+GameMapsSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+MoviePlayerSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+ProjectPackagingSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+HardwareTargetingSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+AssetManagerSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+AssetToolsSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+WidgetStateSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+AISystem=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+AnimationSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+AnimationModifierSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+AudioSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+ChaosSolverSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+CineCameraSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+CollisionProfile=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+ConsoleSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+ControlRigSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+CookerSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+CrowdManager=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+DataDrivenConsoleVariableSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+DebugCameraControllerSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+EnhancedInputDeveloperSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
 InputModifierDeadZone=
 InputModifierResponseCurveExponential=
 InputModifierFOVScaling=
@@ -251,99 +251,105 @@ InputTriggerHold=
 InputTriggerHoldAndRelease=
 InputTriggerTap=
 InputTriggerPulse=
-EnhancedInputEditorProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-GameplayDebuggerConfig=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-GarbageCollectionSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-Engine=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-HierarchicalLODSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-InputSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-InterchangeProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-GLTFPipelineSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-MaterialXPipelineSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-LandscapeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-LevelSequenceProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-MeshBudgetProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-MetaSoundSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-RecastNavMesh=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-NavigationSystemV1=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-NetworkSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-PhysicsSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-RendererSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-RendererOverrideSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-SlateSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-StreamingSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-TextureEncodingProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-UserInterfaceSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-LevelEditor2DSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-EditorProjectAppearanceSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-BlueprintEditorProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-ClassViewerProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-DDCProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-DocumentationSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-EditorUtilityWidgetProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-ProxyLODMeshSimplificationSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-LevelEditorProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-LevelInstanceEditorSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-MovieSceneToolsProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-MeshSimplificationSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-PaperImporterSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-EditorPerformanceProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-SourceControlPreferences=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-SkeletalMeshSimplificationSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-PlasticSourceControlProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-StructViewerProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-TextureImportSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-UMGEditorProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-AndroidRuntimeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-ShaderPlatformQualitySettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-AndroidSDKSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-IOSRuntimeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-LinuxTargetSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-MacTargetSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-WindowsTargetSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-XcodeProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-AndroidFileServerRuntimeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-AvfMediaSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-DataflowSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-FractureModeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-GeometryCacheStreamerSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-GooglePADRuntimeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-ImgMediaSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-ToolPresetProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-LevelSequenceEditorSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-ModelingToolsEditorModeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-ModelingComponentsSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-NiagaraSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-NiagaraEditorSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-PaperRuntimeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-PythonScriptPluginSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-RenderDocPluginSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-ResonanceAudioSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-TakeRecorderProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+EnhancedInputEditorProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+GameplayDebuggerConfig=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+GarbageCollectionSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+Engine=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+HierarchicalLODSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+InputSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+InterchangeProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+GLTFPipelineSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+MaterialXPipelineSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+LandscapeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+LevelSequenceProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+MeshBudgetProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+MetaSoundSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+RecastNavMesh=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+NavigationSystemV1=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+NetworkSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+PhysicsSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+RendererSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+RendererOverrideSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+SlateSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+StreamingSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+TextureEncodingProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+UserInterfaceSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+LevelEditor2DSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+EditorProjectAppearanceSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+BlueprintEditorProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+ClassViewerProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+DDCProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+DocumentationSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+EditorUtilityWidgetProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+ProxyLODMeshSimplificationSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+LevelEditorProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+LevelInstanceEditorSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+MovieSceneToolsProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+MeshSimplificationSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+PaperImporterSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+EditorPerformanceProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+SourceControlPreferences=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+SkeletalMeshSimplificationSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+PlasticSourceControlProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+StructViewerProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+TextureImportSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+UMGEditorProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+AndroidRuntimeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+ShaderPlatformQualitySettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+AndroidSDKSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+IOSRuntimeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+LinuxTargetSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+MacTargetSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+WindowsTargetSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+XcodeProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+AndroidFileServerRuntimeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+AvfMediaSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+DataflowSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+FractureModeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+GeometryCacheStreamerSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+GooglePADRuntimeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+ImgMediaSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+ToolPresetProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+LevelSequenceEditorSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+ModelingToolsEditorModeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+ModelingComponentsSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+NiagaraSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+NiagaraEditorSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+PaperRuntimeSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+PythonScriptPluginSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+RenderDocPluginSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+ResonanceAudioSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+TakeRecorderProjectSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
 MovieSceneTakeSettings=
 TakeRecorderMicrophoneAudioSourceSettings=
 TakeRecorderMicrophoneAudioManager=
 MovieSceneAnimationTrackRecorderEditorSettings=
 TakeRecorderWorldSourceSettings=
-TcpMessagingSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-TemplateSequenceEditorSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-UdpMessagingSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-WmfMediaSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+TcpMessagingSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+TemplateSequenceEditorSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+UdpMessagingSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+WmfMediaSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
 K2Node=PlayerStart.TransformCommon.Transform,PostProcessVolume.Lens.Lens,StaticMeshActor.TransformCommon.Transform
 K2Node_CallFunction=PlayerStart.TransformCommon.Transform,PostProcessVolume.Lens.Lens,StaticMeshActor.TransformCommon.Transform
 PointLight=StaticMeshActor.TransformCommon.Transform,PlayerStart.TransformCommon.Transform,PostProcessVolume.Lens.Lens,PostProcessVolume.Lens.Lens
-LiveLinkSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-LiveLinkComponentSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-LiveLinkSequencerSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-OpenXRInputSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-OpenXRHMDSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
-OpenXRHandTrackingSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.ActionMappings.Hide,InputSettings.Bindings.AxisMappings,InputSettings.Bindings.AxisMappings.SpectatorFOV,InputSettings.Bindings.AxisMappings.SpectatorMoveForward,InputSettings.Bindings.AxisMappings.SpectatorMoveRight,InputSettings.Bindings.AxisMappings.SpectatorMoveUp,InputSettings.Bindings.AxisMappings.SpectatorPitch,InputSettings.Bindings.AxisMappings.SpectatorYaw,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+LiveLinkSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+LiveLinkComponentSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+LiveLinkSequencerSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+OpenXRInputSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+OpenXRHMDSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
+OpenXRHandTrackingSettings=InputSettings.Bindings.ActionMappings,InputSettings.Bindings.AxisMappings,InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_LinuxArm64,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_TVOS,InputSettings.Platforms.InputPlatformSettings_Windows,IOSRuntimeSettings.Remote Build.Remote Build Options,IOSRuntimeSettings.Remote Build.Secondary Remote Build Options,GameMapsSettings.DefaultModes.SelectedGameModeDetails,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Android,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_IOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Linux,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_LinuxArm64,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Mac,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_TVOS,EnhancedInputDeveloperSettings.Enhanced Input.EnhancedInputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice,TakeRecorderProjectSettings.Animation Recorder.TimecodeBoneMethod
 InputMappingContext=InputMappingContext.Mappings.ActionMappings,InputMappingContext.Mappings.ActionMappings./Game/VRTemplate/Input/Actions/IA_Move.IA_Move,InputMappingContext.Mappings.ActionMappings./Game/VRTemplate/Input/Actions/IA_Turn.IA_Turn,InputMappingContext.Mappings.ActionMappings./Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D.IA_MoveAround_2D,InputMappingContext.Mappings.ActionMappings./Game/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D.IA_TurnAround_2D
 InputAction=InputMappingContext.Mappings.ActionMappings,InputMappingContext.Mappings.ActionMappings./Game/VRTemplate/Input/Actions/IA_Move.IA_Move,InputMappingContext.Mappings.ActionMappings./Game/VRTemplate/Input/Actions/IA_Turn.IA_Turn,InputMappingContext.Mappings.ActionMappings./Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D.IA_MoveAround_2D,InputMappingContext.Mappings.ActionMappings./Game/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D.IA_TurnAround_2D
 VRPawn_C=VRPawn_C.Physics.ConstraintsGroup,VRPawn_C.Collision.Collision,VRPawn_C.TransformCommon.Transform
 Blueprint=VRPawn_C.Physics.ConstraintsGroup,VRPawn_C.Collision.Collision,VRPawn_C.TransformCommon.Transform
 ArrowComponent=VRPawn_C.Physics.ConstraintsGroup,VRPawn_C.Collision.Collision,VRPawn_C.TransformCommon.Transform
 K2Node_EnhancedInputAction=VRPawn_C.Physics.ConstraintsGroup,VRPawn_C.Collision.Collision,VRPawn_C.TransformCommon.Transform
+Blueprint_door_C=StaticMeshActor.TransformCommon.Transform,PlayerStart.TransformCommon.Transform,PostProcessVolume.Lens.Lens
+K2Node_VariableSet=PlayerStart.TransformCommon.Transform,PostProcessVolume.Lens.Lens,StaticMeshActor.TransformCommon.Transform
+K2Node_Timeline=PlayerStart.TransformCommon.Transform,PostProcessVolume.Lens.Lens,StaticMeshActor.TransformCommon.Transform
+EdGraph=PlayerStart.TransformCommon.Transform,PostProcessVolume.Lens.Lens,StaticMeshActor.TransformCommon.Transform
+K2Node_Variable=PlayerStart.TransformCommon.Transform,PostProcessVolume.Lens.Lens,StaticMeshActor.TransformCommon.Transform
+K2Node_Tunnel=PlayerStart.TransformCommon.Transform,PostProcessVolume.Lens.Lens,StaticMeshActor.TransformCommon.Transform
 
 [EditorStartup]
 LastLevel=/Game/BackroomsMap
@@ -352,21 +358,21 @@ LastLevel=/Game/BackroomsMap
 CleanShutdown=True
 DebuggerAttached=False
 RecentAssetEditors=BlueprintEditor
-RecentAssetEditors=GenericAssetEditor
-RecentAssetEditors=BlueprintEditor
-RecentAssetEditors=GenericAssetEditor
-RecentAssetEditors=GenericAssetEditor
-RecentAssetEditors=BlueprintEditor
-RecentAssetEditors=MetaSoundEditor
-RecentAssetEditors=BlueprintEditor
-RecentAssetEditors=BlueprintEditor
-RecentAssetEditors=StaticMeshEditor
-RecentAssetEditors=MaterialEditor
 RecentAssetEditors=MaterialEditor
 RecentAssetEditors=StaticMeshEditor
-RecentAssetEditors=MaterialEditor
-RecentAssetEditors=GenericAssetEditor
-RecentAssetEditors=MaterialEditor
+RecentAssetEditors=
+RecentAssetEditors=
+RecentAssetEditors=
+RecentAssetEditors=
+RecentAssetEditors=
+RecentAssetEditors=
+RecentAssetEditors=
+RecentAssetEditors=
+RecentAssetEditors=
+RecentAssetEditors=
+RecentAssetEditors=
+RecentAssetEditors=
+RecentAssetEditors=
 RecentAssetEditors=
 RecentAssetEditors=
 RecentAssetEditors=
@@ -382,7 +388,6 @@ RecentAssetEditors=
 RecentAssetEditors=
 RecentAssetEditors=
 None=======
-OpenAssetsAtExit=/Game/GameMap/Locker/LockerHide.LockerHide
 
 [ContentBrowser]
 ContentBrowserDrawer.SourcesExpanded=True
@@ -397,7 +402,7 @@ ContentBrowserDrawer.VerticalSplitter.SlotSize1=0.75
 ContentBrowserDrawer.FavoriteSplitter.SlotSize0=0.200000003
 ContentBrowserDrawer.FavoriteSplitter.SlotSize1=0.800000012
 ContentBrowserDrawer.FavoriteSplitter.SlotSize2=0.400000006
-ContentBrowserDrawer.SelectedPaths=/Game/GameMap/Locker
+ContentBrowserDrawer.SelectedPaths=/Game/GameMap/Door
 ContentBrowserDrawer.PluginFilters=
 ContentBrowserDrawer.Favorites.SelectedPaths=
 FavoritePaths=
@@ -417,7 +422,7 @@ ContentBrowserTab1.VerticalSplitter.SlotSize1=0.75
 ContentBrowserTab1.FavoriteSplitter.SlotSize0=0.200000003
 ContentBrowserTab1.FavoriteSplitter.SlotSize1=0.800000012
 ContentBrowserTab1.FavoriteSplitter.SlotSize2=0.400000006
-ContentBrowserTab1.SelectedPaths=/Engine/Tutorial/SubEditors/TutorialAssets/Character
+ContentBrowserTab1.SelectedPaths=/Game/GameMap/Door
 ContentBrowserTab1.PluginFilters=
 ContentBrowserTab1.Favorites.SelectedPaths=
 ContentBrowserTab1.SelectedCollections=
@@ -467,7 +472,7 @@ CryptoKeysSettings.Signing=True
 GameplayTagsSettings.GameplayTags=True
 GameplayTagsSettings.Advanced Gameplay Tags=True
 GameplayTagsSettings.Advanced Replication=True
-GameMapsSettings.DefaultModes=True
+GameMapsSettings.DefaultModes=False
 GameMapsSettings.DefaultMaps=True
 GameMapsSettings.LocalMultiplayer=True
 GameMapsSettings.GameInstance=True
@@ -674,6 +679,8 @@ UMGEditorProjectSettings.Designer=True
 UMGEditorProjectSettings.Designer=True
 UMGEditorProjectSettings.Designer=True
 UMGEditorProjectSettings.Designer=True
+UMGEditorProjectSettings.Designer=True
+UMGEditorProjectSettings.Designer=True
 AndroidRuntimeSettings.APK Packaging=True
 AndroidRuntimeSettings.App Bundles=True
 AndroidRuntimeSettings.Build=True
@@ -2160,10 +2167,23 @@ ArrowComponent.Tags=True
 ArrowComponent.ComponentReplication=True
 ArrowComponent.Cooking=True
 ArrowComponent.Events=True
-UMGEditorProjectSettings.Designer =True
 Actor.Rendering=True
 Actor.Collision=True
 Actor.Physics=True
+Blueprint_Door_C.Tick=True
+Blueprint_Door_C.Replication=True
+Blueprint_Door_C.Rendering=True
+Blueprint_Door_C.Collision=True
+Blueprint_Door_C.Actor=True
+Blueprint_Door_C.Input=True
+Blueprint_Door_C.HLOD=True
+Blueprint_Door_C.Physics=True
+Blueprint_Door_C.WorldPartition=True
+Blueprint_Door_C.Events=True
+MeshMergingSettingsObject.MergeSettings=True
+Blueprint_door_C.TransformCommon=True
+Blueprint_door_C.Networking=True
+UMGEditorProjectSettings.Designer =True
 
 [DetailMultiObjectNodeExpansion]
 GeneralProjectSettings=True
@@ -2281,7 +2301,7 @@ OpenXRHMDSettings=True
 OpenXRHandTrackingSettings=True
 
 [DetailCategoriesAdvanced]
-FbxImportUI.Mesh=False
+FbxImportUI.Mesh=True
 FbxImportUI.Miscellaneous=True
 PlayerStart.Actor=True
 StaticMesh.Collision=True
@@ -2311,6 +2331,7 @@ NavMeshBoundsVolume.HLOD=True
 NavMeshBoundsVolume.Collision=False
 InputAction.Action=False
 Blueprint.ClassOptions=True
+PropertyWrapper.Variable=False
 
 [FBX_Import_UI_Option_FbxImportUI]
 bOverrideFullName=True
@@ -2345,7 +2366,7 @@ DistanceFieldResolutionScale=1.000000
 bTransformVertexToAbsolute=True
 bBakePivotInVertex=False
 bImportMeshLODs=False
-NormalImportMethod=FBXNIM_ImportNormals
+NormalImportMethod=FBXNIM_ImportNormalsAndTangents
 NormalGenerationMethod=MikkTSpace
 bComputeWeightedNormals=True
 bReorderMaterialToFbxOrder=True
@@ -2428,9 +2449,10 @@ bForceFrontXAxis=False
 bConvertSceneUnit=False
 
 [MessageLog]
-LastLogListing=MapCheck
+LastLogListing=FBXImport
 
 [PlacementMode]
+RecentlyPlaced=/Game/GameMap/Door/Blueprint_door.Blueprint_door;
 RecentlyPlaced=/Game/GameMap/Locker/LockerHide.LockerHide;
 RecentlyPlaced=/Script/NavigationSystem.NavMeshBoundsVolume;/Engine/Transient.ActorFactoryBoxVolume_0
 RecentlyPlaced=/Script/Engine.PostProcessVolume;/Engine/Transient.ActorFactoryBoxVolume_19
@@ -2450,7 +2472,6 @@ RecentlyPlaced=/Game/GameMap/Floor/Floor_Material_Inst.Floor_Material_Inst;
 RecentlyPlaced=/Game/GameMap/Lamp/Sound/626096__resaural__backrooms-ambience.626096__resaural__backrooms-ambience;
 RecentlyPlaced=/Game/GameMap/Walls/Wall_Instance.Wall_Instance;
 RecentlyPlaced=/Game/GameMap/Walls/rot_Wall_Instance.rot_Wall_Instance;
-RecentlyPlaced=/Engine/BasicShapes/Cube.Cube;/Engine/Transient.ActorFactoryBasicShape_0
 None=======
 None=======
 
@@ -2461,8 +2482,8 @@ Object="\"Object\" "
 PostProcessVolume="\"Object.BrushBuilder.BrushBuilder.Object.BrushSettings\" "
 Volume="\"Object.BrushBuilder.BrushBuilder.Object.BrushSettings\" "
 Brush="\"Object.BrushBuilder.BrushBuilder.Object.BrushSettings\" "
-StaticMesh=
-StreamableRenderAsset=
+StaticMesh="\"Object\" "
+StreamableRenderAsset="\"Object\" "
 MaterialEditorInstanceConstant=
 PreviewMeshCollection="\"Object.SkeletalMeshes\" "
 DataAsset=
@@ -2480,7 +2501,7 @@ GeomModifier_Pen="\"Object.Settings\" "
 LODManagerLODProperties="\"Object.LODInformation.SourceLODs.SourceLODs[0]\" \"Object.LODInformation.RenderLODs.RenderLODs[0]\" \"Object.Materials.Materials.Materials[0]\" "
 InteractiveToolPropertySet=
 EditMeshMaterialsToolProperties="\"Object.Materials.Materials\" "
-InputSettings="\"Object\" \"Object.Bindings.AxisConfig\" \"Object.Bindings.AxisConfig.AxisConfig[0]\" \"Object.Bindings.AxisConfig.AxisConfig[1]\" \"Object.Bindings.AxisConfig.AxisConfig[10]\" \"Object.Bindings.AxisConfig.AxisConfig[11]\" \"Object.Bindings.AxisConfig.AxisConfig[12]\" \"Object.Bindings.AxisConfig.AxisConfig[13]\" \"Object.Bindings.AxisConfig.AxisConfig[14]\" \"Object.Bindings.AxisConfig.AxisConfig[15]\" \"Object.Bindings.AxisConfig.AxisConfig[16]\" \"Object.Bindings.AxisConfig.AxisConfig[17]\" \"Object.Bindings.AxisConfig.AxisConfig[18]\" \"Object.Bindings.AxisConfig.AxisConfig[19]\" \"Object.Bindings.AxisConfig.AxisConfig[2]\" \"Object.Bindings.AxisConfig.AxisConfig[20]\" \"Object.Bindings.AxisConfig.AxisConfig[21]\" \"Object.Bindings.AxisConfig.AxisConfig[22]\" \"Object.Bindings.AxisConfig.AxisConfig[23]\" \"Object.Bindings.AxisConfig.AxisConfig[24]\" \"Object.Bindings.AxisConfig.AxisConfig[25]\" \"Object.Bindings.AxisConfig.AxisConfig[26]\" \"Object.Bindings.AxisConfig.AxisConfig[27]\" \"Object.Bindings.AxisConfig.AxisConfig[28]\" \"Object.Bindings.AxisConfig.AxisConfig[29]\" \"Object.Bindings.AxisConfig.AxisConfig[3]\" \"Object.Bindings.AxisConfig.AxisConfig[30]\" \"Object.Bindings.AxisConfig.AxisConfig[31]\" \"Object.Bindings.AxisConfig.AxisConfig[32]\" \"Object.Bindings.AxisConfig.AxisConfig[33]\" \"Object.Bindings.AxisConfig.AxisConfig[34]\" \"Object.Bindings.AxisConfig.AxisConfig[35]\" \"Object.Bindings.AxisConfig.AxisConfig[36]\" \"Object.Bindings.AxisConfig.AxisConfig[37]\" \"Object.Bindings.AxisConfig.AxisConfig[38]\" \"Object.Bindings.AxisConfig.AxisConfig[39]\" \"Object.Bindings.AxisConfig.AxisConfig[4]\" \"Object.Bindings.AxisConfig.AxisConfig[40]\" \"Object.Bindings.AxisConfig.AxisConfig[41]\" \"Object.Bindings.AxisConfig.AxisConfig[42]\" \"Object.Bindings.AxisConfig.AxisConfig[43]\" \"Object.Bindings.AxisConfig.AxisConfig[44]\" \"Object.Bindings.AxisConfig.AxisConfig[45]\" \"Object.Bindings.AxisConfig.AxisConfig[46]\" \"Object.Bindings.AxisConfig.AxisConfig[47]\" \"Object.Bindings.AxisConfig.AxisConfig[48]\" \"Object.Bindings.AxisConfig.AxisConfig[49]\" \"Object.Bindings.AxisConfig.AxisConfig[5]\" \"Object.Bindings.AxisConfig.AxisConfig[50]\" \"Object.Bindings.AxisConfig.AxisConfig[51]\" \"Object.Bindings.AxisConfig.AxisConfig[6]\" \"Object.Bindings.AxisConfig.AxisConfig[7]\" \"Object.Bindings.AxisConfig.AxisConfig[8]\" \"Object.Bindings.AxisConfig.AxisConfig[9]\" \"Object.Bindings.AxisMappings.AxisMappings[25]\" \"Object.Bindings.AxisMappings.AxisMappings[26]\" \"Object.Bindings.AxisMappings.AxisMappings[27]\" \"Object.Bindings.AxisMappings.AxisMappings[28]\" \"Object.Bindings.AxisMappings.AxisMappings[29]\" \"Object.Bindings.AxisMappings.AxisMappings[30]\" \"Object.Bindings.AxisMappings.AxisMappings[31]\" \"Object.Bindings.AxisMappings.AxisMappings[32]\" \"Object.Bindings.AxisMappings.AxisMappings[33]\" \"Object.Bindings.AxisMappings.AxisMappings[34]\" \"Object.Bindings.AxisMappings.AxisMappings[35]\" \"Object.Bindings.AxisMappings.AxisMappings[36]\" \"Object.Bindings.AxisMappings.AxisMappings[37]\" \"Object.Bindings.AxisMappings.AxisMappings[38]\" \"Object.Bindings.AxisMappings.AxisMappings[39]\" \"Object.Bindings.AxisMappings.AxisMappings[40]\" \"Object.Bindings.AxisMappings.AxisMappings[41]\" \"Object.Bindings.AxisMappings.AxisMappings[42]\" \"Object.Bindings.ActionMappings.ActionMappings[0]\" \"Object.Bindings.ActionMappings.ActionMappings[1]\" \"Object.Bindings.ActionMappings.ActionMappings[10]\" \"Object.Bindings.ActionMappings.ActionMappings[11]\" \"Object.Bindings.ActionMappings.ActionMappings[12]\" \"Object.Bindings.ActionMappings.ActionMappings[13]\" \"Object.Bindings.ActionMappings.ActionMappings[14]\" \"Object.Bindings.ActionMappings.ActionMappings[15]\" \"Object.Bindings.ActionMappings.ActionMappings[16]\" \"Object.Bindings.ActionMappings.ActionMappings[17]\" \"Object.Bindings.ActionMappings.ActionMappings[18]\" \"Object.Bindings.ActionMappings.ActionMappings[19]\" \"Object.Bindings.ActionMappings.ActionMappings[2]\" \"Object.Bindings.ActionMappings.ActionMappings[20]\" \"Object.Bindings.ActionMappings.ActionMappings[21]\" \"Object.Bindings.ActionMappings.ActionMappings[22]\" \"Object.Bindings.ActionMappings.ActionMappings[23]\" \"Object.Bindings.ActionMappings.ActionMappings[24]\" \"Object.Bindings.ActionMappings.ActionMappings[25]\" \"Object.Bindings.ActionMappings.ActionMappings[26]\" \"Object.Bindings.ActionMappings.ActionMappings[27]\" \"Object.Bindings.ActionMappings.ActionMappings[28]\" \"Object.Bindings.ActionMappings.ActionMappings[29]\" \"Object.Bindings.ActionMappings.ActionMappings[3]\" \"Object.Bindings.ActionMappings.ActionMappings[30]\" \"Object.Bindings.ActionMappings.ActionMappings[31]\" \"Object.Bindings.ActionMappings.ActionMappings[4]\" \"Object.Bindings.ActionMappings.ActionMappings[5]\" \"Object.Bindings.ActionMappings.ActionMappings[6]\" \"Object.Bindings.ActionMappings.ActionMappings[7]\" \"Object.Bindings.ActionMappings.ActionMappings[8]\" \"Object.Bindings.ActionMappings.ActionMappings[9]\" \"Object.Platforms.PlatformSettings\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Device Properties\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Device Properties.Device Properties|Trigger Feedback\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Device Properties.Device Properties|Trigger Vibration\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Hardware\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Hardware.HardwareDevices\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Hardware.HardwareDevices.HardwareDevices[0]\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Hardware.HardwareDevices.HardwareDevices[1]\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Hardware.HardwareDevices.HardwareDevices[2]\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Hardware.HardwareDevices.HardwareDevices[3]\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Device Properties\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Device Properties.Device Properties|Trigger Feedback\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Device Properties.Device Properties|Trigger Vibration\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Hardware\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Hardware.HardwareDevices\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Hardware.HardwareDevices.HardwareDevices[0]\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Hardware.HardwareDevices.HardwareDevices[1]\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Hardware.HardwareDevices.HardwareDevices[2]\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Hardware.HardwareDevices.HardwareDevices[3]\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Device Properties\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Device Properties.Device Properties|Trigger Feedback\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Device Properties.Device Properties|Trigger Vibration\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Hardware\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Hardware.HardwareDevices\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Hardware.HardwareDevices.HardwareDevices[0]\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Hardware.HardwareDevices.HardwareDevices[1]\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Hardware.HardwareDevices.HardwareDevices[2]\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Hardware.HardwareDevices.HardwareDevices[3]\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Device Properties\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Device Properties.Device Properties|Trigger Feedback\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Device Properties.Device Properties|Trigger Vibration\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Hardware\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Hardware.HardwareDevices\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Hardware.HardwareDevices.HardwareDevices[0]\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Hardware.HardwareDevices.HardwareDevices[1]\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Hardware.HardwareDevices.HardwareDevices[2]\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Hardware.HardwareDevices.HardwareDevices[3]\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Device Properties\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Device Properties.Device Properties|Trigger Feedback\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Device Properties.Device Properties|Trigger Vibration\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Hardware\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Hardware.HardwareDevices\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Hardware.HardwareDevices.HardwareDevices[0]\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Hardware.HardwareDevices.HardwareDevices[1]\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Hardware.HardwareDevices.HardwareDevices[2]\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Hardware.HardwareDevices.HardwareDevices[3]\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Device Properties\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Device Properties.Device Properties|Trigger Feedback\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Device Properties.Device Properties|Trigger Vibration\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Hardware\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Hardware.HardwareDevices\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Hardware.HardwareDevices.HardwareDevices[0]\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Hardware.HardwareDevices.HardwareDevices[1]\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Hardware.HardwareDevices.HardwareDevices[2]\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Hardware.HardwareDevices.HardwareDevices[3]\" \"Object.Platforms.PlatformSettings.Settings.Settings[6].Object.Device Properties\" \"Object.Platforms.PlatformSettings.Settings.Settings[6].Object.Device Properties.Device Properties|Trigger Feedback\" \"Object.Platforms.PlatformSettings.Settings.Settings[6].Object.Device Properties.Device Properties|Trigger Vibration\" \"Object.Platforms.PlatformSettings.Settings.Settings[6].Object.Hardware\" \"Object.Platforms.PlatformSettings.Settings.Settings[6].Object.Hardware.HardwareDevices\" \"Object.Platforms.PlatformSettings.Settings.Settings[6].Object.Hardware.HardwareDevices.HardwareDevices[0]\" \"Object.Console.ConsoleKeys\" "
+InputSettings="\"Object\" \"Object.Bindings.AxisConfig\" \"Object.Bindings.AxisConfig.AxisConfig[0]\" \"Object.Bindings.AxisConfig.AxisConfig[1]\" \"Object.Bindings.AxisConfig.AxisConfig[10]\" \"Object.Bindings.AxisConfig.AxisConfig[11]\" \"Object.Bindings.AxisConfig.AxisConfig[12]\" \"Object.Bindings.AxisConfig.AxisConfig[13]\" \"Object.Bindings.AxisConfig.AxisConfig[14]\" \"Object.Bindings.AxisConfig.AxisConfig[15]\" \"Object.Bindings.AxisConfig.AxisConfig[16]\" \"Object.Bindings.AxisConfig.AxisConfig[17]\" \"Object.Bindings.AxisConfig.AxisConfig[18]\" \"Object.Bindings.AxisConfig.AxisConfig[19]\" \"Object.Bindings.AxisConfig.AxisConfig[2]\" \"Object.Bindings.AxisConfig.AxisConfig[20]\" \"Object.Bindings.AxisConfig.AxisConfig[21]\" \"Object.Bindings.AxisConfig.AxisConfig[22]\" \"Object.Bindings.AxisConfig.AxisConfig[23]\" \"Object.Bindings.AxisConfig.AxisConfig[24]\" \"Object.Bindings.AxisConfig.AxisConfig[25]\" \"Object.Bindings.AxisConfig.AxisConfig[26]\" \"Object.Bindings.AxisConfig.AxisConfig[27]\" \"Object.Bindings.AxisConfig.AxisConfig[28]\" \"Object.Bindings.AxisConfig.AxisConfig[29]\" \"Object.Bindings.AxisConfig.AxisConfig[3]\" \"Object.Bindings.AxisConfig.AxisConfig[30]\" \"Object.Bindings.AxisConfig.AxisConfig[31]\" \"Object.Bindings.AxisConfig.AxisConfig[32]\" \"Object.Bindings.AxisConfig.AxisConfig[33]\" \"Object.Bindings.AxisConfig.AxisConfig[34]\" \"Object.Bindings.AxisConfig.AxisConfig[35]\" \"Object.Bindings.AxisConfig.AxisConfig[36]\" \"Object.Bindings.AxisConfig.AxisConfig[37]\" \"Object.Bindings.AxisConfig.AxisConfig[38]\" \"Object.Bindings.AxisConfig.AxisConfig[39]\" \"Object.Bindings.AxisConfig.AxisConfig[4]\" \"Object.Bindings.AxisConfig.AxisConfig[40]\" \"Object.Bindings.AxisConfig.AxisConfig[41]\" \"Object.Bindings.AxisConfig.AxisConfig[42]\" \"Object.Bindings.AxisConfig.AxisConfig[43]\" \"Object.Bindings.AxisConfig.AxisConfig[44]\" \"Object.Bindings.AxisConfig.AxisConfig[45]\" \"Object.Bindings.AxisConfig.AxisConfig[46]\" \"Object.Bindings.AxisConfig.AxisConfig[47]\" \"Object.Bindings.AxisConfig.AxisConfig[48]\" \"Object.Bindings.AxisConfig.AxisConfig[49]\" \"Object.Bindings.AxisConfig.AxisConfig[5]\" \"Object.Bindings.AxisConfig.AxisConfig[50]\" \"Object.Bindings.AxisConfig.AxisConfig[51]\" \"Object.Bindings.AxisConfig.AxisConfig[6]\" \"Object.Bindings.AxisConfig.AxisConfig[7]\" \"Object.Bindings.AxisConfig.AxisConfig[8]\" \"Object.Bindings.AxisConfig.AxisConfig[9]\" \"Object.Bindings.AxisMappings.AxisMappings[25]\" \"Object.Bindings.AxisMappings.AxisMappings[26]\" \"Object.Bindings.AxisMappings.AxisMappings[27]\" \"Object.Bindings.AxisMappings.AxisMappings[28]\" \"Object.Bindings.AxisMappings.AxisMappings[29]\" \"Object.Bindings.AxisMappings.AxisMappings[30]\" \"Object.Bindings.AxisMappings.AxisMappings[31]\" \"Object.Bindings.AxisMappings.AxisMappings[32]\" \"Object.Bindings.AxisMappings.AxisMappings[33]\" \"Object.Bindings.AxisMappings.AxisMappings[34]\" \"Object.Bindings.AxisMappings.AxisMappings[35]\" \"Object.Bindings.AxisMappings.AxisMappings[36]\" \"Object.Bindings.AxisMappings.AxisMappings[37]\" \"Object.Bindings.AxisMappings.AxisMappings[38]\" \"Object.Bindings.AxisMappings.AxisMappings[39]\" \"Object.Bindings.AxisMappings.AxisMappings[40]\" \"Object.Bindings.AxisMappings.AxisMappings[41]\" \"Object.Bindings.AxisMappings.AxisMappings[42]\" \"Object.Bindings.ActionMappings.ActionMappings[0]\" \"Object.Bindings.ActionMappings.ActionMappings[1]\" \"Object.Bindings.ActionMappings.ActionMappings[10]\" \"Object.Bindings.ActionMappings.ActionMappings[11]\" \"Object.Bindings.ActionMappings.ActionMappings[12]\" \"Object.Bindings.ActionMappings.ActionMappings[13]\" \"Object.Bindings.ActionMappings.ActionMappings[14]\" \"Object.Bindings.ActionMappings.ActionMappings[15]\" \"Object.Bindings.ActionMappings.ActionMappings[16]\" \"Object.Bindings.ActionMappings.ActionMappings[17]\" \"Object.Bindings.ActionMappings.ActionMappings[18]\" \"Object.Bindings.ActionMappings.ActionMappings[19]\" \"Object.Bindings.ActionMappings.ActionMappings[2]\" \"Object.Bindings.ActionMappings.ActionMappings[20]\" \"Object.Bindings.ActionMappings.ActionMappings[21]\" \"Object.Bindings.ActionMappings.ActionMappings[22]\" \"Object.Bindings.ActionMappings.ActionMappings[23]\" \"Object.Bindings.ActionMappings.ActionMappings[24]\" \"Object.Bindings.ActionMappings.ActionMappings[25]\" \"Object.Bindings.ActionMappings.ActionMappings[26]\" \"Object.Bindings.ActionMappings.ActionMappings[27]\" \"Object.Bindings.ActionMappings.ActionMappings[28]\" \"Object.Bindings.ActionMappings.ActionMappings[29]\" \"Object.Bindings.ActionMappings.ActionMappings[3]\" \"Object.Bindings.ActionMappings.ActionMappings[30]\" \"Object.Bindings.ActionMappings.ActionMappings[31]\" \"Object.Bindings.ActionMappings.ActionMappings[32]\" \"Object.Bindings.ActionMappings.ActionMappings[4]\" \"Object.Bindings.ActionMappings.ActionMappings[5]\" \"Object.Bindings.ActionMappings.ActionMappings[6]\" \"Object.Bindings.ActionMappings.ActionMappings[7]\" \"Object.Bindings.ActionMappings.ActionMappings[8]\" \"Object.Bindings.ActionMappings.ActionMappings[9]\" \"Object.Platforms.PlatformSettings\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Device Properties\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Device Properties.Device Properties|Trigger Feedback\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Device Properties.Device Properties|Trigger Vibration\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Hardware\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Hardware.HardwareDevices\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Hardware.HardwareDevices.HardwareDevices[0]\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Hardware.HardwareDevices.HardwareDevices[1]\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Hardware.HardwareDevices.HardwareDevices[2]\" \"Object.Platforms.PlatformSettings.Settings.Settings[0].Object.Hardware.HardwareDevices.HardwareDevices[3]\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Device Properties\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Device Properties.Device Properties|Trigger Feedback\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Device Properties.Device Properties|Trigger Vibration\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Hardware\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Hardware.HardwareDevices\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Hardware.HardwareDevices.HardwareDevices[0]\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Hardware.HardwareDevices.HardwareDevices[1]\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Hardware.HardwareDevices.HardwareDevices[2]\" \"Object.Platforms.PlatformSettings.Settings.Settings[1].Object.Hardware.HardwareDevices.HardwareDevices[3]\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Device Properties\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Device Properties.Device Properties|Trigger Feedback\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Device Properties.Device Properties|Trigger Vibration\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Hardware\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Hardware.HardwareDevices\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Hardware.HardwareDevices.HardwareDevices[0]\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Hardware.HardwareDevices.HardwareDevices[1]\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Hardware.HardwareDevices.HardwareDevices[2]\" \"Object.Platforms.PlatformSettings.Settings.Settings[2].Object.Hardware.HardwareDevices.HardwareDevices[3]\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Device Properties\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Device Properties.Device Properties|Trigger Feedback\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Device Properties.Device Properties|Trigger Vibration\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Hardware\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Hardware.HardwareDevices\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Hardware.HardwareDevices.HardwareDevices[0]\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Hardware.HardwareDevices.HardwareDevices[1]\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Hardware.HardwareDevices.HardwareDevices[2]\" \"Object.Platforms.PlatformSettings.Settings.Settings[3].Object.Hardware.HardwareDevices.HardwareDevices[3]\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Device Properties\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Device Properties.Device Properties|Trigger Feedback\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Device Properties.Device Properties|Trigger Vibration\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Hardware\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Hardware.HardwareDevices\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Hardware.HardwareDevices.HardwareDevices[0]\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Hardware.HardwareDevices.HardwareDevices[1]\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Hardware.HardwareDevices.HardwareDevices[2]\" \"Object.Platforms.PlatformSettings.Settings.Settings[4].Object.Hardware.HardwareDevices.HardwareDevices[3]\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Device Properties\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Device Properties.Device Properties|Trigger Feedback\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Device Properties.Device Properties|Trigger Vibration\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Hardware\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Hardware.HardwareDevices\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Hardware.HardwareDevices.HardwareDevices[0]\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Hardware.HardwareDevices.HardwareDevices[1]\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Hardware.HardwareDevices.HardwareDevices[2]\" \"Object.Platforms.PlatformSettings.Settings.Settings[5].Object.Hardware.HardwareDevices.HardwareDevices[3]\" \"Object.Platforms.PlatformSettings.Settings.Settings[6].Object.Device Properties\" \"Object.Platforms.PlatformSettings.Settings.Settings[6].Object.Device Properties.Device Properties|Trigger Feedback\" \"Object.Platforms.PlatformSettings.Settings.Settings[6].Object.Device Properties.Device Properties|Trigger Vibration\" \"Object.Platforms.PlatformSettings.Settings.Settings[6].Object.Hardware\" \"Object.Platforms.PlatformSettings.Settings.Settings[6].Object.Hardware.HardwareDevices\" \"Object.Platforms.PlatformSettings.Settings.Settings[6].Object.Hardware.HardwareDevices.HardwareDevices[0]\" \"Object.Console.ConsoleKeys\" "
 SoundWave="\"Object.Effects.Effects|Submix\" "
 SoundBase="\"Object.Effects.Effects|Submix\" "
 MetaSoundSource="\"Object.Effects.Effects|Submix\" "
@@ -2630,41 +2651,50 @@ StaticMeshComponent="\"Object\" "
 MeshComponent="\"Object\" "
 Actor="\"Object\" "
 CapsuleComponent="\"Object\" "
+FbxImportUI="\"Object\" "
+AssetViewerSettings="\"Object\" "
+MeshMergingSettingsObject="\"Object\" "
+PreviewMaterial="\"Object\" "
+Material="\"Object\" "
+MaterialInterface="\"Object\" "
+K2Node_InputAction="\"Object\" "
+K2Node="\"Object\" "
+EdGraphNode="\"Object\" "
 
 [SelectionDetails]
 PreserveScaleRatio=False
 
 [AssetEditorSubsystemRecents]
-MRUItem0=/Game/GameMap/Locker/LockerHide
-MRUItem1=/Game/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D
-MRUItem2=/Game/VRTemplate/Input/IMC_Default
-MRUItem3=/Game/VRTemplate/Blueprints/VRPawn
-MRUItem4=/Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D
-MRUItem5=/Game/VRTemplate/Input/Actions/IA_Turn
-MRUItem6=/Game/GameMap/Lamp/Lamp
-MRUItem7=/Game/Monster/MonsterAI_Child
-MRUItem8=/Game/GameMap/Lamp/Sound/Lamp_Sound
-MRUItem9=/Game/GameMap/Locker/locker_fixed_Locker
-MRUItem10=/Game/GameMap/Locker/locker_fixed_Locker_Door
-MRUItem11=/Game/GameMap/Locker/Locker
-MRUItem12=/Game/GameMap/Lamp/Lamp_Material
-MRUItem13=/Game/GameMap/Lamp/Lamp_Box
-MRUItem14=/Game/GameMap/Lamp/Light_Flicker
-MRUItem15=/Game/GameMap/Lamp/Sound/626096__resaural__backrooms-ambience
-MRUItem16=/Game/GameMap/Lamp/Lamp_Backside
-MRUItem17=/Game/GameMap/Ceiling/Ceiling_Material_Inst
-MRUItem18=/Game/GameMap/Ceiling/Ceiling_Material
-MRUItem19=/Game/GameMap/Floor/Floor_Material_Inst
-MRUItem20=/Game/GameMap/Floor/Floor_Material
-MRUItem21=/Game/GameMap/Walls/Wall_Material
-MRUItem22=/Game/GameMap/Floor/Carpet016_2K-JPG_Displacement
-MRUItem23=/Game/GameMap/Floor/Carpet016_2K-JPG_Color
-MRUItem24=/Game/GameMap/Floor/Carpet016_2K-JPG_NormalGL
-MRUItem25=/Game/GameMap/Walls/Wall_Instance
-MRUItem26=/Game/GameMap/world_fixed_RoomStructure
-MRUItem27=/Game/GameMap/Walls/2K-walllpaper_10-diffuse
-MRUItem28=/Game/FirstPerson/Blueprints/BP_FirstPersonCharacter
-MRUItem29=/Game/FirstPerson/Blueprints/BP_FirstPersonPlayerController
+MRUItem0=/Game/GameMap/Door/Blueprint_door
+MRUItem1=/Game/GameMap/Door/Holztextur
+MRUItem2=/Game/GameMap/Door/door_Tuer
+MRUItem3=/Game/GameMap/Door/door_Knauf
+MRUItem4=/Game/GameMap/Locker/LockerHide
+MRUItem5=/Game/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D
+MRUItem6=/Game/VRTemplate/Input/IMC_Default
+MRUItem7=/Game/VRTemplate/Blueprints/VRPawn
+MRUItem8=/Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D
+MRUItem9=/Game/VRTemplate/Input/Actions/IA_Turn
+MRUItem10=/Game/GameMap/Lamp/Lamp
+MRUItem11=/Game/Monster/MonsterAI_Child
+MRUItem12=/Game/GameMap/Lamp/Sound/Lamp_Sound
+MRUItem13=/Game/GameMap/Locker/locker_fixed_Locker
+MRUItem14=/Game/GameMap/Locker/locker_fixed_Locker_Door
+MRUItem15=/Game/GameMap/Locker/Locker
+MRUItem16=/Game/GameMap/Lamp/Lamp_Material
+MRUItem17=/Game/GameMap/Lamp/Lamp_Box
+MRUItem18=/Game/GameMap/Lamp/Light_Flicker
+MRUItem19=/Game/GameMap/Lamp/Sound/626096__resaural__backrooms-ambience
+MRUItem20=/Game/GameMap/Lamp/Lamp_Backside
+MRUItem21=/Game/GameMap/Ceiling/Ceiling_Material_Inst
+MRUItem22=/Game/GameMap/Ceiling/Ceiling_Material
+MRUItem23=/Game/GameMap/Floor/Floor_Material_Inst
+MRUItem24=/Game/GameMap/Floor/Floor_Material
+MRUItem25=/Game/GameMap/Walls/Wall_Material
+MRUItem26=/Game/GameMap/Floor/Carpet016_2K-JPG_Displacement
+MRUItem27=/Game/GameMap/Floor/Carpet016_2K-JPG_Color
+MRUItem28=/Game/GameMap/Floor/Carpet016_2K-JPG_NormalGL
+MRUItem29=/Game/GameMap/Walls/Wall_Instance
 
 [AssetEditorToolkitTabLocation]
 /Game/FirstPerson/Blueprints/BP_FirstPersonCharacter.BP_FirstPersonCharacter=0
@@ -2727,6 +2757,9 @@ None=======
 /Game/Monster/MonsterAI_Child.MonsterAI_Child=1
 /Game/VRTemplate/Input/IMC_Default.IMC_Default=0
 /Game/VRTemplate/Input/Actions/IA_Turn.IA_Turn=0
+/Game/GameMap/Door/Blueprint_door.Blueprint_door=1
+/Game/GameMap/Door/door_Tuer.door_Tuer=1
+/Game/GameMap/Door/Holztextur.Holztextur=1
 
 [/Script/BlueprintGraph.BlueprintEditorSettings]
 bDrawMidpointArrowsInBlueprints=False
@@ -2779,7 +2812,7 @@ bShowBookmarksForCurrentDocumentOnlyInTab=False
 GraphEditorQuickJumps=()
 
 [RootWindow]
-ScreenPosition=X=1720.000 Y=116.000
+ScreenPosition=X=888.000 Y=197.000
 WindowSize=X=1280.000 Y=720.000
 InitiallyMaximized=False
 
@@ -4106,6 +4139,7 @@ bMaterialQualityUsed[3]=0
 bHideUnrelatedNodes=False
 bUseUnsortedMenus=False
 bRealtimeMaterialViewport=False
+bShowGrid=False
 
 [MaterialEditor]
 PrimType=1
diff --git a/BackroomsDigitalArt/Saved/Config/WindowsEditor/Engine.ini b/BackroomsDigitalArt/Saved/Config/WindowsEditor/Engine.ini
index 7c48c5b67c6420fca24a42c1c33b9b15fc4f1bbe..8b90a2a053262fb3ad6059794738823a24c0b6f9 100644
--- a/BackroomsDigitalArt/Saved/Config/WindowsEditor/Engine.ini
+++ b/BackroomsDigitalArt/Saved/Config/WindowsEditor/Engine.ini
@@ -77,3 +77,6 @@ JavaPath=(Path="")
 TemplateMapInfos=(ThumbnailTexture=None,Thumbnail="/Engine/Maps/Templates/Thumbnails/OpenWorld.OpenWorld",Map="/Engine/Maps/Templates/OpenWorld",DisplayName="Open World",Category="OpenWorld")
 TemplateMapInfos=(ThumbnailTexture=None,Thumbnail="/Engine/Maps/Templates/Thumbnails/Basic.Basic",Map="/Engine/Maps/Templates/Template_Default",DisplayName="Basic",Category="")
 
+[/Script/UnrealEd.EditorEngine]
+FlipNormalMapGreenChannel=False
+
diff --git a/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt-backup-2024.01.13-00.31.05.log b/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt-backup-2024.01.13-00.31.05.log
deleted file mode 100644
index 2a05067d677e063e3bf78b3e612709549054ed07..0000000000000000000000000000000000000000
--- a/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt-backup-2024.01.13-00.31.05.log
+++ /dev/null
@@ -1,2556 +0,0 @@
-Log file open, 01/13/24 00:49:42
-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=19344)
-LogWindows: Custom abort handler registered for crash reporting.
-LogInit: Display: Running engine for game: BackroomsDigitalArt
-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 11 (23H2) [10.0.22631.3007] "
-LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 7 5800X 8-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="" G:\digital_art\BackroomsDigitalArt\BackroomsDigitalArt.uproject""
-LogCsvProfiler: Display: Metadata set : loginid="a9045eb54873e8e51d9f288acbb7c9e1"
-LogCsvProfiler: Display: Metadata set : llm="0"
-LogStats: Stats thread started at 0.230643
-LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +1:00, Platform Override: ''
-LogInit: Session CrashGUID >====================================================
-         Session CrashGUID >   UECC-Windows-EAEEDBF2455DF7F0674A17BF76C23B24
-         Session CrashGUID >====================================================
-LogConfig: Display: Loading Android ini files took 0.02 seconds
-LogConfig: Display: Loading VulkanPC ini files took 0.02 seconds
-LogConfig: Display: Loading IOS ini files took 0.02 seconds
-LogConfig: Display: Loading Mac ini files took 0.02 seconds
-LogConfig: Display: Loading Windows ini files took 0.03 seconds
-LogConfig: Display: Loading TVOS ini files took 0.03 seconds
-LogConfig: Display: Loading Unix ini files took 0.03 seconds
-LogConfig: Display: Loading Linux ini files took 0.03 seconds
-LogConfig: Display: Loading LinuxArm64 ini files took 0.03 seconds
-LogAssetRegistry: Display: Asset registry cache read as 17.5 MiB from ../../../../../digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_0.bin
-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 Paper2D
-LogPluginManager: Mounting Engine plugin Interchange
-LogPluginManager: Mounting Engine plugin AndroidFileServer
-LogPluginManager: Mounting Engine plugin ActorLayerUtilities
-LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector
-LogPluginManager: Mounting Engine plugin AndroidMoviePlayer
-LogPluginManager: Mounting Engine plugin AssetTags
-LogPluginManager: Mounting Engine plugin ArchVisCharacter
-LogPluginManager: Mounting Engine plugin AudioCapture
-LogPluginManager: Mounting Engine plugin AppleMoviePlayer
-LogPluginManager: Mounting Engine plugin AppleImageUtils
-LogPluginManager: Mounting Engine plugin AudioSynesthesia
-LogPluginManager: Mounting Engine plugin InterchangeEditor
-LogPluginManager: Mounting Engine plugin AndroidPermission
-LogPluginManager: Mounting Engine plugin AudioWidgets
-LogPluginManager: Mounting Engine plugin ChunkDownloader
-LogPluginManager: Mounting Engine plugin CableComponent
-LogPluginManager: Mounting Engine plugin CustomMeshComponent
-LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector
-LogPluginManager: Mounting Engine plugin GeometryCache
-LogPluginManager: Mounting Engine plugin GeometryProcessing
-LogPluginManager: Mounting Engine plugin GoogleCloudMessaging
-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 XRBase
-LogPluginManager: Mounting Engine plugin AnimationData
-LogPluginManager: Mounting Engine plugin ControlRig
-LogPluginManager: Mounting Engine plugin AnimationModifierLibrary
-LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis
-LogPluginManager: Mounting Engine plugin ACLPlugin
-LogPluginManager: Mounting Engine plugin IKRig
-LogPluginManager: Mounting Engine plugin ControlRigSpline
-LogPluginManager: Mounting Engine plugin LiveLink
-LogPluginManager: Mounting Engine plugin AISupport
-LogPluginManager: Mounting Engine plugin AlembicImporter
-LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor
-LogPluginManager: Mounting Engine plugin Takes
-LogPluginManager: Mounting Engine plugin CameraShakePreviewer
-LogPluginManager: Mounting Engine plugin GameplayCameras
-LogPluginManager: Mounting Engine plugin TcpMessaging
-LogPluginManager: Mounting Engine plugin InterchangeTests
-LogPluginManager: Mounting Engine plugin OodleNetwork
-LogPluginManager: Mounting Engine plugin UdpMessaging
-LogPluginManager: Mounting Engine plugin LauncherChunkInstaller
-LogPluginManager: Mounting Engine plugin Niagara
-LogPluginManager: Mounting Engine plugin AndroidMedia
-LogPluginManager: Mounting Engine plugin AvfMedia
-LogPluginManager: Mounting Engine plugin ImgMedia
-LogPluginManager: Mounting Engine plugin MediaPlate
-LogPluginManager: Mounting Engine plugin MediaPlayerEditor
-LogPluginManager: Mounting Engine plugin MediaCompositing
-LogPluginManager: Mounting Engine plugin WmfMedia
-LogPluginManager: Mounting Engine plugin WebMMedia
-LogPluginManager: Mounting Engine plugin AnimationSharing
-LogPluginManager: Mounting Engine plugin PerforceSourceControl
-LogPluginManager: Mounting Engine plugin DumpGPUServices
-LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess
-LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess
-LogPluginManager: Mounting Engine plugin NullSourceCodeAccess
-LogPluginManager: Mounting Engine plugin PixWinPlugin
-LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess
-LogPluginManager: Mounting Engine plugin GitSourceControl
-LogPluginManager: Mounting Engine plugin PlasticSourceControl
-LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess
-LogPluginManager: Mounting Engine plugin SubversionSourceControl
-LogPluginManager: Mounting Engine plugin TextureFormatOodle
-LogPluginManager: Mounting Engine plugin RenderDocPlugin
-LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess
-LogPluginManager: Mounting Engine plugin PluginUtils
-LogPluginManager: Mounting Engine plugin UObjectPlugin
-LogPluginManager: Mounting Engine plugin OnlineBase
-LogPluginManager: Mounting Engine plugin PropertyAccessNode
-LogPluginManager: Mounting Engine plugin OnlineServices
-LogPluginManager: Mounting Engine plugin TraceDataFilters
-LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess
-LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess
-LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess
-LogPluginManager: Mounting Engine plugin OnlineSubsystem
-LogPluginManager: Mounting Engine plugin OnlineSubsystemNull
-LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils
-LogPluginManager: Mounting Engine plugin AssetManagerEditor
-LogPluginManager: Mounting Engine plugin BlueprintHeaderView
-LogPluginManager: Mounting Engine plugin EditorDebugTools
-LogPluginManager: Mounting Engine plugin FacialAnimation
-LogPluginManager: Mounting Engine plugin CryptoKeys
-LogPluginManager: Mounting Engine plugin CurveEditorTools
-LogPluginManager: Mounting Engine plugin EditorScriptingUtilities
-LogPluginManager: Mounting Engine plugin ChangelistReview
-LogPluginManager: Mounting Engine plugin EngineAssetDefinitions
-LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard
-LogPluginManager: Mounting Engine plugin MaterialAnalyzer
-LogPluginManager: Mounting Engine plugin GameplayTagsEditor
-LogPluginManager: Mounting Engine plugin GeometryMode
-LogPluginManager: Mounting Engine plugin DataValidation
-LogPluginManager: Mounting Engine plugin SequencerAnimTools
-LogPluginManager: Mounting Engine plugin MacGraphicsSwitching
-LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode
-LogPluginManager: Mounting Engine plugin SpeedTreeImporter
-LogPluginManager: Mounting Engine plugin UVEditor
-LogPluginManager: Mounting Engine plugin PluginBrowser
-LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities
-LogPluginManager: Mounting Engine plugin ActorSequence
-LogPluginManager: Mounting Engine plugin LevelSequenceEditor
-LogPluginManager: Mounting Engine plugin SequencerScripting
-LogPluginManager: Mounting Engine plugin TemplateSequence
-LogPluginManager: Mounting Engine plugin DatasmithContent
-LogPluginManager: Mounting Engine plugin GLTFExporter
-LogPluginManager: Mounting Engine plugin VariantManagerContent
-LogPluginManager: Mounting Engine plugin VariantManager
-LogPluginManager: Mounting Engine plugin BackChannel
-LogPluginManager: Mounting Engine plugin ChaosCloth
-LogPluginManager: Mounting Engine plugin AutomationUtils
-LogPluginManager: Mounting Engine plugin ChaosEditor
-LogPluginManager: Mounting Engine plugin ChaosSolverPlugin
-LogPluginManager: Mounting Engine plugin ChaosCaching
-LogPluginManager: Mounting Engine plugin CharacterAI
-LogPluginManager: Mounting Engine plugin ChaosNiagara
-LogPluginManager: Mounting Engine plugin ChaosUserDataPT
-LogPluginManager: Mounting Engine plugin ChaosClothEditor
-LogPluginManager: Mounting Engine plugin Dataflow
-LogPluginManager: Mounting Engine plugin Fracture
-LogPluginManager: Mounting Engine plugin FullBodyIK
-LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin
-LogPluginManager: Mounting Engine plugin GeometryFlow
-LogPluginManager: Mounting Engine plugin LocalizableMessage
-LogPluginManager: Mounting Engine plugin MeshLODToolset
-LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp
-LogPluginManager: Mounting Engine plugin OpenImageDenoise
-LogPluginManager: Mounting Engine plugin PlatformCrypto
-LogPluginManager: Mounting Engine plugin PlanarCut
-LogPluginManager: Mounting Engine plugin ProxyLODPlugin
-LogPluginManager: Mounting Engine plugin PythonScriptPlugin
-LogPluginManager: Mounting Engine plugin SkeletalReduction
-LogPluginManager: Mounting Engine plugin StaticMeshEditorModeling
-LogPluginManager: Mounting Engine plugin StructUtils
-LogPluginManager: Mounting Engine plugin ToolPresets
-LogPluginManager: Mounting Engine plugin SQLiteCore
-LogPluginManager: Mounting Engine plugin LightMixer
-LogPluginManager: Mounting Engine plugin ObjectMixer
-LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay
-LogPluginManager: Mounting Engine plugin ConcertMain
-LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS
-LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource
-LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource
-LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource
-LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource
-LogPluginManager: Mounting Engine plugin ConcertSyncClient
-LogPluginManager: Mounting Engine plugin ConcertSyncCore
-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/2D/Paper2D/Content/' mounted to '/Paper2D/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Interchange/Runtime/Content/' mounted to '/Interchange/'
-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/ControlRig/Content/' mounted to '/ControlRig/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/ACLPlugin/Content/' mounted to '/ACLPlugin/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/IKRig/Content/' mounted to '/IKRig/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/ControlRigSpline/Content/' mounted to '/ControlRigSpline/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/VirtualProduction/Takes/Content/' mounted to '/Takes/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/FX/Niagara/Content/' mounted to '/Niagara/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Media/MediaPlate/Content/' mounted to '/MediaPlate/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Media/MediaCompositing/Content/' mounted to '/MediaCompositing/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Developer/AnimationSharing/Content/' mounted to '/AnimationSharing/'
-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/ModelingToolsEditorMode/Content/' mounted to '/ModelingToolsEditorMode/'
-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/MovieScene/SequencerScripting/Content/' mounted to '/SequencerScripting/'
-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/Experimental/ChaosSolverPlugin/Content/' mounted to '/ChaosSolverPlugin/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosCaching/Content/' mounted to '/ChaosCaching/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosNiagara/Content/' mounted to '/ChaosNiagara/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosClothEditor/Content/' mounted to '/ChaosClothEditor/'
-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/GeometryFlow/Content/' mounted to '/GeometryFlow/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/MeshLODToolset/Content/' mounted to '/MeshLODToolset/'
-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/StaticMeshEditorModeling/Content/' mounted to '/StaticMeshEditorModeling/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ToolPresets/Content/' mounted to '/ToolPresets/'
-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/'
-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]
-LogHMD: OpenXRHMDModule::InitInstance using DefaultLoader.
-LogHMD: OpenXR runtime supported extensions:
-LogHMD: 	XR_KHR_vulkan_enable
-LogHMD: 	XR_KHR_vulkan_enable2
-LogHMD: 	XR_KHR_D3D11_enable
-LogHMD: 	XR_KHR_D3D12_enable
-LogHMD: 	XR_KHR_opengl_enable
-LogHMD: 	XR_KHR_win32_convert_performance_counter_time
-LogHMD: 	XR_EXT_win32_appcontainer_compatible
-LogHMD: 	XR_KHR_binding_modification
-LogHMD: 	XR_KHR_composition_layer_depth
-LogHMD: 	XR_KHR_visibility_mask
-LogHMD: 	XR_EXT_active_action_set_priority
-LogHMD: 	XR_EXT_dpad_binding
-LogHMD: 	XR_EXT_frame_composition_report
-LogHMD: 	XR_EXT_hand_tracking
-LogHMD: 	XR_EXT_hand_joints_motion_range
-LogHMD: 	XR_EXT_hp_mixed_reality_controller
-LogHMD: 	XR_EXT_palm_pose
-LogHMD: 	XR_FB_display_refresh_rate
-LogHMD: 	XR_HTC_vive_cosmos_controller_interaction
-LogHMD: 	XR_HTC_vive_focus3_controller_interaction
-LogHMD: 	XR_HTC_vive_wrist_tracker_interaction
-LogHMD: 	XR_MND_headless
-LogHMD: 	XR_VALVE_analog_threshold
-LogHMD: 	XR_HTCX_vive_tracker_interaction
-LogHMD: 	XR_EXT_debug_utils
-LogHMD: Optional extension XR_KHR_vulkan_swapchain_format_list is not available
-LogHMD: Optional extension XR_FB_foveation_vulkan is not available
-LogHMD: Optional extension XR_KHR_composition_layer_cylinder is not available
-LogHMD: Optional extension XR_KHR_composition_layer_equirect is not available
-LogHMD: Optional extension XR_VARJO_quad_views is not available
-LogHMD: Optional extension XR_EPIC_view_configuration_fov is not available
-LogHMD: Optional extension XR_FB_composition_layer_alpha_blend is not available
-LogHMD: Optional extension XR_FB_foveation is not available
-LogHMD: Optional extension XR_FB_swapchain_update_state is not available
-LogHMD: Optional extension XR_FB_foveation_configuration is not available
-LogHMD: Optional extension XR_OCULUS_audio_device_guid is not available
-LogHMD: Warning: Required extension XR_EXT_eye_gaze_interaction is not available
-LogHMD: Could not enable all required OpenXR extensions for OpenXREyeTracker on current system. This plugin will be loaded but ignored, but will be enabled on a target platform that supports the required extension.
-LogHMD: Initialized OpenXR on SteamVR/OpenXR runtime version 2.2.3
-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 11 (23H2) [10.0.22631.3007] (), CPU: AMD Ryzen 7 5800X 8-Core Processor             , GPU: AMD Radeon RX 6800
-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: 
-LogInit: Base Directory: G:/UnrealEngines/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
-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.01.12-23.49.42:705][  0]LogConfig: Set CVar [[r.VSync:0]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[r.RHICmdBypass:0]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine]
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]]
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[r.ReflectionMethod:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine]
-[2024.01.12-23.49.42:705][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]]
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.AllowParallelGC:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.CreateGCClusters:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:0]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Set CVar [[gc.PendingKillEnabled:1]]
-[2024.01.12-23.49.42:705][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine]
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine]
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created
-[2024.01.12-23.49.42:705][  0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created
-[2024.01.12-23.49.42:707][  0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.FXAA.Quality:4]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.TSR.ShadingRejection.TileOverscan:3]]
-[2024.01.12-23.49.42:707][  0]LogConfig: CVar [[r.TSR.Velocity.Extrapolation:1]] deferred - dummy variable created
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.LightFunctionQuality:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.ShadowQuality:5]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.VolumetricFog:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.CapsuleShadows:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DistanceFieldAO:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.AOQuality:2]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SSR.Quality:3]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.MotionBlurQuality:4]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.LensFlareQuality:2]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.BloomQuality:5]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.FastBlurThreshold:100]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Upscale.Quality:3]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.LightShaftQuality:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Filter.SizeScale:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2         ; lower gathering resolution]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1        ; higher gathering accumulator quality]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1          ; Median3x3 postfilering method]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0       ; no bokeh simulation when gathering]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4                 ; medium number of samples when gathering]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1    ; additive foreground scattering]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2    ; additive background scattering]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1      ; bokeh simulation when scattering]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1         ; only a maximum of 10% of scattered bokeh]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1                ; cheap slight out of focus]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0    ; no bokeh simulation on slight out of focus]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1                ; more stable temporal accumulation]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Streaming.MipBias:0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Streaming.Boost:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.MaxAnisotropy:8]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.RefractionQuality:2]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SceneColorFormat:4]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.DetailMode:2]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SSS.Scale:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SSS.SampleSet:2]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SSS.Quality:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SSS.HalfRes:0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SSGI.Quality:3]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.ParticleLightQuality:2]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: CVar [[fx.Niagara.QualityLevel:3]] deferred - dummy variable created
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[foliage.DensityScale:1.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[grass.DensityScale:1.0]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]]
-[2024.01.12-23.49.42:707][  0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]]
-[2024.01.12-23.49.42:709][  0]LogRHI: Using Default RHI: D3D11
-[2024.01.12-23.49.42:709][  0]LogRHI: Using Highest Feature Level of D3D11: SM5
-[2024.01.12-23.49.42:709][  0]LogRHI: Loading RHI module D3D11RHI
-[2024.01.12-23.49.42:715][  0]LogD3D11RHI: Loaded GFSDK_Aftermath_Lib.x64.dll
-[2024.01.12-23.49.42:715][  0]LogRHI: Checking if RHI D3D11 with Feature Level SM5 is supported by your system.
-[2024.01.12-23.49.42:717][  0]LogD3D11RHI: D3D11 min allowed feature level: 11_0
-[2024.01.12-23.49.42:717][  0]LogD3D11RHI: D3D11 max allowed feature level: 11_1
-[2024.01.12-23.49.42:717][  0]LogD3D11RHI: D3D11 adapters:
-[2024.01.12-23.49.42:717][  0]LogD3D11RHI: Testing D3D11 Adapter 0:
-[2024.01.12-23.49.42:717][  0]LogD3D11RHI:     Description : AMD Radeon RX 6800
-[2024.01.12-23.49.42:717][  0]LogD3D11RHI:     VendorId    : 1002
-[2024.01.12-23.49.42:717][  0]LogD3D11RHI:     DeviceId    : 73bf
-[2024.01.12-23.49.42:717][  0]LogD3D11RHI:     SubSysId    : e3a1002
-[2024.01.12-23.49.42:717][  0]LogD3D11RHI:     Revision    : 00c3
-[2024.01.12-23.49.42:717][  0]LogD3D11RHI:     DedicatedVideoMemory : 17130807296 bytes
-[2024.01.12-23.49.42:717][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
-[2024.01.12-23.49.42:717][  0]LogD3D11RHI:     SharedSystemMemory : 17120491520 bytes
-[2024.01.12-23.49.42:717][  0]LogD3D11RHI:     AdapterLuid : 0 88012
-[2024.01.12-23.49.42:796][  0]LogD3D11RHI:    0. 'AMD Radeon RX 6800' (Feature Level 11_1)
-[2024.01.12-23.49.42:796][  0]LogD3D11RHI:       16337/0/16327 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:2, VendorId:0x1002
-[2024.01.12-23.49.42:797][  0]LogD3D11RHI: Testing D3D11 Adapter 1:
-[2024.01.12-23.49.42:797][  0]LogD3D11RHI:     Description : Microsoft Basic Render Driver
-[2024.01.12-23.49.42:797][  0]LogD3D11RHI:     VendorId    : 1414
-[2024.01.12-23.49.42:797][  0]LogD3D11RHI:     DeviceId    : 008c
-[2024.01.12-23.49.42:797][  0]LogD3D11RHI:     SubSysId    : 0000
-[2024.01.12-23.49.42:797][  0]LogD3D11RHI:     Revision    : 0000
-[2024.01.12-23.49.42:797][  0]LogD3D11RHI:     DedicatedVideoMemory : 0 bytes
-[2024.01.12-23.49.42:797][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
-[2024.01.12-23.49.42:797][  0]LogD3D11RHI:     SharedSystemMemory : 17120491520 bytes
-[2024.01.12-23.49.42:797][  0]LogD3D11RHI:     AdapterLuid : 0 93714
-[2024.01.12-23.49.42:798][  0]LogD3D11RHI:    1. 'Microsoft Basic Render Driver' (Feature Level 11_1)
-[2024.01.12-23.49.42:798][  0]LogD3D11RHI:       0/0/16327 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:0, VendorId:0x1414
-[2024.01.12-23.49.42:798][  0]LogD3D11RHI: Chosen D3D11 Adapter:
-[2024.01.12-23.49.42:798][  0]LogD3D11RHI:     Description : AMD Radeon RX 6800
-[2024.01.12-23.49.42:798][  0]LogD3D11RHI:     VendorId    : 1002
-[2024.01.12-23.49.42:798][  0]LogD3D11RHI:     DeviceId    : 73bf
-[2024.01.12-23.49.42:798][  0]LogD3D11RHI:     SubSysId    : e3a1002
-[2024.01.12-23.49.42:798][  0]LogD3D11RHI:     Revision    : 00c3
-[2024.01.12-23.49.42:798][  0]LogD3D11RHI:     DedicatedVideoMemory : 17130807296 bytes
-[2024.01.12-23.49.42:798][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
-[2024.01.12-23.49.42:798][  0]LogD3D11RHI:     SharedSystemMemory : 17120491520 bytes
-[2024.01.12-23.49.42:798][  0]LogD3D11RHI:     AdapterLuid : 0 88012
-[2024.01.12-23.49.42:798][  0]LogRHI: RHI D3D11 with Feature Level SM5 is supported and will be used.
-[2024.01.12-23.49.42:798][  0]LogInit: Selected Device Profile: [WindowsEditor]
-[2024.01.12-23.49.42:798][  0]LogHAL: Display: Platform has ~ 32 GB [34240983040 / 34359738368 / 32], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0)
-[2024.01.12-23.49.42:798][  0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows]
-[2024.01.12-23.49.42:798][  0]LogDeviceProfileManager: Going up to parent DeviceProfile []
-[2024.01.12-23.49.42:798][  0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini]
-[2024.01.12-23.49.42:799][  0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]]
-[2024.01.12-23.49.42:799][  0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]]
-[2024.01.12-23.49.42:799][  0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]]
-[2024.01.12-23.49.42:799][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine]
-[2024.01.12-23.49.42:799][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [G:/digital_art/BackroomsDigitalArt/Saved/Config/WindowsEditor/Editor.ini]
-[2024.01.12-23.49.42:799][  0]LogInit: Computer: DESKTOP-2MPQGVL
-[2024.01.12-23.49.42:799][  0]LogInit: User: Windowssucks
-[2024.01.12-23.49.42:799][  0]LogInit: CPU Page size=4096, Cores=8
-[2024.01.12-23.49.42:799][  0]LogInit: High frequency timer resolution =10.000000 MHz
-[2024.01.12-23.49.42:799][  0]LogMemory: Memory total: Physical=31.9GB (32GB approx)
-[2024.01.12-23.49.42:799][  0]LogMemory: Platform Memory Stats for WindowsEditor
-[2024.01.12-23.49.42:799][  0]LogMemory: Process Physical Memory: 492.12 MB used, 519.93 MB peak
-[2024.01.12-23.49.42:799][  0]LogMemory: Process Virtual Memory: 493.06 MB used, 493.06 MB peak
-[2024.01.12-23.49.42:799][  0]LogMemory: Physical Memory: 11733.57 MB used,  20921.18 MB free, 32654.75 MB total
-[2024.01.12-23.49.42:799][  0]LogMemory: Virtual Memory: 21730.63 MB used,  10924.11 MB free, 32654.75 MB total
-[2024.01.12-23.49.42:799][  0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0"
-[2024.01.12-23.49.42:802][  0]LogWindows: WindowsPlatformFeatures enabled
-[2024.01.12-23.49.42:809][  0]LogInit: Physics initialised using underlying interface: Chaos
-[2024.01.12-23.49.42:811][  0]LogInit: Using OS detected language (en-US).
-[2024.01.12-23.49.42:811][  0]LogInit: Using OS detected locale (en-DE).
-[2024.01.12-23.49.42:812][  0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language.
-[2024.01.12-23.49.42:812][  0]LogInit: Setting process to per monitor DPI aware
-[2024.01.12-23.49.42:972][  0]LogWindowsTextInputMethodSystem: Available input methods:
-[2024.01.12-23.49.42:972][  0]LogWindowsTextInputMethodSystem:   - English (United States) - (Keyboard).
-[2024.01.12-23.49.42:972][  0]LogWindowsTextInputMethodSystem:   - English (Germany) - (Keyboard).
-[2024.01.12-23.49.42:972][  0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard).
-[2024.01.12-23.49.42:985][  0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0
-[2024.01.12-23.49.42:985][  0]LogSlate: Slate User Registered.  User Index 0, Is Virtual User: 0
-[2024.01.12-23.49.43:075][  0]LogRHI: Using Default RHI: D3D11
-[2024.01.12-23.49.43:075][  0]LogRHI: Using Highest Feature Level of D3D11: SM5
-[2024.01.12-23.49.43:075][  0]LogRHI: Loading RHI module D3D11RHI
-[2024.01.12-23.49.43:075][  0]LogRHI: Checking if RHI D3D11 with Feature Level SM5 is supported by your system.
-[2024.01.12-23.49.43:075][  0]LogRHI: RHI D3D11 with Feature Level SM5 is supported and will be used.
-[2024.01.12-23.49.43:076][  0]LogWindows: Attached monitors:
-[2024.01.12-23.49.43:076][  0]LogWindows:     resolution: 1920x1080, work area: (0, 0) -> (1920, 1032), device: '\\.\DISPLAY1' [PRIMARY]
-[2024.01.12-23.49.43:076][  0]LogWindows:     resolution: 1080x1920, work area: (-1080, -444) -> (0, 1428), device: '\\.\DISPLAY2'
-[2024.01.12-23.49.43:076][  0]LogWindows: Found 2 attached monitors.
-[2024.01.12-23.49.43:076][  0]LogWindows: Gathering driver information using Windows Setup API
-[2024.01.12-23.49.43:076][  0]LogRHI: RHI Adapter Info:
-[2024.01.12-23.49.43:076][  0]LogRHI:             Name: AMD Radeon RX 6800
-[2024.01.12-23.49.43:076][  0]LogRHI:   Driver Version: AMD Software: Adrenalin Edition 22.20.27.09 (internal:31.0.23013.3005, unified:31.0.23013.3005)
-[2024.01.12-23.49.43:076][  0]LogRHI:      Driver Date: 11-22-2023
-[2024.01.12-23.49.43:076][  0]LogD3D11RHI: Creating new Direct3DDevice
-[2024.01.12-23.49.43:076][  0]LogD3D11RHI:     GPU DeviceId: 0x73bf (for the marketing name, search the web for "GPU Device Id")
-[2024.01.12-23.49.43:098][  0]LogD3D11RHI: Creating D3DDevice with AMD AGS, using adapter:
-[2024.01.12-23.49.43:098][  0]LogD3D11RHI:     Description : AMD Radeon RX 6800
-[2024.01.12-23.49.43:098][  0]LogD3D11RHI:     VendorId    : 1002
-[2024.01.12-23.49.43:098][  0]LogD3D11RHI:     DeviceId    : 73bf
-[2024.01.12-23.49.43:098][  0]LogD3D11RHI:     SubSysId    : e3a1002
-[2024.01.12-23.49.43:098][  0]LogD3D11RHI:     Revision    : 00c3
-[2024.01.12-23.49.43:098][  0]LogD3D11RHI:     DedicatedVideoMemory : 17130807296 bytes
-[2024.01.12-23.49.43:098][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
-[2024.01.12-23.49.43:098][  0]LogD3D11RHI:     SharedSystemMemory : 17120491520 bytes
-[2024.01.12-23.49.43:098][  0]LogD3D11RHI:     AdapterLuid : 0 88012
-[2024.01.12-23.49.43:182][  0]LogD3D11RHI: Created device via AGS, feature level 11_1, supported extensions fffbf.
-[2024.01.12-23.49.43:182][  0]LogD3D11RHI: RHI has support for 64 bit atomics
-[2024.01.12-23.49.43:182][  0]LogD3D11RHI: Async texture creation enabled
-[2024.01.12-23.49.43:182][  0]LogD3D11RHI: D3D11_MAP_WRITE_NO_OVERWRITE for dynamic buffer SRVs is supported
-[2024.01.12-23.49.43:182][  0]LogD3D11RHI: Array index from any shader is supported
-[2024.01.12-23.49.43:185][  0]LogVRS: Current RHI does not support Variable Rate Shading
-[2024.01.12-23.49.43:192][  0]LogD3D11RHI: GPU Timing Frequency: 100.000000 (Debug: 2 1)
-[2024.01.12-23.49.43:200][  0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_0.log" -log="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_0.log" -project="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -platform=all'
-[2024.01.12-23.49.43:200][  0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""G:/UnrealEngines/UE_5.3/Engine/Build/BatchFiles/RunUAT.bat"  -ScriptsForProject="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_0.log" -log="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_0.log" -project="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -platform=all" ]
-[2024.01.12-23.49.43:220][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC
-[2024.01.12-23.49.43:220][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT
-[2024.01.12-23.49.43:220][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2
-[2024.01.12-23.49.43:220][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp
-[2024.01.12-23.49.43:220][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed
-[2024.01.12-23.49.43:220][  0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.10
-[2024.01.12-23.49.43:220][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll
-[2024.01.12-23.49.43:220][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.6.dll
-[2024.01.12-23.49.43:221][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.7.dll
-[2024.01.12-23.49.43:221][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.8.dll
-[2024.01.12-23.49.43:222][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.9.dll
-[2024.01.12-23.49.43:222][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.10.dll
-[2024.01.12-23.49.43:222][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle
-[2024.01.12-23.49.43:234][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android'
-[2024.01.12-23.49.43:234][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC'
-[2024.01.12-23.49.43:234][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT'
-[2024.01.12-23.49.43:234][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2'
-[2024.01.12-23.49.43:234][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient'
-[2024.01.12-23.49.43:234][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient'
-[2024.01.12-23.49.43:234][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient'
-[2024.01.12-23.49.43:234][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client'
-[2024.01.12-23.49.43:234][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi'
-[2024.01.12-23.49.43:234][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient'
-[2024.01.12-23.49.43:237][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS'
-[2024.01.12-23.49.43:237][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient'
-[2024.01.12-23.49.43:239][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux'
-[2024.01.12-23.49.43:239][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor'
-[2024.01.12-23.49.43:240][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer'
-[2024.01.12-23.49.43:240][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient'
-[2024.01.12-23.49.43:242][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64'
-[2024.01.12-23.49.43:242][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server'
-[2024.01.12-23.49.43:242][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client'
-[2024.01.12-23.49.43:244][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac'
-[2024.01.12-23.49.43:244][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor'
-[2024.01.12-23.49.43:244][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer'
-[2024.01.12-23.49.43:244][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient'
-[2024.01.12-23.49.43:246][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS'
-[2024.01.12-23.49.43:246][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient'
-[2024.01.12-23.49.43:251][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows'
-[2024.01.12-23.49.43:251][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor'
-[2024.01.12-23.49.43:251][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer'
-[2024.01.12-23.49.43:251][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient'
-[2024.01.12-23.49.43:251][  0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor
-[2024.01.12-23.49.43:256][  0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded.
-[2024.01.12-23.49.43:295][  0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager: Loaded format module MetalShaderFormat
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   SF_METAL
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   SF_METAL_MRT
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   SF_METAL_TVOS
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   SF_METAL_MRT_TVOS
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   SF_METAL_SM5
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   SF_METAL_SM6
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   SF_METAL_SIM
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   SF_METAL_MACES3_1
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   SF_METAL_MRT_MAC
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   PCD3D_SM6
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   PCD3D_SM5
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   PCD3D_ES31
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   GLSL_150_ES31
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   GLSL_ES3_1_ANDROID
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   VVM_1_0
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   SF_VULKAN_SM5
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   SF_VULKAN_ES31_ANDROID
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   SF_VULKAN_ES31
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   SF_VULKAN_SM5_ANDROID
-[2024.01.12-23.49.43:298][  0]LogTargetPlatformManager:   SF_VULKAN_SM6
-[2024.01.12-23.49.43:298][  0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0).
-[2024.01.12-23.49.43:299][  0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB
-[2024.01.12-23.49.43:299][  0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../../digital_art/BackroomsDigitalArt/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
-[2024.01.12-23.49.43:299][  0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy.
-[2024.01.12-23.49.43:300][  0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../../digital_art/BackroomsDigitalArt/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
-[2024.01.12-23.49.43:300][  0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy.
-[2024.01.12-23.49.43:337][  0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2383 MiB)
-[2024.01.12-23.49.43:337][  0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
-[2024.01.12-23.49.43:337][  0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy.
-[2024.01.12-23.49.43:341][  0]LogDerivedDataCache: C:/Users/Windows sucks/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.00 seconds.
-[2024.01.12-23.49.43:341][  0]LogDerivedDataCache: Display: C:/Users/Windows sucks/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.02ms. RandomReadSpeed=1530.10MBs, RandomWriteSpeed=264.60MBs. Assigned SpeedClass 'Local'
-[2024.01.12-23.49.43:342][  0]LogDerivedDataCache: Local: Using data cache path C:/Users/Windows sucks/AppData/Local/UnrealEngine/Common/DerivedDataCache: Writable
-[2024.01.12-23.49.43:342][  0]LogDerivedDataCache: Shared: Disabled because no path is configured.
-[2024.01.12-23.49.43:342][  0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy.
-[2024.01.12-23.49.43:342][  0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None'
-[2024.01.12-23.49.43:342][  0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy.
-[2024.01.12-23.49.43:343][  0]LogShaderCompilers: Guid format shader working directory is 7 characters bigger than the processId version (../../../../../digital_art/BackroomsDigitalArt/Intermediate/Shaders/WorkingDirectory/21108/).
-[2024.01.12-23.49.43:343][  0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Windows sucks/AppData/Local/Temp/UnrealShaderWorkingDir/89F4C32A48025BB58B9E5F87F0100CFB/'.
-[2024.01.12-23.49.43:343][  0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine.
-[2024.01.12-23.49.43:343][  0]LogShaderCompilers: Display: Using Local Shader Compiler with 8 workers.
-[2024.01.12-23.49.44:001][  0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0
-[2024.01.12-23.49.44:125][  0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../digital_art/BackroomsDigitalArt/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush
-[2024.01.12-23.49.44:125][  0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write.
-[2024.01.12-23.49.44:352][  0]LogSlate: Using FreeType 2.10.0
-[2024.01.12-23.49.44:353][  0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
-[2024.01.12-23.49.44:367][  0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches ../../../../../digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_*.bin.
-[2024.01.12-23.49.44:367][  0]LogAssetRegistry: FAssetRegistry took 0.0018 seconds to start up
-[2024.01.12-23.49.44:374][  0]LogEditorDomain: Display: EditorDomain is Disabled
-[2024.01.12-23.49.44:526][  0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor).
-[2024.01.12-23.49.44:526][  0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal
-[2024.01.12-23.49.44:526][  0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled
-[2024.01.12-23.49.44:527][  0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found.
-[2024.01.12-23.49.44:527][  0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found.
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: Available device profiles:
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6F9600][0000094D37FF0000 66] GlobalDefaults, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6F9A00][0000094D37FF2800 66] Windows, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FA000][0000094D3209C800 66] WindowsEditor, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FA200][0000094D366CC800 66] WindowsServer, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FA400][0000094D13197800 66] WindowsClient, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FA600][0000094D3EC80000 66] IOS, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FA800][0000094D3EC82800 66] iPadAir2, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FAA00][0000094D3EC85000 66] IPadPro, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FAC00][0000094D3EC87800 66] iPadAir3, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FAE00][0000094D3EC8A000 66] iPadAir4, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FB000][0000094D3EC8C800 66] iPadAir5, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FB200][0000094D3EC90000 66] iPadMini4, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FB400][0000094D3EC92800 66] iPadMini5, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FB600][0000094D3EC95000 66] iPadMini6, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FB800][0000094D3EC97800 66] iPhone6S, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FBA00][0000094D3EC9A000 66] iPhone7, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FBC00][0000094D3EC9C800 66] iPodTouch7, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FBE00][0000094D3ECA0000 66] iPhone6SPlus, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FC000][0000094D3ECA2800 66] iPhone7Plus, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FC200][0000094D3ECA5000 66] iPhoneSE, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FC400][0000094D3ECA7800 66] iPhone8, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FC600][0000094D3ECAA000 66] iPhone8Plus, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FC800][0000094D3ECAC800 66] iPhoneX, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FCA00][0000094D3ECB0000 66] iPhoneXS, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FCC00][0000094D3ECB2800 66] iPhoneXSMax, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FCE00][0000094D3ECB5000 66] iPhoneXR, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FD000][0000094D3ECB7800 66] iPhone11, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FD200][0000094D3ECBA000 66] iPhone11Pro, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FD400][0000094D3ECBC800 66] iPhone11ProMax, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FD600][0000094D3ECC0000 66] iPhoneSE2, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FD800][0000094D3ECC2800 66] iPhone12Mini, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FDA00][0000094D3ECC5000 66] iPhone12, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FDC00][0000094D3ECC7800 66] iPhone12Pro, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FDE00][0000094D3ECCA000 66] iPhone12ProMax, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FE000][0000094D3ECCC800 66] iPhone13Mini, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FE200][0000094D3ECD0000 66] iPhone13, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FE400][0000094D3ECD2800 66] iPhone13Pro, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FE600][0000094D3ECD5000 66] iPhone13ProMax, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FE800][0000094D3ECD7800 66] iPhoneSE3, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FEA00][0000094D3ECDA000 66] iPhone14, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FEC00][0000094D3ECDC800 66] iPhone14Plus, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FEE00][0000094D3ED20000 66] iPhone14Pro, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FF000][0000094D3ED22800 66] iPhone14ProMax, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FF200][0000094D3ED25000 66] iPhone15, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FF400][0000094D3ED27800 66] iPhone15Plus, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FF600][0000094D3ED2A000 66] iPhone15Pro, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FF800][0000094D3ED2C800 66] iPhone15ProMax, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FFA00][0000094D3ED30000 66] iPadPro105, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FFC00][0000094D3ED32800 66] iPadPro129, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E6FFE00][0000094D3ED35000 66] iPadPro97, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3E1BFE00][0000094D3ED37800 66] iPadPro2_129, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D31256600][0000094D3ED3A000 66] iPad5, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC70000][0000094D3ED3C800 66] iPad6, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC70200][0000094D3ED40000 66] iPad7, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC70400][0000094D3ED42800 66] iPad8, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC70600][0000094D3ED45000 66] iPad9, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC70800][0000094D3ED47800 66] iPad10, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC70A00][0000094D3ED4A000 66] iPadPro11, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC70C00][0000094D3ED4C800 66] iPadPro2_11, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC70E00][0000094D3ED50000 66] iPadPro3_11, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC71000][0000094D3ED52800 66] iPadPro4_11, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC71200][0000094D3ED55000 66] iPadPro3_129, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC71400][0000094D3ED57800 66] iPadPro4_129, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC71600][0000094D3ED5A000 66] iPadPro5_129, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC71800][0000094D3ED5C800 66] iPadPro6_129, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC71A00][0000094D3ED60000 66] AppleTV, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC71C00][0000094D3ED62800 66] AppleTV4K, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC71E00][0000094D3ED65000 66] AppleTV2_4K, 
-[2024.01.12-23.49.44:652][  0]LogDeviceProfileManager: 	[0000094D3EC72000][0000094D3ED67800 66] TVOS, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC72200][0000094D3ED6A000 66] Mac, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC72400][0000094D3ED6C800 66] MacEditor, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC72600][0000094D3ED70000 66] MacClient, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC72800][0000094D3ED72800 66] MacServer, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC72A00][0000094D3ED75000 66] Linux, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC72C00][0000094D3ED77800 66] LinuxEditor, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC72E00][0000094D3ED7A000 66] LinuxArm64Editor, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC73000][0000094D3ED7C800 66] LinuxArm64, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC73200][0000094D3ED80000 66] LinuxClient, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC73400][0000094D3ED82800 66] LinuxArm64Client, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC73600][0000094D3ED85000 66] LinuxServer, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC73800][0000094D3ED87800 66] LinuxArm64Server, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC73A00][0000094D3ED8A000 66] Android, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC73C00][0000094D3ED8C800 66] Android_Preview_OpenGL, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC73E00][0000094D3ED90000 66] Android_Preview_Vulkan, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC74000][0000094D3ED92800 66] Android_Low, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC74200][0000094D3ED95000 66] Android_Mid, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC74400][0000094D3ED97800 66] Android_High, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC74600][0000094D3ED9A000 66] Android_Default, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC74800][0000094D3ED9C800 66] Android_Adreno4xx, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC74A00][0000094D3EDA0000 66] Android_Adreno5xx_Low, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC74C00][0000094D3EDA2800 66] Android_Adreno5xx, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC74E00][0000094D3EDA5000 66] Android_Adreno6xx, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC75000][0000094D3EDA7800 66] Android_Adreno6xx_Vulkan, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC75200][0000094D3EDAA000 66] Android_Adreno7xx, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC75400][0000094D3EDAC800 66] Android_Adreno7xx_Vulkan, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC75600][0000094D3EDB0000 66] Android_Mali_T6xx, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC75800][0000094D3EDB2800 66] Android_Mali_T7xx, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC75A00][0000094D3EDB5000 66] Android_Mali_T8xx, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC75C00][0000094D3EDB7800 66] Android_Mali_G71, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC75E00][0000094D3EDBA000 66] Android_Mali_G72, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC76000][0000094D3EDBC800 66] Android_Mali_G72_Vulkan, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC76200][0000094D3EDC0000 66] Android_Mali_G76, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC76400][0000094D3EDC2800 66] Android_Mali_G76_Vulkan, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC76600][0000094D3EDC5000 66] Android_Mali_G77, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC76800][0000094D3EDC7800 66] Android_Mali_G77_Vulkan, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC76A00][0000094D3EDCA000 66] Android_Mali_G78, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC76C00][0000094D3EDCC800 66] Android_Mali_G78_Vulkan, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC76E00][0000094D3EDD0000 66] Android_Mali_G710, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC77000][0000094D3EDD2800 66] Android_Mali_G710_Vulkan, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC77400][0000094D3EDD5000 66] Android_Mali_G7xx, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC77600][0000094D3EDD7800 66] Android_Mali_G7xx_Vulkan, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC77800][0000094D3EDDA000 66] Android_Xclipse_920, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC77A00][0000094D3EDDC800 66] Android_Xclipse_920_Vulkan, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC77E00][0000094D3EDE0000 66] Android_Vulkan_SM5, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC78000][0000094D3EDE2800 66] Android_PowerVR_G6xxx, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC78200][0000094D3EDE5000 66] Android_PowerVR_GT7xxx, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC78400][0000094D3EDE7800 66] Android_PowerVR_GE8xxx, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC78600][0000094D3EDEA000 66] Android_PowerVR_GM9xxx, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC78800][0000094D3EDEC800 66] Android_PowerVR_GM9xxx_Vulkan, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC78A00][0000094D3EDF0000 66] Android_TegraK1, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC78C00][0000094D3EDF2800 66] Android_Unknown_Vulkan, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC78E00][0000094D3EDF5000 66] Oculus_Quest, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC79000][0000094D3EDF7800 66] Oculus_Quest2, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC79200][0000094D3EDFA000 66] Meta_Quest_Pro, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC79400][0000094D3EDFC800 66] Meta_Quest_3, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC79600][0000094D3EE00000 66] HoloLens, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: 	[0000094D3EC79800][0000094D3EE02800 66] MagicLeap_Vulkan, 
-[2024.01.12-23.49.44:653][  0]LogDeviceProfileManager: Active device profile: [0000094D3E6FA000][0000094D3209C800 66] WindowsEditor
-[2024.01.12-23.49.44:653][  0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor"
-[2024.01.12-23.49.44:653][  0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../digital_art/BackroomsDigitalArt/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush
-[2024.01.12-23.49.44:653][  0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write.
-[2024.01.12-23.49.44:653][  0]LogTurnkeySupport: Turnkey Platform: Android: (Status=Invalid, Allowed_Sdk=r25b, Current_Sdk=, Allowed_AutoSdk=r25b, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
-[2024.01.12-23.49.44:653][  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.01.12-23.49.44:653][  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.01.12-23.49.44:653][  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.01.12-23.49.44:653][  0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Invalid, MinAllowed_Sdk=10.0.00000.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=, Allowed_AutoSdk=10.0.18362.0, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
-[2024.01.12-23.49.44:656][  0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_1.log" -log="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_1.log" -project="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -Device=Win64@DESKTOP-2MPQGVL'
-[2024.01.12-23.49.44:656][  0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""G:/UnrealEngines/UE_5.3/Engine/Build/BatchFiles/RunUAT.bat"  -ScriptsForProject="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_1.log" -log="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_1.log" -project="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -Device=Win64@DESKTOP-2MPQGVL" -nocompile -nocompileuat ]
-[2024.01.12-23.49.44:728][  0]LogMaterial: WorldGridMaterial-SM5-Default: MATSM_DA9E5626FCAE01590760E73DF088B4B4_PCD3D_SM5_-86156035__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC0_VFO_SKYATM_SKYHF_SLWSMDLT_gs1_sdct_VT-0-0-1-0_MIN_DF_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_347391141DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM5_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_A05E64F5EBD44C64BD24277E1DB8EBB792FC705C___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F1D3D5B5AF4A6D9ADE7391C36E24BD5A02F4BAF61_FLumenCardPS<false>0_0_0D25E975B63E407DD6CCDFE4BE03CD3DF848122EAC200DC679A410C1D8AF12A00F0044876007851BC_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F5F6D284012F74DD2CFC45AAEF7606EB9D574CE14_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B4E731E4363CF47597678D99A2AE4FAE80343B3DC_TLightMapDensityPSTLightMapPolicyHQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523A6F8EDE90BA70B7A37D281661EEE0A46689F58DC5_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316FDA2E61854F80E0F91AE4D21CD0BB79DEC508B58_TBasePassPSTLightMapPolicyLQSkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B43165D7C57B710379F5E917839EBE882255DAA29AF8C_FLandscapeGrassWeightVS0_0_077204F3CE0C4459388557E81DE05752C3D36790F47C0690A66AEBFB62A3248327AB8B3401F67DA0D_TLightMapDensityVSFNoLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523ACE92005F85D160B7FACC465666DB47AD63FF14F7_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_067553F61B5470C464BC7EDD63DFF5C95B47B43168A2DFEB19681995675B59DD9556978C705446847_FHitProxyVS0_0_035066ECBC7ACAFB429F4F029D7F02660C69AAB0A52D62CB854026D5374EC4E8A00F09A8B1D3302B8_FHitProxyPS0_0_0E427B9138BA536F768FD73ED5EBD629434FE712F591AC01CFB8D5107B679B4AC4E6A2D25CEE2821A_FLandscapeGrassWeightPS0_0_077204F3CE0C4459388557E81DE05752C3D36790FB0B2C106151A19D437E6A81208418E180C9A94FC_TBasePassPSFNoLightMapPolicy0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316AA7AFF0410210797DA8DBFDCE4DCE7BD73648BF2_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14BF87CEE5C05DBEF9DC24EE7C0F6CF60618ED0AF73_TDepthOnlyVS<true>0_0_0A4B1DB9B93D59E72F068E9E0A27D85C1396E331A6C2F9E9E0F29C1CC4BD070290C8B56F4775CBAE7_FLandscapePhysicalMaterialPS0_0_020E1030965D9050BE2F2C5A9779AD02AE39502F1EB9F96523E4AC1F2529D86D76BDF869A153FCD4A_TLightMapDensityVSFDummyLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523A7B900AFE3BA5C55A32FF9BDFB44D3099D0056480_FLumenCardVS0_0_06124D99229D9D82CAA55E03425A9B9C0FD582F11CC43E529207B75738B69C90E919763AEC6FA2C8A_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_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_OnePassPointLight0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B95DED9C73DC5F223F091004CF57334C099017CF0_TBasePassPSTLightMapPolicyLQ0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431673C1FA12A57DB2481B209BC117CF77EAF777E48D_TLightMapDensityPSTLightMapPolicyLQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523A60462DA9E455B94945F102A0576E9055D6B63400_TBasePassVSTLightMapPolicyLQ0_0_0F0765E97F80A58082337947551EC5C71F929BC6C15BE5EAD592CA3B8CD12BA18828DD2294877D9CA_TLightMapDensityVSTLightMapPolicyHQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523AE6479A49666B1424EE545AF64EE0BE2ED2964B8F_FDebugViewModePS0_0_0CCFA47BD7FA67195CAFC899931E16F7252214F020074CFCF9A67BE69CCE53140F9193C858B3006EA_TBasePassPSTLightMapPolicyHQSkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431634F240AFBCA6DC4F1885665AD7EBA74031254A3C_TDepthOnlyVS<false>0_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_FGeometryCacheVertexVertexFactoryF7A2A7134F95BD0D46418459582942D14D992DC476143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C13F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C1B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE2699101414144444144414441414141414444474010101010101314544441433140101340101014244645121414141424024141414141413133044444437241444444444044444444444444444444341414141424140444444444444243414141414151010003131313123313143434143413142312144404444413131313144403101010151010101010113161656434343434116161616161666243161616161303434344414444444441415151510103001013115161616166244444444444400040404040404040404040404040434343434344444444444444444040404040404044444444404040404444444444444444344444444241442141444444424141414441444141414141414131313131313131444344444444414141414141414141414141434343444444444444434440444141414144414141414141434141414441414141444441444141414133444424444441414143234141414141314141414241234342424242424241434343414341414441414131313134324441414124414131313444444341414121212424213144444444444212222614114221012121212124344444444444404141510151015304341013314146001444444510110151515151616161616101010101015052421316161616161131316260101110044313131413143411014101010101010101010151010101010103044510110101010101010101010101010101010101010101010106001404044414040421213131344141010101016101010101010101310100024313131416161611010161646421413131312121212121212121414444444444414024444442121212121212121212121213121212121212121212121412121212121212121214344314110131313131616161616161616023144444444434144414141414242212121212121212121213121212121212121212121212121212121444442424243434341414441414141414444444444444444214421101313131313131616161606010121010101015101210140444444043424044424141315004444444444443434101313133214030404040434144434143314433414331433143414341433141333143314221414131414141343144121644444444440444644444404440444010151015101510111000101010101010101010101010101202232242414131313130301404044414040210101010110101010101010404424241413131000444444444444444444444444444444444444444444444444444444444444444444444444444440444444444434144414141414342414040121213131222222220101010101011010101010404424241414121010101010101010141410101510101010004044444451510101350404341404404040404040404040404040404040434343434343434444434343434040404040404043434343404040404444424244443444444444424221414141444444424141414341414141414141313131313131314141444344444444414141414141414141414141434343444444444444434440444141414144414141414141434141414441414141444441414141314143214444444441412143434141413141414141412241434342424242424241434343414341414441313131313144424441214144313131414444444341212121212431414144444444010151515151515151515151010101010101010101515151510101015101510151015101510151010101010101015101615101510151015101510151015101510151015101313151515151015101510151015101015101510161614441510144510101616171614343101313131313131343242212131414141010101000000011000000130000001300000013000000130000001300000013000000140000000C00000013000000130000000D000000090000001400000010000000100000000800000009000000080000002500000010000000100000001300000009000000080000000800000010000000100000001000000010000000100000000800000008000000080000001000000010000000D8000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000140000001000000008000000080000000800000014000000140000001300000008000000100000000800000008000000080000000800000008000000080000001300000010000000140000000800000012000000130000001300000013000000130000001300000013000000130000000D0000001300000008000000100000001100000009000000080000000900000008000000080000001700000009000000080000000900000008000000090000000800000009000000080000000C000000090000000800000009000000090000000900000009000000090000000900000009000000080000000800000008000000080000000800000013000000100000001000000010000000170000001000000010000000100000001000000009000000090000000900000009000000100000001000000010000000100000001000000010000000080000001A00000014000000280000000D000000440000000B0000000B00000013000000130000000900000009000000090000001400000008000000100000000D0000000C0000001000000008000000080000002D00000010000000100000001000000010000000100000001000000010000000090000000900000008000000080000000800000008000000130000000E0000000900000009000000090000000900000009000000090000000900000009000000090000000900000009000000090000000C000000080000000A0000000C00000013000000100000001000000010000000100000001000000010000000100000000D0000000F00000009000000080000000900000008000000090000000C00000008000000130000001300000026000000100000000F000000140000000900000009000000090000000900000009000000100000001D000000130000001300000013000000130000001300000009000000080000000C00000008000000090000000800000009000000080000001400000014000000080000001000000009000000080000001300000008000000100000000800000008000000100000001000000041010000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000140000001000000010000000100000001000000009000000433AFC833894B7681A1D3DDBA35F7F5A9509A89900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5;
-[2024.01.12-23.49.44:767][  0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction
-[2024.01.12-23.49.44:767][  0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction
-[2024.01.12-23.49.44:767][  0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging
-[2024.01.12-23.49.44:767][  0]LogMeshReduction: Display: No distributed automatic mesh merging module available
-[2024.01.12-23.49.44:767][  0]LogMeshMerging: No distributed automatic mesh merging module available
-[2024.01.12-23.49.45:046][  0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None
-[2024.01.12-23.49.45:046][  0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled
-[2024.01.12-23.49.45:055][  0]LogUObjectArray: 22493 objects as part of root set at end of initial load.
-[2024.01.12-23.49.45:055][  0]LogUObjectAllocator: 6340896 out of 0 bytes used by permanent object pool.
-[2024.01.12-23.49.45:055][  0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
-[2024.01.12-23.49.45:060][  0]LogLiveCoding: Display: Starting LiveCoding
-[2024.01.12-23.49.45:060][  0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development
-[2024.01.12-23.49.45:063][  0]LogLiveCoding: Display: First instance in process group "UE_BackroomsDigitalArt_0x5c31fbc3", spawning console
-[2024.01.12-23.49.45:066][  0]LogLiveCoding: Display: Waiting for server
-[2024.01.12-23.49.45:081][  0]LogSlate: Border
-[2024.01.12-23.49.45:081][  0]LogSlate: BreadcrumbButton
-[2024.01.12-23.49.45:081][  0]LogSlate: Brushes.Title
-[2024.01.12-23.49.45:081][  0]LogSlate: Default
-[2024.01.12-23.49.45:081][  0]LogSlate: Icons.Save
-[2024.01.12-23.49.45:081][  0]LogSlate: Icons.Toolbar.Settings
-[2024.01.12-23.49.45:081][  0]LogSlate: ListView
-[2024.01.12-23.49.45:081][  0]LogSlate: SoftwareCursor_CardinalCross
-[2024.01.12-23.49.45:081][  0]LogSlate: SoftwareCursor_Grab
-[2024.01.12-23.49.45:081][  0]LogSlate: TableView.DarkRow
-[2024.01.12-23.49.45:081][  0]LogSlate: TableView.Row
-[2024.01.12-23.49.45:081][  0]LogSlate: TreeView
-[2024.01.12-23.49.45:169][  0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started...
-[2024.01.12-23.49.45:171][  0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 2 ms
-[2024.01.12-23.49.45:183][  0]LogInit: XR: Instanced Stereo Rendering is Disabled
-[2024.01.12-23.49.45:183][  0]LogInit: XR: MultiViewport is Disabled
-[2024.01.12-23.49.45:183][  0]LogInit: XR: Mobile Multiview is Disabled
-[2024.01.12-23.49.45:341][  0]LogTurnkeySupport: Completed device detection: Code = 0
-[2024.01.12-23.49.45:400][  0]LogLiveCoding: Display: Successfully initialized, removing startup thread
-[2024.01.12-23.49.45:414][  0]LogAudio: Display: Registering Engine Module Parameter Interfaces...
-[2024.01.12-23.49.45:431][  0]LogMetasoundEngine: MetaSound Engine Initialized
-[2024.01.12-23.49.45:568][  0]LogTcpMessaging: Initializing TcpMessaging bridge
-[2024.01.12-23.49.45:572][  0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666.
-[2024.01.12-23.49.45:574][  0]LogUdpMessaging: Display: Added local interface '192.168.3.163' to multicast group '230.0.0.1:6666'
-[2024.01.12-23.49.45:599][  0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 7F9F63F948B73682D3920495F104AC25 | Instance: 2319ACA0445C1964B13479A39542FBA4 (DESKTOP-2MPQGVL-21108).
-[2024.01.12-23.49.45:759][  0]LogPython: Using Python 3.9.7
-[2024.01.12-23.49.46:474][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
-[2024.01.12-23.49.46:474][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
-[2024.01.12-23.49.46:491][  0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance
-[2024.01.12-23.49.46:582][  0]LogTemp: OpenXR ignores max viewport resolution in editor to support full HMD resolutions.
-[2024.01.12-23.49.46:714][  0]LogUProjectInfo: Found projects:
-[2024.01.12-23.49.46:717][  0]SourceControl: Revision control is disabled
-[2024.01.12-23.49.46:719][  0]SourceControl: Revision control is disabled
-[2024.01.12-23.49.46:735][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.12-23.49.46:735][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.12-23.49.46:736][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.12-23.49.46:980][  0]LogOpenImageDenoise: OIDN starting up
-[2024.01.12-23.49.47:016][  0]LogCollectionManager: Loaded 0 collections in 0.000725 seconds
-[2024.01.12-23.49.47:017][  0]LogFileCache: Scanning file cache for directory 'G:/digital_art/BackroomsDigitalArt/Saved/Collections/' took 0.00s
-[2024.01.12-23.49.47:019][  0]LogFileCache: Scanning file cache for directory 'G:/digital_art/BackroomsDigitalArt/Content/Developers/Windowssucks/Collections/' took 0.00s
-[2024.01.12-23.49.47:020][  0]LogFileCache: Scanning file cache for directory 'G:/digital_art/BackroomsDigitalArt/Content/Collections/' took 0.00s
-[2024.01.12-23.49.47:278][  0]LogEngine: Initializing Engine...
-[2024.01.12-23.49.47:282][  0]LogHMD: HMD configured for shader platform PCD3D_SM5, bIsMobileMultiViewEnabled=0, bProjectionLayerAlphaEnabled=0
-[2024.01.12-23.49.47:283][  0]LogStats: UGameplayTagsManager::InitializeManager -  0.000 s
-[2024.01.12-23.49.47:342][  0]LogInit: Initializing FReadOnlyCVARCache
-[2024.01.12-23.49.47:347][  0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.12-23.49.47:348][  0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.12-23.49.47:353][  0]LogAIModule: Creating AISystem for world Untitled
-[2024.01.12-23.49.47:354][  0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use.
-[2024.01.12-23.49.47:354][  0]LogInit: Texture streaming: Enabled
-[2024.01.12-23.49.47:366][  0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/. AppVersion = 5.3.2-29314046+++UE5+Release-5.3
-[2024.01.12-23.49.47:371][  0]LogAudio: Display: Initializing Audio Device Manager...
-[2024.01.12-23.49.47:378][  0]LogAudio: Display: Loading Default Audio Settings Objects...
-[2024.01.12-23.49.47:378][  0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load).
-[2024.01.12-23.49.47:378][  0]LogAudio: Display: AudioInfo: 'BINKA' Registered
-[2024.01.12-23.49.47:379][  0]LogAudio: Display: AudioInfo: 'PCM' Registered
-[2024.01.12-23.49.47:379][  0]LogAudio: Display: AudioInfo: 'ADPCM' Registered
-[2024.01.12-23.49.47:379][  0]LogAudio: Display: AudioInfo: 'OGG' Registered
-[2024.01.12-23.49.47:379][  0]LogAudio: Display: AudioInfo: 'OPUS' Registered
-[2024.01.12-23.49.47:379][  0]LogAudio: Display: Audio Device Manager Initialized
-[2024.01.12-23.49.47:379][  0]LogAudio: Display: Creating Audio Device:                 Id: 1, Scope: Shared, Realtime: True
-[2024.01.12-23.49.47:379][  0]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.12-23.49.47:379][  0]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.12-23.49.47:379][  0]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.12-23.49.47:379][  0]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.12-23.49.47:379][  0]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.12-23.49.47:379][  0]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.12-23.49.47:379][  0]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.12-23.49.47:379][  0]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.12-23.49.47:380][  0]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.12-23.49.47:380][  0]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.12-23.49.47:380][  0]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.12-23.49.47:384][  0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.12-23.49.47:538][  0]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.12-23.49.47:538][  0]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.12-23.49.47:540][  0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.12-23.49.47:540][  0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.12-23.49.47:541][  0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1
-[2024.01.12-23.49.47:541][  0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1
-[2024.01.12-23.49.47:542][  0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1
-[2024.01.12-23.49.47:542][  0]LogInit: FAudioDevice initialized with ID 1.
-[2024.01.12-23.49.47:542][  0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1
-[2024.01.12-23.49.47:542][  0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'.
-[2024.01.12-23.49.47:542][  0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1
-[2024.01.12-23.49.47:553][  0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1"
-[2024.01.12-23.49.47:555][  0]LogInit: Undo buffer set to 32 MB
-[2024.01.12-23.49.47:555][  0]LogInit: Transaction tracking system initialized
-[2024.01.12-23.49.47:571][  0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../../digital_art/BackroomsDigitalArt/Saved/SourceControl/UncontrolledChangelists.json
-[2024.01.12-23.49.47:571][  0]LogSourceControl: Uncontrolled asset enumeration started...
-[2024.01.12-23.49.47:573][  0]LogSourceControl: Uncontrolled asset enumeration finished in 0.002143 seconds (Found 160 uncontrolled assets)
-[2024.01.12-23.49.47:578][  0]BlueprintLog: New page: Editor Load
-[2024.01.12-23.49.47:635][  0]LocalizationService: Localization service is disabled
-[2024.01.12-23.49.47:650][  0]TimingProfiler: Initialize
-[2024.01.12-23.49.47:650][  0]TimingProfiler: OnSessionChanged
-[2024.01.12-23.49.47:650][  0]LoadingProfiler: Initialize
-[2024.01.12-23.49.47:650][  0]LoadingProfiler: OnSessionChanged
-[2024.01.12-23.49.47:650][  0]NetworkingProfiler: Initialize
-[2024.01.12-23.49.47:650][  0]NetworkingProfiler: OnSessionChanged
-[2024.01.12-23.49.47:650][  0]MemoryProfiler: Initialize
-[2024.01.12-23.49.47:650][  0]MemoryProfiler: OnSessionChanged
-[2024.01.12-23.49.47:710][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.12-23.49.47:710][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.12-23.49.47:711][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.12-23.49.47:778][  0]LogFileCache: Scanning file cache for directory 'G:/digital_art/BackroomsDigitalArt/Content/' took 0.01s
-[2024.01.12-23.49.47:942][  0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized.
-[2024.01.12-23.49.47:965][  0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init()
-[2024.01.12-23.49.47:967][  0]SourceControl: Revision control is disabled
-[2024.01.12-23.49.48:005][  0]LogAssetRegistry: Display: Triggering cache save on discovery complete
-[2024.01.12-23.49.48:061][  0]LogSlate: Took 0.000163 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K)
-[2024.01.12-23.49.48:075][  0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-2MPQGVL: (Name=DESKTOP-2MPQGVL, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.22631.0, Flags="Device_InstallSoftwareValid")
-[2024.01.12-23.49.48:576][  0]LogAssetRegistry: Display: Asset registry cache written as 17.5 MiB to ../../../../../digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_*.bin
-[2024.01.12-23.49.50:904][  0]LogSlate: Window 'Restore Packages' being destroyed
-[2024.01.12-23.49.51:947][  0]LogSlate: Window 'Unable to Check Out From Revision Control!' being destroyed
-[2024.01.12-23.49.51:953][  0]Message dialog closed, result: Ok, title: Unable to Check Out From Revision Control!, text: The following assets could not be successfully checked out from revision control:
-/Game/GameMap/Walls/Wall_Material
-/Game/GameMap/Walls/Wall_Instance
-/Game/GameMap/Ceiling/Ceiling_Material
-/Game/GameMap/Ceiling/Ceiling_Material_Inst
-/Game/Materials/Test
-/Game/Materials/Test_Inst
-/Game/GameMap/Floor/Floor_Material
-/Game/GameMap/Floor/Floor_Material_Inst
-[2024.01.12-23.49.51:960][  0]LogUnrealEdMisc: Loading editor; pre map load, took 9.919
-[2024.01.12-23.49.51:961][  0]Cmd: MAP LOAD FILE="../../../../../digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=3
-[2024.01.12-23.49.51:961][  0]LightingResults: New page: Lighting Build
-[2024.01.12-23.49.51:963][  0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true
-[2024.01.12-23.49.51:963][  0]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.12-23.49.51:964][  0]MapCheck: New page: Map Check
-[2024.01.12-23.49.51:964][  0]LightingResults: New page: Lighting Build
-[2024.01.12-23.49.51:967][  0]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.12-23.49.51:970][  0]LogUObjectHash: Compacting FUObjectHashTables data took   0.62ms
-[2024.01.12-23.49.52:111][  0]LogDeviceProfileManager: Going up to parent DeviceProfile []
-[2024.01.12-23.49.52:133][  0]LogAudio: Display: Audio Device (ID: 1) registered with world 'BackroomsMap'.
-[2024.01.12-23.49.52:133][  0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.12-23.49.52:133][  0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.12-23.49.52:134][  0]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.12-23.49.52:183][  0]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
-[2024.01.12-23.49.52:191][  0]LogUObjectHash: Compacting FUObjectHashTables data took   0.52ms
-[2024.01.12-23.49.52:191][  0]Cmd: MAP CHECKDEP NOCLEARLOG
-[2024.01.12-23.49.52:191][  0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0,093ms to complete.
-[2024.01.12-23.49.52:196][  0]LogUnrealEdMisc: Total Editor Startup Time, took 10.154
-[2024.01.12-23.49.52:196][  0]LogShaderCompilers: Display: ================================================
-[2024.01.12-23.49.52:196][  0]LogShaderCompilers: Display: === FShaderJobCache stats ===
-[2024.01.12-23.49.52:196][  0]LogShaderCompilers: Display: Total job queries 0, among them cache hits 0 (0.00%)
-[2024.01.12-23.49.52:196][  0]LogShaderCompilers: Display: Tracking 0 distinct input hashes that result in 0 distinct outputs (0.00%)
-[2024.01.12-23.49.52:196][  0]LogShaderCompilers: Display: RAM used: 240,00 B of 1,60 GiB budget. Usage: 0.00%
-[2024.01.12-23.49.52:196][  0]LogShaderCompilers: Display: === Shader Compilation stats ===
-[2024.01.12-23.49.52:196][  0]LogShaderCompilers: Display: Shaders Compiled: 0
-[2024.01.12-23.49.52:196][  0]LogShaderCompilers: Display: Jobs assigned 0, completed 0 (0%)
-[2024.01.12-23.49.52:196][  0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 0.00 s
-[2024.01.12-23.49.52:196][  0]LogShaderCompilers: Display: ================================================
-[2024.01.12-23.49.52:277][  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.01.12-23.49.52:277][  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.01.12-23.49.52:277][  0]LogSlate: The tab "LevelEditorToolBar" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed.
-[2024.01.12-23.49.52:287][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.12-23.49.52:295][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.12-23.49.52:302][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.12-23.49.52:309][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.12-23.49.52:343][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.12-23.49.52:343][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/StarterContent.upack', mount point: 'root:/'
-[2024.01.12-23.49.52:343][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.12-23.49.52:343][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/'
-[2024.01.12-23.49.52:344][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.12-23.49.52:344][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/'
-[2024.01.12-23.49.52:344][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.12-23.49.52:344][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/'
-[2024.01.12-23.49.52:344][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.12-23.49.52:344][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/'
-[2024.01.12-23.49.52:344][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.12-23.49.52:345][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/'
-[2024.01.12-23.49.52:345][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.12-23.49.52:345][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_TopDown.upack', mount point: 'root:/'
-[2024.01.12-23.49.52:345][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.12-23.49.52:345][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/'
-[2024.01.12-23.49.52:345][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.12-23.49.52:345][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/'
-[2024.01.12-23.49.52:345][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.12-23.49.52:345][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/'
-[2024.01.12-23.49.52:409][  0]LogSlate: Took 0.000100 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K)
-[2024.01.12-23.49.52:410][  0]LogSlate: Took 0.000063 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K)
-[2024.01.12-23.49.52:431][  0]LogViewport: Scene viewport resized to 1342x892, mode Windowed.
-[2024.01.12-23.49.52:585][  0]LogStall: Startup...
-[2024.01.12-23.49.52:587][  0]LogStall: Startup complete.
-[2024.01.12-23.49.52:591][  0]LogLoad: (Engine Initialization) Total time: 10.55 seconds
-[2024.01.12-23.49.52:591][  0]LogLoad: (Engine Initialization) Total Blueprint compile time: 0.00 seconds
-[2024.01.12-23.49.52:635][  0]LogAssetRegistry: AssetRegistryGather time 0.0762s: AssetDataDiscovery 0.0201s, AssetDataGather 0.0219s, StoreResults 0.0342s.
-[2024.01.12-23.49.52:653][  0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000005 seconds (updated 0 objects)
-[2024.01.12-23.49.52:705][  0]LogContentStreaming: Texture pool size now 1000 MB
-[2024.01.12-23.49.52:757][  1]LogPython: registering <class 'ControlRigWorkflows.workflow_deformation_rig_preset.provider'>
-
-[2024.01.12-23.49.52:764][  1]Running Python start-up script 'G:/UnrealEngines/UE_5.3/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.027683 secs
-[2024.01.12-23.49.53:636][ 59]LogSlate: Took 0.000193 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K)
-[2024.01.12-23.49.58:249][353]LogSlate: Took 0.000118 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K)
-[2024.01.12-23.50.03:970][691]LogAssetEditorSubsystem: Opening Asset editor for InputAction /Game/VRTemplate/Input/Actions/myMovement/IA_2D.IA_2D
-[2024.01.12-23.50.05:842][835]LogSlate: Window 'IA_2D' being destroyed
-[2024.01.12-23.50.15:853][466]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.12-23.50.15:853][466]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.12-23.50.15:853][466]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.12-23.50.15:855][466]LogSlate: Warning: The command 'BlueprintEditorSpawnNodes.AddActorRefAction->CommandInfo' has the same default chord as 'BlueprintEditorSpawnNodes.(Class=/Script/BlueprintGraph.K2Node_Knot Key=R Shift=false Ctrl=false Alt=false)' [R]
-[2024.01.12-23.50.16:386][466]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.12-23.50.16:421][466]LogSlate: Took 0.000160 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K)
-[2024.01.12-23.50.16:665][467]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.12-23.50.24:577][322]LogUObjectGlobals: Warning: Failed to find object 'Class /Script/PCG.PCGSettings'
-[2024.01.12-23.50.27:758][611]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.12-23.50.27:765][611]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.12-23.50.27:765][611]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 01:50:27)
-[2024.01.12-23.50.27:768][611]LogOnline: OSS: Created online subsystem instance for: NULL
-[2024.01.12-23.50.27:768][611]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL]
-[2024.01.12-23.50.27:768][611]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.12-23.50.27:782][611]LogPlayLevel: PIE: StaticDuplicateObject took: (0.013552s)
-[2024.01.12-23.50.27:782][611]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.013594s)
-[2024.01.12-23.50.27:798][611]LogUObjectHash: Compacting FUObjectHashTables data took   1.14ms
-[2024.01.12-23.50.27:799][611]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.12-23.50.27:799][611]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.12-23.50.27:800][611]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.12-23.50.27:800][611]LogPlayLevel: PIE: World Init took: (0.000868s)
-[2024.01.12-23.50.27:800][611]LogAudio: Display: Creating Audio Device:                 Id: 2, Scope: Unique, Realtime: True
-[2024.01.12-23.50.27:800][611]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.12-23.50.27:800][611]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.12-23.50.27:800][611]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.12-23.50.27:800][611]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.12-23.50.27:800][611]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.12-23.50.27:800][611]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.12-23.50.27:800][611]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.12-23.50.27:800][611]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.12-23.50.27:801][611]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.12-23.50.27:801][611]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.12-23.50.27:801][611]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.12-23.50.27:803][611]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.12-23.50.27:826][611]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.12-23.50.27:826][611]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.12-23.50.27:826][611]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.12-23.50.27:826][611]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.12-23.50.27:827][611]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2
-[2024.01.12-23.50.27:827][611]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2
-[2024.01.12-23.50.27:829][611]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2
-[2024.01.12-23.50.27:829][611]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2
-[2024.01.12-23.50.27:829][611]LogInit: FAudioDevice initialized with ID 2.
-[2024.01.12-23.50.27:829][611]LogAudio: Display: Audio Device (ID: 2) registered with world 'BackroomsMap'.
-[2024.01.12-23.50.27:829][611]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2
-[2024.01.12-23.50.27:838][611]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.12-23.50.30:882][611]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.12-23.50.30:888][611]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-00.50.30
-[2024.01.12-23.50.30:888][611]LogWorld: Bringing up level for play took: 0.006454
-[2024.01.12-23.50.30:890][611]LogOnline: OSS: Created online subsystem instance for: :Context_4
-[2024.01.12-23.50.30:895][611]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.12-23.50.30:895][611]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.12-23.50.30:897][611]vr.PixelDensity = "1"
-[2024.01.12-23.50.30:899][611]PIE: Server logged in
-[2024.01.12-23.50.30:900][611]PIE: Play in editor total start time 3,135 seconds.
-[2024.01.12-23.50.30:904][611]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.12-23.50.31:048][611]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.12-23.50.31:056][611]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.12-23.50.31:059][611]LogRenderer: Warning: Resizing VR buffer to 1800 by 1000
-[2024.01.12-23.50.31:087][611]LogSlate: Took 0.000153 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K)
-[2024.01.12-23.51.04:022][ 31]LogNet: Browse: /Game/VRTemplate/Maps/VRTemplateMap
-[2024.01.12-23.51.04:022][ 31]LogLoad: LoadMap: /Game/VRTemplate/Maps/VRTemplateMap
-[2024.01.12-23.51.04:022][ 31]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.12-23.51.04:024][ 31]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.12-23.51.04:024][ 31]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.12-23.51.04:069][ 31]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.12-23.51.04:072][ 31]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.12-23.51.04:072][ 31]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.12-23.51.04:073][ 31]LogUObjectHash: Compacting FUObjectHashTables data took   1.11ms
-[2024.01.12-23.51.04:210][ 31]LogAudio: Display: Audio Device (ID: 2) registered with world 'VRTemplateMap'.
-[2024.01.12-23.51.04:210][ 31]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.12-23.51.04:210][ 31]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.12-23.51.04:210][ 31]LogAIModule: Creating AISystem for world VRTemplateMap
-[2024.01.12-23.51.04:211][ 31]LogPlayLevel: PIE: World Init took: (0.000917s)
-[2024.01.12-23.51.04:211][ 31]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.12-23.51.04:213][ 31]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Engine/EngineSky/SM_SkySphere.SM_SkySphere being ready before playing
-[2024.01.12-23.51.04:213][ 31]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Engine/VREditor/BasicMeshes/SM_Cube_01.SM_Cube_01 being ready before playing
-[2024.01.12-23.51.04:213][ 31]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Engine/VREditor/BasicMeshes/SM_Ball_01.SM_Ball_01 being ready before playing
-[2024.01.12-23.51.04:213][ 31]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/LevelPrototyping/Meshes/SM_ChamferCube.SM_ChamferCube being ready before playing
-[2024.01.12-23.51.04:213][ 31]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/LevelPrototyping/Meshes/SM_Cube.SM_Cube being ready before playing
-[2024.01.12-23.51.04:221][ 31]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2024.01.13-00.51.04
-[2024.01.12-23.51.04:221][ 31]LogWorld: Bringing up level for play took: 0.007830
-[2024.01.12-23.51.04:224][ 31]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.12-23.51.04:225][ 31]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.12-23.51.04:226][ 31]vr.PixelDensity = "1"
-[2024.01.12-23.51.04:226][ 31]LogLoad: Took 0.203516 seconds to LoadMap(/Game/VRTemplate/Maps/VRTemplateMap)
-[2024.01.12-23.51.04:454][ 34]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer
-[2024.01.12-23.51.05:261][ 63]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.12-23.51.05:355][ 65]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.12-23.51.05:459][ 68]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.12-23.51.51:140][123]LogNet: Browse: /Game/VRTemplate/Maps/VRTemplateMap
-[2024.01.12-23.51.51:140][123]LogLoad: LoadMap: /Game/VRTemplate/Maps/VRTemplateMap
-[2024.01.12-23.51.51:140][123]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap
-[2024.01.12-23.51.51:141][123]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.12-23.51.51:141][123]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.12-23.51.51:186][123]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.12-23.51.51:189][123]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.12-23.51.51:189][123]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.12-23.51.51:190][123]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
-[2024.01.12-23.51.51:196][123]LogAudio: Display: Audio Device (ID: 2) registered with world 'VRTemplateMap'.
-[2024.01.12-23.51.51:196][123]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.12-23.51.51:196][123]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.12-23.51.51:197][123]LogAIModule: Creating AISystem for world VRTemplateMap
-[2024.01.12-23.51.51:197][123]LogPlayLevel: PIE: World Init took: (0.000643s)
-[2024.01.12-23.51.51:197][123]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.12-23.51.51:203][123]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2024.01.13-00.51.51
-[2024.01.12-23.51.51:203][123]LogWorld: Bringing up level for play took: 0.005942
-[2024.01.12-23.51.51:205][123]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.12-23.51.51:206][123]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.12-23.51.51:206][123]vr.PixelDensity = "1"
-[2024.01.12-23.51.51:206][123]LogLoad: Took 0.066168 seconds to LoadMap(/Game/VRTemplate/Maps/VRTemplateMap)
-[2024.01.12-23.51.58:367][444]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.12-23.51.58:367][444]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap
-[2024.01.12-23.51.58:392][444]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.12-23.51.58:394][444]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.12-23.51.58:395][444]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.12-23.51.58:397][444]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.12-23.51.58:402][444]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.12-23.51.58:414][444]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2
-[2024.01.12-23.51.58:414][444]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2
-[2024.01.12-23.51.58:415][444]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2
-[2024.01.12-23.51.58:420][444]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.12-23.51.58:420][444]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.12-23.51.58:421][444]LogUObjectHash: Compacting FUObjectHashTables data took   1.16ms
-[2024.01.12-23.51.58:451][445]LogPlayLevel: Display: Destroying online subsystem :Context_4
-[2024.01.12-23.51.58:471][445]LogDerivedDataCache: C:/Users/Windows sucks/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:15.129 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 8460 files in 10081 folders with total size 478 MiB.
-[2024.01.12-23.53.08:092][707]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.12-23.53.08:144][707]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.12-23.53.08:153][707]LogPackageLocalizationCache: Processed 51 localized package path(s) for 1 prioritized culture(s) in 0.007811 seconds
-[2024.01.12-23.53.08:213][707]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.12-23.53.08:213][707]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawnAF7E4B6344B9F997383C8B864C661DB6.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.12-23.53.08:293][707]LogFileHelpers: InternalPromptForCheckoutAndSave took 200 ms
-[2024.01.12-23.53.08:295][707]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.12-23.53.08:295][707]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.12-23.53.23:658][508]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.12-23.53.23:711][508]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.12-23.53.23:772][508]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.12-23.53.23:772][508]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn921A050A42005F810B2CCEA95AD0BCB6.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.12-23.53.23:842][508]LogFileHelpers: InternalPromptForCheckoutAndSave took 183 ms (total: 384 ms)
-[2024.01.12-23.53.23:844][508]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.12-23.53.23:844][508]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.12-23.53.26:052][716]BlueprintLog: New page: Compile VRPawn
-[2024.01.12-23.53.26:117][716]LogUObjectHash: Compacting FUObjectHashTables data took   1.19ms
-[2024.01.12-23.54.01:363][326]LogAssetEditorSubsystem: Opening Asset editor for InputMappingContext /Game/VRTemplate/Input/IMC_Default.IMC_Default
-[2024.01.12-23.54.03:026][515]LogSlate: Took 0.000064 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K)
-[2024.01.12-23.55.06:083][ 11]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.12-23.55.06:112][ 11]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Input/IMC_Default" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/IMC_Default.uasset" SILENT=true
-[2024.01.12-23.55.06:114][ 11]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/IMC_Default
-[2024.01.12-23.55.06:114][ 11]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IMC_Default714C0BB2448CF559383676B016E95451.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/IMC_Default.uasset'
-[2024.01.12-23.55.06:121][ 11]LogFileHelpers: InternalPromptForCheckoutAndSave took 37 ms (total: 421 ms)
-[2024.01.12-23.55.06:141][ 11]AssetCheck: New page: Asset Save: IMC_Default
-[2024.01.12-23.55.06:141][ 11]LogContentValidation: Display: Validating /Script/EnhancedInput.InputMappingContext /Game/VRTemplate/Input/IMC_Default.IMC_Default
-[2024.01.12-23.55.09:387][279]LogAssetEditorSubsystem: Opening Asset editor for InputMappingContext /Game/VRTemplate/Input/IMC_Default.IMC_Default
-[2024.01.12-23.55.28:940][500]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.12-23.55.28:987][500]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.12-23.55.29:046][500]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.12-23.55.29:046][500]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn3E254BF24C10F4BDD5E5E8826FC787C8.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.12-23.55.29:116][500]LogFileHelpers: InternalPromptForCheckoutAndSave took 175 ms (total: 597 ms)
-[2024.01.12-23.55.29:118][500]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.12-23.55.29:118][500]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.12-23.55.38:192][583]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.12-23.55.38:217][583]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.12-23.55.38:275][583]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.12-23.55.38:275][583]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawnD94DBD3E40655185A4B8FF99E55DC938.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.12-23.55.38:281][583]LogFileHelpers: InternalPromptForCheckoutAndSave took 88 ms (total: 686 ms)
-[2024.01.12-23.55.38:283][583]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.12-23.55.38:283][583]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.12-23.55.49:612][935]LogAssetEditorSubsystem: Opening Asset editor for InputAction /Game/VRTemplate/Input/Actions/IA_Turn.IA_Turn
-[2024.01.12-23.56.20:876][665]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.12-23.56.20:903][665]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Input/Actions/myMovement/IA_2D" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/myMovement/IA_2D.uasset" SILENT=true
-[2024.01.12-23.56.20:904][665]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/Actions/myMovement/IA_2D
-[2024.01.12-23.56.20:904][665]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IA_2DC74ADB884517C9CA0BA086AC9344EC6E.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/myMovement/IA_2D.uasset'
-[2024.01.12-23.56.20:911][665]LogFileHelpers: InternalPromptForCheckoutAndSave took 35 ms (total: 721 ms)
-[2024.01.12-23.56.20:911][665]AssetCheck: New page: Asset Save: IA_2D
-[2024.01.12-23.56.20:911][665]LogContentValidation: Display: Validating /Script/EnhancedInput.InputAction /Game/VRTemplate/Input/Actions/myMovement/IA_2D.IA_2D
-[2024.01.12-23.56.44:757][521]BlueprintLog: New page: Compile VRPawn
-[2024.01.12-23.56.44:827][521]LogUObjectHash: Compacting FUObjectHashTables data took   1.49ms
-[2024.01.12-23.56.49:963][ 26]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.12-23.56.49:969][ 26]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.12-23.56.49:969][ 26]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 01:56:49)
-[2024.01.12-23.56.49:969][ 26]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.12-23.56.49:981][ 26]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012787s)
-[2024.01.12-23.56.49:981][ 26]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012817s)
-[2024.01.12-23.56.49:994][ 26]LogUObjectHash: Compacting FUObjectHashTables data took   1.13ms
-[2024.01.12-23.56.50:001][ 26]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.12-23.56.50:001][ 26]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.12-23.56.50:001][ 26]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.12-23.56.50:001][ 26]LogPlayLevel: PIE: World Init took: (0.000909s)
-[2024.01.12-23.56.50:001][ 26]LogAudio: Display: Creating Audio Device:                 Id: 3, Scope: Unique, Realtime: True
-[2024.01.12-23.56.50:001][ 26]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.12-23.56.50:001][ 26]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.12-23.56.50:001][ 26]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.12-23.56.50:001][ 26]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.12-23.56.50:001][ 26]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.12-23.56.50:001][ 26]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.12-23.56.50:001][ 26]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.12-23.56.50:001][ 26]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.12-23.56.50:002][ 26]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.12-23.56.50:002][ 26]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.12-23.56.50:002][ 26]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.12-23.56.50:004][ 26]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.12-23.56.50:028][ 26]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.12-23.56.50:028][ 26]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.12-23.56.50:028][ 26]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.12-23.56.50:028][ 26]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.12-23.56.50:029][ 26]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3
-[2024.01.12-23.56.50:029][ 26]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3
-[2024.01.12-23.56.50:030][ 26]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3
-[2024.01.12-23.56.50:030][ 26]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3
-[2024.01.12-23.56.50:030][ 26]LogInit: FAudioDevice initialized with ID 3.
-[2024.01.12-23.56.50:030][ 26]LogAudio: Display: Audio Device (ID: 3) registered with world 'BackroomsMap'.
-[2024.01.12-23.56.50:030][ 26]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3
-[2024.01.12-23.56.50:040][ 26]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.12-23.56.52:570][ 26]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.12-23.56.52:577][ 26]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-00.56.52
-[2024.01.12-23.56.52:577][ 26]LogWorld: Bringing up level for play took: 0.007359
-[2024.01.12-23.56.52:579][ 26]LogOnline: OSS: Created online subsystem instance for: :Context_8
-[2024.01.12-23.56.52:581][ 26]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.12-23.56.52:582][ 26]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.12-23.56.52:583][ 26]vr.PixelDensity = "1"
-[2024.01.12-23.56.52:585][ 26]PIE: Server logged in
-[2024.01.12-23.56.52:586][ 26]PIE: Play in editor total start time 2,617 seconds.
-[2024.01.12-23.56.52:586][ 26]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.12-23.56.52:706][ 26]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.12-23.56.52:710][ 26]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.12-23.57.22:433][237]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.12-23.57.22:433][237]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.12-23.57.22:459][237]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.12-23.57.22:462][237]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.12-23.57.22:463][237]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.12-23.57.22:465][237]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.12-23.57.22:469][237]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.12-23.57.22:483][237]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.12-23.57.22:483][237]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3
-[2024.01.12-23.57.22:484][237]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3
-[2024.01.12-23.57.22:485][237]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3
-[2024.01.12-23.57.22:491][237]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.12-23.57.22:491][237]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.12-23.57.22:492][237]LogUObjectHash: Compacting FUObjectHashTables data took   1.38ms
-[2024.01.12-23.57.22:524][238]LogPlayLevel: Display: Destroying online subsystem :Context_8
-[2024.01.12-23.57.37:072][261]LogEditorTransaction: Undo Delete current selection
-[2024.01.12-23.57.44:939][ 82]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.12-23.57.44:987][ 82]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.12-23.57.45:045][ 82]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.12-23.57.45:045][ 82]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawnEF2E84AD4B6A1DB3FC446D96244B7AD4.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.12-23.57.45:112][ 82]LogFileHelpers: InternalPromptForCheckoutAndSave took 173 ms (total: 894 ms)
-[2024.01.12-23.57.45:114][ 82]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.12-23.57.45:114][ 82]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.12-23.58.06:017][946]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.12-23.58.06:070][946]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.12-23.58.06:131][946]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.12-23.58.06:131][946]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn9999C3BD402E75890D97BA8D2D8E1305.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.12-23.58.06:201][946]LogFileHelpers: InternalPromptForCheckoutAndSave took 184 ms (total: 1.07 sec)
-[2024.01.12-23.58.06:203][946]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.12-23.58.06:203][946]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.12-23.59.42:049][547]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.12-23.59.42:075][547]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.12-23.59.42:135][547]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.12-23.59.42:135][547]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawnE25CA9354008AD30522CF6BE53DE43BC.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.12-23.59.42:140][547]LogFileHelpers: InternalPromptForCheckoutAndSave took 91 ms (total: 1.17 sec)
-[2024.01.12-23.59.42:142][547]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.12-23.59.42:142][547]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.12-23.59.42:583][600]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.12-23.59.42:611][600]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.12-23.59.42:673][600]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.12-23.59.42:673][600]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawnB641018C446DCE0BDEA529AF66C046A3.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.12-23.59.42:679][600]LogFileHelpers: InternalPromptForCheckoutAndSave took 96 ms (total: 1.26 sec)
-[2024.01.12-23.59.42:682][600]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.12-23.59.42:682][600]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.12-23.59.42:839][619]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.12-23.59.42:867][619]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.12-23.59.42:925][619]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.12-23.59.42:926][619]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawnD12750EE410DEDBB60A28B97F7AE06D0.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.12-23.59.42:931][619]LogFileHelpers: InternalPromptForCheckoutAndSave took 92 ms (total: 1.35 sec)
-[2024.01.12-23.59.42:932][619]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.12-23.59.42:932][619]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.12-23.59.43:098][639]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.12-23.59.43:126][639]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.12-23.59.43:185][639]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.12-23.59.43:185][639]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawnC476A4B1413A1423AEC201969D855565.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.12-23.59.43:191][639]LogFileHelpers: InternalPromptForCheckoutAndSave took 93 ms (total: 1.45 sec)
-[2024.01.12-23.59.43:193][639]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.12-23.59.43:193][639]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.12-23.59.43:657][695]BlueprintLog: New page: Compile VRPawn
-[2024.01.12-23.59.43:728][695]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
-[2024.01.12-23.59.45:935][818]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.12-23.59.45:941][818]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.12-23.59.45:941][818]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 01:59:45)
-[2024.01.12-23.59.45:941][818]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.12-23.59.45:954][818]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012572s)
-[2024.01.12-23.59.45:954][818]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012600s)
-[2024.01.12-23.59.45:967][818]LogUObjectHash: Compacting FUObjectHashTables data took   1.17ms
-[2024.01.12-23.59.45:977][818]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.12-23.59.45:977][818]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.12-23.59.45:977][818]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.12-23.59.45:978][818]LogPlayLevel: PIE: World Init took: (0.000871s)
-[2024.01.12-23.59.45:978][818]LogAudio: Display: Creating Audio Device:                 Id: 4, Scope: Unique, Realtime: True
-[2024.01.12-23.59.45:978][818]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.12-23.59.45:978][818]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.12-23.59.45:978][818]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.12-23.59.45:978][818]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.12-23.59.45:978][818]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.12-23.59.45:978][818]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.12-23.59.45:978][818]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.12-23.59.45:978][818]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.12-23.59.45:978][818]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.12-23.59.45:978][818]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.12-23.59.45:978][818]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.12-23.59.45:980][818]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.12-23.59.46:004][818]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.12-23.59.46:004][818]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.12-23.59.46:004][818]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.12-23.59.46:004][818]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.12-23.59.46:005][818]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4
-[2024.01.12-23.59.46:005][818]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=4
-[2024.01.12-23.59.46:006][818]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4
-[2024.01.12-23.59.46:006][818]LogInit: FAudioDevice initialized with ID 4.
-[2024.01.12-23.59.46:006][818]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4
-[2024.01.12-23.59.46:006][818]LogAudio: Display: Audio Device (ID: 4) registered with world 'BackroomsMap'.
-[2024.01.12-23.59.46:006][818]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4
-[2024.01.12-23.59.46:017][818]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.12-23.59.47:047][818]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.12-23.59.47:055][818]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-00.59.47
-[2024.01.12-23.59.47:056][818]LogWorld: Bringing up level for play took: 0.008407
-[2024.01.12-23.59.47:058][818]LogOnline: OSS: Created online subsystem instance for: :Context_9
-[2024.01.12-23.59.47:060][818]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.12-23.59.47:061][818]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.12-23.59.47:062][818]vr.PixelDensity = "1"
-[2024.01.12-23.59.47:063][818]PIE: Server logged in
-[2024.01.12-23.59.47:064][818]PIE: Play in editor total start time 1,123 seconds.
-[2024.01.12-23.59.47:065][818]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.12-23.59.47:186][818]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.12-23.59.47:190][818]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.00.08:362][680]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.00.08:362][680]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.00.08:389][680]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.13-00.00.08:392][680]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.00.08:393][680]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.00.08:394][680]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-00.00.08:399][680]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.00.08:411][680]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-00.00.08:412][680]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4
-[2024.01.13-00.00.08:412][680]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4
-[2024.01.13-00.00.08:414][680]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4
-[2024.01.13-00.00.08:420][680]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.00.08:420][680]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.00.08:421][680]LogUObjectHash: Compacting FUObjectHashTables data took   1.55ms
-[2024.01.13-00.00.08:453][681]LogPlayLevel: Display: Destroying online subsystem :Context_9
-[2024.01.13-00.00.23:793][731]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.00.23:818][731]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Input/Actions/myMovement/IA_2D" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/myMovement/IA_2D.uasset" SILENT=true
-[2024.01.13-00.00.23:819][731]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/Actions/myMovement/IA_2D
-[2024.01.13-00.00.23:819][731]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IA_2DAEE6448D419794BED39F2ABC968C5F52.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/myMovement/IA_2D.uasset'
-[2024.01.13-00.00.23:824][731]LogFileHelpers: InternalPromptForCheckoutAndSave took 31 ms (total: 1.48 sec)
-[2024.01.13-00.00.23:825][731]AssetCheck: New page: Asset Save: IA_2D
-[2024.01.13-00.00.23:825][731]LogContentValidation: Display: Validating /Script/EnhancedInput.InputAction /Game/VRTemplate/Input/Actions/myMovement/IA_2D.IA_2D
-[2024.01.13-00.00.26:844][ 85]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.00.26:874][ 85]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Input/Actions/myMovement/IA_2D" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/myMovement/IA_2D.uasset" SILENT=true
-[2024.01.13-00.00.26:874][ 85]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/Actions/myMovement/IA_2D
-[2024.01.13-00.00.26:875][ 85]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IA_2D0D24AC2B41919126D6ACE39248A81F03.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/myMovement/IA_2D.uasset'
-[2024.01.13-00.00.26:879][ 85]LogFileHelpers: InternalPromptForCheckoutAndSave took 35 ms (total: 1.51 sec)
-[2024.01.13-00.00.26:879][ 85]AssetCheck: New page: Asset Save: IA_2D
-[2024.01.13-00.00.26:879][ 85]LogContentValidation: Display: Validating /Script/EnhancedInput.InputAction /Game/VRTemplate/Input/Actions/myMovement/IA_2D.IA_2D
-[2024.01.13-00.00.40:885][940]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.13-00.00.40:892][940]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-00.00.40:892][940]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 02:00:40)
-[2024.01.13-00.00.40:893][940]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.00.40:905][940]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012876s)
-[2024.01.13-00.00.40:905][940]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012906s)
-[2024.01.13-00.00.40:919][940]LogUObjectHash: Compacting FUObjectHashTables data took   1.13ms
-[2024.01.13-00.00.40:921][940]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.00.40:921][940]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.00.40:922][940]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.00.40:922][940]LogPlayLevel: PIE: World Init took: (0.000905s)
-[2024.01.13-00.00.40:922][940]LogAudio: Display: Creating Audio Device:                 Id: 5, Scope: Unique, Realtime: True
-[2024.01.13-00.00.40:922][940]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.00.40:922][940]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.00.40:922][940]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.00.40:922][940]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.00.40:922][940]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.00.40:922][940]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.00.40:922][940]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.00.40:922][940]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.00.40:922][940]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.00.40:922][940]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.00.40:922][940]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.00.40:924][940]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.00.40:948][940]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.00.40:948][940]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.00.40:948][940]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.00.40:948][940]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.00.40:949][940]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5
-[2024.01.13-00.00.40:949][940]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=5
-[2024.01.13-00.00.40:950][940]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5
-[2024.01.13-00.00.40:951][940]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5
-[2024.01.13-00.00.40:951][940]LogInit: FAudioDevice initialized with ID 5.
-[2024.01.13-00.00.40:951][940]LogAudio: Display: Audio Device (ID: 5) registered with world 'BackroomsMap'.
-[2024.01.13-00.00.40:951][940]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5
-[2024.01.13-00.00.40:960][940]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.00.41:984][940]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.00.41:992][940]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.00.41
-[2024.01.13-00.00.41:993][940]LogWorld: Bringing up level for play took: 0.007814
-[2024.01.13-00.00.41:995][940]LogOnline: OSS: Created online subsystem instance for: :Context_10
-[2024.01.13-00.00.41:997][940]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.00.41:998][940]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.00.41:998][940]vr.PixelDensity = "1"
-[2024.01.13-00.00.42:000][940]PIE: Server logged in
-[2024.01.13-00.00.42:001][940]PIE: Play in editor total start time 1,108 seconds.
-[2024.01.13-00.00.42:001][940]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.13-00.00.42:122][940]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.13-00.00.42:127][940]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.00.56:581][518]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.00.56:582][518]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.00.56:609][518]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.13-00.00.56:612][518]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.00.56:613][518]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.00.56:615][518]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-00.00.56:620][518]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.00.56:634][518]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5
-[2024.01.13-00.00.56:634][518]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5
-[2024.01.13-00.00.56:636][518]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5
-[2024.01.13-00.00.56:641][518]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.00.56:641][518]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.00.56:643][518]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
-[2024.01.13-00.00.56:675][519]LogPlayLevel: Display: Destroying online subsystem :Context_10
-[2024.01.13-00.01.17:080][595]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.01.17:136][595]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.01.17:200][595]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.01.17:200][595]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn421637594D4C30554C09D481260275A2.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.01.17:273][595]LogFileHelpers: InternalPromptForCheckoutAndSave took 192 ms (total: 1.71 sec)
-[2024.01.13-00.01.17:274][595]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.01.17:274][595]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.01.18:194][703]BlueprintLog: New page: Compile VRPawn
-[2024.01.13-00.01.18:269][703]LogUObjectHash: Compacting FUObjectHashTables data took   1.28ms
-[2024.01.13-00.01.20:108][794]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.13-00.01.20:115][794]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-00.01.20:115][794]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 02:01:20)
-[2024.01.13-00.01.20:116][794]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.01.20:129][794]LogPlayLevel: PIE: StaticDuplicateObject took: (0.013602s)
-[2024.01.13-00.01.20:129][794]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.013637s)
-[2024.01.13-00.01.20:145][794]LogUObjectHash: Compacting FUObjectHashTables data took   1.52ms
-[2024.01.13-00.01.20:154][794]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.01.20:154][794]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.01.20:154][794]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.01.20:155][794]LogPlayLevel: PIE: World Init took: (0.001138s)
-[2024.01.13-00.01.20:155][794]LogAudio: Display: Creating Audio Device:                 Id: 6, Scope: Unique, Realtime: True
-[2024.01.13-00.01.20:155][794]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.01.20:155][794]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.01.20:155][794]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.01.20:155][794]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.01.20:155][794]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.01.20:155][794]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.01.20:155][794]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.01.20:155][794]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.01.20:155][794]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.01.20:155][794]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.01.20:155][794]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.01.20:157][794]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.01.20:182][794]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.01.20:182][794]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.01.20:182][794]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.01.20:182][794]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.01.20:183][794]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6
-[2024.01.13-00.01.20:183][794]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=6
-[2024.01.13-00.01.20:185][794]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6
-[2024.01.13-00.01.20:185][794]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6
-[2024.01.13-00.01.20:185][794]LogInit: FAudioDevice initialized with ID 6.
-[2024.01.13-00.01.20:185][794]LogAudio: Display: Audio Device (ID: 6) registered with world 'BackroomsMap'.
-[2024.01.13-00.01.20:185][794]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 6
-[2024.01.13-00.01.20:194][794]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.01.20:721][794]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.01.20:728][794]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.01.20
-[2024.01.13-00.01.20:728][794]LogWorld: Bringing up level for play took: 0.007265
-[2024.01.13-00.01.20:731][794]LogOnline: OSS: Created online subsystem instance for: :Context_11
-[2024.01.13-00.01.20:733][794]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.01.20:734][794]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.01.20:735][794]vr.PixelDensity = "1"
-[2024.01.13-00.01.20:737][794]PIE: Server logged in
-[2024.01.13-00.01.20:738][794]PIE: Play in editor total start time 0,622 seconds.
-[2024.01.13-00.01.20:738][794]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.13-00.01.20:809][794]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.13-00.01.20:815][794]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.02.16:538][149]LogLongPackageNames: Warning: Can't Find URL: Persistent Level: Input 'Persistent Level' contains one of the invalid characters for LongPackageNames: '\:*?"<>|' ,.&!~
-
	@#'.. Invalidating and reverting to Default URL.
-[2024.01.13-00.02.16:558][150]LogLongPackageNames: Warning: Can't Find URL: Persistent Level: Input 'Persistent Level' contains one of the invalid characters for LongPackageNames: '\:*?"<>|' ,.&!~
-
	@#'.. Invalidating and reverting to Default URL.
-[2024.01.13-00.02.16:558][150]LogNet: Browse: /Game/BackroomsMap
-[2024.01.13-00.02.16:558][150]LogNet: Warning: Travel Failure: [InvalidURL]: Invalid URL: /Game/BackroomsMap
-[2024.01.13-00.02.16:558][150]LogNet: TravelFailure: InvalidURL, Reason for Failure: 'Invalid URL: /Game/BackroomsMap'
-[2024.01.13-00.02.16:558][150]LogNet: Warning: Travel Failure: [ClientTravelFailure]: Invalid URL: /Game/BackroomsMap
-[2024.01.13-00.02.16:558][150]LogNet: TravelFailure: ClientTravelFailure, Reason for Failure: 'Invalid URL: /Game/BackroomsMap'
-[2024.01.13-00.02.16:580][151]LogNet: Browse: /Game/BackroomsMap?closed
-[2024.01.13-00.02.16:580][151]LogNet: Connection failed; returning to Entry
-[2024.01.13-00.02.16:580][151]LogLoad: LoadMap: /Game/BackroomsMap?closed
-[2024.01.13-00.02.16:580][151]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.02.16:581][151]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.02.16:581][151]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.02.16:622][151]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-00.02.16:624][151]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.02.16:624][151]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.02.16:626][151]LogUObjectHash: Compacting FUObjectHashTables data took   1.17ms
-[2024.01.13-00.02.16:627][151]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.02.16:639][151]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012389s)
-[2024.01.13-00.02.16:639][151]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012429s)
-[2024.01.13-00.02.16:639][151]LogAudio: Display: Audio Device (ID: 6) registered with world 'BackroomsMap'.
-[2024.01.13-00.02.16:639][151]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.02.16:640][151]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.02.16:640][151]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.02.16:640][151]LogPlayLevel: PIE: World Init took: (0.000733s)
-[2024.01.13-00.02.16:640][151]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.02.16:645][151]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.02.16
-[2024.01.13-00.02.16:645][151]LogWorld: Bringing up level for play took: 0.004970
-[2024.01.13-00.02.16:647][151]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.02.16:648][151]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.02.16:648][151]vr.PixelDensity = "1"
-[2024.01.13-00.02.16:648][151]LogLoad: Took 0.069002 seconds to LoadMap(/Game/UEDPIE_0_BackroomsMap)
-[2024.01.13-00.02.16:663][151]LogUObjectHash: Compacting FUObjectHashTables data took   1.23ms
-[2024.01.13-00.05.30:792][679]LogNet: Browse: /Game/VRTemplate/Maps/VRTemplateMap
-[2024.01.13-00.05.30:792][679]LogLoad: LoadMap: /Game/VRTemplate/Maps/VRTemplateMap
-[2024.01.13-00.05.30:792][679]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.05.30:793][679]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.05.30:794][679]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.05.30:843][679]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-00.05.30:845][679]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.05.30:845][679]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.05.30:846][679]LogUObjectHash: Compacting FUObjectHashTables data took   1.28ms
-[2024.01.13-00.05.30:854][679]LogAudio: Display: Audio Device (ID: 6) registered with world 'VRTemplateMap'.
-[2024.01.13-00.05.30:854][679]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.05.30:854][679]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.05.30:854][679]LogAIModule: Creating AISystem for world VRTemplateMap
-[2024.01.13-00.05.30:855][679]LogPlayLevel: PIE: World Init took: (0.000747s)
-[2024.01.13-00.05.30:855][679]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.05.30:861][679]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2024.01.13-01.05.30
-[2024.01.13-00.05.30:861][679]LogWorld: Bringing up level for play took: 0.006206
-[2024.01.13-00.05.30:863][679]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.05.30:864][679]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.05.30:865][679]vr.PixelDensity = "1"
-[2024.01.13-00.05.30:865][679]LogLoad: Took 0.073191 seconds to LoadMap(/Game/VRTemplate/Maps/VRTemplateMap)
-[2024.01.13-00.05.55:095][770]Set new viewmode: Wireframe
-[2024.01.13-00.05.55:129][770]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.05.55:129][770]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap
-[2024.01.13-00.05.55:163][770]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.13-00.05.55:165][770]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.05.55:166][770]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.05.55:167][770]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-00.05.55:172][770]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.05.55:184][770]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 6
-[2024.01.13-00.05.55:185][770]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6
-[2024.01.13-00.05.55:186][770]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6
-[2024.01.13-00.05.55:191][770]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.05.55:191][770]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.05.55:193][770]LogUObjectHash: Compacting FUObjectHashTables data took   1.55ms
-[2024.01.13-00.05.55:225][771]LogPlayLevel: Display: Destroying online subsystem :Context_11
-[2024.01.13-00.08.57:956][644]LogContentBrowser: Attempting asset rename: IA_2D -> IA_MoveAround_2D
-[2024.01.13-00.08.58:007][644]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.08.58:034][644]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Input/IMC_Default" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/IMC_Default.uasset" SILENT=true
-[2024.01.13-00.08.58:036][644]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/IMC_Default
-[2024.01.13-00.08.58:036][644]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IMC_Default7763CCEB4BB021E159AB869E6EA26679.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/IMC_Default.uasset'
-[2024.01.13-00.08.58:059][644]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.08.58:119][644]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.08.58:119][644]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawnC8A29D1F4A14873995118B8C53CEC284.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.08.58:120][644]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/Actions/myMovement/IA_MoveAround_2D
-[2024.01.13-00.08.58:121][644]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IA_MoveAround_2D6F225022444F8FDCC09291B4834EDC44.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/myMovement/IA_MoveAround_2D.uasset'
-[2024.01.13-00.08.58:197][644]LogFileHelpers: InternalPromptForCheckoutAndSave took 189 ms (total: 1.90 sec)
-[2024.01.13-00.08.58:216][644]LogUObjectHash: Compacting FUObjectHashTables data took   1.19ms
-[2024.01.13-00.08.58:231][644]LogUObjectHash: Compacting FUObjectHashTables data took   1.14ms
-[2024.01.13-00.08.58:243][644]LogUObjectHash: Compacting FUObjectHashTables data took   0.56ms
-[2024.01.13-00.08.58:246][644]AssetCheck: New page: Asset Save: multiple assets
-[2024.01.13-00.08.58:246][644]LogContentValidation: Display: Validating /Script/EnhancedInput.InputMappingContext /Game/VRTemplate/Input/IMC_Default.IMC_Default
-[2024.01.13-00.08.58:246][644]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.08.58:246][644]LogContentValidation: Display: Validating /Script/EnhancedInput.InputAction /Game/VRTemplate/Input/Actions/myMovement/IA_MoveAround_2D.IA_MoveAround_2D
-[2024.01.13-00.09.00:997][974]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.09.01:029][974]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/Actions/myMovement/IA_MoveAround_2D
-[2024.01.13-00.09.01:029][974]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IA_MoveAround_2DBDD4E1DF46067CFF0C1683AA32FB8E78.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/myMovement/IA_MoveAround_2D.uasset'
-[2024.01.13-00.09.01:034][974]LogFileHelpers: InternalPromptForCheckoutAndSave took 36 ms (total: 1.93 sec)
-[2024.01.13-00.09.01:034][974]AssetCheck: New page: Asset Save: IA_MoveAround_2D
-[2024.01.13-00.09.01:034][974]LogContentValidation: Display: Validating /Script/EnhancedInput.InputAction /Game/VRTemplate/Input/Actions/myMovement/IA_MoveAround_2D.IA_MoveAround_2D
-[2024.01.13-00.09.23:132][174]LogContentBrowser: Attempting asset rename: myMovement -> BackroomsActions
-[2024.01.13-00.09.23:178][174]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.09.23:208][174]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Input/IMC_Default" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/IMC_Default.uasset" SILENT=true
-[2024.01.13-00.09.23:210][174]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/IMC_Default
-[2024.01.13-00.09.23:210][174]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IMC_DefaultDEB9B19A4CD2FEFFAB0EF980DD4C3E71.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/IMC_Default.uasset'
-[2024.01.13-00.09.23:225][174]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.09.23:286][174]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.09.23:286][174]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawnF1AA0CD14BAA8CDB32CE56B9F500845A.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.09.23:287][174]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D
-[2024.01.13-00.09.23:287][174]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IA_MoveAround_2D0F94582149417CE755F8668C41469307.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D.uasset'
-[2024.01.13-00.09.23:361][174]LogFileHelpers: InternalPromptForCheckoutAndSave took 182 ms (total: 2.12 sec)
-[2024.01.13-00.09.23:380][174]LogUObjectHash: Compacting FUObjectHashTables data took   1.14ms
-[2024.01.13-00.09.23:397][174]LogUObjectHash: Compacting FUObjectHashTables data took   1.16ms
-[2024.01.13-00.09.23:409][174]LogUObjectHash: Compacting FUObjectHashTables data took   0.56ms
-[2024.01.13-00.09.23:431][174]AssetCheck: New page: Asset Save: multiple assets
-[2024.01.13-00.09.23:431][174]LogContentValidation: Display: Validating /Script/EnhancedInput.InputMappingContext /Game/VRTemplate/Input/IMC_Default.IMC_Default
-[2024.01.13-00.09.23:431][174]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.09.23:432][174]LogContentValidation: Display: Validating /Script/EnhancedInput.InputAction /Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D.IA_MoveAround_2D
-[2024.01.13-00.09.27:927][353]LogSlate: Warning: Unable to rasterize '../../../Engine/Content/Editor/Slate/Starship/AssetIcons/SpecularProfile_64.svg'. File could not be found
-[2024.01.13-00.09.29:184][495]LogContentBrowser: Deferred new asset file creation: NewInputAction
-[2024.01.13-00.09.29:192][495]LogContentBrowser: Creating deferred item: NewInputAction
-[2024.01.13-00.09.29:200][496]LogContentBrowser: Renaming the item being created (Deferred Item: NewInputAction).
-[2024.01.13-00.09.35:612][929]LogContentBrowser: Attempting asset rename: NewInputAction -> IA_TurnAround_2D
-[2024.01.13-00.09.35:613][929]LogContentBrowser: End creating deferred item NewInputAction
-[2024.01.13-00.09.37:187][ 35]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.09.37:229][ 35]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D
-[2024.01.13-00.09.37:229][ 35]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IA_TurnAround_2DEB7FF120492B083E9EEAD29F2F58EA57.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D.uasset'
-[2024.01.13-00.09.37:234][ 35]LogFileHelpers: InternalPromptForCheckoutAndSave took 48 ms (total: 2.16 sec)
-[2024.01.13-00.09.37:235][ 35]AssetCheck: New page: Asset Save: IA_TurnAround_2D
-[2024.01.13-00.09.37:235][ 35]LogContentValidation: Display: Validating /Script/EnhancedInput.InputAction /Game/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D.IA_TurnAround_2D
-[2024.01.13-00.09.38:092][ 95]LogAssetEditorSubsystem: Opening Asset editor for InputAction /Game/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D.IA_TurnAround_2D
-[2024.01.13-00.09.54:464][ 42]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.09.54:495][ 42]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D
-[2024.01.13-00.09.54:495][ 42]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IA_TurnAround_2DF88B96004A0A5EF141F45B97F143DEC5.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D.uasset'
-[2024.01.13-00.09.54:500][ 42]LogFileHelpers: InternalPromptForCheckoutAndSave took 35 ms (total: 2.20 sec)
-[2024.01.13-00.09.54:501][ 42]AssetCheck: New page: Asset Save: IA_TurnAround_2D
-[2024.01.13-00.09.54:501][ 42]LogContentValidation: Display: Validating /Script/EnhancedInput.InputAction /Game/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D.IA_TurnAround_2D
-[2024.01.13-00.10.18:790][298]LogUObjectHash: Compacting FUObjectHashTables data took   1.44ms
-[2024.01.13-00.10.18:793][298]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/BackroomsMap' took 0.019
-[2024.01.13-00.10.18:794][298]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D] ([1] browsable assets)...
-[2024.01.13-00.10.18:794][298]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D]
-[2024.01.13-00.10.18:794][298]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D_Auto1
-[2024.01.13-00.10.18:794][298]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IA_MoveAround_2D_Auto1882CBD444085BAEF5E6F0DA3F51102CF.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D_Auto1.uasset'
-[2024.01.13-00.10.18:794][298]LogFileHelpers: Auto-saving content packages took 0.002
-[2024.01.13-00.10.50:434][ 24]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.10.50:465][ 24]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D
-[2024.01.13-00.10.50:465][ 24]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IA_MoveAround_2D993F00884D47CC125FB4A284ED186213.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D.uasset'
-[2024.01.13-00.10.50:471][ 24]LogFileHelpers: InternalPromptForCheckoutAndSave took 36 ms (total: 2.24 sec)
-[2024.01.13-00.10.50:471][ 24]AssetCheck: New page: Asset Save: IA_MoveAround_2D
-[2024.01.13-00.10.50:471][ 24]LogContentValidation: Display: Validating /Script/EnhancedInput.InputAction /Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D.IA_MoveAround_2D
-[2024.01.13-00.11.45:359][499]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.11.45:388][499]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Input/IMC_Default" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/IMC_Default.uasset" SILENT=true
-[2024.01.13-00.11.45:389][499]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/IMC_Default
-[2024.01.13-00.11.45:390][499]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IMC_Default6B20DC2A46FE2E114FA4D9BA4902B7EE.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/IMC_Default.uasset'
-[2024.01.13-00.11.45:394][499]LogFileHelpers: InternalPromptForCheckoutAndSave took 35 ms (total: 2.27 sec)
-[2024.01.13-00.11.45:395][499]AssetCheck: New page: Asset Save: IMC_Default
-[2024.01.13-00.11.45:395][499]LogContentValidation: Display: Validating /Script/EnhancedInput.InputMappingContext /Game/VRTemplate/Input/IMC_Default.IMC_Default
-[2024.01.13-00.14.41:285][777]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.14.41:333][777]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.14.41:391][777]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.14.41:392][777]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn6791FF7E40A840D36D2F93BABFBD0333.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.14.41:459][777]LogFileHelpers: InternalPromptForCheckoutAndSave took 174 ms (total: 2.45 sec)
-[2024.01.13-00.14.41:461][777]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.14.41:461][777]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.14.44:143][934]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.14.44:194][934]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.14.44:256][934]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.14.44:256][934]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn837B976F40C3C094DC6528BD8817E2A3.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.14.44:326][934]LogFileHelpers: InternalPromptForCheckoutAndSave took 183 ms (total: 2.63 sec)
-[2024.01.13-00.14.44:329][934]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.14.44:329][934]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.15.10:827][902]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.15.10:880][902]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.15.10:941][902]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.15.10:941][902]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn90A1182347B157AEE164D1BE55182ABB.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.15.11:014][902]LogFileHelpers: InternalPromptForCheckoutAndSave took 187 ms (total: 2.82 sec)
-[2024.01.13-00.15.11:017][902]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.15.11:017][902]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.16.01:915][309]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.16.01:943][309]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.16.02:006][309]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.16.02:006][309]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn81BDB65C4F3CF0A2EE2436AE36877138.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.16.02:012][309]LogFileHelpers: InternalPromptForCheckoutAndSave took 97 ms (total: 2.91 sec)
-[2024.01.13-00.16.02:014][309]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.16.02:014][309]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.16.04:559][596]BlueprintLog: New page: Compile VRPawn
-[2024.01.13-00.16.04:695][596]LogUObjectHash: Compacting FUObjectHashTables data took   1.51ms
-[2024.01.13-00.16.07:027][736]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.13-00.16.07:034][736]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-00.16.07:034][736]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 02:16:07)
-[2024.01.13-00.16.07:034][736]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.16.07:047][736]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012601s)
-[2024.01.13-00.16.07:047][736]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012634s)
-[2024.01.13-00.16.07:060][736]LogUObjectHash: Compacting FUObjectHashTables data took   1.15ms
-[2024.01.13-00.16.07:070][736]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.16.07:070][736]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.16.07:070][736]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.16.07:070][736]LogPlayLevel: PIE: World Init took: (0.000908s)
-[2024.01.13-00.16.07:070][736]LogAudio: Display: Creating Audio Device:                 Id: 7, Scope: Unique, Realtime: True
-[2024.01.13-00.16.07:070][736]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.16.07:070][736]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.16.07:070][736]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.16.07:070][736]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.16.07:070][736]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.16.07:070][736]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.16.07:070][736]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.16.07:070][736]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.16.07:070][736]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.16.07:070][736]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.16.07:070][736]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.16.07:073][736]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.16.07:098][736]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.16.07:098][736]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.16.07:098][736]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.16.07:098][736]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.16.07:099][736]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7
-[2024.01.13-00.16.07:099][736]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=7
-[2024.01.13-00.16.07:101][736]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7
-[2024.01.13-00.16.07:101][736]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7
-[2024.01.13-00.16.07:101][736]LogInit: FAudioDevice initialized with ID 7.
-[2024.01.13-00.16.07:101][736]LogAudio: Display: Audio Device (ID: 7) registered with world 'BackroomsMap'.
-[2024.01.13-00.16.07:101][736]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 7
-[2024.01.13-00.16.07:110][736]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.16.09:649][736]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.16.09:655][736]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.16.09
-[2024.01.13-00.16.09:656][736]LogWorld: Bringing up level for play took: 0.007180
-[2024.01.13-00.16.09:658][736]LogOnline: OSS: Created online subsystem instance for: :Context_12
-[2024.01.13-00.16.09:660][736]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.16.09:661][736]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.16.09:662][736]vr.PixelDensity = "1"
-[2024.01.13-00.16.09:665][736]PIE: Server logged in
-[2024.01.13-00.16.09:666][736]PIE: Play in editor total start time 2,633 seconds.
-[2024.01.13-00.16.09:667][736]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.13-00.16.09:738][736]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.13-00.16.09:742][736]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.16.22:113][239]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.16.22:113][239]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.16.22:143][239]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.13-00.16.22:146][239]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.16.22:146][239]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.16.22:148][239]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-00.16.22:154][239]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.16.22:167][239]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-00.16.22:168][239]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 7
-[2024.01.13-00.16.22:168][239]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7
-[2024.01.13-00.16.22:169][239]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7
-[2024.01.13-00.16.22:175][239]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.16.22:175][239]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.16.22:177][239]LogUObjectHash: Compacting FUObjectHashTables data took   1.24ms
-[2024.01.13-00.16.22:208][240]LogPlayLevel: Display: Destroying online subsystem :Context_12
-[2024.01.13-00.17.15:901][710]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.17.15:934][710]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D
-[2024.01.13-00.17.15:934][710]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IA_MoveAround_2DE3EC5E8245267C71B5EC18BD9D622522.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D.uasset'
-[2024.01.13-00.17.15:939][710]LogFileHelpers: InternalPromptForCheckoutAndSave took 37 ms (total: 2.95 sec)
-[2024.01.13-00.17.15:940][710]AssetCheck: New page: Asset Save: IA_MoveAround_2D
-[2024.01.13-00.17.15:940][710]LogContentValidation: Display: Validating /Script/EnhancedInput.InputAction /Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D.IA_MoveAround_2D
-[2024.01.13-00.17.17:010][837]BlueprintLog: New page: Compile VRPawn
-[2024.01.13-00.17.17:141][837]LogUObjectHash: Compacting FUObjectHashTables data took   1.88ms
-[2024.01.13-00.17.21:867][297]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.13-00.17.21:873][297]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-00.17.21:873][297]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 02:17:21)
-[2024.01.13-00.17.21:873][297]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.17.21:886][297]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012459s)
-[2024.01.13-00.17.21:886][297]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012490s)
-[2024.01.13-00.17.21:900][297]LogUObjectHash: Compacting FUObjectHashTables data took   1.11ms
-[2024.01.13-00.17.21:911][297]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.17.21:911][297]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.17.21:911][297]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.17.21:912][297]LogPlayLevel: PIE: World Init took: (0.001059s)
-[2024.01.13-00.17.21:912][297]LogAudio: Display: Creating Audio Device:                 Id: 8, Scope: Unique, Realtime: True
-[2024.01.13-00.17.21:912][297]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.17.21:912][297]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.17.21:912][297]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.17.21:912][297]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.17.21:912][297]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.17.21:912][297]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.17.21:912][297]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.17.21:912][297]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.17.21:912][297]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.17.21:912][297]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.17.21:912][297]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.17.21:914][297]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.17.21:939][297]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.17.21:939][297]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.17.21:939][297]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.17.21:939][297]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.17.21:940][297]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=8
-[2024.01.13-00.17.21:940][297]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=8
-[2024.01.13-00.17.21:941][297]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=8
-[2024.01.13-00.17.21:942][297]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=8
-[2024.01.13-00.17.21:942][297]LogInit: FAudioDevice initialized with ID 8.
-[2024.01.13-00.17.21:942][297]LogAudio: Display: Audio Device (ID: 8) registered with world 'BackroomsMap'.
-[2024.01.13-00.17.21:942][297]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 8
-[2024.01.13-00.17.21:951][297]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.17.23:482][297]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.17.23:489][297]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.17.23
-[2024.01.13-00.17.23:490][297]LogWorld: Bringing up level for play took: 0.007404
-[2024.01.13-00.17.23:492][297]LogOnline: OSS: Created online subsystem instance for: :Context_13
-[2024.01.13-00.17.23:495][297]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.17.23:495][297]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.17.23:496][297]vr.PixelDensity = "1"
-[2024.01.13-00.17.23:498][297]PIE: Server logged in
-[2024.01.13-00.17.23:499][297]PIE: Play in editor total start time 1,626 seconds.
-[2024.01.13-00.17.23:500][297]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.13-00.17.23:570][297]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.13-00.17.23:574][297]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.17.33:182][690]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.17.33:182][690]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.17.33:211][690]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.13-00.17.33:214][690]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.17.33:215][690]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.17.33:217][690]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-00.17.33:222][690]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.17.33:235][690]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-00.17.33:235][690]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 8
-[2024.01.13-00.17.33:235][690]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8
-[2024.01.13-00.17.33:237][690]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8
-[2024.01.13-00.17.33:243][690]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.17.33:243][690]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.17.33:244][690]LogUObjectHash: Compacting FUObjectHashTables data took   1.41ms
-[2024.01.13-00.17.33:276][691]LogPlayLevel: Display: Destroying online subsystem :Context_13
-[2024.01.13-00.17.40:081][308]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.17.40:109][308]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D
-[2024.01.13-00.17.40:109][308]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IA_MoveAround_2D040B87DD4E2FC4478863A3AE2FB85D4A.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D.uasset'
-[2024.01.13-00.17.40:115][308]LogFileHelpers: InternalPromptForCheckoutAndSave took 34 ms (total: 2.99 sec)
-[2024.01.13-00.17.40:116][308]AssetCheck: New page: Asset Save: IA_MoveAround_2D
-[2024.01.13-00.17.40:116][308]LogContentValidation: Display: Validating /Script/EnhancedInput.InputAction /Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D.IA_MoveAround_2D
-[2024.01.13-00.18.06:436][438]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.18.06:468][438]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D
-[2024.01.13-00.18.06:469][438]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IA_TurnAround_2D10C43EDE48C0E50F52C2ECB27CB94605.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D.uasset'
-[2024.01.13-00.18.06:474][438]LogFileHelpers: InternalPromptForCheckoutAndSave took 38 ms (total: 3.02 sec)
-[2024.01.13-00.18.06:475][438]AssetCheck: New page: Asset Save: IA_TurnAround_2D
-[2024.01.13-00.18.06:475][438]LogContentValidation: Display: Validating /Script/EnhancedInput.InputAction /Game/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D.IA_TurnAround_2D
-[2024.01.13-00.18.07:904][609]BlueprintLog: New page: Compile VRPawn
-[2024.01.13-00.18.08:024][609]LogUObjectHash: Compacting FUObjectHashTables data took   1.17ms
-[2024.01.13-00.18.09:846][716]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.13-00.18.09:852][716]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-00.18.09:852][716]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 02:18:09)
-[2024.01.13-00.18.09:852][716]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.18.09:864][716]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012305s)
-[2024.01.13-00.18.09:864][716]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012335s)
-[2024.01.13-00.18.09:879][716]LogUObjectHash: Compacting FUObjectHashTables data took   1.16ms
-[2024.01.13-00.18.09:889][716]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.18.09:889][716]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.18.09:889][716]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.18.09:889][716]LogPlayLevel: PIE: World Init took: (0.000845s)
-[2024.01.13-00.18.09:889][716]LogAudio: Display: Creating Audio Device:                 Id: 9, Scope: Unique, Realtime: True
-[2024.01.13-00.18.09:889][716]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.18.09:889][716]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.18.09:889][716]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.18.09:889][716]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.18.09:890][716]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.18.09:890][716]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.18.09:890][716]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.18.09:890][716]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.18.09:890][716]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.18.09:890][716]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.18.09:890][716]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.18.09:892][716]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.18.09:916][716]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.18.09:916][716]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.18.09:916][716]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.18.09:916][716]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.18.09:916][716]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=9
-[2024.01.13-00.18.09:916][716]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=9
-[2024.01.13-00.18.09:918][716]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=9
-[2024.01.13-00.18.09:918][716]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=9
-[2024.01.13-00.18.09:918][716]LogInit: FAudioDevice initialized with ID 9.
-[2024.01.13-00.18.09:918][716]LogAudio: Display: Audio Device (ID: 9) registered with world 'BackroomsMap'.
-[2024.01.13-00.18.09:918][716]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 9
-[2024.01.13-00.18.09:927][716]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.18.10:953][716]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.18.10:961][716]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.18.10
-[2024.01.13-00.18.10:962][716]LogWorld: Bringing up level for play took: 0.008343
-[2024.01.13-00.18.10:964][716]LogOnline: OSS: Created online subsystem instance for: :Context_14
-[2024.01.13-00.18.10:966][716]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.18.10:967][716]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.18.10:968][716]vr.PixelDensity = "1"
-[2024.01.13-00.18.10:969][716]PIE: Server logged in
-[2024.01.13-00.18.10:970][716]PIE: Play in editor total start time 1,118 seconds.
-[2024.01.13-00.18.10:971][716]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.13-00.18.11:091][716]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.13-00.18.11:095][716]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.18.29:582][484]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.18.29:582][484]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.18.29:606][484]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.13-00.18.29:609][484]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.18.29:609][484]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.18.29:612][484]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-00.18.29:617][484]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.18.29:631][484]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-00.18.29:631][484]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 9
-[2024.01.13-00.18.29:631][484]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9
-[2024.01.13-00.18.29:633][484]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9
-[2024.01.13-00.18.29:638][484]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.18.29:638][484]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.18.29:640][484]LogUObjectHash: Compacting FUObjectHashTables data took   1.33ms
-[2024.01.13-00.18.29:672][485]LogPlayLevel: Display: Destroying online subsystem :Context_14
-[2024.01.13-00.20.22:985][342]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.20.23:016][342]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D
-[2024.01.13-00.20.23:016][342]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IA_TurnAround_2D640BE450416BEDC28CBEE98A71E590D7.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D.uasset'
-[2024.01.13-00.20.23:021][342]LogFileHelpers: InternalPromptForCheckoutAndSave took 35 ms (total: 3.06 sec)
-[2024.01.13-00.20.23:022][342]AssetCheck: New page: Asset Save: IA_TurnAround_2D
-[2024.01.13-00.20.23:022][342]LogContentValidation: Display: Validating /Script/EnhancedInput.InputAction /Game/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D.IA_TurnAround_2D
-[2024.01.13-00.20.45:586][947]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.20.45:634][947]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.20.45:695][947]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.20.45:695][947]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn1A16D6B64035EEE457DE6487826059E3.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.20.45:768][947]LogFileHelpers: InternalPromptForCheckoutAndSave took 181 ms (total: 3.24 sec)
-[2024.01.13-00.20.45:770][947]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.20.45:770][947]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.20.52:322][654]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.20.52:349][654]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.20.52:409][654]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.20.52:409][654]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn0619A8DE46108E5FEFB464935B9774E6.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.20.52:415][654]LogFileHelpers: InternalPromptForCheckoutAndSave took 93 ms (total: 3.34 sec)
-[2024.01.13-00.20.52:416][654]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.20.52:416][654]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.20.56:544][149]BlueprintLog: New page: Compile VRPawn
-[2024.01.13-00.20.56:613][149]LogUObjectHash: Compacting FUObjectHashTables data took   1.36ms
-[2024.01.13-00.20.58:258][255]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.13-00.20.58:265][255]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-00.20.58:265][255]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 02:20:58)
-[2024.01.13-00.20.58:265][255]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.20.58:278][255]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012656s)
-[2024.01.13-00.20.58:278][255]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012693s)
-[2024.01.13-00.20.58:291][255]LogUObjectHash: Compacting FUObjectHashTables data took   1.13ms
-[2024.01.13-00.20.58:300][255]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.20.58:300][255]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.20.58:300][255]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.20.58:300][255]LogPlayLevel: PIE: World Init took: (0.000884s)
-[2024.01.13-00.20.58:301][255]LogAudio: Display: Creating Audio Device:                 Id: 10, Scope: Unique, Realtime: True
-[2024.01.13-00.20.58:301][255]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.20.58:301][255]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.20.58:301][255]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.20.58:301][255]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.20.58:301][255]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.20.58:301][255]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.20.58:301][255]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.20.58:301][255]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.20.58:301][255]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.20.58:301][255]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.20.58:301][255]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.20.58:303][255]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.20.58:327][255]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.20.58:327][255]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.20.58:327][255]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.20.58:327][255]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.20.58:328][255]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=10
-[2024.01.13-00.20.58:328][255]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=10
-[2024.01.13-00.20.58:329][255]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=10
-[2024.01.13-00.20.58:329][255]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=10
-[2024.01.13-00.20.58:329][255]LogInit: FAudioDevice initialized with ID 10.
-[2024.01.13-00.20.58:329][255]LogAudio: Display: Audio Device (ID: 10) registered with world 'BackroomsMap'.
-[2024.01.13-00.20.58:329][255]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 10
-[2024.01.13-00.20.58:338][255]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.20.59:369][255]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.20.59:377][255]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.20.59
-[2024.01.13-00.20.59:377][255]LogWorld: Bringing up level for play took: 0.008286
-[2024.01.13-00.20.59:380][255]LogOnline: OSS: Created online subsystem instance for: :Context_15
-[2024.01.13-00.20.59:382][255]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.20.59:382][255]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.20.59:383][255]vr.PixelDensity = "1"
-[2024.01.13-00.20.59:385][255]PIE: Server logged in
-[2024.01.13-00.20.59:386][255]PIE: Play in editor total start time 1,121 seconds.
-[2024.01.13-00.20.59:386][255]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.13-00.20.59:508][255]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.13-00.20.59:513][255]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.21.56:630][677]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.21.56:630][677]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.21.56:655][677]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.13-00.21.56:657][677]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.21.56:659][677]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.21.56:661][677]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-00.21.56:667][677]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.21.56:680][677]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-00.21.56:680][677]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 10
-[2024.01.13-00.21.56:680][677]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10
-[2024.01.13-00.21.56:682][677]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10
-[2024.01.13-00.21.56:687][677]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.21.56:687][677]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.21.56:690][677]LogUObjectHash: Compacting FUObjectHashTables data took   1.16ms
-[2024.01.13-00.21.56:722][678]LogPlayLevel: Display: Destroying online subsystem :Context_15
-[2024.01.13-00.22.24:963][277]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.22.24:993][277]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Input/IMC_Default" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/IMC_Default.uasset" SILENT=true
-[2024.01.13-00.22.24:995][277]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/IMC_Default
-[2024.01.13-00.22.24:996][277]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IMC_Default3558E8214EA1E2A35FB083A30B3D99FF.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/IMC_Default.uasset'
-[2024.01.13-00.22.25:000][277]LogFileHelpers: InternalPromptForCheckoutAndSave took 37 ms (total: 3.37 sec)
-[2024.01.13-00.22.25:001][277]AssetCheck: New page: Asset Save: IMC_Default
-[2024.01.13-00.22.25:001][277]LogContentValidation: Display: Validating /Script/EnhancedInput.InputMappingContext /Game/VRTemplate/Input/IMC_Default.IMC_Default
-[2024.01.13-00.23.43:207][552]LogViewport: Scene viewport resized to 1141x685, mode Windowed.
-[2024.01.13-00.27.45:642][231]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.27.45:686][231]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.27.45:747][231]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.27.45:747][231]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawnF039917D412F99B99D27A99F20612083.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.27.45:819][231]LogFileHelpers: InternalPromptForCheckoutAndSave took 177 ms (total: 3.55 sec)
-[2024.01.13-00.27.45:821][231]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.27.45:822][231]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.27.52:894][761]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.27.52:934][761]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.27.52:995][761]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.27.52:995][761]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn7EAF958A4665BE81D38DDEB9E631A69F.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.27.53:064][761]LogFileHelpers: InternalPromptForCheckoutAndSave took 170 ms (total: 3.72 sec)
-[2024.01.13-00.27.53:064][761]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.27.53:065][761]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.28.27:253][666]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.28.27:284][666]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.28.27:345][666]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.28.27:345][666]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn3EE780F1483C0D0A6F86978159A3EF99.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.28.27:351][666]LogFileHelpers: InternalPromptForCheckoutAndSave took 98 ms (total: 3.82 sec)
-[2024.01.13-00.28.27:353][666]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.28.27:353][666]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.29.54:336][126]LogEditorTransaction: Undo Move Nodes
-[2024.01.13-00.30.22:256][936]LogEditorTransaction: Undo Create Pin Link
-[2024.01.13-00.30.45:490][510]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.30.45:539][510]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.30.45:602][510]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.30.45:602][510]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn32E6F340422268994FB28E85BC7D14EC.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.30.45:674][510]LogFileHelpers: InternalPromptForCheckoutAndSave took 184 ms (total: 4.00 sec)
-[2024.01.13-00.30.45:677][510]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.30.45:677][510]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.30.47:453][721]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.30.47:484][721]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.30.47:545][721]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.30.47:545][721]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn78D8F9D14883415E33C6058428BA0BA2.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.30.47:551][721]LogFileHelpers: InternalPromptForCheckoutAndSave took 98 ms (total: 4.10 sec)
-[2024.01.13-00.30.47:553][721]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.30.47:553][721]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.30.57:420][889]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.30.57:448][889]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.30.57:511][889]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.30.57:511][889]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawnADFE5C7D498F52B393703991F86660B7.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.30.57:517][889]LogFileHelpers: InternalPromptForCheckoutAndSave took 97 ms (total: 4.20 sec)
-[2024.01.13-00.30.57:519][889]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.30.57:519][889]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.30.58:331][986]BlueprintLog: New page: Compile VRPawn
-[2024.01.13-00.30.58:419][986]LogUObjectHash: Compacting FUObjectHashTables data took   1.36ms
-[2024.01.13-00.30.59:832][ 73]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.13-00.30.59:839][ 73]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-00.30.59:839][ 73]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 02:30:59)
-[2024.01.13-00.30.59:840][ 73]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.30.59:852][ 73]LogPlayLevel: PIE: StaticDuplicateObject took: (0.013037s)
-[2024.01.13-00.30.59:852][ 73]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.013073s)
-[2024.01.13-00.30.59:867][ 73]LogUObjectHash: Compacting FUObjectHashTables data took   1.15ms
-[2024.01.13-00.30.59:878][ 73]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.30.59:878][ 73]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.30.59:879][ 73]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.30.59:879][ 73]LogPlayLevel: PIE: World Init took: (0.000902s)
-[2024.01.13-00.30.59:879][ 73]LogAudio: Display: Creating Audio Device:                 Id: 11, Scope: Unique, Realtime: True
-[2024.01.13-00.30.59:879][ 73]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.30.59:879][ 73]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.30.59:879][ 73]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.30.59:879][ 73]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.30.59:879][ 73]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.30.59:879][ 73]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.30.59:879][ 73]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.30.59:879][ 73]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.30.59:880][ 73]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.30.59:880][ 73]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.30.59:880][ 73]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.30.59:881][ 73]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.30.59:905][ 73]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.30.59:906][ 73]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.30.59:906][ 73]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.30.59:906][ 73]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.30.59:907][ 73]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=11
-[2024.01.13-00.30.59:907][ 73]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=11
-[2024.01.13-00.30.59:908][ 73]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=11
-[2024.01.13-00.30.59:908][ 73]LogInit: FAudioDevice initialized with ID 11.
-[2024.01.13-00.30.59:908][ 73]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=11
-[2024.01.13-00.30.59:908][ 73]LogAudio: Display: Audio Device (ID: 11) registered with world 'BackroomsMap'.
-[2024.01.13-00.30.59:908][ 73]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 11
-[2024.01.13-00.30.59:918][ 73]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.31.00:441][ 73]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.31.00:451][ 73]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.31.00
-[2024.01.13-00.31.00:451][ 73]LogWorld: Bringing up level for play took: 0.010178
-[2024.01.13-00.31.00:453][ 73]LogOnline: OSS: Created online subsystem instance for: :Context_16
-[2024.01.13-00.31.00:456][ 73]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.31.00:457][ 73]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.31.00:457][ 73]vr.PixelDensity = "1"
-[2024.01.13-00.31.00:460][ 73]PIE: Server logged in
-[2024.01.13-00.31.00:460][ 73]PIE: Play in editor total start time 0,621 seconds.
-[2024.01.13-00.31.00:461][ 73]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.13-00.31.00:531][ 73]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.13-00.31.00:535][ 73]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.31.00:573][ 73]LogD3D11RHI: Error: Direct3DDevice->CreateTexture2D(TextureDesc,SubResourceData,OutTexture2D) failed with error E_OUTOFMEMORY
- at D:\build\++UE5\Sync\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11Texture.cpp:181
- Size=1800x1000x1 PF=9 D3DFormat=(0x0000001A), NumMips=1, Flags=D3D11_BIND_SHADER_RESOURCE D3D11_BIND_UNORDERED_ACCESS , Usage:0x0, CPUFlags:0x0, MiscFlags:0x0, SampleCount:0x1, SampleQuality:0x0, SubresPtr:0x0000000000000000, SubresPitch:0, SubresSlicePitch:0, Name:'Lumen.Reflections.TraceRadiance', DebugInfo: 
-[2024.01.13-00.31.00:574][ 73]LogD3D11RHI: Error: 	Budget:	15569.21 MB
-[2024.01.13-00.31.00:574][ 73]LogD3D11RHI: Error: 	Used:	2173.50 MB
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:    130 = 73984 KB (2D 4352x4352 PF_FloatRGB UAV) Lumen.RadianceCache.FinalRadianceAtlas
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:     13 = 73984 KB (2D 4352x4352 PF_FloatRGB UAV) Lumen.RadianceCache.FinalRadianceAtlas
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:    143 = 73984 KB (2D 4352x4352 PF_FloatRGB UAV) Lumen.RadianceCache.FinalRadianceAtlas
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:    166 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT UAV) Lumen.SceneDirectLighting
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:     34 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT UAV) Lumen.SceneDirectLighting
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:     37 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT UAV) Lumen.SceneFinalLighting
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:    169 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT UAV) Lumen.SceneFinalLighting
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:    167 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT UAV) Lumen.SceneIndirectLighting
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:     35 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT UAV) Lumen.SceneIndirectLighting
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:    165 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT) Lumen.SceneEmissive
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:     33 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT) Lumen.SceneEmissive
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:    188 = 65536 KB (2D 4096x4096 PF_FloatRGB UAV) Lumen.RadianceCache.FilteredRadianceProbeAtlasTexture
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:     12 = 65536 KB (2D 4096x4096 PF_FloatRGB UAV) Lumen.RadianceCache.RadianceProbeAtlasTextureSource
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:    129 = 65536 KB (2D 4096x4096 PF_FloatRGB UAV) Lumen.RadianceCache.RadianceProbeAtlasTextureSource
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:    142 = 65536 KB (2D 4096x4096 PF_FloatRGB UAV) Lumen.RadianceCache.RadianceProbeAtlasTextureSource
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:     42 = 65536 KB (2D 4096x4096 PF_FloatRGB UAV) Lumen.Radiosity.TraceRadianceAtlas
-[2024.01.13-00.31.05:434][ 73]LogConsoleResponse:     30 = 65536 KB (2D 4096x4096 PF_R8G8B8A8 RT) Lumen.SceneAlbedo
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    162 = 65536 KB (2D 4096x4096 PF_R8G8B8A8 RT) Lumen.SceneAlbedo
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     83 = 57344 KB (3D 1024x1024x56 PF_R8 UAV) GlobalDistanceField.PageAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     47 = 57344 KB (3D 1024x1024x56 PF_R8 UAV) GlobalDistanceField.PageAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     77 = 57344 KB (3D 1024x1024x56 PF_R8 UAV) GlobalDistanceField.PageAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     29 = 32768 KB (2D 4096x4096 PF_G16 RT) Lumen.SceneDepth
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    161 = 32768 KB (2D 4096x4096 PF_G16 RT) Lumen.SceneDepth
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    141 = 32768 KB (2D 4096x4096 PF_R16F UAV) Lumen.RadianceCache.DepthProbeAtlasTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    128 = 32768 KB (2D 4096x4096 PF_R16F UAV) Lumen.RadianceCache.DepthProbeAtlasTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     11 = 32768 KB (2D 4096x4096 PF_R16F UAV) Lumen.RadianceCache.DepthProbeAtlasTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    164 = 32768 KB (2D 4096x4096 PF_R8G8 RT) Lumen.SceneNormal
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     32 = 32768 KB (2D 4096x4096 PF_R8G8 RT) Lumen.SceneNormal
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:      5 = 32768 KB (2D 4096x4096 PF_ShadowDepth) PreShadowCacheDepthZ
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     89 = 32768 KB (2D 4096x4096 PF_ShadowDepth) PreShadowCacheDepthZ
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     14 = 28125 KB (2D 3600x2000 PF_R32_FLOAT RT) Composite.PrimitivesDepthHistory
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    134 = 21504 KB (2D 2048x2048 PF_FloatRGB UAV) Lumen.RadianceCache.FinalRadianceAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     17 = 21504 KB (2D 2048x2048 PF_FloatRGB UAV) Lumen.RadianceCache.FinalRadianceAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    147 = 21504 KB (2D 2048x2048 PF_FloatRGB UAV) Lumen.RadianceCache.FinalRadianceAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     68 = 18705 KB (2D 2684x1784 PF_FloatR11G11B10 UAV) TSR.Output
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     31 = 16384 KB (2D 4096x4096 PF_G8 RT) Lumen.SceneOpacity
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    163 = 16384 KB (2D 4096x4096 PF_G8 RT) Lumen.SceneOpacity
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     36 = 16384 KB (2D 4096x4096 PF_R8 RT UAV) Lumen.SceneNumFramesAccumulatedAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    168 = 16384 KB (2D 4096x4096 PF_R8 RT UAV) Lumen.SceneNumFramesAccumulatedAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     67 = 16384 KB (3D 1024x1024x16 PF_R8 UAV) GlobalDistanceField.PageAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    156 = 14063 KB (2D 1800x1000 PF_A16B16G16R16 RT UAV) SceneVelocity
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:      8 = 14063 KB (2D 1800x1000 PF_FloatRGBA RT UAV) Lumen.Reflections.SpecularIndirect
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    219 = 14063 KB (2D 1800x1000 PF_FloatRGBA RT UAV) Lumen.Reflections.SpecularIndirect
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    174 = 14063 KB (2D 1800x1000 PF_FloatRGBA RT UAV) SceneColor
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     20 = 14063 KB (2D 1800x1000 PF_FloatRGBA RT UAV) SceneColor
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    226 = 14063 KB (2D 1800x1000 PF_FloatRGBA UAV) Lumen.Reflections.ReflectionRayBuffer
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    202 = 14063 KB (2D 1800x1000 PF_FloatRGBA UAV) Lumen.ScreenProbeGather.DiffuseIndirect
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    212 = 14063 KB (2D 1800x1000 PF_FloatRGBA UAV) Lumen.ScreenProbeGather.DiffuseIndirect
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     75 = 14063 KB (2D 1800x1000 PF_FloatRGBA UAV) Lumen.ScreenProbeGather.DiffuseIndirect
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     97 = 12288 KB (Cube 1024 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     21 = 8790 KB (2D 1800x1000 PF_DepthStencil) SceneDepthZ
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     38 = 8192 KB (2D 1024x1024 PF_FloatRGBA UAV) Lumen.Radiosity.ProbeSHBlueAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     39 = 8192 KB (2D 1024x1024 PF_FloatRGBA UAV) Lumen.Radiosity.ProbeSHGreenAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     40 = 8192 KB (2D 1024x1024 PF_FloatRGBA UAV) Lumen.Radiosity.ProbeSHRedAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     56 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     46 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     41 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:      3 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     54 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     57 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     76 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     66 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     78 = 7168 KB (3D 512x512x28 PF_R8 UAV) GlobalDistanceField.CoverageAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     84 = 7168 KB (3D 512x512x28 PF_R8 UAV) GlobalDistanceField.CoverageAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     48 = 7168 KB (3D 512x512x28 PF_R8 UAV) GlobalDistanceField.CoverageAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    175 = 7032 KB (2D 1800x1000 PF_A2B10G10R10 RT) GBufferA
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    201 = 7032 KB (2D 1800x1000 PF_A2B10G10R10 UAV) Lumen.ScreenProbeGather.ScreenBentNormal
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     71 = 7032 KB (2D 1800x1000 PF_A2B10G10R10 UAV) TSR.History.Guide
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    177 = 7032 KB (2D 1800x1000 PF_B8G8R8A8 RT sRGB) GBufferC
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    176 = 7032 KB (2D 1800x1000 PF_B8G8R8A8 RT) GBufferB
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    178 = 7032 KB (2D 1800x1000 PF_B8G8R8A8 RT) GBufferD
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    179 = 7032 KB (2D 1800x1000 PF_B8G8R8A8 RT) GBufferE
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     18 = 7032 KB (2D 1800x1000 PF_FloatR11G11B10 UAV) TSR.Output
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    216 = 7032 KB (2D 1800x1000 PF_FloatRGB UAV) Lumen.Reflections.ResolvedSpecularIndirect
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     74 = 7032 KB (2D 1800x1000 PF_FloatRGB UAV) Lumen.ScreenProbeGather.BackfaceDiffuseIndirect
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    214 = 7032 KB (2D 1800x1000 PF_FloatRGB UAV) Lumen.ScreenProbeGather.BackfaceDiffuseIndirect
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    203 = 7032 KB (2D 1800x1000 PF_FloatRGB UAV) Lumen.ScreenProbeGather.BackfaceDiffuseIndirect
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     73 = 7032 KB (2D 1800x1000 PF_FloatRGB UAV) Lumen.ScreenProbeGather.RoughSpecularIndirect
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    204 = 7032 KB (2D 1800x1000 PF_FloatRGB UAV) Lumen.ScreenProbeGather.RoughSpecularIndirect
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    222 = 7032 KB (2D 1800x1000 PF_FloatRGB UAV) Lumen.ScreenProbeGather.RoughSpecularIndirect
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     27 = 7032 KB (2D 1800x1000 PF_R32_FLOAT UAV) Lumen.DepthHistory
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    211 = 7032 KB (2D 1800x1000 PF_R32_FLOAT UAV) Lumen.DepthHistory
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    225 = 7032 KB (2D 1800x1000 PF_R32_FLOAT UAV) Lumen.Reflections.ReflectionDownsampledDepth
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     72 = 7032 KB (2D 1800x1000 PF_R32_UINT UAV) TSR.History.SubpixelDepth
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     70 = 7032 KB (2D 1800x1000 PF_R8G8B8A8 UAV) TSR.History.Moire
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     19 = 4677 KB (2D 2684x1784 PF_R8 UAV) TSR.History.Metadata
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    200 = 4150 KB (2D 1130x940 PF_FloatRGB UAV) Lumen.ScreenProbeGather.ScreenProbeFilteredRadianceWithBorder
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    189 = 4096 KB (2D 1024x1024 PF_FloatRGB UAV) Lumen.RadianceCache.FilteredRadianceProbeAtlasTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     16 = 4096 KB (2D 1024x1024 PF_FloatRGB UAV) Lumen.RadianceCache.RadianceProbeAtlasTextureSource
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    133 = 4096 KB (2D 1024x1024 PF_FloatRGB UAV) Lumen.RadianceCache.RadianceProbeAtlasTextureSource
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    146 = 4096 KB (2D 1024x1024 PF_FloatRGB UAV) Lumen.RadianceCache.RadianceProbeAtlasTextureSource
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    187 = 3560 KB (2D 1808x1008 PF_R16_UINT UAV) Lumen.ScreenProbeGather.ScreenTileAdaptiveProbeIndices
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    213 = 3516 KB (2D 1800x1000 PF_R16_UINT UAV) Lumen.Reflections.RayTraceDistance
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    220 = 3516 KB (2D 1800x1000 PF_R16F RT UAV) Lumen.Reflections.AccumulatedResolveVariance
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:      7 = 3516 KB (2D 1800x1000 PF_R16F RT UAV) Lumen.Reflections.AccumulatedResolveVariance
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    217 = 3516 KB (2D 1800x1000 PF_R16F UAV) Lumen.Reflections.ResolvedSpecularIndirectDepth
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    218 = 3516 KB (2D 1800x1000 PF_R16F UAV) Lumen.Reflections.ResolveVariance
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    215 = 3516 KB (2D 1800x1000 PF_R16F UAV) Lumen.Reflections.TraceHit
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     99 = 3072 KB (Cube 512 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     98 = 3072 KB (Cube 512 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     95 = 3072 KB (Cube 512 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    148 = 2656 KB (2D 904x752 PF_FloatRGB UAV) Lumen.ScreenProbeGather.ScreenProbeFilteredRadiance
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    192 = 2656 KB (2D 904x752 PF_FloatRGB UAV) Lumen.ScreenProbeGather.ScreenProbeFilteredRadiance
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     43 = 2656 KB (2D 904x752 PF_FloatRGB UAV) Lumen.ScreenProbeGather.ScreenProbeFilteredRadiance
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    135 = 2656 KB (2D 904x752 PF_FloatRGB UAV) Lumen.ScreenProbeGather.ScreenProbeFilteredRadiance
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    194 = 2656 KB (2D 904x752 PF_FloatRGB UAV) Lumen.ScreenProbeGather.ScreenProbeFilteredRadiance
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    193 = 2656 KB (2D 904x752 PF_R32_UINT UAV) Lumen.ScreenProbeGather.TraceHit
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    132 = 2048 KB (2D 1024x1024 PF_R16F UAV) Lumen.RadianceCache.DepthProbeAtlasTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    145 = 2048 KB (2D 1024x1024 PF_R16F UAV) Lumen.RadianceCache.DepthProbeAtlasTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     15 = 2048 KB (2D 1024x1024 PF_R16F UAV) Lumen.RadianceCache.DepthProbeAtlasTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:      6 = 1758 KB (2D 1800x1000 PF_G8 UAV) Lumen.Reflections.NumHistoryFramesAccumulated
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    221 = 1758 KB (2D 1800x1000 PF_G8 UAV) Lumen.Reflections.NumHistoryFramesAccumulated
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     58 = 1758 KB (2D 1800x1000 PF_R8 RT) Final Luminance
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     69 = 1758 KB (2D 1800x1000 PF_R8 RT) Final Luminance
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     10 = 1758 KB (2D 1800x1000 PF_R8 UAV) Lumen.ScreenProbeGather.FastUpdateMode
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:      9 = 1758 KB (2D 1800x1000 PF_R8 UAV) Lumen.ScreenProbeGather.NumHistoryFramesAccumulated
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    182 = 1758 KB (2D 1800x1000 PF_R8_UINT RT) LightingChannels
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:     53 = 1728 KB (3D 192x48x48 PF_R32_UINT UAV) Lumen.RadianceCache.RadianceProbeIndirectionTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    127 = 1728 KB (3D 192x48x48 PF_R32_UINT UAV) Lumen.RadianceCache.RadianceProbeIndirectionTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    140 = 1728 KB (3D 192x48x48 PF_R32_UINT UAV) Lumen.RadianceCache.RadianceProbeIndirectionTexture
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    191 = 1328 KB (2D 904x752 PF_R16_UINT UAV) Lumen.ScreenProbeGather.RayInfosForTracing
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    190 = 1328 KB (2D 904x752 PF_R16F UAV) Lumen.ScreenProbeGather.LightingProbabilityDensityFunction
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    173 = 1280 KB (2D 512x512 PF_DepthStencil) Lumen.CardCaptureDepthStencilAtlas
-[2024.01.13-00.31.05:435][ 73]LogConsoleResponse:    126 = 1024 KB (2D 1024x512 PF_ShadowDepth) ShadowDepthAtlas
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    172 = 1024 KB (2D 512x512 PF_FloatR11G11B10 RT) Lumen.CardCaptureEmissiveAtlas
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    170 = 1024 KB (2D 512x512 PF_R8G8B8A8 RT) Lumen.CardCaptureAlbedoAtlas
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    171 = 1024 KB (2D 512x512 PF_R8G8B8A8 RT) Lumen.CardCaptureNormalAtlas
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     51 = 977 KB (3D 63x63x252 PF_R8 UAV) GlobalDistanceField.MipTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     80 = 977 KB (3D 63x63x252 PF_R8 UAV) GlobalDistanceField.MipTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     86 = 977 KB (3D 63x63x252 PF_R8 UAV) GlobalDistanceField.MipTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    206 = 849 KB (3D 87x96x26 PF_FloatRGB UAV) Lumen.TranslucencyVolume.FilteredVolumeTraceRadiance
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    208 = 849 KB (3D 87x96x26 PF_FloatRGB UAV) Lumen.TranslucencyVolume.FilteredVolumeTraceRadiance
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     93 = 768 KB (Cube 256 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     90 = 768 KB (Cube 256 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    106 = 768 KB (Cube 256 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    108 = 768 KB (Cube 256 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     94 = 768 KB (Cube 256 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    107 = 768 KB (Cube 256 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     52 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableCombined
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     79 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableCombined
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     85 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableCombined
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     49 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableMovableLayer
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     88 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableMovableLayer
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     82 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableMovableLayer
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     50 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableStationaryLayer
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     87 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableStationaryLayer
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     81 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableStationaryLayer
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    160 = 683 KB (2D 512x512 PF_R16F UAV) HZBClosest
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    158 = 683 KB (2D 512x512 PF_R16F UAV) HZBClosest
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    159 = 683 KB (2D 512x512 PF_R16F UAV) HZBFurthest
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    157 = 683 KB (2D 512x512 PF_R16F UAV) HZBFurthest
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    195 = 664 KB (2D 904x752 PF_R8 UAV) Lumen.ScreenProbeGather.ScreenProbeHitDistance
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    196 = 664 KB (2D 904x752 PF_R8 UAV) Lumen.ScreenProbeGather.ScreenProbeTraceMoving
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    199 = 498 KB (2D 678x94 PF_FloatRGBA UAV) Lumen.ScreenProbeGather.ScreenProbeRadianceSHDirectional
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    207 = 425 KB (3D 87x96x26 PF_R16F UAV) Lumen.TranslucencyVolume.VolumeTraceHitDistance
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    155 = 245 KB (3D 63x63x63 PF_R8 UAV) GlobalDistanceField.TempMip
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     22 = 201 KB (3D 38x26x26 PF_FloatRGBA UAV) Lumen.TranslucencyVolume.SHLightingNewHistory0
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    124 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    123 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    100 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     91 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    111 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    117 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    116 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    110 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    113 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    101 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     96 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    109 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     92 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    103 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    210 = 189 KB (3D 29x32x26 PF_FloatRGBA UAV) Lumen.TranslucencyVolume.SHLighting1
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    224 = 189 KB (3D 29x32x26 PF_FloatRGBA UAV) Lumen.TranslucencyVolume.SHLighting1
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    139 = 189 KB (3D 29x32x26 PF_FloatRGBA UAV) Lumen.TranslucencyVolume.SHLightingNewHistory0
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    152 = 189 KB (3D 29x32x26 PF_FloatRGBA UAV) Lumen.TranslucencyVolume.SHLightingNewHistory0
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     64 = 168 KB (3D 35x35x140 PF_R8 UAV) GlobalDistanceField.MipTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    137 = 166 KB (2D 113x94 PF_A32B32G32R32F UAV) Lumen.ScreenProbeGather.ScreenProbeTranslatedWorldPosition
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    150 = 166 KB (2D 113x94 PF_A32B32G32R32F UAV) Lumen.ScreenProbeGather.ScreenProbeTranslatedWorldPosition
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     26 = 166 KB (2D 113x94 PF_A32B32G32R32F UAV) Lumen.ScreenProbeGather.ScreenProbeTranslatedWorldPosition
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    131 = 162 KB (3D 72x24x24 PF_R32_UINT UAV) Lumen.RadianceCache.RadianceProbeIndirectionTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     45 = 162 KB (3D 72x24x24 PF_R32_UINT UAV) Lumen.RadianceCache.RadianceProbeIndirectionTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    144 = 162 KB (3D 72x24x24 PF_R32_UINT UAV) Lumen.RadianceCache.RadianceProbeIndirectionTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     24 = 128 KB (3D 32x32x32 PF_A2B10G10R10 RT) CombineLUTs
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    154 = 128 KB (3D 32x32x32 PF_A2B10G10R10 RT) CombineLUTs
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     59 = 128 KB (3D 32x32x32 PF_A2B10G10R10 RT) CombineLUTs
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     65 = 125 KB (3D 20x20x80 PF_R32_UINT UAV) GlobalDistanceField.PageTableCombined
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     62 = 125 KB (3D 20x20x80 PF_R32_UINT UAV) GlobalDistanceField.PageTableMovableLayer
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     63 = 125 KB (3D 20x20x80 PF_R32_UINT UAV) GlobalDistanceField.PageTableStationaryLayer
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     25 = 101 KB (3D 38x26x26 PF_FloatRGB UAV) Lumen.TranslucencyVolume.SHLightingNewHistory0
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    209 = 95 KB (3D 29x32x26 PF_FloatRGB UAV) Lumen.TranslucencyVolume.SHLighting0
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    223 = 95 KB (3D 29x32x26 PF_FloatRGB UAV) Lumen.TranslucencyVolume.SHLighting0
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    151 = 95 KB (3D 29x32x26 PF_FloatRGB UAV) Lumen.TranslucencyVolume.SHLightingNewHistory0
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    138 = 95 KB (3D 29x32x26 PF_FloatRGB UAV) Lumen.TranslucencyVolume.SHLightingNewHistory0
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    198 = 42 KB (2D 113x94 PF_FloatR11G11B10 UAV) Lumen.ScreenProbeGather.ScreenProbeRadianceSHAmbient
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     28 = 42 KB (2D 113x94 PF_R32_UINT UAV) Lumen.ScreenProbeGather.ScreenProbeSceneDepth
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    149 = 42 KB (2D 113x94 PF_R32_UINT UAV) Lumen.ScreenProbeGather.ScreenProbeSceneDepth
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    136 = 42 KB (2D 113x94 PF_R32_UINT UAV) Lumen.ScreenProbeGather.ScreenProbeSceneDepth
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:      4 = 33 KB (2D 66x64 PF_A16B16G16R16) SSProfiles
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    186 = 28 KB (2D 113x63 PF_R32_UINT UAV) Lumen.ScreenProbeGather.ScreenTileAdaptiveProbeHeader
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    205 = 28 KB (2D 225x125 PF_R8_UINT UAV) Lumen.Reflections.ResolveTileUsed
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    185 = 21 KB (2D 113x94 PF_R16_UINT UAV) Lumen.ScreenProbeGather.ScreenProbeWorldSpeed
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    184 = 21 KB (2D 113x94 PF_R8G8 UAV) Lumen.ScreenProbeGather.ScreenProbeWorldNormal
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    122 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    125 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    121 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    102 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    104 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    105 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    112 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    115 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    118 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    119 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    120 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    114 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    197 = 11 KB (2D 113x94 PF_R8 UAV) Lumen.ScreenProbeGather.ScreenProbeMoving
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:      2 = 6 KB (2D 768x8 PF_R8) AsciiTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     61 = 1 KB (2D 1x1 PF_A32B32G32R32F UAV) EyeAdaptationTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     60 = 1 KB (2D 1x1 PF_A32B32G32R32F UAV) EyeAdaptationTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    153 = 1 KB (2D 1x1 PF_A32B32G32R32F UAV) EyeAdaptationTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     44 = 1 KB (2D 1x1 PF_A32B32G32R32F UAV) EyeAdaptationTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     23 = 1 KB (2D 1x1 PF_A32B32G32R32F UAV) EyeAdaptationTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:     55 = 1 KB (2D 1x1 PF_R16F UAV) Dummy
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    181 = 1 KB (2D 1x1 PF_R8 UAV) Substrate.DummyWritableTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    180 = 1 KB (2D[1] 1x1 PF_R32_UINT UAV) Substrate.DummyWritableTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    183 = 1 KB (2D[1] 4x4 PF_R32_UINT UAV) Dummy-OutDepthBuffer
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:      1 = 1 KB (3D 1x1x1 PF_B8G8R8A8 RT) HairLUT0
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse: 
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse: Pool: 2231/2344 MB (referenced/allocated)
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse: 
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse: RDGResourceName (what was rendered this frame, use <RDGResourceName>@<Version> to get intermediate versions):
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    BloomSetup                         Lumen.RadianceCache.DepthProbeAtlasTexture            Lumen.ScreenProbeGather.BackfaceDiffuseIndirect               Lumen.TranslucencyVolume.SHLightingNewHistory0  TSR.AntiAliasing.Raw
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    BloomX                             Lumen.RadianceCache.FilteredRadianceProbeAtlasTexture Lumen.ScreenProbeGather.DiffuseIndirect                       Lumen.TranslucencyVolume.VolumeTraceHitDistance TSR.ClosestDepthTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    BloomY                             Lumen.RadianceCache.FinalRadianceAtlas                Lumen.ScreenProbeGather.LightingProbabilityDensityFunction    Lumen.TranslucencyVolume.VolumeTraceRadiance    TSR.DummyOutput
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    CombineLUTs                        Lumen.RadianceCache.RadianceProbeAtlasTextureSource   Lumen.ScreenProbeGather.RayInfosForTracing                    OIT.SampleColor                                 TSR.HalfResOutput
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    CubeShadowDepthZ                   Lumen.RadianceCache.RadianceProbeIndirectionTexture   Lumen.ScreenProbeGather.RoughSpecularIndirect                 OIT.SampleCount                                 TSR.History.Guide
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    Dummy-OutDepthBuffer               Lumen.Reflections.AccumulatedResolveVariance          Lumen.ScreenProbeGather.ScreenBentNormal                      OIT.SampleDepth                                 TSR.History.Metadata
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    EyeAdaptationTexture               Lumen.Reflections.NumHistoryFramesAccumulated         Lumen.ScreenProbeGather.ScreenProbeFilteredRadiance           OIT.SampleTrans                                 TSR.History.Moire
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    Final Luminance                    Lumen.Reflections.RayTraceDistance                    Lumen.ScreenProbeGather.ScreenProbeFilteredRadianceWithBorder PreShadowCacheDepthZ                            TSR.History.SubpixelDepth
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    GaussianLumSetupTexture            Lumen.Reflections.ReflectionDownsampledDepth          Lumen.ScreenProbeGather.ScreenProbeHitDistance                Scene(1/16)                                     TSR.HistoryRejection
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    GBufferA                           Lumen.Reflections.ReflectionRayBuffer                 Lumen.ScreenProbeGather.ScreenProbeMoving                     Scene(1/32)                                     TSR.Moire.Luma
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    GBufferB                           Lumen.Reflections.ResolvedSpecularIndirect            Lumen.ScreenProbeGather.ScreenProbeRadiance                   Scene(1/4)                                      TSR.Output
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    GBufferC                           Lumen.Reflections.ResolvedSpecularIndirectDepth       Lumen.ScreenProbeGather.ScreenProbeRadianceSHAmbient          Scene(1/64)                                     TSR.ParallaxFactor
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    GBufferD                           Lumen.Reflections.ResolveTileUsed                     Lumen.ScreenProbeGather.ScreenProbeRadianceSHDirectional      Scene(1/8)                                      TSR.ParallaxRejectionMask
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    GBufferE                           Lumen.Reflections.ResolveVariance                     Lumen.ScreenProbeGather.ScreenProbeSceneDepth                 SceneColor                                      TSR.PrevClosestDepthTexture
-[2024.01.13-00.31.05:436][ 73]LogConsoleResponse:    HeterogeneousVolumes               Lumen.Reflections.SpecularIndirect                    Lumen.ScreenProbeGather.ScreenProbeTraceMoving                SceneDepthZ                                     TSR.PrevUseCountTexture
-[2024.01.13-00.31.05:437][ 73]LogConsoleResponse:    HZBClosest                         Lumen.Reflections.TraceHit                            Lumen.ScreenProbeGather.ScreenProbeTranslatedWorldPosition    SceneVelocity                                   TSR.ReprojectedHistoryGuide
-[2024.01.13-00.31.05:437][ 73]LogConsoleResponse:    HZBFurthest                        Lumen.Reflections.TraceRadiance                       Lumen.ScreenProbeGather.ScreenProbeWorldNormal                ShadowDepthAtlas                                TSR.ReprojectedHistoryMoire
-[2024.01.13-00.31.05:437][ 73]LogConsoleResponse:    LightingChannels                   Lumen.SceneAlbedo                                     Lumen.ScreenProbeGather.ScreenProbeWorldSpeed                 ShadowMaskTexture                               TSR.SceneColorLdrLuma
-[2024.01.13-00.31.05:437][ 73]LogConsoleResponse:    LocalExposure                      Lumen.SceneDepth                                      Lumen.ScreenProbeGather.ScreenTileAdaptiveProbeHeader         Substrate.DummyWritableTexture                  TSR.Velocity.Dilated
-[2024.01.13-00.31.05:437][ 73]LogConsoleResponse:    LocalExposureGaussianX             Lumen.SceneDirectLighting                             Lumen.ScreenProbeGather.ScreenTileAdaptiveProbeIndices        Translucency.AfterDOF.Color                     TSR.Velocity.HoleFilled
-[2024.01.13-00.31.05:437][ 73]LogConsoleResponse:    LocalExposureGaussianY             Lumen.SceneEmissive                                   Lumen.ScreenProbeGather.TileClassificationModes               TranslucentVolumeAmbient0                       TSR.velocity.HoleFillMask
-[2024.01.13-00.31.05:437][ 73]LogConsoleResponse:    Lumen.CardCaptureAlbedoAtlas       Lumen.SceneFinalLighting                              Lumen.ScreenProbeGather.TraceHit                              TranslucentVolumeAmbient1                       ViewFamilyTexture
-[2024.01.13-00.31.05:437][ 73]LogConsoleResponse:    Lumen.CardCaptureDepthStencilAtlas Lumen.SceneIndirectLighting                           Lumen.ScreenProbeGather.TraceRadiance                         TranslucentVolumeDirectional0
-[2024.01.13-00.31.05:437][ 73]LogConsoleResponse:    Lumen.CardCaptureEmissiveAtlas     Lumen.SceneNormal                                     Lumen.TranslucencyVolume.FilteredVolumeTraceRadiance          TranslucentVolumeDirectional1
-[2024.01.13-00.31.05:437][ 73]LogConsoleResponse:    Lumen.CardCaptureNormalAtlas       Lumen.SceneNumFramesAccumulatedAtlas                  Lumen.TranslucencyVolume.SHLighting0                          TSR.AntiAliasing.Filtered
-[2024.01.13-00.31.05:437][ 73]LogConsoleResponse:    Lumen.DepthHistory                 Lumen.SceneOpacity                                    Lumen.TranslucencyVolume.SHLighting1                          TSR.AntiAliasing.Noise
-[2024.01.13-00.31.05:437][ 73]LogConsoleResponse: 
-[2024.01.13-00.31.05:437][ 73]Cmd: rhi.DumpMemory
-[2024.01.13-00.31.05:439][ 73]RHI resource memory (not tracked by our allocator)
-[2024.01.13-00.31.05:439][ 73]         0.000MB  -  Bindless Resource Heap - STAT_BindlessResourceHeapMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]         0.000MB  -  Bindless Sampler Heap - STAT_BindlessSamplerHeapMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]         0.000MB  -  Misc Buffer Memory - STAT_MiscBufferMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]         0.000MB  -  Draw Indirect Buffer Memory - STAT_DrawIndirectBufferMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]         0.572MB  -  Byte Address Buffer Memory - STAT_ByteAddressBufferMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]       138.436MB  -  Structured Buffer Memory - STAT_StructuredBufferMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]         0.000MB  -  RayTracing Acceleration Structure Memory - STAT_RTAccelerationStructureMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]       159.330MB  -  Vertex Buffer Memory - STAT_VertexBufferMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]         6.363MB  -  Index Buffer Memory - STAT_IndexBufferMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]         2.714MB  -  Uniform Buffer Memory - STAT_UniformBufferMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]        22.086MB  -  Texture Cube Memory - STAT_TextureMemoryCube - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]         0.172MB  -  Texture 3D Memory - STAT_TextureMemory3D - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]       272.899MB  -  Texture 2D Memory - STAT_TextureMemory2D - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]       517.229MB  -  UAV Texture Memory - STAT_UAVTextureMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]         0.000MB  -  Render Target Cube Memory - STAT_RenderTargetMemoryCube - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]         0.250MB  -  Render Target 3D Memory - STAT_RenderTargetMemory3D - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]       947.923MB  -  Render Target 2D Memory - STAT_RenderTargetMemory2D - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.31.05:439][ 73]2067.974MB total
-[2024.01.13-00.31.05:439][ 73]LogWindows: FPlatformMisc::RequestExit(1, TerminateOnOutOfMemory)
-[2024.01.13-00.31.05:439][ 73]LogWindows: FPlatformMisc::RequestExitWithStatus(1, 0, TerminateOnOutOfMemory)
-[2024.01.13-00.31.05:439][ 73]LogCore: Engine exit requested (reason: Win RequestExit)
diff --git a/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt-backup-2024.01.13-00.47.39.log b/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt-backup-2024.01.13-00.47.39.log
deleted file mode 100644
index 8364d364770750afb75799356da7945f57bb6818..0000000000000000000000000000000000000000
--- a/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt-backup-2024.01.13-00.47.39.log
+++ /dev/null
@@ -1,2333 +0,0 @@
-Log file open, 01/13/24 01:31:08
-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=24268)
-LogWindows: Custom abort handler registered for crash reporting.
-LogInit: Display: Running engine for game: BackroomsDigitalArt
-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 11 (23H2) [10.0.22631.3007] "
-LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 7 5800X 8-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="" G:\digital_art\BackroomsDigitalArt\BackroomsDigitalArt.uproject""
-LogCsvProfiler: Display: Metadata set : loginid="a9045eb54873e8e51d9f288acbb7c9e1"
-LogCsvProfiler: Display: Metadata set : llm="0"
-LogStats: Stats thread started at 0.250636
-LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +1:00, Platform Override: ''
-LogInit: Session CrashGUID >====================================================
-         Session CrashGUID >   UECC-Windows-079362144C52F791E5DA35BCE0EF9841
-         Session CrashGUID >====================================================
-LogConfig: Display: Loading Mac ini files took 0.02 seconds
-LogConfig: Display: Loading Android ini files took 0.03 seconds
-LogConfig: Display: Loading VulkanPC ini files took 0.03 seconds
-LogConfig: Display: Loading IOS ini files took 0.03 seconds
-LogConfig: Display: Loading Unix ini files took 0.03 seconds
-LogConfig: Display: Loading TVOS ini files took 0.03 seconds
-LogConfig: Display: Loading Windows ini files took 0.03 seconds
-LogConfig: Display: Loading Linux ini files took 0.03 seconds
-LogConfig: Display: Loading LinuxArm64 ini files took 0.03 seconds
-LogAssetRegistry: Display: Asset registry cache read as 17.5 MiB from ../../../../../digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_0.bin
-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 Bridge
-LogPluginManager: Mounting Engine plugin TraceUtilities
-LogPluginManager: Mounting Engine plugin XGEController
-LogPluginManager: Mounting Engine plugin AndroidMedia
-LogPluginManager: Mounting Engine plugin AvfMedia
-LogPluginManager: Mounting Engine plugin Paper2D
-LogPluginManager: Mounting Engine plugin ImgMedia
-LogPluginManager: Mounting Engine plugin MediaCompositing
-LogPluginManager: Mounting Engine plugin MediaPlate
-LogPluginManager: Mounting Engine plugin MediaPlayerEditor
-LogPluginManager: Mounting Engine plugin WebMMedia
-LogPluginManager: Mounting Engine plugin WmfMedia
-LogPluginManager: Mounting Engine plugin Takes
-LogPluginManager: Mounting Engine plugin AISupport
-LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor
-LogPluginManager: Mounting Engine plugin AlembicImporter
-LogPluginManager: Mounting Engine plugin ActorLayerUtilities
-LogPluginManager: Mounting Engine plugin AndroidFileServer
-LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector
-LogPluginManager: Mounting Engine plugin AndroidMoviePlayer
-LogPluginManager: Mounting Engine plugin AppleImageUtils
-LogPluginManager: Mounting Engine plugin ArchVisCharacter
-LogPluginManager: Mounting Engine plugin AppleMoviePlayer
-LogPluginManager: Mounting Engine plugin AudioCapture
-LogPluginManager: Mounting Engine plugin AssetTags
-LogPluginManager: Mounting Engine plugin AudioSynesthesia
-LogPluginManager: Mounting Engine plugin AudioWidgets
-LogPluginManager: Mounting Engine plugin CableComponent
-LogPluginManager: Mounting Engine plugin ChunkDownloader
-LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector
-LogPluginManager: Mounting Engine plugin GeometryCache
-LogPluginManager: Mounting Engine plugin CustomMeshComponent
-LogPluginManager: Mounting Engine plugin GeometryProcessing
-LogPluginManager: Mounting Engine plugin GoogleCloudMessaging
-LogPluginManager: Mounting Engine plugin GooglePAD
-LogPluginManager: Mounting Engine plugin AndroidPermission
-LogPluginManager: Mounting Engine plugin InputDebugging
-LogPluginManager: Found config from plugin[InputDebugging] Input
-LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector
-LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector
-LogPluginManager: Mounting Engine plugin MeshModelingToolset
-LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary
-LogPluginManager: Mounting Engine plugin Metasound
-LogPluginManager: Mounting Engine plugin MobilePatchingUtils
-LogPluginManager: Mounting Engine plugin MsQuic
-LogPluginManager: Mounting Engine plugin OpenXREyeTracker
-LogPluginManager: Mounting Engine plugin OpenXR
-LogPluginManager: Mounting Engine plugin OpenXRHandTracking
-LogPluginManager: Mounting Engine plugin ProceduralMeshComponent
-LogPluginManager: Mounting Engine plugin PropertyAccessEditor
-LogPluginManager: Mounting Engine plugin RigVM
-LogPluginManager: Mounting Engine plugin SignificanceManager
-LogPluginManager: Mounting Engine plugin ResonanceAudio
-LogPluginManager: Mounting Engine plugin SoundFields
-LogPluginManager: Mounting Engine plugin Synthesis
-LogPluginManager: Mounting Engine plugin WaveTable
-LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector
-LogPluginManager: Mounting Engine plugin WebMMoviePlayer
-LogPluginManager: Mounting Engine plugin WindowsMoviePlayer
-LogPluginManager: Mounting Engine plugin XRBase
-LogPluginManager: Mounting Engine plugin ACLPlugin
-LogPluginManager: Mounting Engine plugin AnimationData
-LogPluginManager: Mounting Engine plugin AnimationModifierLibrary
-LogPluginManager: Mounting Engine plugin ControlRigSpline
-LogPluginManager: Mounting Engine plugin ControlRig
-LogPluginManager: Mounting Engine plugin IKRig
-LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis
-LogPluginManager: Mounting Engine plugin LiveLink
-LogPluginManager: Mounting Engine plugin OnlineBase
-LogPluginManager: Mounting Engine plugin OnlineServices
-LogPluginManager: Mounting Engine plugin Niagara
-LogPluginManager: Mounting Engine plugin OnlineSubsystem
-LogPluginManager: Mounting Engine plugin OnlineSubsystemNull
-LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils
-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 N10XSourceCodeAccess
-LogPluginManager: Mounting Engine plugin PerforceSourceControl
-LogPluginManager: Mounting Engine plugin NullSourceCodeAccess
-LogPluginManager: Mounting Engine plugin PixWinPlugin
-LogPluginManager: Mounting Engine plugin PropertyAccessNode
-LogPluginManager: Mounting Engine plugin PluginUtils
-LogPluginManager: Mounting Engine plugin RenderDocPlugin
-LogPluginManager: Mounting Engine plugin TextureFormatOodle
-LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess
-LogPluginManager: Mounting Engine plugin TraceDataFilters
-LogPluginManager: Mounting Engine plugin PlasticSourceControl
-LogPluginManager: Mounting Engine plugin SubversionSourceControl
-LogPluginManager: Mounting Engine plugin UObjectPlugin
-LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess
-LogPluginManager: Mounting Engine plugin GameplayCameras
-LogPluginManager: Mounting Engine plugin LauncherChunkInstaller
-LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess
-LogPluginManager: Mounting Engine plugin ActorSequence
-LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess
-LogPluginManager: Mounting Engine plugin CameraShakePreviewer
-LogPluginManager: Mounting Engine plugin LevelSequenceEditor
-LogPluginManager: Mounting Engine plugin TemplateSequence
-LogPluginManager: Mounting Engine plugin SequencerScripting
-LogPluginManager: Mounting Engine plugin InterchangeEditor
-LogPluginManager: Mounting Engine plugin OodleNetwork
-LogPluginManager: Mounting Engine plugin Interchange
-LogPluginManager: Mounting Engine plugin InterchangeTests
-LogPluginManager: Mounting Engine plugin AssetManagerEditor
-LogPluginManager: Mounting Engine plugin BlueprintHeaderView
-LogPluginManager: Mounting Engine plugin ChangelistReview
-LogPluginManager: Mounting Engine plugin DataValidation
-LogPluginManager: Mounting Engine plugin CurveEditorTools
-LogPluginManager: Mounting Engine plugin EditorScriptingUtilities
-LogPluginManager: Mounting Engine plugin CryptoKeys
-LogPluginManager: Mounting Engine plugin EngineAssetDefinitions
-LogPluginManager: Mounting Engine plugin FacialAnimation
-LogPluginManager: Mounting Engine plugin GameplayTagsEditor
-LogPluginManager: Mounting Engine plugin GeometryMode
-LogPluginManager: Mounting Engine plugin EditorDebugTools
-LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard
-LogPluginManager: Mounting Engine plugin MaterialAnalyzer
-LogPluginManager: Mounting Engine plugin MacGraphicsSwitching
-LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode
-LogPluginManager: Mounting Engine plugin SequencerAnimTools
-LogPluginManager: Mounting Engine plugin PluginBrowser
-LogPluginManager: Mounting Engine plugin SpeedTreeImporter
-LogPluginManager: Mounting Engine plugin UVEditor
-LogPluginManager: Mounting Engine plugin UdpMessaging
-LogPluginManager: Mounting Engine plugin TcpMessaging
-LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities
-LogPluginManager: Mounting Engine plugin DatasmithContent
-LogPluginManager: Mounting Engine plugin GLTFExporter
-LogPluginManager: Mounting Engine plugin VariantManagerContent
-LogPluginManager: Mounting Engine plugin VariantManager
-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 ChaosNiagara
-LogPluginManager: Mounting Engine plugin ChaosSolverPlugin
-LogPluginManager: Mounting Engine plugin ChaosUserDataPT
-LogPluginManager: Mounting Engine plugin CharacterAI
-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 MeshLODToolset
-LogPluginManager: Mounting Engine plugin GeometryFlow
-LogPluginManager: Mounting Engine plugin OpenImageDenoise
-LogPluginManager: Mounting Engine plugin PlatformCrypto
-LogPluginManager: Mounting Engine plugin PythonScriptPlugin
-LogPluginManager: Mounting Engine plugin PlanarCut
-LogPluginManager: Mounting Engine plugin ProxyLODPlugin
-LogPluginManager: Mounting Engine plugin Dataflow
-LogPluginManager: Mounting Engine plugin StaticMeshEditorModeling
-LogPluginManager: Mounting Engine plugin SkeletalReduction
-LogPluginManager: Mounting Engine plugin StructUtils
-LogPluginManager: Mounting Engine plugin ToolPresets
-LogPluginManager: Mounting Engine plugin LightMixer
-LogPluginManager: Mounting Engine plugin ObjectMixer
-LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS
-LogPluginManager: Mounting Engine plugin SQLiteCore
-LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource
-LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource
-LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource
-LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource
-LogPluginManager: Mounting Engine plugin ConcertMain
-LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay
-LogPluginManager: Mounting Engine plugin ConcertSyncClient
-LogPluginManager: Mounting Engine plugin ConcertSyncCore
-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/2D/Paper2D/Content/' mounted to '/Paper2D/'
-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/VirtualProduction/Takes/Content/' mounted to '/Takes/'
-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/OpenXREyeTracker/Content/' mounted to '/OpenXREyeTracker/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/OpenXR/Content/' mounted to '/OpenXR/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/OpenXRHandTracking/Content/' mounted to '/OpenXRHandTracking/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/RigVM/Content/' mounted to '/RigVM/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/ResonanceAudio/Content/' mounted to '/ResonanceAudio/'
-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/ControlRigSpline/Content/' mounted to '/ControlRigSpline/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/ControlRig/Content/' mounted to '/ControlRig/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/IKRig/Content/' mounted to '/IKRig/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/FX/Niagara/Content/' mounted to '/Niagara/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Developer/AnimationSharing/Content/' mounted to '/AnimationSharing/'
-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/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/ModelingToolsEditorMode/Content/' mounted to '/ModelingToolsEditorMode/'
-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/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/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/ChaosNiagara/Content/' mounted to '/ChaosNiagara/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosSolverPlugin/Content/' mounted to '/ChaosSolverPlugin/'
-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/MeshLODToolset/Content/' mounted to '/MeshLODToolset/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/GeometryFlow/Content/' mounted to '/GeometryFlow/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/PythonScriptPlugin/Content/' mounted to '/PythonScriptPlugin/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/Dataflow/Content/' mounted to '/Dataflow/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/StaticMeshEditorModeling/Content/' mounted to '/StaticMeshEditorModeling/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ToolPresets/Content/' mounted to '/ToolPresets/'
-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/'
-SourceControl: Revision control is disabled
-SourceControl: Revision control is disabled
-SourceControl: Revision control is disabled
-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]
-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.
-LogHMD: OpenXRHMDModule::InitInstance using DefaultLoader.
-LogHMD: OpenXR runtime supported extensions:
-LogHMD: 	XR_KHR_vulkan_enable
-LogHMD: 	XR_KHR_vulkan_enable2
-LogHMD: 	XR_KHR_D3D11_enable
-LogHMD: 	XR_KHR_D3D12_enable
-LogHMD: 	XR_KHR_opengl_enable
-LogHMD: 	XR_KHR_win32_convert_performance_counter_time
-LogHMD: 	XR_EXT_win32_appcontainer_compatible
-LogHMD: 	XR_KHR_binding_modification
-LogHMD: 	XR_KHR_composition_layer_depth
-LogHMD: 	XR_KHR_visibility_mask
-LogHMD: 	XR_EXT_active_action_set_priority
-LogHMD: 	XR_EXT_dpad_binding
-LogHMD: 	XR_EXT_frame_composition_report
-LogHMD: 	XR_EXT_hand_tracking
-LogHMD: 	XR_EXT_hand_joints_motion_range
-LogHMD: 	XR_EXT_hp_mixed_reality_controller
-LogHMD: 	XR_EXT_palm_pose
-LogHMD: 	XR_FB_display_refresh_rate
-LogHMD: 	XR_HTC_vive_cosmos_controller_interaction
-LogHMD: 	XR_HTC_vive_focus3_controller_interaction
-LogHMD: 	XR_HTC_vive_wrist_tracker_interaction
-LogHMD: 	XR_MND_headless
-LogHMD: 	XR_VALVE_analog_threshold
-LogHMD: 	XR_HTCX_vive_tracker_interaction
-LogHMD: 	XR_EXT_debug_utils
-LogHMD: Optional extension XR_KHR_vulkan_swapchain_format_list is not available
-LogHMD: Optional extension XR_FB_foveation_vulkan is not available
-LogHMD: Optional extension XR_KHR_composition_layer_cylinder is not available
-LogHMD: Optional extension XR_KHR_composition_layer_equirect is not available
-LogHMD: Optional extension XR_VARJO_quad_views is not available
-LogHMD: Optional extension XR_EPIC_view_configuration_fov is not available
-LogHMD: Optional extension XR_FB_composition_layer_alpha_blend is not available
-LogHMD: Optional extension XR_FB_foveation is not available
-LogHMD: Optional extension XR_FB_swapchain_update_state is not available
-LogHMD: Optional extension XR_FB_foveation_configuration is not available
-LogHMD: Optional extension XR_OCULUS_audio_device_guid is not available
-LogHMD: Warning: Required extension XR_EXT_eye_gaze_interaction is not available
-LogHMD: Could not enable all required OpenXR extensions for OpenXREyeTracker on current system. This plugin will be loaded but ignored, but will be enabled on a target platform that supports the required extension.
-LogHMD: Initialized OpenXR on SteamVR/OpenXR runtime version 2.2.3
-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 11 (23H2) [10.0.22631.3007] (), CPU: AMD Ryzen 7 5800X 8-Core Processor             , GPU: AMD Radeon RX 6800
-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: 
-LogInit: Base Directory: G:/UnrealEngines/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
-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.01.13-00.31.08:506][  0]LogConfig: Set CVar [[r.VSync:0]]
-[2024.01.13-00.31.08:506][  0]LogConfig: Set CVar [[r.RHICmdBypass:0]]
-[2024.01.13-00.31.08:506][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine]
-[2024.01.13-00.31.08:506][  0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created
-[2024.01.13-00.31.08:506][  0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created
-[2024.01.13-00.31.08:506][  0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]]
-[2024.01.13-00.31.08:506][  0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created
-[2024.01.13-00.31.08:506][  0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]]
-[2024.01.13-00.31.08:506][  0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]]
-[2024.01.13-00.31.08:506][  0]LogConfig: Set CVar [[r.ReflectionMethod:1]]
-[2024.01.13-00.31.08:506][  0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]]
-[2024.01.13-00.31.08:506][  0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]]
-[2024.01.13-00.31.08:506][  0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]]
-[2024.01.13-00.31.08:506][  0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]]
-[2024.01.13-00.31.08:506][  0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]]
-[2024.01.13-00.31.08:506][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine]
-[2024.01.13-00.31.08:506][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine]
-[2024.01.13-00.31.08:506][  0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
-[2024.01.13-00.31.08:506][  0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]]
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]]
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.AllowParallelGC:1]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.CreateGCClusters:1]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:0]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Set CVar [[gc.PendingKillEnabled:1]]
-[2024.01.13-00.31.08:507][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine]
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine]
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created
-[2024.01.13-00.31.08:507][  0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created
-[2024.01.13-00.31.08:508][  0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability]
-[2024.01.13-00.31.08:508][  0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]]
-[2024.01.13-00.31.08:508][  0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]]
-[2024.01.13-00.31.08:508][  0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability]
-[2024.01.13-00.31.08:508][  0]LogConfig: Set CVar [[r.FXAA.Quality:4]]
-[2024.01.13-00.31.08:508][  0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]]
-[2024.01.13-00.31.08:508][  0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]]
-[2024.01.13-00.31.08:508][  0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]]
-[2024.01.13-00.31.08:508][  0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]]
-[2024.01.13-00.31.08:508][  0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]]
-[2024.01.13-00.31.08:508][  0]LogConfig: Set CVar [[r.TSR.ShadingRejection.TileOverscan:3]]
-[2024.01.13-00.31.08:508][  0]LogConfig: CVar [[r.TSR.Velocity.Extrapolation:1]] deferred - dummy variable created
-[2024.01.13-00.31.08:508][  0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]]
-[2024.01.13-00.31.08:508][  0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability]
-[2024.01.13-00.31.08:508][  0]LogConfig: Set CVar [[r.LightFunctionQuality:1]]
-[2024.01.13-00.31.08:508][  0]LogConfig: Set CVar [[r.ShadowQuality:5]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.VolumetricFog:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.CapsuleShadows:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DistanceFieldAO:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.AOQuality:2]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SSR.Quality:3]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.MotionBlurQuality:4]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.LensFlareQuality:2]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.BloomQuality:5]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.FastBlurThreshold:100]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Upscale.Quality:3]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.LightShaftQuality:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Filter.SizeScale:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2         ; lower gathering resolution]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1        ; higher gathering accumulator quality]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1          ; Median3x3 postfilering method]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0       ; no bokeh simulation when gathering]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4                 ; medium number of samples when gathering]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1    ; additive foreground scattering]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2    ; additive background scattering]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1      ; bokeh simulation when scattering]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1         ; only a maximum of 10% of scattered bokeh]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1                ; cheap slight out of focus]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0    ; no bokeh simulation on slight out of focus]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1                ; more stable temporal accumulation]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Streaming.MipBias:0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Streaming.Boost:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.MaxAnisotropy:8]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.RefractionQuality:2]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SceneColorFormat:4]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.DetailMode:2]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SSS.Scale:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SSS.SampleSet:2]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SSS.Quality:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SSS.HalfRes:0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SSGI.Quality:3]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.ParticleLightQuality:2]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: CVar [[fx.Niagara.QualityLevel:3]] deferred - dummy variable created
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[foliage.DensityScale:1.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[grass.DensityScale:1.0]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]]
-[2024.01.13-00.31.08:509][  0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]]
-[2024.01.13-00.31.08:511][  0]LogRHI: Using Default RHI: D3D11
-[2024.01.13-00.31.08:511][  0]LogRHI: Using Highest Feature Level of D3D11: SM5
-[2024.01.13-00.31.08:511][  0]LogRHI: Loading RHI module D3D11RHI
-[2024.01.13-00.31.08:517][  0]LogD3D11RHI: Loaded GFSDK_Aftermath_Lib.x64.dll
-[2024.01.13-00.31.08:517][  0]LogRHI: Checking if RHI D3D11 with Feature Level SM5 is supported by your system.
-[2024.01.13-00.31.08:519][  0]LogD3D11RHI: D3D11 min allowed feature level: 11_0
-[2024.01.13-00.31.08:519][  0]LogD3D11RHI: D3D11 max allowed feature level: 11_1
-[2024.01.13-00.31.08:519][  0]LogD3D11RHI: D3D11 adapters:
-[2024.01.13-00.31.08:519][  0]LogD3D11RHI: Testing D3D11 Adapter 0:
-[2024.01.13-00.31.08:519][  0]LogD3D11RHI:     Description : AMD Radeon RX 6800
-[2024.01.13-00.31.08:519][  0]LogD3D11RHI:     VendorId    : 1002
-[2024.01.13-00.31.08:519][  0]LogD3D11RHI:     DeviceId    : 73bf
-[2024.01.13-00.31.08:519][  0]LogD3D11RHI:     SubSysId    : e3a1002
-[2024.01.13-00.31.08:519][  0]LogD3D11RHI:     Revision    : 00c3
-[2024.01.13-00.31.08:519][  0]LogD3D11RHI:     DedicatedVideoMemory : 17130807296 bytes
-[2024.01.13-00.31.08:519][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
-[2024.01.13-00.31.08:519][  0]LogD3D11RHI:     SharedSystemMemory : 17120491520 bytes
-[2024.01.13-00.31.08:519][  0]LogD3D11RHI:     AdapterLuid : 0 88012
-[2024.01.13-00.31.08:601][  0]LogD3D11RHI:    0. 'AMD Radeon RX 6800' (Feature Level 11_1)
-[2024.01.13-00.31.08:601][  0]LogD3D11RHI:       16337/0/16327 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:2, VendorId:0x1002
-[2024.01.13-00.31.08:601][  0]LogD3D11RHI: Testing D3D11 Adapter 1:
-[2024.01.13-00.31.08:601][  0]LogD3D11RHI:     Description : Microsoft Basic Render Driver
-[2024.01.13-00.31.08:601][  0]LogD3D11RHI:     VendorId    : 1414
-[2024.01.13-00.31.08:601][  0]LogD3D11RHI:     DeviceId    : 008c
-[2024.01.13-00.31.08:601][  0]LogD3D11RHI:     SubSysId    : 0000
-[2024.01.13-00.31.08:601][  0]LogD3D11RHI:     Revision    : 0000
-[2024.01.13-00.31.08:601][  0]LogD3D11RHI:     DedicatedVideoMemory : 0 bytes
-[2024.01.13-00.31.08:601][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
-[2024.01.13-00.31.08:601][  0]LogD3D11RHI:     SharedSystemMemory : 17120491520 bytes
-[2024.01.13-00.31.08:601][  0]LogD3D11RHI:     AdapterLuid : 0 93714
-[2024.01.13-00.31.08:603][  0]LogD3D11RHI:    1. 'Microsoft Basic Render Driver' (Feature Level 11_1)
-[2024.01.13-00.31.08:603][  0]LogD3D11RHI:       0/0/16327 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:0, VendorId:0x1414
-[2024.01.13-00.31.08:603][  0]LogD3D11RHI: Chosen D3D11 Adapter:
-[2024.01.13-00.31.08:603][  0]LogD3D11RHI:     Description : AMD Radeon RX 6800
-[2024.01.13-00.31.08:603][  0]LogD3D11RHI:     VendorId    : 1002
-[2024.01.13-00.31.08:603][  0]LogD3D11RHI:     DeviceId    : 73bf
-[2024.01.13-00.31.08:603][  0]LogD3D11RHI:     SubSysId    : e3a1002
-[2024.01.13-00.31.08:603][  0]LogD3D11RHI:     Revision    : 00c3
-[2024.01.13-00.31.08:603][  0]LogD3D11RHI:     DedicatedVideoMemory : 17130807296 bytes
-[2024.01.13-00.31.08:603][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
-[2024.01.13-00.31.08:603][  0]LogD3D11RHI:     SharedSystemMemory : 17120491520 bytes
-[2024.01.13-00.31.08:603][  0]LogD3D11RHI:     AdapterLuid : 0 88012
-[2024.01.13-00.31.08:603][  0]LogRHI: RHI D3D11 with Feature Level SM5 is supported and will be used.
-[2024.01.13-00.31.08:603][  0]LogInit: Selected Device Profile: [WindowsEditor]
-[2024.01.13-00.31.08:603][  0]LogHAL: Display: Platform has ~ 32 GB [34240983040 / 34359738368 / 32], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0)
-[2024.01.13-00.31.08:603][  0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows]
-[2024.01.13-00.31.08:603][  0]LogDeviceProfileManager: Going up to parent DeviceProfile []
-[2024.01.13-00.31.08:603][  0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini]
-[2024.01.13-00.31.08:604][  0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]]
-[2024.01.13-00.31.08:604][  0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]]
-[2024.01.13-00.31.08:604][  0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]]
-[2024.01.13-00.31.08:604][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine]
-[2024.01.13-00.31.08:604][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [G:/digital_art/BackroomsDigitalArt/Saved/Config/WindowsEditor/Editor.ini]
-[2024.01.13-00.31.08:604][  0]LogInit: Computer: DESKTOP-2MPQGVL
-[2024.01.13-00.31.08:604][  0]LogInit: User: Windowssucks
-[2024.01.13-00.31.08:604][  0]LogInit: CPU Page size=4096, Cores=8
-[2024.01.13-00.31.08:604][  0]LogInit: High frequency timer resolution =10.000000 MHz
-[2024.01.13-00.31.08:604][  0]LogMemory: Memory total: Physical=31.9GB (32GB approx)
-[2024.01.13-00.31.08:604][  0]LogMemory: Platform Memory Stats for WindowsEditor
-[2024.01.13-00.31.08:604][  0]LogMemory: Process Physical Memory: 493.47 MB used, 520.70 MB peak
-[2024.01.13-00.31.08:604][  0]LogMemory: Process Virtual Memory: 496.44 MB used, 496.44 MB peak
-[2024.01.13-00.31.08:604][  0]LogMemory: Physical Memory: 12957.85 MB used,  19696.90 MB free, 32654.75 MB total
-[2024.01.13-00.31.08:604][  0]LogMemory: Virtual Memory: 23227.21 MB used,  9427.54 MB free, 32654.75 MB total
-[2024.01.13-00.31.08:604][  0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0"
-[2024.01.13-00.31.08:608][  0]LogWindows: WindowsPlatformFeatures enabled
-[2024.01.13-00.31.08:616][  0]LogInit: Physics initialised using underlying interface: Chaos
-[2024.01.13-00.31.08:618][  0]LogInit: Using OS detected language (en-US).
-[2024.01.13-00.31.08:618][  0]LogInit: Using OS detected locale (en-DE).
-[2024.01.13-00.31.08:619][  0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language.
-[2024.01.13-00.31.08:619][  0]LogInit: Setting process to per monitor DPI aware
-[2024.01.13-00.31.08:802][  0]LogWindowsTextInputMethodSystem: Available input methods:
-[2024.01.13-00.31.08:802][  0]LogWindowsTextInputMethodSystem:   - English (United States) - (Keyboard).
-[2024.01.13-00.31.08:802][  0]LogWindowsTextInputMethodSystem:   - English (Germany) - (Keyboard).
-[2024.01.13-00.31.08:802][  0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard).
-[2024.01.13-00.31.08:814][  0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0
-[2024.01.13-00.31.08:814][  0]LogSlate: Slate User Registered.  User Index 0, Is Virtual User: 0
-[2024.01.13-00.31.08:900][  0]LogRHI: Using Default RHI: D3D11
-[2024.01.13-00.31.08:900][  0]LogRHI: Using Highest Feature Level of D3D11: SM5
-[2024.01.13-00.31.08:900][  0]LogRHI: Loading RHI module D3D11RHI
-[2024.01.13-00.31.08:900][  0]LogRHI: Checking if RHI D3D11 with Feature Level SM5 is supported by your system.
-[2024.01.13-00.31.08:900][  0]LogRHI: RHI D3D11 with Feature Level SM5 is supported and will be used.
-[2024.01.13-00.31.08:900][  0]LogWindows: Attached monitors:
-[2024.01.13-00.31.08:900][  0]LogWindows:     resolution: 1920x1080, work area: (0, 0) -> (1920, 1032), device: '\\.\DISPLAY1' [PRIMARY]
-[2024.01.13-00.31.08:900][  0]LogWindows:     resolution: 1080x1920, work area: (-1080, -444) -> (0, 1428), device: '\\.\DISPLAY2'
-[2024.01.13-00.31.08:900][  0]LogWindows: Found 2 attached monitors.
-[2024.01.13-00.31.08:900][  0]LogWindows: Gathering driver information using Windows Setup API
-[2024.01.13-00.31.08:900][  0]LogRHI: RHI Adapter Info:
-[2024.01.13-00.31.08:901][  0]LogRHI:             Name: AMD Radeon RX 6800
-[2024.01.13-00.31.08:901][  0]LogRHI:   Driver Version: AMD Software: Adrenalin Edition 22.20.27.09 (internal:31.0.23013.3005, unified:31.0.23013.3005)
-[2024.01.13-00.31.08:901][  0]LogRHI:      Driver Date: 11-22-2023
-[2024.01.13-00.31.08:901][  0]LogD3D11RHI: Creating new Direct3DDevice
-[2024.01.13-00.31.08:901][  0]LogD3D11RHI:     GPU DeviceId: 0x73bf (for the marketing name, search the web for "GPU Device Id")
-[2024.01.13-00.31.08:927][  0]LogD3D11RHI: Creating D3DDevice with AMD AGS, using adapter:
-[2024.01.13-00.31.08:927][  0]LogD3D11RHI:     Description : AMD Radeon RX 6800
-[2024.01.13-00.31.08:927][  0]LogD3D11RHI:     VendorId    : 1002
-[2024.01.13-00.31.08:927][  0]LogD3D11RHI:     DeviceId    : 73bf
-[2024.01.13-00.31.08:927][  0]LogD3D11RHI:     SubSysId    : e3a1002
-[2024.01.13-00.31.08:927][  0]LogD3D11RHI:     Revision    : 00c3
-[2024.01.13-00.31.08:927][  0]LogD3D11RHI:     DedicatedVideoMemory : 17130807296 bytes
-[2024.01.13-00.31.08:927][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
-[2024.01.13-00.31.08:927][  0]LogD3D11RHI:     SharedSystemMemory : 17120491520 bytes
-[2024.01.13-00.31.08:927][  0]LogD3D11RHI:     AdapterLuid : 0 88012
-[2024.01.13-00.31.09:008][  0]LogD3D11RHI: Created device via AGS, feature level 11_1, supported extensions fffbf.
-[2024.01.13-00.31.09:008][  0]LogD3D11RHI: RHI has support for 64 bit atomics
-[2024.01.13-00.31.09:008][  0]LogD3D11RHI: Async texture creation enabled
-[2024.01.13-00.31.09:008][  0]LogD3D11RHI: D3D11_MAP_WRITE_NO_OVERWRITE for dynamic buffer SRVs is supported
-[2024.01.13-00.31.09:008][  0]LogD3D11RHI: Array index from any shader is supported
-[2024.01.13-00.31.09:011][  0]LogVRS: Current RHI does not support Variable Rate Shading
-[2024.01.13-00.31.09:018][  0]LogD3D11RHI: GPU Timing Frequency: 100.000000 (Debug: 2 1)
-[2024.01.13-00.31.09:026][  0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_0.log" -log="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_0.log" -project="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -platform=all'
-[2024.01.13-00.31.09:026][  0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""G:/UnrealEngines/UE_5.3/Engine/Build/BatchFiles/RunUAT.bat"  -ScriptsForProject="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_0.log" -log="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_0.log" -project="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -platform=all" ]
-[2024.01.13-00.31.09:045][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC
-[2024.01.13-00.31.09:045][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT
-[2024.01.13-00.31.09:045][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2
-[2024.01.13-00.31.09:045][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp
-[2024.01.13-00.31.09:045][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed
-[2024.01.13-00.31.09:045][  0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.10
-[2024.01.13-00.31.09:045][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll
-[2024.01.13-00.31.09:046][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.6.dll
-[2024.01.13-00.31.09:046][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.7.dll
-[2024.01.13-00.31.09:047][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.8.dll
-[2024.01.13-00.31.09:047][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.9.dll
-[2024.01.13-00.31.09:047][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.10.dll
-[2024.01.13-00.31.09:048][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle
-[2024.01.13-00.31.09:059][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android'
-[2024.01.13-00.31.09:059][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC'
-[2024.01.13-00.31.09:059][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT'
-[2024.01.13-00.31.09:059][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2'
-[2024.01.13-00.31.09:059][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient'
-[2024.01.13-00.31.09:059][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient'
-[2024.01.13-00.31.09:059][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient'
-[2024.01.13-00.31.09:059][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client'
-[2024.01.13-00.31.09:059][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi'
-[2024.01.13-00.31.09:059][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient'
-[2024.01.13-00.31.09:062][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS'
-[2024.01.13-00.31.09:062][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient'
-[2024.01.13-00.31.09:065][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux'
-[2024.01.13-00.31.09:065][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor'
-[2024.01.13-00.31.09:065][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer'
-[2024.01.13-00.31.09:065][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient'
-[2024.01.13-00.31.09:068][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64'
-[2024.01.13-00.31.09:068][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server'
-[2024.01.13-00.31.09:068][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client'
-[2024.01.13-00.31.09:070][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac'
-[2024.01.13-00.31.09:070][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor'
-[2024.01.13-00.31.09:070][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer'
-[2024.01.13-00.31.09:070][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient'
-[2024.01.13-00.31.09:072][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS'
-[2024.01.13-00.31.09:072][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient'
-[2024.01.13-00.31.09:077][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows'
-[2024.01.13-00.31.09:077][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor'
-[2024.01.13-00.31.09:077][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer'
-[2024.01.13-00.31.09:077][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient'
-[2024.01.13-00.31.09:077][  0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor
-[2024.01.13-00.31.09:082][  0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded.
-[2024.01.13-00.31.09:122][  0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager: Loaded format module MetalShaderFormat
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   SF_METAL
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   SF_METAL_MRT
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   SF_METAL_TVOS
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   SF_METAL_MRT_TVOS
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   SF_METAL_SM5
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   SF_METAL_SM6
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   SF_METAL_SIM
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   SF_METAL_MACES3_1
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   SF_METAL_MRT_MAC
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   PCD3D_SM6
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   PCD3D_SM5
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   PCD3D_ES31
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   GLSL_150_ES31
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   GLSL_ES3_1_ANDROID
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   VVM_1_0
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   SF_VULKAN_SM5
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   SF_VULKAN_ES31_ANDROID
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   SF_VULKAN_ES31
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   SF_VULKAN_SM5_ANDROID
-[2024.01.13-00.31.09:124][  0]LogTargetPlatformManager:   SF_VULKAN_SM6
-[2024.01.13-00.31.09:124][  0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0).
-[2024.01.13-00.31.09:126][  0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB
-[2024.01.13-00.31.09:126][  0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../../digital_art/BackroomsDigitalArt/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
-[2024.01.13-00.31.09:126][  0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy.
-[2024.01.13-00.31.09:126][  0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../../digital_art/BackroomsDigitalArt/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
-[2024.01.13-00.31.09:126][  0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy.
-[2024.01.13-00.31.09:163][  0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2383 MiB)
-[2024.01.13-00.31.09:163][  0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
-[2024.01.13-00.31.09:163][  0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy.
-[2024.01.13-00.31.09:167][  0]LogDerivedDataCache: C:/Users/Windows sucks/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.00 seconds.
-[2024.01.13-00.31.09:167][  0]LogDerivedDataCache: Display: C:/Users/Windows sucks/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.02ms. RandomReadSpeed=1900.81MBs, RandomWriteSpeed=286.98MBs. Assigned SpeedClass 'Local'
-[2024.01.13-00.31.09:168][  0]LogDerivedDataCache: Local: Using data cache path C:/Users/Windows sucks/AppData/Local/UnrealEngine/Common/DerivedDataCache: Writable
-[2024.01.13-00.31.09:168][  0]LogDerivedDataCache: Shared: Disabled because no path is configured.
-[2024.01.13-00.31.09:168][  0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy.
-[2024.01.13-00.31.09:168][  0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None'
-[2024.01.13-00.31.09:168][  0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy.
-[2024.01.13-00.31.09:169][  0]LogShaderCompilers: Guid format shader working directory is 8 characters bigger than the processId version (../../../../../digital_art/BackroomsDigitalArt/Intermediate/Shaders/WorkingDirectory/7104/).
-[2024.01.13-00.31.09:169][  0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Windows sucks/AppData/Local/Temp/UnrealShaderWorkingDir/E59622FB40C9F3D79427BFA4A17D9AFF/'.
-[2024.01.13-00.31.09:169][  0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine.
-[2024.01.13-00.31.09:169][  0]LogShaderCompilers: Display: Using Local Shader Compiler with 8 workers.
-[2024.01.13-00.31.09:791][  0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0
-[2024.01.13-00.31.09:927][  0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../digital_art/BackroomsDigitalArt/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush
-[2024.01.13-00.31.09:927][  0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write.
-[2024.01.13-00.31.10:155][  0]LogSlate: Using FreeType 2.10.0
-[2024.01.13-00.31.10:156][  0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
-[2024.01.13-00.31.10:169][  0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches ../../../../../digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_*.bin.
-[2024.01.13-00.31.10:169][  0]LogAssetRegistry: FAssetRegistry took 0.0017 seconds to start up
-[2024.01.13-00.31.10:177][  0]LogEditorDomain: Display: EditorDomain is Disabled
-[2024.01.13-00.31.10:327][  0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor).
-[2024.01.13-00.31.10:327][  0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal
-[2024.01.13-00.31.10:327][  0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled
-[2024.01.13-00.31.10:329][  0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found.
-[2024.01.13-00.31.10:329][  0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found.
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: Available device profiles:
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9BA00][000005645A480000 66] GlobalDefaults, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9B200][000005645A482800 66] Windows, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9B000][000005645B8AC800 66] WindowsEditor, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E99E00][000005645954C800 66] WindowsServer, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9AE00][0000056436187800 66] WindowsClient, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9C000][0000056462470000 66] IOS, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9C200][0000056462472800 66] iPadAir2, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9C400][0000056462475000 66] IPadPro, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9C600][0000056462477800 66] iPadAir3, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9C800][000005646247A000 66] iPadAir4, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9CA00][000005646247C800 66] iPadAir5, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9CC00][0000056462480000 66] iPadMini4, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9CE00][0000056462482800 66] iPadMini5, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9D000][0000056462485000 66] iPadMini6, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9D200][0000056462487800 66] iPhone6S, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9D400][000005646248A000 66] iPhone7, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9D600][000005646248C800 66] iPodTouch7, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9D800][0000056462490000 66] iPhone6SPlus, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9DA00][0000056462492800 66] iPhone7Plus, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9DC00][0000056462495000 66] iPhoneSE, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9DE00][0000056462497800 66] iPhone8, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9E000][000005646249A000 66] iPhone8Plus, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9E200][000005646249C800 66] iPhoneX, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9E400][00000564624A0000 66] iPhoneXS, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9E600][00000564624A2800 66] iPhoneXSMax, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9E800][00000564624A5000 66] iPhoneXR, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9EA00][00000564624A7800 66] iPhone11, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9EC00][00000564624AA000 66] iPhone11Pro, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9EE00][00000564624AC800 66] iPhone11ProMax, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9F000][00000564624B0000 66] iPhoneSE2, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9F200][00000564624B2800 66] iPhone12Mini, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9F400][00000564624B5000 66] iPhone12, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9F600][00000564624B7800 66] iPhone12Pro, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9F800][00000564624BA000 66] iPhone12ProMax, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9FA00][00000564624BC800 66] iPhone13Mini, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9FC00][0000056462500000 66] iPhone13, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056461E9FE00][0000056462502800 66] iPhone13Pro, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[00000564617DFE00][0000056462505000 66] iPhone13ProMax, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056454256800][0000056462507800 66] iPhoneSE3, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462510000][000005646250A000 66] iPhone14, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462510200][000005646250C800 66] iPhone14Plus, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462510400][0000056462450000 66] iPhone14Pro, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462510600][0000056462452800 66] iPhone14ProMax, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462510800][0000056462455000 66] iPhone15, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462510A00][0000056462457800 66] iPhone15Plus, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462510C00][000005646245A000 66] iPhone15Pro, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462510E00][000005646245C800 66] iPhone15ProMax, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462511000][0000056462520000 66] iPadPro105, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462511200][0000056462522800 66] iPadPro129, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462511400][0000056462525000 66] iPadPro97, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462511600][0000056462527800 66] iPadPro2_129, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462511800][000005646252A000 66] iPad5, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462511A00][000005646252C800 66] iPad6, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462511C00][0000056462530000 66] iPad7, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462511E00][0000056462532800 66] iPad8, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462512000][0000056462535000 66] iPad9, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462512200][0000056462537800 66] iPad10, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462512400][000005646253A000 66] iPadPro11, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462512600][000005646253C800 66] iPadPro2_11, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462512800][0000056462540000 66] iPadPro3_11, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462512A00][0000056462542800 66] iPadPro4_11, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462512C00][0000056462545000 66] iPadPro3_129, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462512E00][0000056462547800 66] iPadPro4_129, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462513000][000005646254A000 66] iPadPro5_129, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462513200][000005646254C800 66] iPadPro6_129, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462513400][0000056462550000 66] AppleTV, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462513600][0000056462552800 66] AppleTV4K, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462513800][0000056462555000 66] AppleTV2_4K, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462513A00][0000056462557800 66] TVOS, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462513C00][000005646255A000 66] Mac, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462513E00][000005646255C800 66] MacEditor, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462514000][0000056462560000 66] MacClient, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462514200][0000056462562800 66] MacServer, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462514400][0000056462565000 66] Linux, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462514600][0000056462567800 66] LinuxEditor, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462514800][000005646256A000 66] LinuxArm64Editor, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462514A00][000005646256C800 66] LinuxArm64, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462514C00][0000056462570000 66] LinuxClient, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462514E00][0000056462572800 66] LinuxArm64Client, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462515000][0000056462575000 66] LinuxServer, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462515200][0000056462577800 66] LinuxArm64Server, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462515400][000005646257A000 66] Android, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462515600][000005646257C800 66] Android_Preview_OpenGL, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462515800][0000056462580000 66] Android_Preview_Vulkan, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462515A00][0000056462582800 66] Android_Low, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462515C00][0000056462585000 66] Android_Mid, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462515E00][0000056462587800 66] Android_High, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462516000][000005646258A000 66] Android_Default, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462516200][000005646258C800 66] Android_Adreno4xx, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462516400][0000056462590000 66] Android_Adreno5xx_Low, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462516600][0000056462592800 66] Android_Adreno5xx, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462516800][0000056462595000 66] Android_Adreno6xx, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462516A00][0000056462597800 66] Android_Adreno6xx_Vulkan, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462516C00][000005646259A000 66] Android_Adreno7xx, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462516E00][000005646259C800 66] Android_Adreno7xx_Vulkan, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462517000][00000564625A0000 66] Android_Mali_T6xx, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462517200][00000564625A2800 66] Android_Mali_T7xx, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462517400][00000564625A5000 66] Android_Mali_T8xx, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462517600][00000564625A7800 66] Android_Mali_G71, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462517800][00000564625AA000 66] Android_Mali_G72, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462517A00][00000564625AC800 66] Android_Mali_G72_Vulkan, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462517C00][00000564625B0000 66] Android_Mali_G76, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462517E00][00000564625B2800 66] Android_Mali_G76_Vulkan, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462518000][00000564625B5000 66] Android_Mali_G77, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462518200][00000564625B7800 66] Android_Mali_G77_Vulkan, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462518400][00000564625BA000 66] Android_Mali_G78, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462518600][00000564625BC800 66] Android_Mali_G78_Vulkan, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462518800][00000564625C0000 66] Android_Mali_G710, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462518A00][00000564625C2800 66] Android_Mali_G710_Vulkan, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462518E00][00000564625C5000 66] Android_Mali_G7xx, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462519000][00000564625C7800 66] Android_Mali_G7xx_Vulkan, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462519200][00000564625CA000 66] Android_Xclipse_920, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462519400][00000564625CC800 66] Android_Xclipse_920_Vulkan, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462519800][00000564625D0000 66] Android_Vulkan_SM5, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462519A00][00000564625D2800 66] Android_PowerVR_G6xxx, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462519C00][00000564625D5000 66] Android_PowerVR_GT7xxx, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[0000056462519E00][00000564625D7800 66] Android_PowerVR_GE8xxx, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[000005646251A000][00000564625DA000 66] Android_PowerVR_GM9xxx, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[000005646251A200][00000564625DC800 66] Android_PowerVR_GM9xxx_Vulkan, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[000005646251A400][00000564625E0000 66] Android_TegraK1, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[000005646251A600][00000564625E2800 66] Android_Unknown_Vulkan, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[000005646251A800][00000564625E5000 66] Oculus_Quest, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[000005646251AA00][00000564625E7800 66] Oculus_Quest2, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[000005646251AC00][00000564625EA000 66] Meta_Quest_Pro, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[000005646251AE00][00000564625EC800 66] Meta_Quest_3, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[000005646251B000][00000564625F0000 66] HoloLens, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: 	[000005646251B200][00000564625F2800 66] MagicLeap_Vulkan, 
-[2024.01.13-00.31.10:451][  0]LogDeviceProfileManager: Active device profile: [0000056461E9B000][000005645B8AC800 66] WindowsEditor
-[2024.01.13-00.31.10:451][  0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor"
-[2024.01.13-00.31.10:451][  0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../digital_art/BackroomsDigitalArt/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush
-[2024.01.13-00.31.10:451][  0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write.
-[2024.01.13-00.31.10:451][  0]LogTurnkeySupport: Turnkey Platform: Android: (Status=Invalid, Allowed_Sdk=r25b, Current_Sdk=, Allowed_AutoSdk=r25b, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
-[2024.01.13-00.31.10:451][  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.01.13-00.31.10:451][  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.01.13-00.31.10:451][  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.01.13-00.31.10:451][  0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Invalid, MinAllowed_Sdk=10.0.00000.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=, Allowed_AutoSdk=10.0.18362.0, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
-[2024.01.13-00.31.10:454][  0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_1.log" -log="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_1.log" -project="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -Device=Win64@DESKTOP-2MPQGVL'
-[2024.01.13-00.31.10:454][  0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""G:/UnrealEngines/UE_5.3/Engine/Build/BatchFiles/RunUAT.bat"  -ScriptsForProject="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_1.log" -log="G:/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_1.log" -project="G:/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -Device=Win64@DESKTOP-2MPQGVL" -nocompile -nocompileuat ]
-[2024.01.13-00.31.10:525][  0]LogMaterial: WorldGridMaterial-SM5-Default: MATSM_DA9E5626FCAE01590760E73DF088B4B4_PCD3D_SM5_-86156035__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC0_VFO_SKYATM_SKYHF_SLWSMDLT_gs1_sdct_VT-0-0-1-0_MIN_DF_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_347391141DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM5_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_A05E64F5EBD44C64BD24277E1DB8EBB792FC705C___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F1D3D5B5AF4A6D9ADE7391C36E24BD5A02F4BAF61_FLumenCardPS<false>0_0_0D25E975B63E407DD6CCDFE4BE03CD3DF848122EAC200DC679A410C1D8AF12A00F0044876007851BC_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F5F6D284012F74DD2CFC45AAEF7606EB9D574CE14_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B4E731E4363CF47597678D99A2AE4FAE80343B3DC_TLightMapDensityPSTLightMapPolicyHQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523A6F8EDE90BA70B7A37D281661EEE0A46689F58DC5_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316FDA2E61854F80E0F91AE4D21CD0BB79DEC508B58_TBasePassPSTLightMapPolicyLQSkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B43165D7C57B710379F5E917839EBE882255DAA29AF8C_FLandscapeGrassWeightVS0_0_077204F3CE0C4459388557E81DE05752C3D36790F47C0690A66AEBFB62A3248327AB8B3401F67DA0D_TLightMapDensityVSFNoLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523ACE92005F85D160B7FACC465666DB47AD63FF14F7_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_067553F61B5470C464BC7EDD63DFF5C95B47B43168A2DFEB19681995675B59DD9556978C705446847_FHitProxyVS0_0_035066ECBC7ACAFB429F4F029D7F02660C69AAB0A52D62CB854026D5374EC4E8A00F09A8B1D3302B8_FHitProxyPS0_0_0E427B9138BA536F768FD73ED5EBD629434FE712F591AC01CFB8D5107B679B4AC4E6A2D25CEE2821A_FLandscapeGrassWeightPS0_0_077204F3CE0C4459388557E81DE05752C3D36790FB0B2C106151A19D437E6A81208418E180C9A94FC_TBasePassPSFNoLightMapPolicy0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316AA7AFF0410210797DA8DBFDCE4DCE7BD73648BF2_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14BF87CEE5C05DBEF9DC24EE7C0F6CF60618ED0AF73_TDepthOnlyVS<true>0_0_0A4B1DB9B93D59E72F068E9E0A27D85C1396E331A6C2F9E9E0F29C1CC4BD070290C8B56F4775CBAE7_FLandscapePhysicalMaterialPS0_0_020E1030965D9050BE2F2C5A9779AD02AE39502F1EB9F96523E4AC1F2529D86D76BDF869A153FCD4A_TLightMapDensityVSFDummyLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523A7B900AFE3BA5C55A32FF9BDFB44D3099D0056480_FLumenCardVS0_0_06124D99229D9D82CAA55E03425A9B9C0FD582F11CC43E529207B75738B69C90E919763AEC6FA2C8A_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_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_OnePassPointLight0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B95DED9C73DC5F223F091004CF57334C099017CF0_TBasePassPSTLightMapPolicyLQ0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431673C1FA12A57DB2481B209BC117CF77EAF777E48D_TLightMapDensityPSTLightMapPolicyLQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523A60462DA9E455B94945F102A0576E9055D6B63400_TBasePassVSTLightMapPolicyLQ0_0_0F0765E97F80A58082337947551EC5C71F929BC6C15BE5EAD592CA3B8CD12BA18828DD2294877D9CA_TLightMapDensityVSTLightMapPolicyHQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523AE6479A49666B1424EE545AF64EE0BE2ED2964B8F_FDebugViewModePS0_0_0CCFA47BD7FA67195CAFC899931E16F7252214F020074CFCF9A67BE69CCE53140F9193C858B3006EA_TBasePassPSTLightMapPolicyHQSkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431634F240AFBCA6DC4F1885665AD7EBA74031254A3C_TDepthOnlyVS<false>0_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_FGeometryCacheVertexVertexFactoryF7A2A7134F95BD0D46418459582942D14D992DC476143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C13F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C1B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE2699101414144444144414441414141414444474010101010101314544441433140101340101014244645121414141424024141414141413133044444437241444444444044444444444444444444341414141424140444444444444243414141414151010003131313123313143434143413142312144404444413131313144403101010151010101010113161656434343434116161616161666243161616161303434344414444444441415151510103001013115161616166244444444444400040404040404040404040404040434343434344444444444444444040404040404044444444404040404444444444444444344444444241442141444444424141414441444141414141414131313131313131444344444444414141414141414141414141434343444444444444434440444141414144414141414141434141414441414141444441444141414133444424444441414143234141414141314141414241234342424242424241434343414341414441414131313134324441414124414131313444444341414121212424213144444444444212222614114221012121212124344444444444404141510151015304341013314146001444444510110151515151616161616101010101015052421316161616161131316260101110044313131413143411014101010101010101010151010101010103044510110101010101010101010101010101010101010101010106001404044414040421213131344141010101016101010101010101310100024313131416161611010161646421413131312121212121212121414444444444414024444442121212121212121212121213121212121212121212121412121212121212121214344314110131313131616161616161616023144444444434144414141414242212121212121212121213121212121212121212121212121212121444442424243434341414441414141414444444444444444214421101313131313131616161606010121010101015101210140444444043424044424141315004444444444443434101313133214030404040434144434143314433414331433143414341433141333143314221414131414141343144121644444444440444644444404440444010151015101510111000101010101010101010101010101202232242414131313130301404044414040210101010110101010101010404424241413131000444444444444444444444444444444444444444444444444444444444444444444444444444440444444444434144414141414342414040121213131222222220101010101011010101010404424241414121010101010101010141410101510101010004044444451510101350404341404404040404040404040404040404040434343434343434444434343434040404040404043434343404040404444424244443444444444424221414141444444424141414341414141414141313131313131314141444344444444414141414141414141414141434343444444444444434440444141414144414141414141434141414441414141444441414141314143214444444441412143434141413141414141412241434342424242424241434343414341414441313131313144424441214144313131414444444341212121212431414144444444010151515151515151515151010101010101010101515151510101015101510151015101510151010101010101015101615101510151015101510151015101510151015101313151515151015101510151015101015101510161614441510144510101616171614343101313131313131343242212131414141010101000000011000000130000001300000013000000130000001300000013000000140000000C00000013000000130000000D000000090000001400000010000000100000000800000009000000080000002500000010000000100000001300000009000000080000000800000010000000100000001000000010000000100000000800000008000000080000001000000010000000D8000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000140000001000000008000000080000000800000014000000140000001300000008000000100000000800000008000000080000000800000008000000080000001300000010000000140000000800000012000000130000001300000013000000130000001300000013000000130000000D0000001300000008000000100000001100000009000000080000000900000008000000080000001700000009000000080000000900000008000000090000000800000009000000080000000C000000090000000800000009000000090000000900000009000000090000000900000009000000080000000800000008000000080000000800000013000000100000001000000010000000170000001000000010000000100000001000000009000000090000000900000009000000100000001000000010000000100000001000000010000000080000001A00000014000000280000000D000000440000000B0000000B00000013000000130000000900000009000000090000001400000008000000100000000D0000000C0000001000000008000000080000002D00000010000000100000001000000010000000100000001000000010000000090000000900000008000000080000000800000008000000130000000E0000000900000009000000090000000900000009000000090000000900000009000000090000000900000009000000090000000C000000080000000A0000000C00000013000000100000001000000010000000100000001000000010000000100000000D0000000F00000009000000080000000900000008000000090000000C00000008000000130000001300000026000000100000000F000000140000000900000009000000090000000900000009000000100000001D000000130000001300000013000000130000001300000009000000080000000C00000008000000090000000800000009000000080000001400000014000000080000001000000009000000080000001300000008000000100000000800000008000000100000001000000041010000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000140000001000000010000000100000001000000009000000433AFC833894B7681A1D3DDBA35F7F5A9509A89900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5;
-[2024.01.13-00.31.10:561][  0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction
-[2024.01.13-00.31.10:561][  0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction
-[2024.01.13-00.31.10:561][  0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging
-[2024.01.13-00.31.10:561][  0]LogMeshReduction: Display: No distributed automatic mesh merging module available
-[2024.01.13-00.31.10:561][  0]LogMeshMerging: No distributed automatic mesh merging module available
-[2024.01.13-00.31.10:825][  0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None
-[2024.01.13-00.31.10:825][  0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled
-[2024.01.13-00.31.10:835][  0]LogUObjectArray: 22493 objects as part of root set at end of initial load.
-[2024.01.13-00.31.10:835][  0]LogUObjectAllocator: 6340888 out of 0 bytes used by permanent object pool.
-[2024.01.13-00.31.10:835][  0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
-[2024.01.13-00.31.10:840][  0]LogLiveCoding: Display: Starting LiveCoding
-[2024.01.13-00.31.10:840][  0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development
-[2024.01.13-00.31.10:841][  0]LogLiveCoding: Display: First instance in process group "UE_BackroomsDigitalArt_0x5c31fbc3", spawning console
-[2024.01.13-00.31.10:844][  0]LogLiveCoding: Display: Waiting for server
-[2024.01.13-00.31.10:863][  0]LogSlate: Border
-[2024.01.13-00.31.10:863][  0]LogSlate: BreadcrumbButton
-[2024.01.13-00.31.10:863][  0]LogSlate: Brushes.Title
-[2024.01.13-00.31.10:863][  0]LogSlate: Default
-[2024.01.13-00.31.10:863][  0]LogSlate: Icons.Save
-[2024.01.13-00.31.10:863][  0]LogSlate: Icons.Toolbar.Settings
-[2024.01.13-00.31.10:863][  0]LogSlate: ListView
-[2024.01.13-00.31.10:863][  0]LogSlate: SoftwareCursor_CardinalCross
-[2024.01.13-00.31.10:863][  0]LogSlate: SoftwareCursor_Grab
-[2024.01.13-00.31.10:863][  0]LogSlate: TableView.DarkRow
-[2024.01.13-00.31.10:863][  0]LogSlate: TableView.Row
-[2024.01.13-00.31.10:863][  0]LogSlate: TreeView
-[2024.01.13-00.31.10:951][  0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started...
-[2024.01.13-00.31.10:952][  0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 1 ms
-[2024.01.13-00.31.10:964][  0]LogInit: XR: Instanced Stereo Rendering is Disabled
-[2024.01.13-00.31.10:964][  0]LogInit: XR: MultiViewport is Disabled
-[2024.01.13-00.31.10:964][  0]LogInit: XR: Mobile Multiview is Disabled
-[2024.01.13-00.31.11:127][  0]LogTurnkeySupport: Completed device detection: Code = 0
-[2024.01.13-00.31.11:137][  0]LogAudio: Display: Registering Engine Module Parameter Interfaces...
-[2024.01.13-00.31.11:156][  0]LogMetasoundEngine: MetaSound Engine Initialized
-[2024.01.13-00.31.11:178][  0]LogLiveCoding: Display: Successfully initialized, removing startup thread
-[2024.01.13-00.31.11:297][  0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 6173DCF74B7DEEB226DEE9BFAD4AB74B | Instance: FBB329F745B27A430EE96D9BBEFAE25A (DESKTOP-2MPQGVL-7104).
-[2024.01.13-00.31.11:476][  0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666.
-[2024.01.13-00.31.11:478][  0]LogUdpMessaging: Display: Added local interface '192.168.3.163' to multicast group '230.0.0.1:6666'
-[2024.01.13-00.31.11:483][  0]LogTcpMessaging: Initializing TcpMessaging bridge
-[2024.01.13-00.31.11:521][  0]LogPython: Using Python 3.9.7
-[2024.01.13-00.31.12:287][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
-[2024.01.13-00.31.12:287][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
-[2024.01.13-00.31.12:306][  0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance
-[2024.01.13-00.31.12:359][  0]LogTemp: OpenXR ignores max viewport resolution in editor to support full HMD resolutions.
-[2024.01.13-00.31.12:428][  0]SourceControl: Revision control is disabled
-[2024.01.13-00.31.12:431][  0]LogUProjectInfo: Found projects:
-[2024.01.13-00.31.12:441][  0]SourceControl: Revision control is disabled
-[2024.01.13-00.31.12:450][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.13-00.31.12:450][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.13-00.31.12:451][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.13-00.31.12:716][  0]LogOpenImageDenoise: OIDN starting up
-[2024.01.13-00.31.12:753][  0]LogCollectionManager: Loaded 0 collections in 0.000712 seconds
-[2024.01.13-00.31.12:754][  0]LogFileCache: Scanning file cache for directory 'G:/digital_art/BackroomsDigitalArt/Saved/Collections/' took 0.00s
-[2024.01.13-00.31.12:756][  0]LogFileCache: Scanning file cache for directory 'G:/digital_art/BackroomsDigitalArt/Content/Developers/Windowssucks/Collections/' took 0.00s
-[2024.01.13-00.31.12:757][  0]LogFileCache: Scanning file cache for directory 'G:/digital_art/BackroomsDigitalArt/Content/Collections/' took 0.00s
-[2024.01.13-00.31.13:012][  0]LogEngine: Initializing Engine...
-[2024.01.13-00.31.13:014][  0]LogHMD: HMD configured for shader platform PCD3D_SM5, bIsMobileMultiViewEnabled=0, bProjectionLayerAlphaEnabled=0
-[2024.01.13-00.31.13:016][  0]LogStats: UGameplayTagsManager::InitializeManager -  0.000 s
-[2024.01.13-00.31.13:074][  0]LogInit: Initializing FReadOnlyCVARCache
-[2024.01.13-00.31.13:079][  0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.31.13:079][  0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.31.13:084][  0]LogAIModule: Creating AISystem for world Untitled
-[2024.01.13-00.31.13:085][  0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use.
-[2024.01.13-00.31.13:085][  0]LogInit: Texture streaming: Enabled
-[2024.01.13-00.31.13:095][  0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/. AppVersion = 5.3.2-29314046+++UE5+Release-5.3
-[2024.01.13-00.31.13:099][  0]LogAudio: Display: Initializing Audio Device Manager...
-[2024.01.13-00.31.13:106][  0]LogAudio: Display: Loading Default Audio Settings Objects...
-[2024.01.13-00.31.13:106][  0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load).
-[2024.01.13-00.31.13:107][  0]LogAudio: Display: AudioInfo: 'BINKA' Registered
-[2024.01.13-00.31.13:107][  0]LogAudio: Display: AudioInfo: 'PCM' Registered
-[2024.01.13-00.31.13:107][  0]LogAudio: Display: AudioInfo: 'ADPCM' Registered
-[2024.01.13-00.31.13:107][  0]LogAudio: Display: AudioInfo: 'OGG' Registered
-[2024.01.13-00.31.13:107][  0]LogAudio: Display: AudioInfo: 'OPUS' Registered
-[2024.01.13-00.31.13:108][  0]LogAudio: Display: Audio Device Manager Initialized
-[2024.01.13-00.31.13:108][  0]LogAudio: Display: Creating Audio Device:                 Id: 1, Scope: Shared, Realtime: True
-[2024.01.13-00.31.13:108][  0]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.31.13:108][  0]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.31.13:108][  0]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.31.13:108][  0]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.31.13:108][  0]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.31.13:108][  0]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.31.13:108][  0]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.31.13:108][  0]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.31.13:108][  0]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.31.13:108][  0]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.31.13:108][  0]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.31.13:112][  0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.31.13:267][  0]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.31.13:267][  0]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.31.13:269][  0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.31.13:269][  0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.31.13:269][  0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1
-[2024.01.13-00.31.13:269][  0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1
-[2024.01.13-00.31.13:271][  0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1
-[2024.01.13-00.31.13:271][  0]LogInit: FAudioDevice initialized with ID 1.
-[2024.01.13-00.31.13:271][  0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1
-[2024.01.13-00.31.13:271][  0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'.
-[2024.01.13-00.31.13:271][  0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1
-[2024.01.13-00.31.13:281][  0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1"
-[2024.01.13-00.31.13:284][  0]LogInit: Undo buffer set to 32 MB
-[2024.01.13-00.31.13:284][  0]LogInit: Transaction tracking system initialized
-[2024.01.13-00.31.13:298][  0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../../digital_art/BackroomsDigitalArt/Saved/SourceControl/UncontrolledChangelists.json
-[2024.01.13-00.31.13:299][  0]LogSourceControl: Uncontrolled asset enumeration started...
-[2024.01.13-00.31.13:301][  0]LogSourceControl: Uncontrolled asset enumeration finished in 0.002281 seconds (Found 160 uncontrolled assets)
-[2024.01.13-00.31.13:304][  0]BlueprintLog: New page: Editor Load
-[2024.01.13-00.31.13:361][  0]LocalizationService: Localization service is disabled
-[2024.01.13-00.31.13:375][  0]TimingProfiler: Initialize
-[2024.01.13-00.31.13:375][  0]TimingProfiler: OnSessionChanged
-[2024.01.13-00.31.13:375][  0]LoadingProfiler: Initialize
-[2024.01.13-00.31.13:375][  0]LoadingProfiler: OnSessionChanged
-[2024.01.13-00.31.13:375][  0]NetworkingProfiler: Initialize
-[2024.01.13-00.31.13:375][  0]NetworkingProfiler: OnSessionChanged
-[2024.01.13-00.31.13:375][  0]MemoryProfiler: Initialize
-[2024.01.13-00.31.13:375][  0]MemoryProfiler: OnSessionChanged
-[2024.01.13-00.31.13:433][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.13-00.31.13:433][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.13-00.31.13:433][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.13-00.31.13:497][  0]LogFileCache: Scanning file cache for directory 'G:/digital_art/BackroomsDigitalArt/Content/' took 0.01s
-[2024.01.13-00.31.13:621][  0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized.
-[2024.01.13-00.31.13:658][  0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init()
-[2024.01.13-00.31.13:659][  0]SourceControl: Revision control is disabled
-[2024.01.13-00.31.13:659][  0]LogUnrealEdMisc: Loading editor; pre map load, took 5.874
-[2024.01.13-00.31.13:659][  0]Cmd: MAP LOAD FILE="../../../../../digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=3
-[2024.01.13-00.31.13:660][  0]LightingResults: New page: Lighting Build
-[2024.01.13-00.31.13:661][  0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.31.13:662][  0]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.31.13:662][  0]MapCheck: New page: Map Check
-[2024.01.13-00.31.13:662][  0]LightingResults: New page: Lighting Build
-[2024.01.13-00.31.13:664][  0]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-00.31.13:668][  0]LogUObjectHash: Compacting FUObjectHashTables data took   0.53ms
-[2024.01.13-00.31.13:697][  0]LogAssetRegistry: Display: Triggering cache save on discovery complete
-[2024.01.13-00.31.13:775][  0]LogDeviceProfileManager: Going up to parent DeviceProfile []
-[2024.01.13-00.31.13:793][  0]LogAudio: Display: Audio Device (ID: 1) registered with world 'BackroomsMap'.
-[2024.01.13-00.31.13:793][  0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.31.13:793][  0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.31.13:793][  0]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.31.13:841][  0]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
-[2024.01.13-00.31.13:848][  0]LogUObjectHash: Compacting FUObjectHashTables data took   0.54ms
-[2024.01.13-00.31.13:849][  0]Cmd: MAP CHECKDEP NOCLEARLOG
-[2024.01.13-00.31.13:849][  0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0,086ms to complete.
-[2024.01.13-00.31.13:853][  0]LogUnrealEdMisc: Total Editor Startup Time, took 6.068
-[2024.01.13-00.31.13:853][  0]LogShaderCompilers: Display: ================================================
-[2024.01.13-00.31.13:853][  0]LogShaderCompilers: Display: === FShaderJobCache stats ===
-[2024.01.13-00.31.13:853][  0]LogShaderCompilers: Display: Total job queries 0, among them cache hits 0 (0.00%)
-[2024.01.13-00.31.13:853][  0]LogShaderCompilers: Display: Tracking 0 distinct input hashes that result in 0 distinct outputs (0.00%)
-[2024.01.13-00.31.13:853][  0]LogShaderCompilers: Display: RAM used: 240,00 B of 1,60 GiB budget. Usage: 0.00%
-[2024.01.13-00.31.13:853][  0]LogShaderCompilers: Display: === Shader Compilation stats ===
-[2024.01.13-00.31.13:853][  0]LogShaderCompilers: Display: Shaders Compiled: 0
-[2024.01.13-00.31.13:853][  0]LogShaderCompilers: Display: Jobs assigned 0, completed 0 (0%)
-[2024.01.13-00.31.13:853][  0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 0.00 s
-[2024.01.13-00.31.13:853][  0]LogShaderCompilers: Display: ================================================
-[2024.01.13-00.31.13:944][  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.01.13-00.31.13:944][  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.01.13-00.31.13:944][  0]LogSlate: The tab "LevelEditorToolBar" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed.
-[2024.01.13-00.31.13:954][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.31.13:962][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.31.13:969][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.31.13:977][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.31.14:012][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-00.31.14:012][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/StarterContent.upack', mount point: 'root:/'
-[2024.01.13-00.31.14:012][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-00.31.14:012][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/'
-[2024.01.13-00.31.14:012][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-00.31.14:012][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/'
-[2024.01.13-00.31.14:012][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-00.31.14:013][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/'
-[2024.01.13-00.31.14:013][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-00.31.14:013][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/'
-[2024.01.13-00.31.14:013][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-00.31.14:013][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/'
-[2024.01.13-00.31.14:014][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-00.31.14:014][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_TopDown.upack', mount point: 'root:/'
-[2024.01.13-00.31.14:014][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-00.31.14:014][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/'
-[2024.01.13-00.31.14:014][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-00.31.14:014][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/'
-[2024.01.13-00.31.14:014][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-00.31.14:014][  0]LogPakFile: Display: Mounted Pak file 'G:/UnrealEngines/UE_5.3/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/'
-[2024.01.13-00.31.14:066][  0]LogSlate: Took 0.000087 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K)
-[2024.01.13-00.31.14:069][  0]LogSlate: Took 0.000085 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K)
-[2024.01.13-00.31.14:069][  0]LogSlate: Took 0.000063 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K)
-[2024.01.13-00.31.14:084][  0]LogViewport: Scene viewport resized to 1342x892, mode Windowed.
-[2024.01.13-00.31.14:184][  0]LogStall: Startup...
-[2024.01.13-00.31.14:186][  0]LogStall: Startup complete.
-[2024.01.13-00.31.14:190][  0]LogLoad: (Engine Initialization) Total time: 6.41 seconds
-[2024.01.13-00.31.14:190][  0]LogLoad: (Engine Initialization) Total Blueprint compile time: 0.00 seconds
-[2024.01.13-00.31.14:259][  0]LogAssetRegistry: AssetRegistryGather time 0.0711s: AssetDataDiscovery 0.0158s, AssetDataGather 0.0196s, StoreResults 0.0358s.
-[2024.01.13-00.31.14:270][  0]LogAssetRegistry: Display: Asset registry cache written as 17.5 MiB to ../../../../../digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_*.bin
-[2024.01.13-00.31.14:279][  0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000005 seconds (updated 0 objects)
-[2024.01.13-00.31.14:326][  0]LogContentStreaming: Texture pool size now 1000 MB
-[2024.01.13-00.31.14:355][  1]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-2MPQGVL: (Name=DESKTOP-2MPQGVL, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.22631.0, Flags="Device_InstallSoftwareValid")
-[2024.01.13-00.31.14:376][  1]LogPython: registering <class 'ControlRigWorkflows.workflow_deformation_rig_preset.provider'>
-
-[2024.01.13-00.31.14:384][  1]Running Python start-up script 'G:/UnrealEngines/UE_5.3/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.027697 secs
-[2024.01.13-00.31.15:237][  3]LogSlate: Took 0.000050 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K)
-[2024.01.13-00.31.18:868][122]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.13-00.31.18:874][122]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-00.31.18:874][122]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 02:31:18)
-[2024.01.13-00.31.18:878][122]LogOnline: OSS: Created online subsystem instance for: NULL
-[2024.01.13-00.31.18:878][122]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL]
-[2024.01.13-00.31.18:878][122]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.31.18:890][122]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012474s)
-[2024.01.13-00.31.18:890][122]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012510s)
-[2024.01.13-00.31.18:894][122]LogUObjectHash: Compacting FUObjectHashTables data took   0.49ms
-[2024.01.13-00.31.18:894][122]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.31.18:894][122]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.31.18:894][122]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.31.18:895][122]LogPlayLevel: PIE: World Init took: (0.000888s)
-[2024.01.13-00.31.18:895][122]LogAudio: Display: Creating Audio Device:                 Id: 2, Scope: Unique, Realtime: True
-[2024.01.13-00.31.18:895][122]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.31.18:895][122]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.31.18:895][122]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.31.18:895][122]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.31.18:895][122]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.31.18:896][122]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.31.18:896][122]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.31.18:896][122]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.31.18:896][122]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.31.18:896][122]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.31.18:896][122]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.31.18:898][122]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.31.18:922][122]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.31.18:922][122]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.31.18:922][122]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.31.18:922][122]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.31.18:923][122]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2
-[2024.01.13-00.31.18:923][122]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2
-[2024.01.13-00.31.18:924][122]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2
-[2024.01.13-00.31.18:924][122]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2
-[2024.01.13-00.31.18:924][122]LogInit: FAudioDevice initialized with ID 2.
-[2024.01.13-00.31.18:924][122]LogAudio: Display: Audio Device (ID: 2) registered with world 'BackroomsMap'.
-[2024.01.13-00.31.18:924][122]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2
-[2024.01.13-00.31.18:936][122]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.31.19:869][122]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.31.19:875][122]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.31.19
-[2024.01.13-00.31.19:876][122]LogWorld: Bringing up level for play took: 0.006660
-[2024.01.13-00.31.19:878][122]LogOnline: OSS: Created online subsystem instance for: :Context_1
-[2024.01.13-00.31.19:883][122]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.31.19:884][122]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.31.19:886][122]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Engine/VREditor/Devices/Generic/GenericHMD.GenericHMD being ready before playing
-[2024.01.13-00.31.19:887][122]vr.PixelDensity = "1"
-[2024.01.13-00.31.19:890][122]PIE: Server logged in
-[2024.01.13-00.31.19:890][122]PIE: Play in editor total start time 1,016 seconds.
-[2024.01.13-00.31.19:899][122]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.13-00.31.20:044][122]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.13-00.31.20:049][122]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.31.20:052][122]LogRenderer: Warning: Resizing VR buffer to 1800 by 1000
-[2024.01.13-00.31.20:084][122]LogSlate: Took 0.000150 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K)
-[2024.01.13-00.31.44:177][192]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.31.44:177][192]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.31.44:213][192]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.13-00.31.44:216][192]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.31.44:217][192]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.31.44:219][192]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-00.31.44:221][192]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.31.44:225][192]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-00.31.44:225][192]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2
-[2024.01.13-00.31.44:225][192]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2
-[2024.01.13-00.31.44:227][192]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2
-[2024.01.13-00.31.44:236][192]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.31.44:236][192]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.31.44:237][192]LogUObjectHash: Compacting FUObjectHashTables data took   0.63ms
-[2024.01.13-00.31.44:265][193]LogPlayLevel: Display: Destroying online subsystem :Context_1
-[2024.01.13-00.31.48:515][511]LogAssetEditorSubsystem: Opening Asset editor for InputAction /Game/VRTemplate/Input/Actions/BackroomsActions/IA_MoveAround_2D.IA_MoveAround_2D
-[2024.01.13-00.31.48:578][511]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.31.48:578][511]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.31.48:578][511]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.31.48:581][511]LogSlate: Warning: The command 'BlueprintEditorSpawnNodes.AddActorRefAction->CommandInfo' has the same default chord as 'BlueprintEditorSpawnNodes.(Class=/Script/BlueprintGraph.K2Node_Knot Key=R Shift=false Ctrl=false Alt=false)' [R]
-[2024.01.13-00.31.49:161][511]LogAssetEditorSubsystem: Opening Asset editor for InputMappingContext /Game/VRTemplate/Input/IMC_Default.IMC_Default
-[2024.01.13-00.31.49:206][511]LogAssetEditorSubsystem: Opening Asset editor for InputAction /Game/VRTemplate/Input/Actions/BackroomsActions/IA_TurnAround_2D.IA_TurnAround_2D
-[2024.01.13-00.31.52:236][845]LogSlate: Took 0.000162 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K)
-[2024.01.13-00.31.53:930][964]LogSlate: Window 'IA_TurnAround_2D' being destroyed
-[2024.01.13-00.33.24:263][580]LogDerivedDataCache: C:/Users/Windows sucks/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:15.095 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 8461 files in 10083 folders with total size 478 MiB.
-[2024.01.13-00.33.24:263][580]LogViewport: Scene viewport resized to 1141x685, mode Windowed.
-[2024.01.13-00.37.18:481][766]LogUObjectGlobals: Warning: Failed to find object 'Class /Script/PCG.PCGSettings'
-[2024.01.13-00.37.19:389][874]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.37.19:418][874]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Input/IMC_Default" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/IMC_Default.uasset" SILENT=true
-[2024.01.13-00.37.19:428][874]LogPackageLocalizationCache: Processed 51 localized package path(s) for 1 prioritized culture(s) in 0.009283 seconds
-[2024.01.13-00.37.19:429][874]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/IMC_Default
-[2024.01.13-00.37.19:429][874]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IMC_DefaultCC0E795144D449F6611923AA93881DAC.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/IMC_Default.uasset'
-[2024.01.13-00.37.19:437][874]LogFileHelpers: InternalPromptForCheckoutAndSave took 48 ms
-[2024.01.13-00.37.19:438][874]AssetCheck: New page: Asset Save: IMC_Default
-[2024.01.13-00.37.19:438][874]LogContentValidation: Display: Validating /Script/EnhancedInput.InputMappingContext /Game/VRTemplate/Input/IMC_Default.IMC_Default
-[2024.01.13-00.37.40:809][390]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.37.40:841][390]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.37.40:872][390]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.37.40:934][390]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.37.40:935][390]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn39A9DF1D480753A5F7C131A70BA6D963.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.37.40:943][390]LogFileHelpers: InternalPromptForCheckoutAndSave took 133 ms (total: 181 ms)
-[2024.01.13-00.37.40:945][390]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.37.40:945][390]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.37.43:271][633]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.37.43:298][633]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.37.43:357][633]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.37.43:357][633]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn158796ED486263579C54AFBF5B42436F.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.37.43:363][633]LogFileHelpers: InternalPromptForCheckoutAndSave took 91 ms (total: 273 ms)
-[2024.01.13-00.37.43:365][633]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.37.43:365][633]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.37.44:213][713]BlueprintLog: New page: Compile VRPawn
-[2024.01.13-00.37.44:281][713]LogUObjectHash: Compacting FUObjectHashTables data took   1.35ms
-[2024.01.13-00.37.52:575][819]LogEditorTransaction: Undo Delete current selection
-[2024.01.13-00.37.53:900][910]LogEditorTransaction: Undo Delete current selection
-[2024.01.13-00.37.55:038][ 17]LogEditorTransaction: Undo Delete current selection
-[2024.01.13-00.37.55:682][ 66]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.37.55:730][ 66]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.37.55:793][ 66]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.37.55:793][ 66]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawnBAF86C594E32E48105AD61BE3D863309.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.37.55:800][ 66]LogFileHelpers: InternalPromptForCheckoutAndSave took 118 ms (total: 392 ms)
-[2024.01.13-00.37.55:803][ 66]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.37.55:803][ 66]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.37.57:362][250]BlueprintLog: New page: Compile VRPawn
-[2024.01.13-00.37.57:434][250]LogUObjectHash: Compacting FUObjectHashTables data took   1.21ms
-[2024.01.13-00.38.10:468][694]LogSlate: Took 0.000060 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K)
-[2024.01.13-00.38.29:412][956]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.38.29:437][956]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Input/IMC_Default" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/IMC_Default.uasset" SILENT=true
-[2024.01.13-00.38.29:438][956]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/IMC_Default
-[2024.01.13-00.38.29:438][956]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/IMC_Default15B7EE0E4903E17CE24447899F89C8F3.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Input/IMC_Default.uasset'
-[2024.01.13-00.38.29:442][956]LogFileHelpers: InternalPromptForCheckoutAndSave took 30 ms (total: 422 ms)
-[2024.01.13-00.38.29:443][956]AssetCheck: New page: Asset Save: IMC_Default
-[2024.01.13-00.38.29:443][956]LogContentValidation: Display: Validating /Script/EnhancedInput.InputMappingContext /Game/VRTemplate/Input/IMC_Default.IMC_Default
-[2024.01.13-00.38.36:927][226]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.13-00.38.36:933][226]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-00.38.36:933][226]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 02:38:36)
-[2024.01.13-00.38.36:933][226]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.38.36:946][226]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012846s)
-[2024.01.13-00.38.36:946][226]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012877s)
-[2024.01.13-00.38.36:960][226]LogUObjectHash: Compacting FUObjectHashTables data took   1.12ms
-[2024.01.13-00.38.36:966][226]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.38.36:966][226]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.38.36:966][226]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.38.36:966][226]LogPlayLevel: PIE: World Init took: (0.000838s)
-[2024.01.13-00.38.36:966][226]LogAudio: Display: Creating Audio Device:                 Id: 3, Scope: Unique, Realtime: True
-[2024.01.13-00.38.36:966][226]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.38.36:966][226]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.38.36:966][226]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.38.36:966][226]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.38.36:966][226]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.38.36:966][226]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.38.36:966][226]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.38.36:967][226]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.38.36:967][226]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.38.36:967][226]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.38.36:967][226]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.38.36:969][226]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.38.36:993][226]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.38.36:993][226]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.38.36:993][226]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.38.36:993][226]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.38.36:994][226]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3
-[2024.01.13-00.38.36:994][226]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3
-[2024.01.13-00.38.36:995][226]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3
-[2024.01.13-00.38.36:995][226]LogInit: FAudioDevice initialized with ID 3.
-[2024.01.13-00.38.36:995][226]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3
-[2024.01.13-00.38.36:995][226]LogAudio: Display: Audio Device (ID: 3) registered with world 'BackroomsMap'.
-[2024.01.13-00.38.36:995][226]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3
-[2024.01.13-00.38.37:004][226]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.38.38:028][226]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.38.38:037][226]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.38.38
-[2024.01.13-00.38.38:037][226]LogWorld: Bringing up level for play took: 0.009135
-[2024.01.13-00.38.38:040][226]LogOnline: OSS: Created online subsystem instance for: :Context_4
-[2024.01.13-00.38.38:043][226]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.38.38:043][226]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.38.38:044][226]vr.PixelDensity = "1"
-[2024.01.13-00.38.38:046][226]PIE: Server logged in
-[2024.01.13-00.38.38:047][226]PIE: Play in editor total start time 1,114 seconds.
-[2024.01.13-00.38.38:047][226]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.13-00.38.38:118][226]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.13-00.38.38:123][226]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.38.50:863][772]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.38.50:863][772]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.38.50:889][772]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.13-00.38.50:891][772]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.38.50:893][772]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.38.50:895][772]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-00.38.50:900][772]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.38.50:914][772]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-00.38.50:914][772]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3
-[2024.01.13-00.38.50:914][772]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3
-[2024.01.13-00.38.50:916][772]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3
-[2024.01.13-00.38.50:922][772]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.38.50:922][772]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.38.50:924][772]LogUObjectHash: Compacting FUObjectHashTables data took   1.57ms
-[2024.01.13-00.38.50:954][773]LogPlayLevel: Display: Destroying online subsystem :Context_4
-[2024.01.13-00.39.41:212][164]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.39.41:265][164]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true
-[2024.01.13-00.39.41:327][164]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn
-[2024.01.13-00.39.41:327][164]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/VRPawn0BF59F4B4BFFBFE8D36A2B964E63F5D4.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/VRTemplate/Blueprints/VRPawn.uasset'
-[2024.01.13-00.39.41:334][164]LogFileHelpers: InternalPromptForCheckoutAndSave took 122 ms (total: 545 ms)
-[2024.01.13-00.39.41:336][164]AssetCheck: New page: Asset Save: VRPawn
-[2024.01.13-00.39.41:336][164]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn
-[2024.01.13-00.39.41:869][228]BlueprintLog: New page: Compile VRPawn
-[2024.01.13-00.39.41:939][228]LogUObjectHash: Compacting FUObjectHashTables data took   1.18ms
-[2024.01.13-00.39.43:684][358]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.13-00.39.43:691][358]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-00.39.43:691][358]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 02:39:43)
-[2024.01.13-00.39.43:691][358]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.39.43:704][358]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012762s)
-[2024.01.13-00.39.43:704][358]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012791s)
-[2024.01.13-00.39.43:717][358]LogUObjectHash: Compacting FUObjectHashTables data took   1.11ms
-[2024.01.13-00.39.43:726][358]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.39.43:726][358]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.39.43:726][358]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.39.43:726][358]LogPlayLevel: PIE: World Init took: (0.000811s)
-[2024.01.13-00.39.43:726][358]LogAudio: Display: Creating Audio Device:                 Id: 4, Scope: Unique, Realtime: True
-[2024.01.13-00.39.43:726][358]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.39.43:726][358]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.39.43:726][358]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.39.43:726][358]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.39.43:726][358]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.39.43:726][358]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.39.43:726][358]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.39.43:726][358]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.39.43:727][358]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.39.43:727][358]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.39.43:727][358]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.39.43:729][358]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.39.43:753][358]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.39.43:753][358]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.39.43:753][358]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.39.43:753][358]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.39.43:753][358]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4
-[2024.01.13-00.39.43:754][358]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=4
-[2024.01.13-00.39.43:755][358]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4
-[2024.01.13-00.39.43:755][358]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4
-[2024.01.13-00.39.43:755][358]LogInit: FAudioDevice initialized with ID 4.
-[2024.01.13-00.39.43:755][358]LogAudio: Display: Audio Device (ID: 4) registered with world 'BackroomsMap'.
-[2024.01.13-00.39.43:755][358]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4
-[2024.01.13-00.39.43:765][358]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.39.44:791][358]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.39.44:799][358]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.39.44
-[2024.01.13-00.39.44:801][358]LogWorld: Bringing up level for play took: 0.008736
-[2024.01.13-00.39.44:803][358]LogOnline: OSS: Created online subsystem instance for: :Context_5
-[2024.01.13-00.39.44:805][358]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.39.44:806][358]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.39.44:807][358]vr.PixelDensity = "1"
-[2024.01.13-00.39.44:809][358]PIE: Server logged in
-[2024.01.13-00.39.44:809][358]PIE: Play in editor total start time 1,119 seconds.
-[2024.01.13-00.39.44:810][358]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.13-00.39.44:879][358]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.13-00.39.44:883][358]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.40.50:531][382]LogLongPackageNames: Warning: Can't Find URL: Persistent Level: Input 'Persistent Level' contains one of the invalid characters for LongPackageNames: '\:*?"<>|' ,.&!~
-
	@#'.. Invalidating and reverting to Default URL.
-[2024.01.13-00.40.50:551][383]LogLongPackageNames: Warning: Can't Find URL: Persistent Level: Input 'Persistent Level' contains one of the invalid characters for LongPackageNames: '\:*?"<>|' ,.&!~
-
	@#'.. Invalidating and reverting to Default URL.
-[2024.01.13-00.40.50:551][383]LogNet: Browse: /Game/BackroomsMap
-[2024.01.13-00.40.50:551][383]LogNet: Warning: Travel Failure: [InvalidURL]: Invalid URL: /Game/BackroomsMap
-[2024.01.13-00.40.50:551][383]LogNet: TravelFailure: InvalidURL, Reason for Failure: 'Invalid URL: /Game/BackroomsMap'
-[2024.01.13-00.40.50:551][383]LogNet: Warning: Travel Failure: [ClientTravelFailure]: Invalid URL: /Game/BackroomsMap
-[2024.01.13-00.40.50:551][383]LogNet: TravelFailure: ClientTravelFailure, Reason for Failure: 'Invalid URL: /Game/BackroomsMap'
-[2024.01.13-00.40.50:573][384]LogNet: Browse: /Game/BackroomsMap?closed
-[2024.01.13-00.40.50:573][384]LogNet: Connection failed; returning to Entry
-[2024.01.13-00.40.50:573][384]LogLoad: LoadMap: /Game/BackroomsMap?closed
-[2024.01.13-00.40.50:573][384]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.40.50:574][384]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.40.50:575][384]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.40.50:624][384]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-00.40.50:626][384]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.40.50:626][384]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.40.50:627][384]LogUObjectHash: Compacting FUObjectHashTables data took   1.17ms
-[2024.01.13-00.40.50:629][384]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.40.50:641][384]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012333s)
-[2024.01.13-00.40.50:641][384]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012371s)
-[2024.01.13-00.40.50:641][384]LogAudio: Display: Audio Device (ID: 4) registered with world 'BackroomsMap'.
-[2024.01.13-00.40.50:641][384]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.40.50:641][384]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.40.50:642][384]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.40.50:642][384]LogPlayLevel: PIE: World Init took: (0.000718s)
-[2024.01.13-00.40.50:642][384]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.40.50:646][384]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.40.50
-[2024.01.13-00.40.50:647][384]LogWorld: Bringing up level for play took: 0.004572
-[2024.01.13-00.40.50:649][384]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.40.50:650][384]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.40.50:650][384]vr.PixelDensity = "1"
-[2024.01.13-00.40.50:650][384]LogLoad: Took 0.077205 seconds to LoadMap(/Game/UEDPIE_0_BackroomsMap)
-[2024.01.13-00.40.50:664][384]LogUObjectHash: Compacting FUObjectHashTables data took   1.12ms
-[2024.01.13-00.41.42:288][660]LogShaderCompilers: Display: ================================================
-[2024.01.13-00.41.42:288][660]LogShaderCompilers: Display: === FShaderJobCache stats ===
-[2024.01.13-00.41.42:288][660]LogShaderCompilers: Display: Total job queries 2, among them cache hits 0 (0.00%)
-[2024.01.13-00.41.42:288][660]LogShaderCompilers: Display: Tracking 2 distinct input hashes that result in 2 distinct outputs (100.00%)
-[2024.01.13-00.41.42:288][660]LogShaderCompilers: Display: RAM used: 3,49 KiB of 1,60 GiB budget. Usage: 0.00%
-[2024.01.13-00.41.42:288][660]LogShaderCompilers: Display: === Shader Compilation stats ===
-[2024.01.13-00.41.42:288][660]LogShaderCompilers: Display: Shaders Compiled: 0
-[2024.01.13-00.41.42:288][660]LogShaderCompilers: Display: Jobs assigned 0, completed 0 (0%)
-[2024.01.13-00.41.42:288][660]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 0.00 s
-[2024.01.13-00.41.42:288][660]LogShaderCompilers: Display: ================================================
-[2024.01.13-00.41.42:324][662]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer
-[2024.01.13-00.41.47:893][ 54]Cmd: quit
-[2024.01.13-00.41.47:894][ 54]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.41.47:894][ 54]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.41.47:925][ 54]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.13-00.41.47:961][ 54]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.41.47:962][ 54]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.41.47:964][ 54]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-00.41.47:968][ 54]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.41.47:983][ 54]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4
-[2024.01.13-00.41.47:983][ 54]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4
-[2024.01.13-00.41.47:985][ 54]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4
-[2024.01.13-00.41.47:990][ 54]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.41.47:990][ 54]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.41.47:992][ 54]LogUObjectHash: Compacting FUObjectHashTables data took   1.63ms
-[2024.01.13-00.41.48:058][ 55]LogPlayLevel: Display: Destroying online subsystem :Context_5
-[2024.01.13-00.42.02:472][ 37]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.42.02:499][ 37]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap" SILENT=true AUTOSAVING=false KEEPDIRTY=false
-[2024.01.13-00.42.02:530][ 37]LogUObjectHash: Compacting FUObjectHashTables data took   1.15ms
-[2024.01.13-00.42.02:568][ 37]LogSavePackage: Moving output files for package: /Game/BackroomsMap
-[2024.01.13-00.42.02:568][ 37]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/BackroomsMap105B51114098B794F8A45388D349BC34.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap'
-[2024.01.13-00.42.02:573][ 37]LogFileHelpers: All files are already saved.
-[2024.01.13-00.42.02:573][ 37]LogFileHelpers: Saving map 'BackroomsMap' took 0.075
-[2024.01.13-00.42.02:582][ 37]LogFileHelpers: InternalPromptForCheckoutAndSave took 110 ms (total: 655 ms)
-[2024.01.13-00.42.02:583][ 37]AssetCheck: New page: Asset Save: BackroomsMap
-[2024.01.13-00.42.02:583][ 37]LogContentValidation: Display: Validating /Script/Engine.World /Game/BackroomsMap.BackroomsMap
-[2024.01.13-00.42.12:143][956]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.13-00.42.12:149][956]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-00.42.12:149][956]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 02:42:12)
-[2024.01.13-00.42.12:149][956]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.42.12:162][956]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012398s)
-[2024.01.13-00.42.12:162][956]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012428s)
-[2024.01.13-00.42.12:176][956]LogUObjectHash: Compacting FUObjectHashTables data took   1.12ms
-[2024.01.13-00.42.12:177][956]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.42.12:177][956]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.42.12:177][956]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.42.12:178][956]LogPlayLevel: PIE: World Init took: (0.000894s)
-[2024.01.13-00.42.12:178][956]LogAudio: Display: Creating Audio Device:                 Id: 5, Scope: Unique, Realtime: True
-[2024.01.13-00.42.12:178][956]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.42.12:178][956]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.42.12:178][956]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.42.12:178][956]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.42.12:178][956]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.42.12:178][956]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.42.12:178][956]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.42.12:178][956]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.42.12:178][956]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.42.12:178][956]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.42.12:178][956]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.42.12:180][956]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.42.12:203][956]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.42.12:204][956]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.42.12:204][956]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.42.12:204][956]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.42.12:204][956]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5
-[2024.01.13-00.42.12:204][956]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=5
-[2024.01.13-00.42.12:206][956]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5
-[2024.01.13-00.42.12:206][956]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5
-[2024.01.13-00.42.12:206][956]LogInit: FAudioDevice initialized with ID 5.
-[2024.01.13-00.42.12:206][956]LogAudio: Display: Audio Device (ID: 5) registered with world 'BackroomsMap'.
-[2024.01.13-00.42.12:206][956]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5
-[2024.01.13-00.42.12:215][956]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.42.13:248][956]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.42.13:256][956]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.42.13
-[2024.01.13-00.42.13:257][956]LogWorld: Bringing up level for play took: 0.007500
-[2024.01.13-00.42.13:258][956]LogOnline: OSS: Created online subsystem instance for: :Context_6
-[2024.01.13-00.42.13:261][956]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.42.13:262][956]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.42.13:263][956]vr.PixelDensity = "1"
-[2024.01.13-00.42.13:265][956]PIE: Server logged in
-[2024.01.13-00.42.13:266][956]PIE: Play in editor total start time 1,117 seconds.
-[2024.01.13-00.42.13:266][956]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.13-00.42.13:335][956]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.13-00.42.13:339][956]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.42.39:320][ 16]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.42.39:320][ 16]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.42.39:346][ 16]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.13-00.42.39:348][ 16]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.42.39:349][ 16]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.42.39:351][ 16]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-00.42.39:356][ 16]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.42.39:368][ 16]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-00.42.39:368][ 16]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5
-[2024.01.13-00.42.39:368][ 16]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5
-[2024.01.13-00.42.39:370][ 16]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5
-[2024.01.13-00.42.39:377][ 16]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.42.39:377][ 16]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.42.39:378][ 16]LogUObjectHash: Compacting FUObjectHashTables data took   1.13ms
-[2024.01.13-00.42.39:409][ 17]LogPlayLevel: Display: Destroying online subsystem :Context_6
-[2024.01.13-00.42.45:945][641]LogSlate: Took 0.000169 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K)
-[2024.01.13-00.42.53:912][353]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.43.01:867][ 89]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.43.01:930][ 91]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.43.05:292][395]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/GameMap/Locker/LockerHide.LockerHide
-[2024.01.13-00.43.05:292][395]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.43.05:292][395]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.43.06:666][535]LogViewport: Scene viewport resized to 1141x685, mode Windowed.
-[2024.01.13-00.43.21:839][314]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.43.21:879][314]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Locker/LockerHide" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset" SILENT=true
-[2024.01.13-00.43.21:890][314]LogSavePackage: Moving output files for package: /Game/GameMap/Locker/LockerHide
-[2024.01.13-00.43.21:890][314]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/LockerHideE04D660545F14FDA6E929EB4FCCB5384.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset'
-[2024.01.13-00.43.21:910][314]LogFileHelpers: InternalPromptForCheckoutAndSave took 71 ms (total: 726 ms)
-[2024.01.13-00.43.21:911][314]AssetCheck: New page: Asset Save: LockerHide
-[2024.01.13-00.43.21:911][314]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Locker/LockerHide.LockerHide
-[2024.01.13-00.43.22:571][392]BlueprintLog: New page: Compile LockerHide
-[2024.01.13-00.43.22:608][392]LogUObjectHash: Compacting FUObjectHashTables data took   1.12ms
-[2024.01.13-00.43.24:195][532]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.13-00.43.24:201][532]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-00.43.24:201][532]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 02:43:24)
-[2024.01.13-00.43.24:201][532]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.43.24:214][532]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012266s)
-[2024.01.13-00.43.24:214][532]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012299s)
-[2024.01.13-00.43.24:227][532]LogUObjectHash: Compacting FUObjectHashTables data took   1.12ms
-[2024.01.13-00.43.24:230][532]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.43.24:230][532]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.43.24:230][532]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.43.24:230][532]LogPlayLevel: PIE: World Init took: (0.000835s)
-[2024.01.13-00.43.24:230][532]LogAudio: Display: Creating Audio Device:                 Id: 6, Scope: Unique, Realtime: True
-[2024.01.13-00.43.24:230][532]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.43.24:231][532]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.43.24:231][532]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.43.24:231][532]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.43.24:231][532]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.43.24:231][532]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.43.24:231][532]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.43.24:231][532]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.43.24:231][532]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.43.24:231][532]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.43.24:231][532]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.43.24:233][532]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.43.24:257][532]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.43.24:257][532]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.43.24:257][532]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.43.24:257][532]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.43.24:258][532]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6
-[2024.01.13-00.43.24:258][532]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=6
-[2024.01.13-00.43.24:260][532]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6
-[2024.01.13-00.43.24:260][532]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6
-[2024.01.13-00.43.24:260][532]LogInit: FAudioDevice initialized with ID 6.
-[2024.01.13-00.43.24:260][532]LogAudio: Display: Audio Device (ID: 6) registered with world 'BackroomsMap'.
-[2024.01.13-00.43.24:260][532]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 6
-[2024.01.13-00.43.24:269][532]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.43.25:796][532]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.43.25:804][532]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.43.25
-[2024.01.13-00.43.25:804][532]LogWorld: Bringing up level for play took: 0.008283
-[2024.01.13-00.43.25:806][532]LogOnline: OSS: Created online subsystem instance for: :Context_11
-[2024.01.13-00.43.25:808][532]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.43.25:809][532]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.43.25:810][532]vr.PixelDensity = "1"
-[2024.01.13-00.43.25:812][532]PIE: Server logged in
-[2024.01.13-00.43.25:813][532]PIE: Play in editor total start time 1,612 seconds.
-[2024.01.13-00.43.25:813][532]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.13-00.43.25:935][532]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.13-00.43.25:940][532]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.43.56:811][813]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer
-[2024.01.13-00.43.57:030][820]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.43.57:030][820]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.43.57:054][820]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.13-00.43.57:057][820]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.43.57:057][820]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.43.57:059][820]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-00.43.57:064][820]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.43.57:077][820]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-00.43.57:077][820]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 6
-[2024.01.13-00.43.57:077][820]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6
-[2024.01.13-00.43.57:079][820]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6
-[2024.01.13-00.43.57:085][820]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.43.57:085][820]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.43.57:097][820]LogUObjectHash: Compacting FUObjectHashTables data took   1.17ms
-[2024.01.13-00.43.57:121][821]LogPlayLevel: Display: Destroying online subsystem :Context_11
-[2024.01.13-00.44.16:177][591]LogEditorBookmarks: Warning: FBookmarkTypeToolsImpl::JumpToBookmark - Null Bookmark at index 2
-[2024.01.13-00.44.17:054][649]LogViewport: Scene viewport resized to 423x281, mode Windowed.
-[2024.01.13-00.44.23:905][931]Cmd: TRANSACTION UNDO
-[2024.01.13-00.44.23:905][931]LogEditorTransaction: Undo Move Elements
-[2024.01.13-00.44.24:205][940]Cmd: TRANSACTION UNDO
-[2024.01.13-00.44.24:205][940]LogEditorTransaction: Undo Scale Elements
-[2024.01.13-00.44.36:545][977]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.44.36:587][977]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Locker/LockerHide" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset" SILENT=true
-[2024.01.13-00.44.36:598][977]LogSavePackage: Moving output files for package: /Game/GameMap/Locker/LockerHide
-[2024.01.13-00.44.36:598][977]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/LockerHide99A6D49D4ACC9AD4708E4BB68EF5A751.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset'
-[2024.01.13-00.44.36:617][977]LogFileHelpers: InternalPromptForCheckoutAndSave took 72 ms (total: 799 ms)
-[2024.01.13-00.44.36:618][977]AssetCheck: New page: Asset Save: LockerHide
-[2024.01.13-00.44.36:618][977]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Locker/LockerHide.LockerHide
-[2024.01.13-00.45.00:155][671]LogEditorTransaction: Undo Modify Component(s)
-[2024.01.13-00.45.03:213][986]LogEditorTransaction: Undo Modify Component(s)
-[2024.01.13-00.45.13:798][228]LogEditorTransaction: Undo Modify Component(s)
-[2024.01.13-00.45.14:186][243]LogEditorTransaction: Undo Modify Component(s)
-[2024.01.13-00.45.14:619][283]LogEditorTransaction: Undo Modify Component(s)
-[2024.01.13-00.45.15:627][401]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.45.15:673][401]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Locker/LockerHide" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset" SILENT=true
-[2024.01.13-00.45.15:683][401]LogSavePackage: Moving output files for package: /Game/GameMap/Locker/LockerHide
-[2024.01.13-00.45.15:684][401]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/LockerHide85F3EF044C03F4FDB714B9ABAAD59DFA.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset'
-[2024.01.13-00.45.15:704][401]LogFileHelpers: InternalPromptForCheckoutAndSave took 77 ms (total: 876 ms)
-[2024.01.13-00.45.15:705][401]AssetCheck: New page: Asset Save: LockerHide
-[2024.01.13-00.45.15:705][401]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Locker/LockerHide.LockerHide
-[2024.01.13-00.45.16:416][485]BlueprintLog: New page: Compile LockerHide
-[2024.01.13-00.45.16:535][485]LogUObjectHash: Compacting FUObjectHashTables data took   1.24ms
-[2024.01.13-00.45.18:554][645]LogViewport: Scene viewport resized to 423x281, mode Windowed.
-[2024.01.13-00.45.36:143][955]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.45.36:181][955]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Locker/LockerHide" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset" SILENT=true
-[2024.01.13-00.45.36:192][955]LogSavePackage: Moving output files for package: /Game/GameMap/Locker/LockerHide
-[2024.01.13-00.45.36:192][955]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/LockerHide84CFD3B84E82656A0919548D4C31D236.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset'
-[2024.01.13-00.45.36:210][955]LogFileHelpers: InternalPromptForCheckoutAndSave took 67 ms (total: 943 ms)
-[2024.01.13-00.45.36:211][955]AssetCheck: New page: Asset Save: LockerHide
-[2024.01.13-00.45.36:211][955]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Locker/LockerHide.LockerHide
-[2024.01.13-00.45.36:674][ 11]BlueprintLog: New page: Compile LockerHide
-[2024.01.13-00.45.36:718][ 11]LogUObjectHash: Compacting FUObjectHashTables data took   1.16ms
-[2024.01.13-00.45.36:883][ 24]LogViewport: Scene viewport resized to 423x281, mode Windowed.
-[2024.01.13-00.45.40:725][183]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.45.40:773][183]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap" SILENT=true AUTOSAVING=false KEEPDIRTY=false
-[2024.01.13-00.45.40:806][183]LogUObjectHash: Compacting FUObjectHashTables data took   1.12ms
-[2024.01.13-00.45.40:845][183]LogSavePackage: Moving output files for package: /Game/BackroomsMap
-[2024.01.13-00.45.40:845][183]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/BackroomsMapDD0DEE1049CBC6D8DAAAD597523FBE01.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap'
-[2024.01.13-00.45.40:851][183]LogFileHelpers: All files are already saved.
-[2024.01.13-00.45.40:851][183]LogFileHelpers: Saving map 'BackroomsMap' took 0.078
-[2024.01.13-00.45.40:857][183]LogFileHelpers: InternalPromptForCheckoutAndSave took 132 ms (total: 1.07 sec)
-[2024.01.13-00.45.40:859][183]AssetCheck: New page: Asset Save: BackroomsMap
-[2024.01.13-00.45.40:859][183]LogContentValidation: Display: Validating /Script/Engine.World /Game/BackroomsMap.BackroomsMap
-[2024.01.13-00.45.42:372][243]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.13-00.45.42:380][243]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-00.45.42:381][243]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 02:45:42)
-[2024.01.13-00.45.42:381][243]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.45.42:393][243]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012589s)
-[2024.01.13-00.45.42:393][243]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012618s)
-[2024.01.13-00.45.42:406][243]LogUObjectHash: Compacting FUObjectHashTables data took   1.14ms
-[2024.01.13-00.45.42:407][243]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.45.42:407][243]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.45.42:408][243]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.45.42:408][243]LogPlayLevel: PIE: World Init took: (0.000874s)
-[2024.01.13-00.45.42:408][243]LogAudio: Display: Creating Audio Device:                 Id: 7, Scope: Unique, Realtime: True
-[2024.01.13-00.45.42:408][243]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.45.42:408][243]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.45.42:408][243]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.45.42:408][243]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.45.42:408][243]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.45.42:408][243]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.45.42:408][243]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.45.42:408][243]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.45.42:408][243]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.45.42:409][243]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.45.42:409][243]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.45.42:410][243]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.45.42:434][243]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.45.42:435][243]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.45.42:435][243]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.45.42:435][243]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.45.42:436][243]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7
-[2024.01.13-00.45.42:436][243]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=7
-[2024.01.13-00.45.42:437][243]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7
-[2024.01.13-00.45.42:437][243]LogInit: FAudioDevice initialized with ID 7.
-[2024.01.13-00.45.42:437][243]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7
-[2024.01.13-00.45.42:437][243]LogAudio: Display: Audio Device (ID: 7) registered with world 'BackroomsMap'.
-[2024.01.13-00.45.42:437][243]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 7
-[2024.01.13-00.45.42:446][243]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.45.43:476][243]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.45.43:483][243]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.45.43
-[2024.01.13-00.45.43:483][243]LogWorld: Bringing up level for play took: 0.007602
-[2024.01.13-00.45.43:486][243]LogOnline: OSS: Created online subsystem instance for: :Context_12
-[2024.01.13-00.45.43:489][243]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.45.43:490][243]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.45.43:491][243]vr.PixelDensity = "1"
-[2024.01.13-00.45.43:494][243]PIE: Server logged in
-[2024.01.13-00.45.43:495][243]PIE: Play in editor total start time 1,116 seconds.
-[2024.01.13-00.45.43:496][243]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.13-00.45.43:568][243]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.13-00.45.43:572][243]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.45.59:758][904]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.45.59:759][904]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.45.59:791][904]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.13-00.45.59:794][904]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.45.59:795][904]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.45.59:798][904]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-00.45.59:803][904]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.45.59:817][904]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 7
-[2024.01.13-00.45.59:817][904]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7
-[2024.01.13-00.45.59:818][904]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7
-[2024.01.13-00.45.59:824][904]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.45.59:824][904]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.45.59:826][904]LogUObjectHash: Compacting FUObjectHashTables data took   1.29ms
-[2024.01.13-00.45.59:872][905]LogPlayLevel: Display: Destroying online subsystem :Context_12
-[2024.01.13-00.45.59:936][905]LogViewport: Scene viewport resized to 423x281, mode Windowed.
-[2024.01.13-00.46.06:947][174]Cmd: TRANSACTION UNDO
-[2024.01.13-00.46.06:947][174]LogEditorTransaction: Undo Move Elements
-[2024.01.13-00.46.07:341][188]Cmd: TRANSACTION UNDO
-[2024.01.13-00.46.07:341][188]LogEditorTransaction: Undo Modify Component(s)
-[2024.01.13-00.46.07:674][215]Cmd: TRANSACTION UNDO
-[2024.01.13-00.46.07:674][215]LogEditorTransaction: Undo Modify Component(s)
-[2024.01.13-00.46.08:073][250]Cmd: TRANSACTION UNDO
-[2024.01.13-00.46.08:073][250]LogEditorTransaction: Undo Move Elements
-[2024.01.13-00.46.08:504][267]Cmd: TRANSACTION UNDO
-[2024.01.13-00.46.08:504][267]LogEditorTransaction: Undo Clicking on Elements
-[2024.01.13-00.46.08:947][294]Cmd: TRANSACTION UNDO
-[2024.01.13-00.46.08:947][294]LogEditorTransaction: Undo Modify Component(s)
-[2024.01.13-00.46.09:370][324]Cmd: TRANSACTION UNDO
-[2024.01.13-00.46.09:370][324]LogEditorTransaction: Undo Modify Component(s)
-[2024.01.13-00.46.09:773][353]Cmd: TRANSACTION UNDO
-[2024.01.13-00.46.09:773][353]LogEditorTransaction: Undo Modify Component(s)
-[2024.01.13-00.46.10:095][376]Cmd: TRANSACTION UNDO
-[2024.01.13-00.46.10:095][376]LogEditorTransaction: Undo Modify Component(s)
-[2024.01.13-00.46.10:606][414]Cmd: TRANSACTION UNDO
-[2024.01.13-00.46.10:606][414]LogEditorTransaction: Undo Modify Component(s)
-[2024.01.13-00.46.11:591][468]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.46.11:629][468]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap" SILENT=true AUTOSAVING=false KEEPDIRTY=false
-[2024.01.13-00.46.11:661][468]LogUObjectHash: Compacting FUObjectHashTables data took   1.12ms
-[2024.01.13-00.46.11:702][468]LogSavePackage: Moving output files for package: /Game/BackroomsMap
-[2024.01.13-00.46.11:702][468]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/BackroomsMapA5FC4233425C8451335D669C9F928321.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap'
-[2024.01.13-00.46.11:707][468]LogFileHelpers: All files are already saved.
-[2024.01.13-00.46.11:707][468]LogFileHelpers: Saving map 'BackroomsMap' took 0.078
-[2024.01.13-00.46.11:716][468]LogFileHelpers: InternalPromptForCheckoutAndSave took 124 ms (total: 1.20 sec)
-[2024.01.13-00.46.11:718][468]AssetCheck: New page: Asset Save: BackroomsMap
-[2024.01.13-00.46.11:718][468]LogContentValidation: Display: Validating /Script/Engine.World /Game/BackroomsMap.BackroomsMap
-[2024.01.13-00.46.18:403][160]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.46.18:445][160]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Locker/LockerHide" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset" SILENT=true
-[2024.01.13-00.46.18:455][160]LogSavePackage: Moving output files for package: /Game/GameMap/Locker/LockerHide
-[2024.01.13-00.46.18:455][160]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/LockerHideBB8250AC45D130F831BBB6B9C4B053E7.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset'
-[2024.01.13-00.46.18:473][160]LogFileHelpers: InternalPromptForCheckoutAndSave took 69 ms (total: 1.27 sec)
-[2024.01.13-00.46.18:474][160]AssetCheck: New page: Asset Save: LockerHide
-[2024.01.13-00.46.18:474][160]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Locker/LockerHide.LockerHide
-[2024.01.13-00.46.18:821][202]BlueprintLog: New page: Compile LockerHide
-[2024.01.13-00.46.18:864][202]LogUObjectHash: Compacting FUObjectHashTables data took   1.25ms
-[2024.01.13-00.46.20:301][326]LogViewport: Scene viewport resized to 423x281, mode Windowed.
-[2024.01.13-00.46.31:789][811]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.46.31:835][811]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap" SILENT=true AUTOSAVING=false KEEPDIRTY=false
-[2024.01.13-00.46.31:867][811]LogUObjectHash: Compacting FUObjectHashTables data took   1.11ms
-[2024.01.13-00.46.31:907][811]LogSavePackage: Moving output files for package: /Game/BackroomsMap
-[2024.01.13-00.46.31:907][811]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/BackroomsMap1BD253E54D7A901913C8548BE3389306.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap'
-[2024.01.13-00.46.31:912][811]LogFileHelpers: All files are already saved.
-[2024.01.13-00.46.31:912][811]LogFileHelpers: Saving map 'BackroomsMap' took 0.078
-[2024.01.13-00.46.31:921][811]LogFileHelpers: InternalPromptForCheckoutAndSave took 132 ms (total: 1.40 sec)
-[2024.01.13-00.46.31:923][811]AssetCheck: New page: Asset Save: BackroomsMap
-[2024.01.13-00.46.31:923][811]LogContentValidation: Display: Validating /Script/Engine.World /Game/BackroomsMap.BackroomsMap
-[2024.01.13-00.46.32:772][853]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.13-00.46.32:778][853]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-00.46.32:778][853]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 02:46:32)
-[2024.01.13-00.46.32:779][853]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.46.32:791][853]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012689s)
-[2024.01.13-00.46.32:791][853]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012719s)
-[2024.01.13-00.46.32:804][853]LogUObjectHash: Compacting FUObjectHashTables data took   1.10ms
-[2024.01.13-00.46.32:805][853]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.46.32:805][853]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.46.32:806][853]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.46.32:806][853]LogPlayLevel: PIE: World Init took: (0.000843s)
-[2024.01.13-00.46.32:806][853]LogAudio: Display: Creating Audio Device:                 Id: 8, Scope: Unique, Realtime: True
-[2024.01.13-00.46.32:806][853]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.46.32:806][853]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.46.32:806][853]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.46.32:806][853]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.46.32:806][853]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.46.32:806][853]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.46.32:806][853]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.46.32:806][853]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.46.32:806][853]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.46.32:807][853]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.46.32:807][853]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.46.32:808][853]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.46.32:833][853]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.46.32:833][853]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.46.32:833][853]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.46.32:833][853]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.46.32:834][853]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=8
-[2024.01.13-00.46.32:834][853]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=8
-[2024.01.13-00.46.32:835][853]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=8
-[2024.01.13-00.46.32:835][853]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=8
-[2024.01.13-00.46.32:835][853]LogInit: FAudioDevice initialized with ID 8.
-[2024.01.13-00.46.32:835][853]LogAudio: Display: Audio Device (ID: 8) registered with world 'BackroomsMap'.
-[2024.01.13-00.46.32:835][853]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 8
-[2024.01.13-00.46.32:845][853]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.46.34:370][853]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.46.34:378][853]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.46.34
-[2024.01.13-00.46.34:379][853]LogWorld: Bringing up level for play took: 0.008046
-[2024.01.13-00.46.34:381][853]LogOnline: OSS: Created online subsystem instance for: :Context_13
-[2024.01.13-00.46.34:383][853]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.46.34:384][853]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.46.34:385][853]vr.PixelDensity = "1"
-[2024.01.13-00.46.34:389][853]PIE: Server logged in
-[2024.01.13-00.46.34:390][853]PIE: Play in editor total start time 1,612 seconds.
-[2024.01.13-00.46.34:391][853]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.13-00.46.34:462][853]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.13-00.46.34:466][853]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.46.47:155][379]Set new viewmode: ShaderComplexity
-[2024.01.13-00.46.47:155][379]Set new viewmode: Lit_DetailLighting
-[2024.01.13-00.47.11:678][451]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.47.11:678][451]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.47.11:705][451]LogSlate: Window 'BackroomsDigitalArt Preview [NetMode: Standalone 0]  (64-bit/PC D3D SM5) OpenXR SteamVR/OpenXR (2.2.3)' being destroyed
-[2024.01.13-00.47.11:707][451]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-00.47.11:708][451]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.47.11:712][451]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-00.47.11:717][451]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-00.47.11:729][451]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 8
-[2024.01.13-00.47.11:729][451]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8
-[2024.01.13-00.47.11:730][451]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8
-[2024.01.13-00.47.11:735][451]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-00.47.11:735][451]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.47.11:738][451]LogUObjectHash: Compacting FUObjectHashTables data took   1.60ms
-[2024.01.13-00.47.11:783][452]LogPlayLevel: Display: Destroying online subsystem :Context_13
-[2024.01.13-00.47.11:847][452]LogViewport: Scene viewport resized to 423x281, mode Windowed.
-[2024.01.13-00.47.13:120][502]Cmd: TRANSACTION UNDO
-[2024.01.13-00.47.13:120][502]LogEditorTransaction: Undo Move Elements
-[2024.01.13-00.47.13:305][505]Cmd: TRANSACTION UNDO
-[2024.01.13-00.47.13:305][505]LogEditorTransaction: Undo Move Elements
-[2024.01.13-00.47.13:478][508]Cmd: TRANSACTION UNDO
-[2024.01.13-00.47.13:478][508]LogEditorTransaction: Undo Move Elements
-[2024.01.13-00.47.13:595][510]Cmd: TRANSACTION UNDO
-[2024.01.13-00.47.13:595][510]LogEditorTransaction: Undo Clicking on Elements
-[2024.01.13-00.47.13:751][514]Cmd: TRANSACTION UNDO
-[2024.01.13-00.47.13:751][514]LogEditorTransaction: Undo Modify Component(s)
-[2024.01.13-00.47.13:935][523]Cmd: TRANSACTION UNDO
-[2024.01.13-00.47.13:935][523]LogEditorTransaction: Undo Clicking on Elements
-[2024.01.13-00.47.13:985][524]LogViewport: Scene viewport resized to 423x281, mode Windowed.
-[2024.01.13-00.47.14:217][533]Cmd: TRANSACTION UNDO
-[2024.01.13-00.47.14:218][533]LogEditorTransaction: Undo Clicking on Elements
-[2024.01.13-00.47.14:535][553]Cmd: TRANSACTION UNDO
-[2024.01.13-00.47.14:535][553]LogEditorTransaction: Undo Modify Component(s)
-[2024.01.13-00.47.14:903][578]Cmd: TRANSACTION UNDO
-[2024.01.13-00.47.14:903][578]LogEditorTransaction: Undo Create Pin Link
-[2024.01.13-00.47.15:597][624]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.47.15:638][624]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap" SILENT=true AUTOSAVING=false KEEPDIRTY=false
-[2024.01.13-00.47.15:671][624]LogUObjectHash: Compacting FUObjectHashTables data took   1.20ms
-[2024.01.13-00.47.15:713][624]LogSavePackage: Moving output files for package: /Game/BackroomsMap
-[2024.01.13-00.47.15:714][624]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/BackroomsMap56364B8C46741DE0BC5AE9A723A0051A.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap'
-[2024.01.13-00.47.15:719][624]LogFileHelpers: All files are already saved.
-[2024.01.13-00.47.15:719][624]LogFileHelpers: Saving map 'BackroomsMap' took 0.082
-[2024.01.13-00.47.15:728][624]LogFileHelpers: InternalPromptForCheckoutAndSave took 130 ms (total: 1.53 sec)
-[2024.01.13-00.47.15:729][624]AssetCheck: New page: Asset Save: BackroomsMap
-[2024.01.13-00.47.15:730][624]LogContentValidation: Display: Validating /Script/Engine.World /Game/BackroomsMap.BackroomsMap
-[2024.01.13-00.47.18:325][838]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.47.18:375][838]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Locker/LockerHide" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset" SILENT=true
-[2024.01.13-00.47.18:389][838]LogSavePackage: Moving output files for package: /Game/GameMap/Locker/LockerHide
-[2024.01.13-00.47.18:389][838]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/LockerHide033F3225419A44E16B3683AFE6A66A2F.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset'
-[2024.01.13-00.47.18:414][838]LogFileHelpers: InternalPromptForCheckoutAndSave took 89 ms (total: 1.62 sec)
-[2024.01.13-00.47.18:415][838]AssetCheck: New page: Asset Save: LockerHide
-[2024.01.13-00.47.18:415][838]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Locker/LockerHide.LockerHide
-[2024.01.13-00.47.20:935][ 64]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-00.47.20:980][ 64]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="../../../../../digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap" SILENT=true AUTOSAVING=false KEEPDIRTY=false
-[2024.01.13-00.47.21:012][ 64]LogUObjectHash: Compacting FUObjectHashTables data took   1.13ms
-[2024.01.13-00.47.21:049][ 64]LogSavePackage: Moving output files for package: /Game/BackroomsMap
-[2024.01.13-00.47.21:049][ 64]LogSavePackage: Moving '../../../../../digital_art/BackroomsDigitalArt/Saved/BackroomsMapDFEB00D94135CEF6C8A095B8164B3DAE.tmp' to '../../../../../digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap'
-[2024.01.13-00.47.21:054][ 64]LogFileHelpers: All files are already saved.
-[2024.01.13-00.47.21:054][ 64]LogFileHelpers: Saving map 'BackroomsMap' took 0.074
-[2024.01.13-00.47.21:061][ 64]LogFileHelpers: InternalPromptForCheckoutAndSave took 125 ms (total: 1.74 sec)
-[2024.01.13-00.47.21:062][ 64]AssetCheck: New page: Asset Save: BackroomsMap
-[2024.01.13-00.47.21:062][ 64]LogContentValidation: Display: Validating /Script/Engine.World /Game/BackroomsMap.BackroomsMap
-[2024.01.13-00.47.30:627][169]LogDebuggerCommands: Repeating last play command: VR Preview
-[2024.01.13-00.47.30:633][169]BlueprintLog: New page: Pre-Play auto-recompile
-[2024.01.13-00.47.30:634][169]LogPlayLevel: [PlayLevel] Compiling VRPawn before play...
-[2024.01.13-00.47.30:748][169]LogUObjectHash: Compacting FUObjectHashTables data took   1.39ms
-[2024.01.13-00.47.30:757][169]LogPlayLevel: PlayLevel: Blueprint regeneration took 124 ms (1 blueprints)
-[2024.01.13-00.47.30:757][169]PIE: New page: PIE session: BackroomsMap (13 Jan 2024, 02:47:30)
-[2024.01.13-00.47.30:757][169]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-00.47.30:770][169]LogPlayLevel: PIE: StaticDuplicateObject took: (0.012873s)
-[2024.01.13-00.47.30:770][169]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.012904s)
-[2024.01.13-00.47.30:782][169]LogUObjectHash: Compacting FUObjectHashTables data took   1.16ms
-[2024.01.13-00.47.30:783][169]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-00.47.30:783][169]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-00.47.30:783][169]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-00.47.30:784][169]LogPlayLevel: PIE: World Init took: (0.000906s)
-[2024.01.13-00.47.30:784][169]LogAudio: Display: Creating Audio Device:                 Id: 9, Scope: Unique, Realtime: True
-[2024.01.13-00.47.30:784][169]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-00.47.30:784][169]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-00.47.30:784][169]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-00.47.30:784][169]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-00.47.30:784][169]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-00.47.30:784][169]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-00.47.30:784][169]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-00.47.30:784][169]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-00.47.30:784][169]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-00.47.30:784][169]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-00.47.30:784][169]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-00.47.30:786][169]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-00.47.30:810][169]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Realtek(R) Audio)
-[2024.01.13-00.47.30:811][169]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-00.47.30:811][169]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-00.47.30:811][169]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-00.47.30:812][169]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=9
-[2024.01.13-00.47.30:812][169]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=9
-[2024.01.13-00.47.30:813][169]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=9
-[2024.01.13-00.47.30:813][169]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=9
-[2024.01.13-00.47.30:813][169]LogInit: FAudioDevice initialized with ID 9.
-[2024.01.13-00.47.30:813][169]LogAudio: Display: Audio Device (ID: 9) registered with world 'BackroomsMap'.
-[2024.01.13-00.47.30:813][169]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 9
-[2024.01.13-00.47.30:823][169]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-00.47.32:849][169]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-00.47.32:855][169]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-01.47.32
-[2024.01.13-00.47.32:857][169]LogWorld: Bringing up level for play took: 0.006920
-[2024.01.13-00.47.32:859][169]LogOnline: OSS: Created online subsystem instance for: :Context_14
-[2024.01.13-00.47.32:861][169]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-00.47.32:862][169]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-00.47.32:863][169]vr.PixelDensity = "1"
-[2024.01.13-00.47.32:864][169]PIE: Server logged in
-[2024.01.13-00.47.32:865][169]PIE: Play in editor total start time 2,232 seconds.
-[2024.01.13-00.47.32:865][169]LogHMD: Warning: No UPlayerMappableInputConfig provided in the OpenXR Input project settings, action bindings will not be visible to the OpenXR runtime. Action/Axis mappings from the Input configuration are deprecated for XR in favor of Enhanced Input.
-[2024.01.13-00.47.32:985][169]LogViewport: Scene viewport resized to 1800x1000, mode Windowed.
-[2024.01.13-00.47.32:989][169]LogHMD: Warning: Requesting 10 bit swapchain, but not supported: fall back to 8bpc
-[2024.01.13-00.47.33:034][169]LogD3D11RHI: Error: Direct3DDevice->CreateTexture2D(TextureDesc,SubResourceData,OutTexture2D) failed with error E_OUTOFMEMORY
- at D:\build\++UE5\Sync\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11Texture.cpp:181
- Size=1800x1000x1 PF=28 D3DFormat=(0x0000002A), NumMips=1, Flags=D3D11_BIND_SHADER_RESOURCE D3D11_BIND_UNORDERED_ACCESS , Usage:0x0, CPUFlags:0x0, MiscFlags:0x0, SampleCount:0x1, SampleQuality:0x0, SubresPtr:0x0000000000000000, SubresPitch:0, SubresSlicePitch:0, Name:'TSR.History.SubpixelDepth', DebugInfo: 
-[2024.01.13-00.47.33:034][169]LogD3D11RHI: Error: 	Budget:	15569.21 MB
-[2024.01.13-00.47.33:034][169]LogD3D11RHI: Error: 	Used:	2125.50 MB
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    154 = 73984 KB (2D 4352x4352 PF_FloatRGB UAV) Lumen.RadianceCache.FinalRadianceAtlas
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     13 = 73984 KB (2D 4352x4352 PF_FloatRGB UAV) Lumen.RadianceCache.FinalRadianceAtlas
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    141 = 73984 KB (2D 4352x4352 PF_FloatRGB UAV) Lumen.RadianceCache.FinalRadianceAtlas
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     34 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT UAV) Lumen.SceneDirectLighting
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    177 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT UAV) Lumen.SceneDirectLighting
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     37 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT UAV) Lumen.SceneFinalLighting
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    180 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT UAV) Lumen.SceneFinalLighting
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     35 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT UAV) Lumen.SceneIndirectLighting
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    178 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT UAV) Lumen.SceneIndirectLighting
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    176 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT) Lumen.SceneEmissive
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     33 = 65536 KB (2D 4096x4096 PF_FloatR11G11B10 RT) Lumen.SceneEmissive
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    199 = 65536 KB (2D 4096x4096 PF_FloatRGB UAV) Lumen.RadianceCache.FilteredRadianceProbeAtlasTexture
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    140 = 65536 KB (2D 4096x4096 PF_FloatRGB UAV) Lumen.RadianceCache.RadianceProbeAtlasTextureSource
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     12 = 65536 KB (2D 4096x4096 PF_FloatRGB UAV) Lumen.RadianceCache.RadianceProbeAtlasTextureSource
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    153 = 65536 KB (2D 4096x4096 PF_FloatRGB UAV) Lumen.RadianceCache.RadianceProbeAtlasTextureSource
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     58 = 65536 KB (2D 4096x4096 PF_FloatRGB UAV) Lumen.Radiosity.TraceRadianceAtlas
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     30 = 65536 KB (2D 4096x4096 PF_R8G8B8A8 RT) Lumen.SceneAlbedo
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    173 = 65536 KB (2D 4096x4096 PF_R8G8B8A8 RT) Lumen.SceneAlbedo
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     86 = 57344 KB (3D 1024x1024x56 PF_R8 UAV) GlobalDistanceField.PageAtlas
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     14 = 57344 KB (3D 1024x1024x56 PF_R8 UAV) GlobalDistanceField.PageAtlas
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     92 = 57344 KB (3D 1024x1024x56 PF_R8 UAV) GlobalDistanceField.PageAtlas
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     29 = 32768 KB (2D 4096x4096 PF_G16 RT) Lumen.SceneDepth
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    172 = 32768 KB (2D 4096x4096 PF_G16 RT) Lumen.SceneDepth
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    152 = 32768 KB (2D 4096x4096 PF_R16F UAV) Lumen.RadianceCache.DepthProbeAtlasTexture
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     11 = 32768 KB (2D 4096x4096 PF_R16F UAV) Lumen.RadianceCache.DepthProbeAtlasTexture
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    139 = 32768 KB (2D 4096x4096 PF_R16F UAV) Lumen.RadianceCache.DepthProbeAtlasTexture
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     32 = 32768 KB (2D 4096x4096 PF_R8G8 RT) Lumen.SceneNormal
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    175 = 32768 KB (2D 4096x4096 PF_R8G8 RT) Lumen.SceneNormal
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:      5 = 32768 KB (2D 4096x4096 PF_ShadowDepth) PreShadowCacheDepthZ
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     98 = 32768 KB (2D 4096x4096 PF_ShadowDepth) PreShadowCacheDepthZ
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     82 = 28125 KB (2D 3600x2000 PF_R32_FLOAT RT) Composite.PrimitivesDepthHistory
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    145 = 21504 KB (2D 2048x2048 PF_FloatRGB UAV) Lumen.RadianceCache.FinalRadianceAtlas
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     17 = 21504 KB (2D 2048x2048 PF_FloatRGB UAV) Lumen.RadianceCache.FinalRadianceAtlas
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    158 = 21504 KB (2D 2048x2048 PF_FloatRGB UAV) Lumen.RadianceCache.FinalRadianceAtlas
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     79 = 18705 KB (2D 2684x1784 PF_FloatR11G11B10 UAV) TSR.Output
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    174 = 16384 KB (2D 4096x4096 PF_G8 RT) Lumen.SceneOpacity
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     31 = 16384 KB (2D 4096x4096 PF_G8 RT) Lumen.SceneOpacity
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     36 = 16384 KB (2D 4096x4096 PF_R8 RT UAV) Lumen.SceneNumFramesAccumulatedAtlas
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    179 = 16384 KB (2D 4096x4096 PF_R8 RT UAV) Lumen.SceneNumFramesAccumulatedAtlas
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     62 = 16384 KB (3D 1024x1024x16 PF_R8 UAV) GlobalDistanceField.PageAtlas
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     76 = 16384 KB (3D 1024x1024x16 PF_R8 UAV) GlobalDistanceField.PageAtlas
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:    167 = 14063 KB (2D 1800x1000 PF_A16B16G16R16 RT UAV) SceneVelocity
-[2024.01.13-00.47.39:095][169]LogConsoleResponse:     50 = 14063 KB (2D 1800x1000 PF_FloatRGBA RT UAV) Lumen.Reflections.SpecularIndirect
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    239 = 14063 KB (2D 1800x1000 PF_FloatRGBA RT UAV) Lumen.Reflections.SpecularIndirect
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    230 = 14063 KB (2D 1800x1000 PF_FloatRGBA RT UAV) Lumen.Reflections.SpecularIndirect
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    185 = 14063 KB (2D 1800x1000 PF_FloatRGBA RT UAV) SceneColor
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     19 = 14063 KB (2D 1800x1000 PF_FloatRGBA RT UAV) SceneColor
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    255 = 14063 KB (2D 1800x1000 PF_FloatRGBA RT) Translucency.AfterDOF.Color
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    237 = 14063 KB (2D 1800x1000 PF_FloatRGBA UAV) Lumen.Reflections.ReflectionRayBuffer
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     42 = 14063 KB (2D 1800x1000 PF_FloatRGBA UAV) Lumen.ScreenProbeGather.DiffuseIndirect
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    223 = 14063 KB (2D 1800x1000 PF_FloatRGBA UAV) Lumen.ScreenProbeGather.DiffuseIndirect
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    213 = 14063 KB (2D 1800x1000 PF_FloatRGBA UAV) Lumen.ScreenProbeGather.DiffuseIndirect
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    273 = 14063 KB (2D 1800x2000 PF_FloatR11G11B10 UAV) TSR.Output
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    108 = 12288 KB (Cube 1024 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     18 = 8790 KB (2D 1800x1000 PF_DepthStencil) SceneDepthZ
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     57 = 8192 KB (2D 1024x1024 PF_FloatRGBA UAV) Lumen.Radiosity.ProbeSHBlueAtlas
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     59 = 8192 KB (2D 1024x1024 PF_FloatRGBA UAV) Lumen.Radiosity.ProbeSHGreenAtlas
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     60 = 8192 KB (2D 1024x1024 PF_FloatRGBA UAV) Lumen.Radiosity.ProbeSHRedAtlas
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     47 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     41 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     39 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     61 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:      3 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     85 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     40 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     75 = 8192 KB (3D 1024x1024x8 PF_G8 UAV) DistanceFields.DistanceFieldBrickTexture
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     87 = 7168 KB (3D 512x512x28 PF_R8 UAV) GlobalDistanceField.CoverageAtlas
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     93 = 7168 KB (3D 512x512x28 PF_R8 UAV) GlobalDistanceField.CoverageAtlas
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     10 = 7168 KB (3D 512x512x28 PF_R8 UAV) GlobalDistanceField.CoverageAtlas
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    186 = 7032 KB (2D 1800x1000 PF_A2B10G10R10 RT) GBufferA
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    212 = 7032 KB (2D 1800x1000 PF_A2B10G10R10 UAV) Lumen.ScreenProbeGather.ScreenBentNormal
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    267 = 7032 KB (2D 1800x1000 PF_A2B10G10R10 UAV) TSR.History.Guide
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     77 = 7032 KB (2D 1800x1000 PF_A2B10G10R10 UAV) TSR.History.Guide
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    262 = 7032 KB (2D 1800x1000 PF_A2B10G10R10 UAV) TSR.ReprojectedHistoryGuide
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    188 = 7032 KB (2D 1800x1000 PF_B8G8R8A8 RT sRGB) GBufferC
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    187 = 7032 KB (2D 1800x1000 PF_B8G8R8A8 RT) GBufferB
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    189 = 7032 KB (2D 1800x1000 PF_B8G8R8A8 RT) GBufferD
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    190 = 7032 KB (2D 1800x1000 PF_B8G8R8A8 RT) GBufferE
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    246 = 7032 KB (2D 1800x1000 PF_B8G8R8A8 RT) ShadowMaskTexture
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     20 = 7032 KB (2D 1800x1000 PF_FloatR11G11B10 UAV) TSR.Output
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    276 = 7032 KB (2D 1800x1000 PF_FloatR11G11B10 UAV) TSR.Output
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    227 = 7032 KB (2D 1800x1000 PF_FloatRGB UAV) Lumen.Reflections.ResolvedSpecularIndirect
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    238 = 7032 KB (2D 1800x1000 PF_FloatRGB UAV) Lumen.Reflections.TraceRadiance
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    214 = 7032 KB (2D 1800x1000 PF_FloatRGB UAV) Lumen.ScreenProbeGather.BackfaceDiffuseIndirect
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    225 = 7032 KB (2D 1800x1000 PF_FloatRGB UAV) Lumen.ScreenProbeGather.BackfaceDiffuseIndirect
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     27 = 7032 KB (2D 1800x1000 PF_FloatRGB UAV) Lumen.ScreenProbeGather.BackfaceDiffuseIndirect
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    233 = 7032 KB (2D 1800x1000 PF_FloatRGB UAV) Lumen.ScreenProbeGather.RoughSpecularIndirect
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     21 = 7032 KB (2D 1800x1000 PF_FloatRGB UAV) Lumen.ScreenProbeGather.RoughSpecularIndirect
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    215 = 7032 KB (2D 1800x1000 PF_FloatRGB UAV) Lumen.ScreenProbeGather.RoughSpecularIndirect
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    258 = 7032 KB (2D 1800x1000 PF_G16R16 UAV) TSR.Velocity.Dilated
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    264 = 7032 KB (2D 1800x1000 PF_G16R16 UAV) TSR.Velocity.HoleFilled
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    236 = 7032 KB (2D 1800x1000 PF_R32_FLOAT UAV) Lumen.DepthHistory
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    222 = 7032 KB (2D 1800x1000 PF_R32_FLOAT UAV) Lumen.DepthHistory
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     46 = 7032 KB (2D 1800x1000 PF_R32_FLOAT UAV) Lumen.DepthHistory
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     67 = 7032 KB (2D 1800x1000 PF_R32_UINT UAV) TSR.History.SubpixelDepth
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    261 = 7032 KB (2D 1800x1000 PF_R32_UINT UAV) TSR.History.SubpixelDepth
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    257 = 7032 KB (2D 1800x1000 PF_R32_UINT UAV) TSR.PrevClosestDepthTexture
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    256 = 7032 KB (2D 1800x1000 PF_R32_UINT UAV) TSR.PrevUseCountTexture
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    268 = 7032 KB (2D 1800x1000 PF_R8G8B8A8 UAV) TSR.History.Moire
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     78 = 7032 KB (2D 1800x1000 PF_R8G8B8A8 UAV) TSR.History.Moire
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    263 = 7032 KB (2D 1800x1000 PF_R8G8B8A8 UAV) TSR.ReprojectedHistoryMoire
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:     80 = 4677 KB (2D 2684x1784 PF_R8 UAV) TSR.History.Metadata
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    211 = 4150 KB (2D 1130x940 PF_FloatRGB UAV) Lumen.ScreenProbeGather.ScreenProbeFilteredRadianceWithBorder
-[2024.01.13-00.47.39:096][169]LogConsoleResponse:    200 = 4096 KB (2D 1024x1024 PF_FloatRGB UAV) Lumen.RadianceCache.FilteredRadianceProbeAtlasTexture
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     16 = 4096 KB (2D 1024x1024 PF_FloatRGB UAV) Lumen.RadianceCache.RadianceProbeAtlasTextureSource
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    157 = 4096 KB (2D 1024x1024 PF_FloatRGB UAV) Lumen.RadianceCache.RadianceProbeAtlasTextureSource
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    144 = 4096 KB (2D 1024x1024 PF_FloatRGB UAV) Lumen.RadianceCache.RadianceProbeAtlasTextureSource
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    198 = 3560 KB (2D 1808x1008 PF_R16_UINT UAV) Lumen.ScreenProbeGather.ScreenTileAdaptiveProbeIndices
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    224 = 3516 KB (2D 1800x1000 PF_R16_UINT UAV) Lumen.Reflections.RayTraceDistance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    240 = 3516 KB (2D 1800x1000 PF_R16F RT UAV) Lumen.Reflections.AccumulatedResolveVariance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    231 = 3516 KB (2D 1800x1000 PF_R16F RT UAV) Lumen.Reflections.AccumulatedResolveVariance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     53 = 3516 KB (2D 1800x1000 PF_R16F RT UAV) Lumen.Reflections.AccumulatedResolveVariance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    228 = 3516 KB (2D 1800x1000 PF_R16F UAV) Lumen.Reflections.ResolvedSpecularIndirectDepth
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    229 = 3516 KB (2D 1800x1000 PF_R16F UAV) Lumen.Reflections.ResolveVariance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    226 = 3516 KB (2D 1800x1000 PF_R16F UAV) Lumen.Reflections.TraceHit
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    259 = 3516 KB (2D 1800x1000 PF_R16F UAV) TSR.ClosestDepthTexture
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    269 = 3516 KB (2D 1800x1000 PF_R8G8 UAV) TSR.HistoryRejection
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    265 = 3516 KB (2D 1800x1000 PF_R8G8 UAV) TSR.velocity.HoleFillMask
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    275 = 3516 KB (2D 1800x2000 PF_R8 UAV) TSR.History.Metadata
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    100 = 3072 KB (Cube 512 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    110 = 3072 KB (Cube 512 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    105 = 3072 KB (Cube 512 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    109 = 3072 KB (Cube 512 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    146 = 2656 KB (2D 904x752 PF_FloatRGB UAV) Lumen.ScreenProbeGather.ScreenProbeFilteredRadiance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     43 = 2656 KB (2D 904x752 PF_FloatRGB UAV) Lumen.ScreenProbeGather.ScreenProbeFilteredRadiance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    203 = 2656 KB (2D 904x752 PF_FloatRGB UAV) Lumen.ScreenProbeGather.ScreenProbeFilteredRadiance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    159 = 2656 KB (2D 904x752 PF_FloatRGB UAV) Lumen.ScreenProbeGather.ScreenProbeFilteredRadiance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    205 = 2656 KB (2D 904x752 PF_FloatRGB UAV) Lumen.ScreenProbeGather.ScreenProbeFilteredRadiance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    204 = 2656 KB (2D 904x752 PF_R32_UINT UAV) Lumen.ScreenProbeGather.TraceHit
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     15 = 2048 KB (2D 1024x1024 PF_R16F UAV) Lumen.RadianceCache.DepthProbeAtlasTexture
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    156 = 2048 KB (2D 1024x1024 PF_R16F UAV) Lumen.RadianceCache.DepthProbeAtlasTexture
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    143 = 2048 KB (2D 1024x1024 PF_R16F UAV) Lumen.RadianceCache.DepthProbeAtlasTexture
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    244 = 2048 KB (3D 64x64x64 PF_FloatRGBA RT UAV) TranslucentVolumeAmbient0
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    247 = 2048 KB (3D 64x64x64 PF_FloatRGBA RT UAV) TranslucentVolumeAmbient1
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    242 = 2048 KB (3D 64x64x64 PF_FloatRGBA RT UAV) TranslucentVolumeAmbient1
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    245 = 2048 KB (3D 64x64x64 PF_FloatRGBA RT UAV) TranslucentVolumeDirectional0
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    243 = 2048 KB (3D 64x64x64 PF_FloatRGBA RT UAV) TranslucentVolumeDirectional1
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    248 = 2048 KB (3D 64x64x64 PF_FloatRGBA RT UAV) TranslucentVolumeDirectional1
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    241 = 1758 KB (2D 1800x1000 PF_G8 UAV) Lumen.Reflections.NumHistoryFramesAccumulated
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     64 = 1758 KB (2D 1800x1000 PF_G8 UAV) Lumen.Reflections.NumHistoryFramesAccumulated
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    232 = 1758 KB (2D 1800x1000 PF_G8 UAV) Lumen.Reflections.NumHistoryFramesAccumulated
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     81 = 1758 KB (2D 1800x1000 PF_R8 RT) Final Luminance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     66 = 1758 KB (2D 1800x1000 PF_R8 RT) Final Luminance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     48 = 1758 KB (2D 1800x1000 PF_R8 RT) Final Luminance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    295 = 1758 KB (2D 1800x1000 PF_R8 RT) Final Luminance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     26 = 1758 KB (2D 1800x1000 PF_R8 UAV) Lumen.ScreenProbeGather.FastUpdateMode
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     25 = 1758 KB (2D 1800x1000 PF_R8 UAV) Lumen.ScreenProbeGather.NumHistoryFramesAccumulated
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    249 = 1758 KB (2D 1800x1000 PF_R8 UAV) TSR.AntiAliasing.Noise
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    250 = 1758 KB (2D 1800x1000 PF_R8 UAV) TSR.Moire.Luma
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    266 = 1758 KB (2D 1800x1000 PF_R8 UAV) TSR.ParallaxRejectionMask
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    270 = 1758 KB (2D 1800x1000 PF_R8 UAV) TSR.SceneColorLdrLuma
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    193 = 1758 KB (2D 1800x1000 PF_R8_UINT RT) LightingChannels
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    272 = 1758 KB (2D 1800x1000 PF_R8_UINT UAV) TSR.AntiAliasing.Filtered
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    271 = 1758 KB (2D 1800x1000 PF_R8_UINT UAV) TSR.AntiAliasing.Raw
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    286 = 1758 KB (2D 900x500 PF_FloatR11G11B10 RT) BloomSetup
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    293 = 1758 KB (2D 900x500 PF_FloatR11G11B10 RT) BloomX
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    294 = 1758 KB (2D 900x500 PF_FloatR11G11B10 RT) BloomY
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    277 = 1758 KB (2D 900x500 PF_FloatR11G11B10 UAV) TSR.HalfResOutput
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    260 = 1758 KB (2D[1] 1800x1000 PF_R8_UINT UAV) TSR.ParallaxFactor
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    138 = 1728 KB (3D 192x48x48 PF_R32_UINT UAV) Lumen.RadianceCache.RadianceProbeIndirectionTexture
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     45 = 1728 KB (3D 192x48x48 PF_R32_UINT UAV) Lumen.RadianceCache.RadianceProbeIndirectionTexture
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    151 = 1728 KB (3D 192x48x48 PF_R32_UINT UAV) Lumen.RadianceCache.RadianceProbeIndirectionTexture
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    202 = 1328 KB (2D 904x752 PF_R16_UINT UAV) Lumen.ScreenProbeGather.RayInfosForTracing
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    201 = 1328 KB (2D 904x752 PF_R16F UAV) Lumen.ScreenProbeGather.LightingProbabilityDensityFunction
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    184 = 1280 KB (2D 512x512 PF_DepthStencil) Lumen.CardCaptureDepthStencilAtlas
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    137 = 1024 KB (2D 1024x512 PF_ShadowDepth) ShadowDepthAtlas
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    183 = 1024 KB (2D 512x512 PF_FloatR11G11B10 RT) Lumen.CardCaptureEmissiveAtlas
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    181 = 1024 KB (2D 512x512 PF_R8G8B8A8 RT) Lumen.CardCaptureAlbedoAtlas
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    182 = 1024 KB (2D 512x512 PF_R8G8B8A8 RT) Lumen.CardCaptureNormalAtlas
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     89 = 977 KB (3D 63x63x252 PF_R8 UAV) GlobalDistanceField.MipTexture
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:      8 = 977 KB (3D 63x63x252 PF_R8 UAV) GlobalDistanceField.MipTexture
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     95 = 977 KB (3D 63x63x252 PF_R8 UAV) GlobalDistanceField.MipTexture
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    217 = 849 KB (3D 87x96x26 PF_FloatRGB UAV) Lumen.TranslucencyVolume.FilteredVolumeTraceRadiance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    219 = 849 KB (3D 87x96x26 PF_FloatRGB UAV) Lumen.TranslucencyVolume.FilteredVolumeTraceRadiance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    103 = 768 KB (Cube 256 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     99 = 768 KB (Cube 256 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    104 = 768 KB (Cube 256 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    118 = 768 KB (Cube 256 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    117 = 768 KB (Cube 256 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    119 = 768 KB (Cube 256 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    107 = 768 KB (Cube 256 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     94 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableCombined
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     88 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableCombined
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:      9 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableCombined
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:      6 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableMovableLayer
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     97 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableMovableLayer
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     91 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableMovableLayer
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     96 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableStationaryLayer
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:      7 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableStationaryLayer
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     90 = 729 KB (3D 36x36x144 PF_R32_UINT UAV) GlobalDistanceField.PageTableStationaryLayer
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    169 = 683 KB (2D 512x512 PF_R16F UAV) HZBClosest
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    171 = 683 KB (2D 512x512 PF_R16F UAV) HZBClosest
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    170 = 683 KB (2D 512x512 PF_R16F UAV) HZBFurthest
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    168 = 683 KB (2D 512x512 PF_R16F UAV) HZBFurthest
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    206 = 664 KB (2D 904x752 PF_R8 UAV) Lumen.ScreenProbeGather.ScreenProbeHitDistance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    207 = 664 KB (2D 904x752 PF_R8 UAV) Lumen.ScreenProbeGather.ScreenProbeTraceMoving
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    210 = 498 KB (2D 678x94 PF_FloatRGBA UAV) Lumen.ScreenProbeGather.ScreenProbeRadianceSHDirectional
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    292 = 440 KB (2D 450x250 PF_FloatR11G11B10 RT) BloomX
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    279 = 440 KB (2D 450x250 PF_FloatR11G11B10 RT) BloomY
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    218 = 425 KB (3D 87x96x26 PF_R16F UAV) Lumen.TranslucencyVolume.VolumeTraceHitDistance
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    166 = 245 KB (3D 63x63x63 PF_R8 UAV) GlobalDistanceField.TempMip
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     83 = 201 KB (3D 38x26x26 PF_FloatRGBA UAV) Lumen.TranslucencyVolume.SHLightingNewHistory0
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    102 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    111 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    101 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    114 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    128 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    127 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    106 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    124 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    134 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    122 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    120 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    121 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    112 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    135 = 192 KB (Cube 128 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    221 = 189 KB (3D 29x32x26 PF_FloatRGBA UAV) Lumen.TranslucencyVolume.SHLighting1
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    235 = 189 KB (3D 29x32x26 PF_FloatRGBA UAV) Lumen.TranslucencyVolume.SHLighting1
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    150 = 189 KB (3D 29x32x26 PF_FloatRGBA UAV) Lumen.TranslucencyVolume.SHLightingNewHistory0
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    163 = 189 KB (3D 29x32x26 PF_FloatRGBA UAV) Lumen.TranslucencyVolume.SHLightingNewHistory0
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     73 = 168 KB (3D 35x35x140 PF_R8 UAV) GlobalDistanceField.MipTexture
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     56 = 168 KB (3D 35x35x140 PF_R8 UAV) GlobalDistanceField.MipTexture
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     28 = 166 KB (2D 113x94 PF_A32B32G32R32F UAV) Lumen.ScreenProbeGather.ScreenProbeTranslatedWorldPosition
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    161 = 166 KB (2D 113x94 PF_A32B32G32R32F UAV) Lumen.ScreenProbeGather.ScreenProbeTranslatedWorldPosition
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    148 = 166 KB (2D 113x94 PF_A32B32G32R32F UAV) Lumen.ScreenProbeGather.ScreenProbeTranslatedWorldPosition
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:    142 = 162 KB (3D 72x24x24 PF_R32_UINT UAV) Lumen.RadianceCache.RadianceProbeIndirectionTexture
-[2024.01.13-00.47.39:097][169]LogConsoleResponse:     44 = 162 KB (3D 72x24x24 PF_R32_UINT UAV) Lumen.RadianceCache.RadianceProbeIndirectionTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    155 = 162 KB (3D 72x24x24 PF_R32_UINT UAV) Lumen.RadianceCache.RadianceProbeIndirectionTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     68 = 128 KB (3D 32x32x32 PF_A2B10G10R10 RT) CombineLUTs
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     49 = 128 KB (3D 32x32x32 PF_A2B10G10R10 RT) CombineLUTs
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    165 = 128 KB (3D 32x32x32 PF_A2B10G10R10 RT) CombineLUTs
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     24 = 128 KB (3D 32x32x32 PF_A2B10G10R10 RT) CombineLUTs
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     63 = 125 KB (3D 20x20x80 PF_R32_UINT UAV) GlobalDistanceField.PageTableCombined
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     74 = 125 KB (3D 20x20x80 PF_R32_UINT UAV) GlobalDistanceField.PageTableCombined
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     54 = 125 KB (3D 20x20x80 PF_R32_UINT UAV) GlobalDistanceField.PageTableMovableLayer
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     71 = 125 KB (3D 20x20x80 PF_R32_UINT UAV) GlobalDistanceField.PageTableMovableLayer
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     55 = 125 KB (3D 20x20x80 PF_R32_UINT UAV) GlobalDistanceField.PageTableStationaryLayer
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     72 = 125 KB (3D 20x20x80 PF_R32_UINT UAV) GlobalDistanceField.PageTableStationaryLayer
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    291 = 110 KB (2D 225x125 PF_FloatR11G11B10 RT) BloomX
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    280 = 110 KB (2D 225x125 PF_FloatR11G11B10 RT) BloomY
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     84 = 101 KB (3D 38x26x26 PF_FloatRGB UAV) Lumen.TranslucencyVolume.SHLightingNewHistory0
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    220 = 95 KB (3D 29x32x26 PF_FloatRGB UAV) Lumen.TranslucencyVolume.SHLighting0
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    234 = 95 KB (3D 29x32x26 PF_FloatRGB UAV) Lumen.TranslucencyVolume.SHLighting0
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    162 = 95 KB (3D 29x32x26 PF_FloatRGB UAV) Lumen.TranslucencyVolume.SHLightingNewHistory0
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    149 = 95 KB (3D 29x32x26 PF_FloatRGB UAV) Lumen.TranslucencyVolume.SHLightingNewHistory0
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    209 = 42 KB (2D 113x94 PF_FloatR11G11B10 UAV) Lumen.ScreenProbeGather.ScreenProbeRadianceSHAmbient
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    160 = 42 KB (2D 113x94 PF_R32_UINT UAV) Lumen.ScreenProbeGather.ScreenProbeSceneDepth
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    147 = 42 KB (2D 113x94 PF_R32_UINT UAV) Lumen.ScreenProbeGather.ScreenProbeSceneDepth
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     38 = 42 KB (2D 113x94 PF_R32_UINT UAV) Lumen.ScreenProbeGather.ScreenProbeSceneDepth
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:      4 = 33 KB (2D 66x64 PF_A16B16G16R16) SSProfiles
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    290 = 28 KB (2D 113x63 PF_FloatR11G11B10 RT) BloomX
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    281 = 28 KB (2D 113x63 PF_FloatR11G11B10 RT) BloomY
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    197 = 28 KB (2D 113x63 PF_R32_UINT UAV) Lumen.ScreenProbeGather.ScreenTileAdaptiveProbeHeader
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    216 = 28 KB (2D 225x125 PF_R8_UINT UAV) Lumen.Reflections.ResolveTileUsed
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    196 = 21 KB (2D 113x94 PF_R16_UINT UAV) Lumen.ScreenProbeGather.ScreenProbeWorldSpeed
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    195 = 21 KB (2D 113x94 PF_R8G8 UAV) Lumen.ScreenProbeGather.ScreenProbeWorldNormal
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    278 = 16 KB (3D 8x8x32 PF_G32R32F UAV) LocalExposure
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    126 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    115 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    131 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    136 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    129 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    132 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    125 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    130 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    123 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    116 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    133 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    113 = 12 KB (Cube 32 PF_ShadowDepth) CubeShadowDepthZ
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    208 = 11 KB (2D 113x94 PF_R8 UAV) Lumen.ScreenProbeGather.ScreenProbeMoving
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    289 = 8 KB (2D 57x32 PF_FloatR11G11B10 RT) BloomX
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    282 = 8 KB (2D 57x32 PF_FloatR11G11B10 RT) BloomY
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:      2 = 6 KB (2D 768x8 PF_R8) AsciiTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    288 = 2 KB (2D 29x16 PF_FloatR11G11B10 RT) BloomX
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    287 = 2 KB (2D 29x16 PF_FloatR11G11B10 RT) BloomY
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    284 = 2 KB (2D 29x32 PF_R16F RT) LocalExposureGaussianX
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    285 = 2 KB (2D 29x32 PF_R16F RT) LocalExposureGaussianY
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    283 = 2 KB (2D 29x32 PF_R16F UAV) GaussianLumSetupTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     51 = 1 KB (2D 1x1 PF_A32B32G32R32F UAV) EyeAdaptationTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    164 = 1 KB (2D 1x1 PF_A32B32G32R32F UAV) EyeAdaptationTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     69 = 1 KB (2D 1x1 PF_A32B32G32R32F UAV) EyeAdaptationTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     70 = 1 KB (2D 1x1 PF_A32B32G32R32F UAV) EyeAdaptationTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     22 = 1 KB (2D 1x1 PF_A32B32G32R32F UAV) EyeAdaptationTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     23 = 1 KB (2D 1x1 PF_A32B32G32R32F UAV) EyeAdaptationTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     52 = 1 KB (2D 1x1 PF_A32B32G32R32F UAV) EyeAdaptationTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    274 = 1 KB (2D 1x1 PF_FloatR11G11B10 UAV) TSR.DummyOutput
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:     65 = 1 KB (2D 1x1 PF_R16F UAV) Dummy
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    254 = 1 KB (2D 1x1 PF_R32_FLOAT UAV) OIT.SampleDepth
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    252 = 1 KB (2D 1x1 PF_R32_UINT UAV) OIT.SampleColor
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    253 = 1 KB (2D 1x1 PF_R32_UINT UAV) OIT.SampleTrans
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    251 = 1 KB (2D 1x1 PF_R32_UINT UAV) TSR.DummyOutput
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    192 = 1 KB (2D 1x1 PF_R8 UAV) Substrate.DummyWritableTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    191 = 1 KB (2D[1] 1x1 PF_R32_UINT UAV) Substrate.DummyWritableTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    194 = 1 KB (2D[1] 4x4 PF_R32_UINT UAV) Dummy-OutDepthBuffer
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:      1 = 1 KB (3D 1x1x1 PF_B8G8R8A8 RT) HairLUT0
-[2024.01.13-00.47.39:098][169]LogConsoleResponse: 
-[2024.01.13-00.47.39:098][169]LogConsoleResponse: Pool: 2297/2542 MB (referenced/allocated)
-[2024.01.13-00.47.39:098][169]LogConsoleResponse: 
-[2024.01.13-00.47.39:098][169]LogConsoleResponse: RDGResourceName (what was rendered this frame, use <RDGResourceName>@<Version> to get intermediate versions):
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    BloomSetup                         Lumen.RadianceCache.DepthProbeAtlasTexture            Lumen.ScreenProbeGather.BackfaceDiffuseIndirect               Lumen.TranslucencyVolume.SHLightingNewHistory0  TSR.AntiAliasing.Raw
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    BloomX                             Lumen.RadianceCache.FilteredRadianceProbeAtlasTexture Lumen.ScreenProbeGather.DiffuseIndirect                       Lumen.TranslucencyVolume.VolumeTraceHitDistance TSR.ClosestDepthTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    BloomY                             Lumen.RadianceCache.FinalRadianceAtlas                Lumen.ScreenProbeGather.LightingProbabilityDensityFunction    Lumen.TranslucencyVolume.VolumeTraceRadiance    TSR.DummyOutput
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    CombineLUTs                        Lumen.RadianceCache.RadianceProbeAtlasTextureSource   Lumen.ScreenProbeGather.RayInfosForTracing                    OIT.SampleColor                                 TSR.HalfResOutput
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    CubeShadowDepthZ                   Lumen.RadianceCache.RadianceProbeIndirectionTexture   Lumen.ScreenProbeGather.RoughSpecularIndirect                 OIT.SampleCount                                 TSR.History.Guide
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    Dummy-OutDepthBuffer               Lumen.Reflections.AccumulatedResolveVariance          Lumen.ScreenProbeGather.ScreenBentNormal                      OIT.SampleDepth                                 TSR.History.Metadata
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    EyeAdaptationTexture               Lumen.Reflections.NumHistoryFramesAccumulated         Lumen.ScreenProbeGather.ScreenProbeFilteredRadiance           OIT.SampleTrans                                 TSR.History.Moire
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    Final Luminance                    Lumen.Reflections.RayTraceDistance                    Lumen.ScreenProbeGather.ScreenProbeFilteredRadianceWithBorder PreShadowCacheDepthZ                            TSR.History.SubpixelDepth
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    GaussianLumSetupTexture            Lumen.Reflections.ReflectionDownsampledDepth          Lumen.ScreenProbeGather.ScreenProbeHitDistance                Scene(1/16)                                     TSR.HistoryRejection
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    GBufferA                           Lumen.Reflections.ReflectionRayBuffer                 Lumen.ScreenProbeGather.ScreenProbeMoving                     Scene(1/32)                                     TSR.Moire.Luma
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    GBufferB                           Lumen.Reflections.ResolvedSpecularIndirect            Lumen.ScreenProbeGather.ScreenProbeRadiance                   Scene(1/4)                                      TSR.Output
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    GBufferC                           Lumen.Reflections.ResolvedSpecularIndirectDepth       Lumen.ScreenProbeGather.ScreenProbeRadianceSHAmbient          Scene(1/64)                                     TSR.ParallaxFactor
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    GBufferD                           Lumen.Reflections.ResolveTileUsed                     Lumen.ScreenProbeGather.ScreenProbeRadianceSHDirectional      Scene(1/8)                                      TSR.ParallaxRejectionMask
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    GBufferE                           Lumen.Reflections.ResolveVariance                     Lumen.ScreenProbeGather.ScreenProbeSceneDepth                 SceneColor                                      TSR.PrevClosestDepthTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    HeterogeneousVolumes               Lumen.Reflections.SpecularIndirect                    Lumen.ScreenProbeGather.ScreenProbeTraceMoving                SceneDepthZ                                     TSR.PrevUseCountTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    HZBClosest                         Lumen.Reflections.TraceHit                            Lumen.ScreenProbeGather.ScreenProbeTranslatedWorldPosition    SceneVelocity                                   TSR.ReprojectedHistoryGuide
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    HZBFurthest                        Lumen.Reflections.TraceRadiance                       Lumen.ScreenProbeGather.ScreenProbeWorldNormal                ShadowDepthAtlas                                TSR.ReprojectedHistoryMoire
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    LightingChannels                   Lumen.SceneAlbedo                                     Lumen.ScreenProbeGather.ScreenProbeWorldSpeed                 ShadowMaskTexture                               TSR.SceneColorLdrLuma
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    LocalExposure                      Lumen.SceneDepth                                      Lumen.ScreenProbeGather.ScreenTileAdaptiveProbeHeader         Substrate.DummyWritableTexture                  TSR.Velocity.Dilated
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    LocalExposureGaussianX             Lumen.SceneDirectLighting                             Lumen.ScreenProbeGather.ScreenTileAdaptiveProbeIndices        Translucency.AfterDOF.Color                     TSR.Velocity.HoleFilled
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    LocalExposureGaussianY             Lumen.SceneEmissive                                   Lumen.ScreenProbeGather.TileClassificationModes               TranslucentVolumeAmbient0                       TSR.velocity.HoleFillMask
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    Lumen.CardCaptureAlbedoAtlas       Lumen.SceneFinalLighting                              Lumen.ScreenProbeGather.TraceHit                              TranslucentVolumeAmbient1                       ViewFamilyTexture
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    Lumen.CardCaptureDepthStencilAtlas Lumen.SceneIndirectLighting                           Lumen.ScreenProbeGather.TraceRadiance                         TranslucentVolumeDirectional0
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    Lumen.CardCaptureEmissiveAtlas     Lumen.SceneNormal                                     Lumen.TranslucencyVolume.FilteredVolumeTraceRadiance          TranslucentVolumeDirectional1
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    Lumen.CardCaptureNormalAtlas       Lumen.SceneNumFramesAccumulatedAtlas                  Lumen.TranslucencyVolume.SHLighting0                          TSR.AntiAliasing.Filtered
-[2024.01.13-00.47.39:098][169]LogConsoleResponse:    Lumen.DepthHistory                 Lumen.SceneOpacity                                    Lumen.TranslucencyVolume.SHLighting1                          TSR.AntiAliasing.Noise
-[2024.01.13-00.47.39:098][169]LogConsoleResponse: 
-[2024.01.13-00.47.39:098][169]Cmd: rhi.DumpMemory
-[2024.01.13-00.47.39:100][169]RHI resource memory (not tracked by our allocator)
-[2024.01.13-00.47.39:100][169]         0.000MB  -  Bindless Resource Heap - STAT_BindlessResourceHeapMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]         0.000MB  -  Bindless Sampler Heap - STAT_BindlessSamplerHeapMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]         0.000MB  -  Misc Buffer Memory - STAT_MiscBufferMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]         0.000MB  -  Draw Indirect Buffer Memory - STAT_DrawIndirectBufferMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]         0.576MB  -  Byte Address Buffer Memory - STAT_ByteAddressBufferMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]       138.820MB  -  Structured Buffer Memory - STAT_StructuredBufferMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]         0.000MB  -  RayTracing Acceleration Structure Memory - STAT_RTAccelerationStructureMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]       158.649MB  -  Vertex Buffer Memory - STAT_VertexBufferMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]         5.825MB  -  Index Buffer Memory - STAT_IndexBufferMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]         2.986MB  -  Uniform Buffer Memory - STAT_UniformBufferMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]        22.063MB  -  Texture Cube Memory - STAT_TextureMemoryCube - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]         0.172MB  -  Texture 3D Memory - STAT_TextureMemory3D - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]       266.383MB  -  Texture 2D Memory - STAT_TextureMemory2D - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]       533.695MB  -  UAV Texture Memory - STAT_UAVTextureMemory - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]         0.000MB  -  Render Target Cube Memory - STAT_RenderTargetMemoryCube - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]         0.375MB  -  Render Target 3D Memory - STAT_RenderTargetMemory3D - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]       960.614MB  -  Render Target 2D Memory - STAT_RenderTargetMemory2D - STATGROUP_RHI - STATCAT_Advanced
-[2024.01.13-00.47.39:100][169]2090.157MB total
-[2024.01.13-00.47.39:100][169]LogWindows: FPlatformMisc::RequestExit(1, TerminateOnOutOfMemory)
-[2024.01.13-00.47.39:100][169]LogWindows: FPlatformMisc::RequestExitWithStatus(1, 0, TerminateOnOutOfMemory)
-[2024.01.13-00.47.39:100][169]LogCore: Engine exit requested (reason: Win RequestExit)
diff --git a/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt-backup-2024.01.13-18.20.15.log b/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt-backup-2024.01.13-18.20.15.log
new file mode 100644
index 0000000000000000000000000000000000000000..2372d58c651312c241ecdc8d60f7aa4cab3113a3
--- /dev/null
+++ b/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt-backup-2024.01.13-18.20.15.log
@@ -0,0 +1,3359 @@
+Log file open, 01/13/24 18:36:18
+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=12944)
+LogWindows: Custom abort handler registered for crash reporting.
+LogInit: Display: Running engine for game: BackroomsDigitalArt
+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 11 (22H2) [10.0.22621.3007] "
+LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 7 3800X 8-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="" D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject""
+LogCsvProfiler: Display: Metadata set : loginid="002976d644467f527d076c834710bdb4"
+LogCsvProfiler: Display: Metadata set : llm="0"
+LogStats: Stats thread started at 0.255484
+LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +1:00, Platform Override: ''
+LogInit: Session CrashGUID >====================================================
+         Session CrashGUID >   UECC-Windows-561294A84AFE3C3367020A9881193BB8
+         Session CrashGUID >====================================================
+LogConfig: Display: Loading IOS ini files took 0.03 seconds
+LogConfig: Display: Loading VulkanPC ini files took 0.03 seconds
+LogConfig: Display: Loading Mac ini files took 0.03 seconds
+LogConfig: Display: Loading Android ini files took 0.03 seconds
+LogConfig: Display: Loading TVOS ini files took 0.03 seconds
+LogConfig: Display: Loading Unix ini files took 0.03 seconds
+LogConfig: Display: Loading Windows ini files took 0.04 seconds
+LogAssetRegistry: Display: Asset registry cache read as 17.5 MiB from D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_0.bin
+LogConfig: Display: Loading LinuxArm64 ini files took 0.04 seconds
+LogConfig: Display: Loading Linux ini files took 0.04 seconds
+LogPluginManager: Mounting Engine plugin Bridge
+LogPluginManager: Mounting Engine plugin FastBuildController
+LogPluginManager: Mounting Engine plugin EnhancedInput
+LogPluginManager: Found config from plugin[EnhancedInput] Input
+LogPluginManager: Mounting Engine plugin MeshPainting
+LogPluginManager: Mounting Engine plugin TraceUtilities
+LogPluginManager: Mounting Engine plugin XGEController
+LogPluginManager: Mounting Engine plugin AnimationSharing
+LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess
+LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess
+LogPluginManager: Mounting Engine plugin DumpGPUServices
+LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess
+LogPluginManager: Mounting Engine plugin PerforceSourceControl
+LogPluginManager: Mounting Engine plugin PluginUtils
+LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess
+LogPluginManager: Mounting Engine plugin GitSourceControl
+LogPluginManager: Mounting Engine plugin PixWinPlugin
+LogPluginManager: Mounting Engine plugin NullSourceCodeAccess
+LogPluginManager: Mounting Engine plugin PlasticSourceControl
+LogPluginManager: Mounting Engine plugin PropertyAccessNode
+LogPluginManager: Mounting Engine plugin RenderDocPlugin
+LogPluginManager: Mounting Engine plugin SubversionSourceControl
+LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess
+LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess
+LogPluginManager: Mounting Engine plugin UObjectPlugin
+LogPluginManager: Mounting Engine plugin TraceDataFilters
+LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess
+LogPluginManager: Mounting Engine plugin TextureFormatOodle
+LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess
+LogPluginManager: Mounting Engine plugin InterchangeTests
+LogPluginManager: Mounting Engine plugin ACLPlugin
+LogPluginManager: Mounting Engine plugin AnimationModifierLibrary
+LogPluginManager: Mounting Engine plugin AnimationData
+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 AlembicImporter
+LogPluginManager: Mounting Engine plugin ActorLayerUtilities
+LogPluginManager: Mounting Engine plugin AndroidMoviePlayer
+LogPluginManager: Mounting Engine plugin AndroidFileServer
+LogPluginManager: Mounting Engine plugin AndroidPermission
+LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector
+LogPluginManager: Mounting Engine plugin AppleImageUtils
+LogPluginManager: Mounting Engine plugin AppleMoviePlayer
+LogPluginManager: Mounting Engine plugin ArchVisCharacter
+LogPluginManager: Mounting Engine plugin AssetTags
+LogPluginManager: Mounting Engine plugin AudioCapture
+LogPluginManager: Mounting Engine plugin AudioSynesthesia
+LogPluginManager: Mounting Engine plugin CableComponent
+LogPluginManager: Mounting Engine plugin ChunkDownloader
+LogPluginManager: Mounting Engine plugin AudioWidgets
+LogPluginManager: Mounting Engine plugin CustomMeshComponent
+LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector
+LogPluginManager: Mounting Engine plugin GeometryCache
+LogPluginManager: Mounting Engine plugin GeometryProcessing
+LogPluginManager: Mounting Engine plugin GoogleCloudMessaging
+LogPluginManager: Mounting Engine plugin GooglePAD
+LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector
+LogPluginManager: Mounting Engine plugin InputDebugging
+LogPluginManager: Found config from plugin[InputDebugging] Input
+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 OpenXRHandTracking
+LogPluginManager: Mounting Engine plugin OpenXREyeTracker
+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 WebMMoviePlayer
+LogPluginManager: Mounting Engine plugin WaveTable
+LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector
+LogPluginManager: Mounting Engine plugin WindowsMoviePlayer
+LogPluginManager: Mounting Engine plugin XRBase
+LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor
+LogPluginManager: Mounting Engine plugin AISupport
+LogPluginManager: Mounting Engine plugin BackChannel
+LogPluginManager: Mounting Engine plugin AutomationUtils
+LogPluginManager: Mounting Engine plugin ChaosCloth
+LogPluginManager: Mounting Engine plugin ChaosClothEditor
+LogPluginManager: Mounting Engine plugin ChaosCaching
+LogPluginManager: Mounting Engine plugin ChaosNiagara
+LogPluginManager: Mounting Engine plugin ChaosUserDataPT
+LogPluginManager: Mounting Engine plugin ChaosEditor
+LogPluginManager: Mounting Engine plugin ChaosSolverPlugin
+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 GeometryFlow
+LogPluginManager: Mounting Engine plugin MeshLODToolset
+LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp
+LogPluginManager: Mounting Engine plugin LocalizableMessage
+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 StaticMeshEditorModeling
+LogPluginManager: Mounting Engine plugin StructUtils
+LogPluginManager: Mounting Engine plugin ToolPresets
+LogPluginManager: Mounting Engine plugin AssetManagerEditor
+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 GeometryMode
+LogPluginManager: Mounting Engine plugin GameplayTagsEditor
+LogPluginManager: Mounting Engine plugin MacGraphicsSwitching
+LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode
+LogPluginManager: Mounting Engine plugin MaterialAnalyzer
+LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard
+LogPluginManager: Mounting Engine plugin PluginBrowser
+LogPluginManager: Mounting Engine plugin SpeedTreeImporter
+LogPluginManager: Mounting Engine plugin SequencerAnimTools
+LogPluginManager: Mounting Engine plugin UVEditor
+LogPluginManager: Mounting Engine plugin TcpMessaging
+LogPluginManager: Mounting Engine plugin CameraShakePreviewer
+LogPluginManager: Mounting Engine plugin GameplayCameras
+LogPluginManager: Mounting Engine plugin UdpMessaging
+LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities
+LogPluginManager: Mounting Engine plugin Niagara
+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 Takes
+LogPluginManager: Mounting Engine plugin AndroidMedia
+LogPluginManager: Mounting Engine plugin AvfMedia
+LogPluginManager: Mounting Engine plugin ImgMedia
+LogPluginManager: Mounting Engine plugin MediaCompositing
+LogPluginManager: Mounting Engine plugin MediaPlate
+LogPluginManager: Mounting Engine plugin MediaPlayerEditor
+LogPluginManager: Mounting Engine plugin WebMMedia
+LogPluginManager: Mounting Engine plugin WmfMedia
+LogPluginManager: Mounting Engine plugin ActorSequence
+LogPluginManager: Mounting Engine plugin LevelSequenceEditor
+LogPluginManager: Mounting Engine plugin OodleNetwork
+LogPluginManager: Mounting Engine plugin SequencerScripting
+LogPluginManager: Mounting Engine plugin TemplateSequence
+LogPluginManager: Mounting Engine plugin Interchange
+LogPluginManager: Mounting Engine plugin LauncherChunkInstaller
+LogPluginManager: Mounting Engine plugin InterchangeEditor
+LogPluginManager: Mounting Engine plugin Paper2D
+LogPluginManager: Mounting Engine plugin DatasmithContent
+LogPluginManager: Mounting Engine plugin GLTFExporter
+LogPluginManager: Mounting Engine plugin VariantManager
+LogPluginManager: Mounting Engine plugin VariantManagerContent
+LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay
+LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS
+LogPluginManager: Mounting Engine plugin ConcertMain
+LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource
+LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource
+LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource
+LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource
+LogPluginManager: Mounting Engine plugin SQLiteCore
+LogPluginManager: Mounting Engine plugin LightMixer
+LogPluginManager: Mounting Engine plugin ObjectMixer
+LogPluginManager: Mounting Engine plugin ConcertSyncClient
+LogPluginManager: Mounting Engine plugin ConcertSyncCore
+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/Developer/AnimationSharing/Content/' mounted to '/AnimationSharing/'
+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/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/OpenXRHandTracking/Content/' mounted to '/OpenXRHandTracking/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/OpenXREyeTracker/Content/' mounted to '/OpenXREyeTracker/'
+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/Experimental/ChaosClothEditor/Content/' mounted to '/ChaosClothEditor/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosCaching/Content/' mounted to '/ChaosCaching/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosNiagara/Content/' mounted to '/ChaosNiagara/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosSolverPlugin/Content/' mounted to '/ChaosSolverPlugin/'
+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/GeometryFlow/Content/' mounted to '/GeometryFlow/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/MeshLODToolset/Content/' mounted to '/MeshLODToolset/'
+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/StaticMeshEditorModeling/Content/' mounted to '/StaticMeshEditorModeling/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ToolPresets/Content/' mounted to '/ToolPresets/'
+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/ModelingToolsEditorMode/Content/' mounted to '/ModelingToolsEditorMode/'
+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/FX/Niagara/Content/' mounted to '/Niagara/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/VirtualProduction/Takes/Content/' mounted to '/Takes/'
+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/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/2D/Paper2D/Content/' mounted to '/Paper2D/'
+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/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/'
+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]
+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 11 (22H2) [10.0.22621.3007] (), CPU: AMD Ryzen 7 3800X 8-Core Processor             , GPU: NVIDIA GeForce RTX 3070
+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: 
+LogInit: Base Directory: C:/Program Files/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
+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.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.VSync:0]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.RHICmdBypass:0]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine]
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]]
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.ReflectionMethod:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine]
+[2024.01.13-17.36.18:870][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]]
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.AllowParallelGC:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.CreateGCClusters:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:0]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.PendingKillEnabled:1]]
+[2024.01.13-17.36.18:870][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine]
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine]
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created
+[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created
+[2024.01.13-17.36.18:872][  0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability]
+[2024.01.13-17.36.18:872][  0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]]
+[2024.01.13-17.36.18:872][  0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]]
+[2024.01.13-17.36.18:872][  0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.FXAA.Quality:4]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TSR.ShadingRejection.TileOverscan:3]]
+[2024.01.13-17.36.18:873][  0]LogConfig: CVar [[r.TSR.Velocity.Extrapolation:1]] deferred - dummy variable created
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.LightFunctionQuality:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.ShadowQuality:5]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.VolumetricFog:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.CapsuleShadows:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DistanceFieldAO:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.AOQuality:2]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SSR.Quality:3]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.MotionBlurQuality:4]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.LensFlareQuality:2]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.BloomQuality:5]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.FastBlurThreshold:100]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Upscale.Quality:3]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.LightShaftQuality:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Filter.SizeScale:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2         ; lower gathering resolution]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1        ; higher gathering accumulator quality]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1          ; Median3x3 postfilering method]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0       ; no bokeh simulation when gathering]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4                 ; medium number of samples when gathering]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1    ; additive foreground scattering]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2    ; additive background scattering]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1      ; bokeh simulation when scattering]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1         ; only a maximum of 10% of scattered bokeh]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1                ; cheap slight out of focus]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0    ; no bokeh simulation on slight out of focus]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1                ; more stable temporal accumulation]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Streaming.MipBias:0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Streaming.Boost:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.MaxAnisotropy:8]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.RefractionQuality:2]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SceneColorFormat:4]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DetailMode:2]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SSS.Scale:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SSS.SampleSet:2]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SSS.Quality:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SSS.HalfRes:0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SSGI.Quality:3]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.ParticleLightQuality:2]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: CVar [[fx.Niagara.QualityLevel:3]] deferred - dummy variable created
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[foliage.DensityScale:1.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[grass.DensityScale:1.0]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]]
+[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]]
+[2024.01.13-17.36.18:875][  0]LogRHI: Using Default RHI: D3D11
+[2024.01.13-17.36.18:875][  0]LogRHI: Using Highest Feature Level of D3D11: SM5
+[2024.01.13-17.36.18:875][  0]LogRHI: Loading RHI module D3D11RHI
+[2024.01.13-17.36.18:883][  0]LogD3D11RHI: Loaded GFSDK_Aftermath_Lib.x64.dll
+[2024.01.13-17.36.18:883][  0]LogRHI: Checking if RHI D3D11 with Feature Level SM5 is supported by your system.
+[2024.01.13-17.36.18:885][  0]LogD3D11RHI: D3D11 min allowed feature level: 11_0
+[2024.01.13-17.36.18:885][  0]LogD3D11RHI: D3D11 max allowed feature level: 11_1
+[2024.01.13-17.36.18:885][  0]LogD3D11RHI: D3D11 adapters:
+[2024.01.13-17.36.18:885][  0]LogD3D11RHI: Testing D3D11 Adapter 0:
+[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     Description : NVIDIA GeForce RTX 3070
+[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     VendorId    : 10de
+[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     DeviceId    : 2484
+[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     SubSysId    : 87c11043
+[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     Revision    : 00a1
+[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     DedicatedVideoMemory : 8422162432 bytes
+[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
+[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
+[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     AdapterLuid : 0 66303
+[2024.01.13-17.36.19:010][  0]LogD3D11RHI:    0. 'NVIDIA GeForce RTX 3070' (Feature Level 11_1)
+[2024.01.13-17.36.19:010][  0]LogD3D11RHI:       8032/0/8152 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:1, VendorId:0x10de
+[2024.01.13-17.36.19:010][  0]LogD3D11RHI: Testing D3D11 Adapter 1:
+[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     Description : Microsoft Basic Render Driver
+[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     VendorId    : 1414
+[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     DeviceId    : 008c
+[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     SubSysId    : 0000
+[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     Revision    : 0000
+[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     DedicatedVideoMemory : 0 bytes
+[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
+[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
+[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     AdapterLuid : 0 69664
+[2024.01.13-17.36.19:012][  0]LogD3D11RHI:    1. 'Microsoft Basic Render Driver' (Feature Level 11_1)
+[2024.01.13-17.36.19:012][  0]LogD3D11RHI:       0/0/8152 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:0, VendorId:0x1414
+[2024.01.13-17.36.19:012][  0]LogD3D11RHI: Chosen D3D11 Adapter:
+[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     Description : NVIDIA GeForce RTX 3070
+[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     VendorId    : 10de
+[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     DeviceId    : 2484
+[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     SubSysId    : 87c11043
+[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     Revision    : 00a1
+[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     DedicatedVideoMemory : 8422162432 bytes
+[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
+[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
+[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     AdapterLuid : 0 66303
+[2024.01.13-17.36.19:012][  0]LogRHI: RHI D3D11 with Feature Level SM5 is supported and will be used.
+[2024.01.13-17.36.19:012][  0]LogInit: Selected Device Profile: [WindowsEditor]
+[2024.01.13-17.36.19:012][  0]LogHAL: Display: Platform has ~ 16 GB [17097908224 / 17179869184 / 16], which maps to Larger [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0)
+[2024.01.13-17.36.19:012][  0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows]
+[2024.01.13-17.36.19:012][  0]LogDeviceProfileManager: Going up to parent DeviceProfile []
+[2024.01.13-17.36.19:012][  0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini]
+[2024.01.13-17.36.19:012][  0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]]
+[2024.01.13-17.36.19:012][  0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]]
+[2024.01.13-17.36.19:012][  0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]]
+[2024.01.13-17.36.19:012][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine]
+[2024.01.13-17.36.19:012][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Config/WindowsEditor/Editor.ini]
+[2024.01.13-17.36.19:012][  0]LogInit: Computer: DESKTOP-EOLA6SK
+[2024.01.13-17.36.19:012][  0]LogInit: User: Thomas
+[2024.01.13-17.36.19:012][  0]LogInit: CPU Page size=4096, Cores=8
+[2024.01.13-17.36.19:012][  0]LogInit: High frequency timer resolution =10.000000 MHz
+[2024.01.13-17.36.19:012][  0]LogMemory: Memory total: Physical=15.9GB (16GB approx)
+[2024.01.13-17.36.19:012][  0]LogMemory: Platform Memory Stats for WindowsEditor
+[2024.01.13-17.36.19:012][  0]LogMemory: Process Physical Memory: 488.90 MB used, 500.74 MB peak
+[2024.01.13-17.36.19:012][  0]LogMemory: Process Virtual Memory: 496.51 MB used, 496.51 MB peak
+[2024.01.13-17.36.19:012][  0]LogMemory: Physical Memory: 8643.38 MB used,  7662.46 MB free, 16305.84 MB total
+[2024.01.13-17.36.19:012][  0]LogMemory: Virtual Memory: 13708.68 MB used,  9253.16 MB free, 22961.84 MB total
+[2024.01.13-17.36.19:012][  0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0"
+[2024.01.13-17.36.19:017][  0]LogWindows: WindowsPlatformFeatures enabled
+[2024.01.13-17.36.19:026][  0]LogInit: Physics initialised using underlying interface: Chaos
+[2024.01.13-17.36.19:026][  0]LogInit: Using OS detected language (de-DE).
+[2024.01.13-17.36.19:026][  0]LogInit: Using OS detected locale (de-DE).
+[2024.01.13-17.36.19:029][  0]LogTextLocalizationManager: No specific localization for 'de-DE' exists, so 'de' will be used for the language.
+[2024.01.13-17.36.19:029][  0]LogInit: Setting process to per monitor DPI aware
+[2024.01.13-17.36.19:029][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Editor/de/Editor.locres' could not be opened for reading!
+[2024.01.13-17.36.19:029][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/EditorTutorials/de/EditorTutorials.locres' could not be opened for reading!
+[2024.01.13-17.36.19:029][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Keywords/de/Keywords.locres' could not be opened for reading!
+[2024.01.13-17.36.19:029][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Category/de/Category.locres' could not be opened for reading!
+[2024.01.13-17.36.19:029][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/ToolTips/de/ToolTips.locres' could not be opened for reading!
+[2024.01.13-17.36.19:029][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/PropertyNames/de/PropertyNames.locres' could not be opened for reading!
+[2024.01.13-17.36.19:030][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Engine/de/Engine.locres' could not be opened for reading!
+[2024.01.13-17.36.19:047][  0]LogWindowsTextInputMethodSystem: Available input methods:
+[2024.01.13-17.36.19:047][  0]LogWindowsTextInputMethodSystem:   - Deutsch (Deutschland) - (Keyboard).
+[2024.01.13-17.36.19:047][  0]LogWindowsTextInputMethodSystem: Activated input method: Deutsch (Deutschland) - (Keyboard).
+[2024.01.13-17.36.19:062][  0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0
+[2024.01.13-17.36.19:062][  0]LogSlate: Slate User Registered.  User Index 0, Is Virtual User: 0
+[2024.01.13-17.36.19:182][  0]LogRHI: Using Default RHI: D3D11
+[2024.01.13-17.36.19:182][  0]LogRHI: Using Highest Feature Level of D3D11: SM5
+[2024.01.13-17.36.19:182][  0]LogRHI: Loading RHI module D3D11RHI
+[2024.01.13-17.36.19:182][  0]LogRHI: Checking if RHI D3D11 with Feature Level SM5 is supported by your system.
+[2024.01.13-17.36.19:182][  0]LogRHI: RHI D3D11 with Feature Level SM5 is supported and will be used.
+[2024.01.13-17.36.19:183][  0]LogWindows: Attached monitors:
+[2024.01.13-17.36.19:183][  0]LogWindows:     resolution: 3440x1440, work area: (0, 0) -> (3440, 1392), device: '\\.\DISPLAY1' [PRIMARY]
+[2024.01.13-17.36.19:183][  0]LogWindows: Found 1 attached monitors.
+[2024.01.13-17.36.19:183][  0]LogWindows: Gathering driver information using Windows Setup API
+[2024.01.13-17.36.19:183][  0]LogRHI: RHI Adapter Info:
+[2024.01.13-17.36.19:183][  0]LogRHI:             Name: NVIDIA GeForce RTX 3070
+[2024.01.13-17.36.19:183][  0]LogRHI:   Driver Version: 546.29 (internal:31.0.15.4629, unified:546.29)
+[2024.01.13-17.36.19:183][  0]LogRHI:      Driver Date: 11-29-2023
+[2024.01.13-17.36.19:183][  0]LogD3D11RHI: Creating new Direct3DDevice
+[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     GPU DeviceId: 0x2484 (for the marketing name, search the web for "GPU Device Id")
+[2024.01.13-17.36.19:183][  0]LogRHI: Texture pool is 5622 MB (70% of 8032 MB)
+[2024.01.13-17.36.19:183][  0]LogD3D11RHI: Creating D3DDevice using adapter:
+[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     Description : NVIDIA GeForce RTX 3070
+[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     VendorId    : 10de
+[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     DeviceId    : 2484
+[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     SubSysId    : 87c11043
+[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     Revision    : 00a1
+[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     DedicatedVideoMemory : 8422162432 bytes
+[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
+[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
+[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     AdapterLuid : 0 66303
+[2024.01.13-17.36.19:255][  0]LogD3D11RHI: RHI has support for 64 bit atomics
+[2024.01.13-17.36.19:255][  0]LogD3D11RHI: Async texture creation enabled
+[2024.01.13-17.36.19:255][  0]LogD3D11RHI: D3D11_MAP_WRITE_NO_OVERWRITE for dynamic buffer SRVs is supported
+[2024.01.13-17.36.19:255][  0]LogD3D11RHI: Array index from any shader is supported
+[2024.01.13-17.36.19:282][  0]LogVRS: Current RHI does not support Variable Rate Shading
+[2024.01.13-17.36.19:289][  0]LogD3D11RHI: GPU Timing Frequency: 1000.000000 (Debug: 2 1)
+[2024.01.13-17.36.19:299][  0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_0.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_0.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -platform=all'
+[2024.01.13-17.36.19:299][  0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""C:/Program Files/Epic Games/UE_5.3/Engine/Build/BatchFiles/RunUAT.bat"  -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_0.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_0.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -platform=all" ]
+[2024.01.13-17.36.19:345][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC
+[2024.01.13-17.36.19:345][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT
+[2024.01.13-17.36.19:345][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2
+[2024.01.13-17.36.19:345][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp
+[2024.01.13-17.36.19:345][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed
+[2024.01.13-17.36.19:345][  0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.10
+[2024.01.13-17.36.19:345][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll
+[2024.01.13-17.36.19:346][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.6.dll
+[2024.01.13-17.36.19:346][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.7.dll
+[2024.01.13-17.36.19:347][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.8.dll
+[2024.01.13-17.36.19:347][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.9.dll
+[2024.01.13-17.36.19:347][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.10.dll
+[2024.01.13-17.36.19:348][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle
+[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android'
+[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC'
+[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT'
+[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2'
+[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient'
+[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient'
+[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient'
+[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client'
+[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi'
+[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient'
+[2024.01.13-17.36.19:368][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS'
+[2024.01.13-17.36.19:368][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient'
+[2024.01.13-17.36.19:372][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux'
+[2024.01.13-17.36.19:372][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor'
+[2024.01.13-17.36.19:372][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer'
+[2024.01.13-17.36.19:372][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient'
+[2024.01.13-17.36.19:375][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64'
+[2024.01.13-17.36.19:375][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server'
+[2024.01.13-17.36.19:375][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client'
+[2024.01.13-17.36.19:378][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac'
+[2024.01.13-17.36.19:378][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor'
+[2024.01.13-17.36.19:378][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer'
+[2024.01.13-17.36.19:378][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient'
+[2024.01.13-17.36.19:381][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS'
+[2024.01.13-17.36.19:381][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient'
+[2024.01.13-17.36.19:387][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows'
+[2024.01.13-17.36.19:387][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor'
+[2024.01.13-17.36.19:387][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer'
+[2024.01.13-17.36.19:387][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient'
+[2024.01.13-17.36.19:387][  0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor
+[2024.01.13-17.36.19:394][  0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded.
+[2024.01.13-17.36.19:439][  0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it
+[2024.01.13-17.36.19:442][  0]LogTargetPlatformManager: Loaded format module MetalShaderFormat
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_MRT
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_TVOS
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_MRT_TVOS
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_SM5
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_SM6
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_SIM
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_MACES3_1
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_MRT_MAC
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   PCD3D_SM6
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   PCD3D_SM5
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   PCD3D_ES31
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   GLSL_150_ES31
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   GLSL_ES3_1_ANDROID
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   VVM_1_0
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_VULKAN_SM5
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_VULKAN_ES31_ANDROID
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_VULKAN_ES31
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_VULKAN_SM5_ANDROID
+[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_VULKAN_SM6
+[2024.01.13-17.36.19:443][  0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0).
+[2024.01.13-17.36.19:445][  0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB
+[2024.01.13-17.36.19:445][  0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
+[2024.01.13-17.36.19:445][  0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy.
+[2024.01.13-17.36.19:445][  0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
+[2024.01.13-17.36.19:445][  0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy.
+[2024.01.13-17.36.19:486][  0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2383 MiB)
+[2024.01.13-17.36.19:486][  0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
+[2024.01.13-17.36.19:486][  0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy.
+[2024.01.13-17.36.19:493][  0]LogDerivedDataCache: C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds.
+[2024.01.13-17.36.19:493][  0]LogDerivedDataCache: Display: C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.03ms. RandomReadSpeed=1172.96MBs, RandomWriteSpeed=154.73MBs. Assigned SpeedClass 'Local'
+[2024.01.13-17.36.19:495][  0]LogDerivedDataCache: Local: Using data cache path C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Writable
+[2024.01.13-17.36.19:495][  0]LogDerivedDataCache: Shared: Disabled because no path is configured.
+[2024.01.13-17.36.19:495][  0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy.
+[2024.01.13-17.36.19:495][  0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None'
+[2024.01.13-17.36.19:495][  0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy.
+[2024.01.13-17.36.19:496][  0]LogShaderCompilers: Guid format shader working directory is -12 characters bigger than the processId version (D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/Shaders/WorkingDirectory/10348/).
+[2024.01.13-17.36.19:496][  0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Thomas/AppData/Local/Temp/UnrealShaderWorkingDir/9F102A454E68B557DFBAA9AC6A305FB7/'.
+[2024.01.13-17.36.19:496][  0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine.
+[2024.01.13-17.36.19:496][  0]LogShaderCompilers: Display: Using Local Shader Compiler with 8 workers.
+[2024.01.13-17.36.20:301][  0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0
+[2024.01.13-17.36.20:423][  0]LogShaderCompilers: Display: Compiling shader autogen file: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush
+[2024.01.13-17.36.20:423][  0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write.
+[2024.01.13-17.36.20:693][  0]LogSlate: Using FreeType 2.10.0
+[2024.01.13-17.36.20:693][  0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
+[2024.01.13-17.36.20:714][  0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_*.bin.
+[2024.01.13-17.36.20:715][  0]LogAssetRegistry: FAssetRegistry took 0.0022 seconds to start up
+[2024.01.13-17.36.20:728][  0]LogEditorDomain: Display: EditorDomain is Disabled
+[2024.01.13-17.36.20:971][  0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor).
+[2024.01.13-17.36.20:971][  0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal
+[2024.01.13-17.36.20:971][  0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled
+[2024.01.13-17.36.20:973][  0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found.
+[2024.01.13-17.36.20:973][  0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found.
+[2024.01.13-17.36.21:147][  0]LogDeviceProfileManager: Available device profiles:
+[2024.01.13-17.36.21:147][  0]LogDeviceProfileManager: 	[0000045504F4A200][00000454F87F0000 66] GlobalDefaults, 
+[2024.01.13-17.36.21:147][  0]LogDeviceProfileManager: 	[0000045504F4A800][00000454F87F2800 66] Windows, 
+[2024.01.13-17.36.21:147][  0]LogDeviceProfileManager: 	[0000045504F4AE00][00000454F90BC800 66] WindowsEditor, 
+[2024.01.13-17.36.21:147][  0]LogDeviceProfileManager: 	[0000045504F4B000][00000454F77CC800 66] WindowsServer, 
+[2024.01.13-17.36.21:147][  0]LogDeviceProfileManager: 	[0000045504F4B200][00000454D6A37800 66] WindowsClient, 
+[2024.01.13-17.36.21:147][  0]LogDeviceProfileManager: 	[0000045504F4B400][00000455054C0000 66] IOS, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4B600][00000455054C2800 66] iPadAir2, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4B800][00000455054C5000 66] IPadPro, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4BA00][00000455054C7800 66] iPadAir3, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4BC00][00000455054CA000 66] iPadAir4, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4BE00][00000455054CC800 66] iPadAir5, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4C000][00000455054D0000 66] iPadMini4, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4C200][00000455054D2800 66] iPadMini5, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4C400][00000455054D5000 66] iPadMini6, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4C600][00000455054D7800 66] iPhone6S, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4C800][00000455054DA000 66] iPhone7, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4CA00][00000455054DC800 66] iPodTouch7, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4CC00][00000455054E0000 66] iPhone6SPlus, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4CE00][00000455054E2800 66] iPhone7Plus, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4D000][00000455054E5000 66] iPhoneSE, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4D200][00000455054E7800 66] iPhone8, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4D400][00000455054EA000 66] iPhone8Plus, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4D600][00000455054EC800 66] iPhoneX, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4D800][00000455054F0000 66] iPhoneXS, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4DA00][00000455054F2800 66] iPhoneXSMax, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4DC00][00000455054F5000 66] iPhoneXR, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4DE00][00000455054F7800 66] iPhone11, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4E000][00000455054FA000 66] iPhone11Pro, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4E200][00000455054FC800 66] iPhone11ProMax, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4E400][0000045505500000 66] iPhoneSE2, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4E600][0000045505502800 66] iPhone12Mini, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4E800][0000045505505000 66] iPhone12, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4EA00][0000045505507800 66] iPhone12Pro, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4EC00][000004550550A000 66] iPhone12ProMax, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4EE00][000004550550C800 66] iPhone13Mini, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4F000][0000045505550000 66] iPhone13, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4F200][0000045505552800 66] iPhone13Pro, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4F400][0000045505555000 66] iPhone13ProMax, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4F600][0000045505557800 66] iPhoneSE3, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4F800][000004550555A000 66] iPhone14, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4FA00][000004550555C800 66] iPhone14Plus, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4FC00][0000045505560000 66] iPhone14Pro, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4FE00][0000045505562800 66] iPhone14ProMax, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[00000454F22F5E00][0000045505565000 66] iPhone15, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570000][0000045505567800 66] iPhone15Plus, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570200][000004550556A000 66] iPhone15Pro, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570400][000004550556C800 66] iPhone15ProMax, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570600][0000045505580000 66] iPadPro105, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570800][0000045505582800 66] iPadPro129, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570A00][0000045505585000 66] iPadPro97, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570C00][0000045505587800 66] iPadPro2_129, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570E00][000004550558A000 66] iPad5, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571000][000004550558C800 66] iPad6, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571200][0000045505590000 66] iPad7, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571400][0000045505592800 66] iPad8, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571600][0000045505595000 66] iPad9, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571800][0000045505597800 66] iPad10, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571A00][000004550559A000 66] iPadPro11, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571C00][000004550559C800 66] iPadPro2_11, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571E00][00000455055A0000 66] iPadPro3_11, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572000][00000455055A2800 66] iPadPro4_11, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572200][00000455055A5000 66] iPadPro3_129, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572400][00000455055A7800 66] iPadPro4_129, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572600][00000455055AA000 66] iPadPro5_129, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572800][00000455055AC800 66] iPadPro6_129, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572A00][00000455055B0000 66] AppleTV, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572C00][00000455055B2800 66] AppleTV4K, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572E00][00000455055B5000 66] AppleTV2_4K, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573000][00000455055B7800 66] TVOS, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573200][00000455055BA000 66] Mac, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573400][00000455055BC800 66] MacEditor, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573600][00000455055C0000 66] MacClient, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573800][00000455055C2800 66] MacServer, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573A00][00000455055C5000 66] Linux, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573C00][00000455055C7800 66] LinuxEditor, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573E00][00000455055CA000 66] LinuxArm64Editor, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574000][00000455055CC800 66] LinuxArm64, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574200][00000455055D0000 66] LinuxClient, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574400][00000455055D2800 66] LinuxArm64Client, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574600][00000455055D5000 66] LinuxServer, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574800][00000455055D7800 66] LinuxArm64Server, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574A00][00000455055DA000 66] Android, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574C00][00000455055DC800 66] Android_Preview_OpenGL, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574E00][00000455055E0000 66] Android_Preview_Vulkan, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575000][00000455055E2800 66] Android_Low, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575200][00000455055E5000 66] Android_Mid, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575400][00000455055E7800 66] Android_High, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575600][00000455055EA000 66] Android_Default, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575800][00000455055EC800 66] Android_Adreno4xx, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575A00][00000455055F0000 66] Android_Adreno5xx_Low, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575C00][00000455055F2800 66] Android_Adreno5xx, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575E00][00000455055F5000 66] Android_Adreno6xx, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576000][00000455055F7800 66] Android_Adreno6xx_Vulkan, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576200][00000455055FA000 66] Android_Adreno7xx, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576400][00000455055FC800 66] Android_Adreno7xx_Vulkan, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576600][0000045505600000 66] Android_Mali_T6xx, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576800][0000045505602800 66] Android_Mali_T7xx, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576A00][0000045505605000 66] Android_Mali_T8xx, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576C00][0000045505607800 66] Android_Mali_G71, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576E00][000004550560A000 66] Android_Mali_G72, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577000][000004550560C800 66] Android_Mali_G72_Vulkan, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577200][0000045505610000 66] Android_Mali_G76, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577400][0000045505612800 66] Android_Mali_G76_Vulkan, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577600][0000045505615000 66] Android_Mali_G77, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577800][0000045505617800 66] Android_Mali_G77_Vulkan, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577A00][000004550561A000 66] Android_Mali_G78, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577C00][000004550561C800 66] Android_Mali_G78_Vulkan, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577E00][0000045505620000 66] Android_Mali_G710, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505578000][0000045505622800 66] Android_Mali_G710_Vulkan, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505578400][0000045505625000 66] Android_Mali_G7xx, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505578600][0000045505627800 66] Android_Mali_G7xx_Vulkan, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505578800][000004550562A000 66] Android_Xclipse_920, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505578A00][000004550562C800 66] Android_Xclipse_920_Vulkan, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505578E00][0000045505640000 66] Android_Vulkan_SM5, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579000][0000045505642800 66] Android_PowerVR_G6xxx, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579200][0000045505645000 66] Android_PowerVR_GT7xxx, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579400][0000045505647800 66] Android_PowerVR_GE8xxx, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579600][000004550564A000 66] Android_PowerVR_GM9xxx, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579800][000004550564C800 66] Android_PowerVR_GM9xxx_Vulkan, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579A00][0000045505650000 66] Android_TegraK1, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579C00][0000045505652800 66] Android_Unknown_Vulkan, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579E00][0000045505655000 66] Oculus_Quest, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[000004550557A000][0000045505657800 66] Oculus_Quest2, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[000004550557A200][000004550565A000 66] Meta_Quest_Pro, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[000004550557A400][000004550565C800 66] Meta_Quest_3, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[000004550557A600][0000045505660000 66] HoloLens, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[000004550557A800][0000045505662800 66] MagicLeap_Vulkan, 
+[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: Active device profile: [0000045504F4AE00][00000454F90BC800 66] WindowsEditor
+[2024.01.13-17.36.21:148][  0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor"
+[2024.01.13-17.36.21:148][  0]LogShaderCompilers: Display: Compiling shader autogen file: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush
+[2024.01.13-17.36.21:148][  0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write.
+[2024.01.13-17.36.21:148][  0]LogTurnkeySupport: Turnkey Platform: Android: (Status=Invalid, Allowed_Sdk=r25b, Current_Sdk=, Allowed_AutoSdk=r25b, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
+[2024.01.13-17.36.21:149][  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.01.13-17.36.21:149][  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.01.13-17.36.21:149][  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.01.13-17.36.21:149][  0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Invalid, MinAllowed_Sdk=10.0.00000.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=, Allowed_AutoSdk=10.0.18362.0, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
+[2024.01.13-17.36.21:152][  0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_1.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_1.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -Device=Win64@DESKTOP-EOLA6SK'
+[2024.01.13-17.36.21:152][  0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""C:/Program Files/Epic Games/UE_5.3/Engine/Build/BatchFiles/RunUAT.bat"  -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_1.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_1.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -Device=Win64@DESKTOP-EOLA6SK" -nocompile -nocompileuat ]
+[2024.01.13-17.36.21:244][  0]LogMaterial: WorldGridMaterial-SM5-Default: MATSM_DA9E5626FCAE01590760E73DF088B4B4_PCD3D_SM5_-86156035__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC0_VFO_SKYATM_SKYHF_SLWSMDLT_gs1_sdct_VT-0-0-1-0_MIN_DF_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_347391141DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM5_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_A05E64F5EBD44C64BD24277E1DB8EBB792FC705C___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F1D3D5B5AF4A6D9ADE7391C36E24BD5A02F4BAF61_FLumenCardPS<false>0_0_0D25E975B63E407DD6CCDFE4BE03CD3DF848122EAC200DC679A410C1D8AF12A00F0044876007851BC_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F5F6D284012F74DD2CFC45AAEF7606EB9D574CE14_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B4E731E4363CF47597678D99A2AE4FAE80343B3DC_TLightMapDensityPSTLightMapPolicyHQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523A6F8EDE90BA70B7A37D281661EEE0A46689F58DC5_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316FDA2E61854F80E0F91AE4D21CD0BB79DEC508B58_TBasePassPSTLightMapPolicyLQSkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B43165D7C57B710379F5E917839EBE882255DAA29AF8C_FLandscapeGrassWeightVS0_0_077204F3CE0C4459388557E81DE05752C3D36790F47C0690A66AEBFB62A3248327AB8B3401F67DA0D_TLightMapDensityVSFNoLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523ACE92005F85D160B7FACC465666DB47AD63FF14F7_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_067553F61B5470C464BC7EDD63DFF5C95B47B43168A2DFEB19681995675B59DD9556978C705446847_FHitProxyVS0_0_035066ECBC7ACAFB429F4F029D7F02660C69AAB0A52D62CB854026D5374EC4E8A00F09A8B1D3302B8_FHitProxyPS0_0_0E427B9138BA536F768FD73ED5EBD629434FE712F591AC01CFB8D5107B679B4AC4E6A2D25CEE2821A_FLandscapeGrassWeightPS0_0_077204F3CE0C4459388557E81DE05752C3D36790FB0B2C106151A19D437E6A81208418E180C9A94FC_TBasePassPSFNoLightMapPolicy0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316AA7AFF0410210797DA8DBFDCE4DCE7BD73648BF2_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14BF87CEE5C05DBEF9DC24EE7C0F6CF60618ED0AF73_TDepthOnlyVS<true>0_0_0A4B1DB9B93D59E72F068E9E0A27D85C1396E331A6C2F9E9E0F29C1CC4BD070290C8B56F4775CBAE7_FLandscapePhysicalMaterialPS0_0_020E1030965D9050BE2F2C5A9779AD02AE39502F1EB9F96523E4AC1F2529D86D76BDF869A153FCD4A_TLightMapDensityVSFDummyLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523A7B900AFE3BA5C55A32FF9BDFB44D3099D0056480_FLumenCardVS0_0_06124D99229D9D82CAA55E03425A9B9C0FD582F11CC43E529207B75738B69C90E919763AEC6FA2C8A_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_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_OnePassPointLight0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B95DED9C73DC5F223F091004CF57334C099017CF0_TBasePassPSTLightMapPolicyLQ0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431673C1FA12A57DB2481B209BC117CF77EAF777E48D_TLightMapDensityPSTLightMapPolicyLQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523A60462DA9E455B94945F102A0576E9055D6B63400_TBasePassVSTLightMapPolicyLQ0_0_0F0765E97F80A58082337947551EC5C71F929BC6C15BE5EAD592CA3B8CD12BA18828DD2294877D9CA_TLightMapDensityVSTLightMapPolicyHQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523AE6479A49666B1424EE545AF64EE0BE2ED2964B8F_FDebugViewModePS0_0_0CCFA47BD7FA67195CAFC899931E16F7252214F020074CFCF9A67BE69CCE53140F9193C858B3006EA_TBasePassPSTLightMapPolicyHQSkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431634F240AFBCA6DC4F1885665AD7EBA74031254A3C_TDepthOnlyVS<false>0_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_FGeometryCacheVertexVertexFactoryF7A2A7134F95BD0D46418459582942D14D992DC476143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C13F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C1B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE2699101414144444144414441414141414444474010101010101314544441433140101340101014244645121414141424024141414141413133044444437241444444444044444444444444444444341414141424140444444444444243414141414151010003131313123313143434143413142312144404444413131313144403101010151010101010113161656434343434116161616161666243161616161303434344414444444441415151510103001013115161616166244444444444400040404040404040404040404040434343434344444444444444444040404040404044444444404040404444444444444444344444444241442141444444424141414441444141414141414131313131313131444344444444414141414141414141414141434343444444444444434440444141414144414141414141434141414441414141444441444141414133444424444441414143234141414141314141414241234342424242424241434343414341414441414131313134324441414124414131313444444341414121212424213144444444444212222614114221012121212124344444444444404141510151015304341013314146001444444510110151515151616161616101010101015052421316161616161131316260101110044313131413143411014101010101010101010151010101010103044510110101010101010101010101010101010101010101010106001404044414040421213131344141010101016101010101010101310100024313131416161611010161646421413131312121212121212121414444444444414024444442121212121212121212121213121212121212121212121412121212121212121214344314110131313131616161616161616023144444444434144414141414242212121212121212121213121212121212121212121212121212121444442424243434341414441414141414444444444444444214421101313131313131616161606010121010101015101210140444444043424044424141315004444444444443434101313133214030404040434144434143314433414331433143414341433141333143314221414131414141343144121644444444440444644444404440444010151015101510111000101010101010101010101010101202232242414131313130301404044414040210101010110101010101010404424241413131000444444444444444444444444444444444444444444444444444444444444444444444444444440444444444434144414141414342414040121213131222222220101010101011010101010404424241414121010101010101010141410101510101010004044444451510101350404341404404040404040404040404040404040434343434343434444434343434040404040404043434343404040404444424244443444444444424221414141444444424141414341414141414141313131313131314141444344444444414141414141414141414141434343444444444444434440444141414144414141414141434141414441414141444441414141314143214444444441412143434141413141414141412241434342424242424241434343414341414441313131313144424441214144313131414444444341212121212431414144444444010151515151515151515151010101010101010101515151510101015101510151015101510151010101010101015101615101510151015101510151015101510151015101313151515151015101510151015101015101510161614441510144510101616171614343101313131313131343242212131414141010101000000011000000130000001300000013000000130000001300000013000000140000000C00000013000000130000000D000000090000001400000010000000100000000800000009000000080000002500000010000000100000001300000009000000080000000800000010000000100000001000000010000000100000000800000008000000080000001000000010000000D8000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000140000001000000008000000080000000800000014000000140000001300000008000000100000000800000008000000080000000800000008000000080000001300000010000000140000000800000012000000130000001300000013000000130000001300000013000000130000000D0000001300000008000000100000001100000009000000080000000900000008000000080000001700000009000000080000000900000008000000090000000800000009000000080000000C000000090000000800000009000000090000000900000009000000090000000900000009000000080000000800000008000000080000000800000013000000100000001000000010000000170000001000000010000000100000001000000009000000090000000900000009000000100000001000000010000000100000001000000010000000080000001A00000014000000280000000D000000440000000B0000000B00000013000000130000000900000009000000090000001400000008000000100000000D0000000C0000001000000008000000080000002D00000010000000100000001000000010000000100000001000000010000000090000000900000008000000080000000800000008000000130000000E0000000900000009000000090000000900000009000000090000000900000009000000090000000900000009000000090000000C000000080000000A0000000C00000013000000100000001000000010000000100000001000000010000000100000000D0000000F00000009000000080000000900000008000000090000000C00000008000000130000001300000026000000100000000F000000140000000900000009000000090000000900000009000000100000001D000000130000001300000013000000130000001300000009000000080000000C00000008000000090000000800000009000000080000001400000014000000080000001000000009000000080000001300000008000000100000000800000008000000100000001000000041010000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000140000001000000010000000100000001000000009000000433AFC833894B7681A1D3DDBA35F7F5A9509A89900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5;
+[2024.01.13-17.36.21:288][  0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction
+[2024.01.13-17.36.21:288][  0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction
+[2024.01.13-17.36.21:288][  0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging
+[2024.01.13-17.36.21:288][  0]LogMeshReduction: Display: No distributed automatic mesh merging module available
+[2024.01.13-17.36.21:288][  0]LogMeshMerging: No distributed automatic mesh merging module available
+[2024.01.13-17.36.21:653][  0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None
+[2024.01.13-17.36.21:653][  0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled
+[2024.01.13-17.36.21:663][  0]LogUObjectArray: 22493 objects as part of root set at end of initial load.
+[2024.01.13-17.36.21:663][  0]LogUObjectAllocator: 6340896 out of 0 bytes used by permanent object pool.
+[2024.01.13-17.36.21:663][  0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
+[2024.01.13-17.36.21:668][  0]LogLiveCoding: Display: Starting LiveCoding
+[2024.01.13-17.36.21:668][  0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development
+[2024.01.13-17.36.21:669][  0]LogLiveCoding: Display: First instance in process group "UE_BackroomsDigitalArt_0xfbf7b153", spawning console
+[2024.01.13-17.36.21:675][  0]LogLiveCoding: Display: Waiting for server
+[2024.01.13-17.36.21:695][  0]LogSlate: Border
+[2024.01.13-17.36.21:695][  0]LogSlate: BreadcrumbButton
+[2024.01.13-17.36.21:695][  0]LogSlate: Brushes.Title
+[2024.01.13-17.36.21:695][  0]LogSlate: Default
+[2024.01.13-17.36.21:695][  0]LogSlate: Icons.Save
+[2024.01.13-17.36.21:695][  0]LogSlate: Icons.Toolbar.Settings
+[2024.01.13-17.36.21:695][  0]LogSlate: ListView
+[2024.01.13-17.36.21:695][  0]LogSlate: SoftwareCursor_CardinalCross
+[2024.01.13-17.36.21:695][  0]LogSlate: SoftwareCursor_Grab
+[2024.01.13-17.36.21:695][  0]LogSlate: TableView.DarkRow
+[2024.01.13-17.36.21:695][  0]LogSlate: TableView.Row
+[2024.01.13-17.36.21:695][  0]LogSlate: TreeView
+[2024.01.13-17.36.21:802][  0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started...
+[2024.01.13-17.36.21:804][  0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 1 ms
+[2024.01.13-17.36.21:821][  0]LogInit: XR: Instanced Stereo Rendering is Disabled
+[2024.01.13-17.36.21:821][  0]LogInit: XR: MultiViewport is Disabled
+[2024.01.13-17.36.21:821][  0]LogInit: XR: Mobile Multiview is Disabled
+[2024.01.13-17.36.22:000][  0]LogTurnkeySupport: Completed device detection: Code = 0
+[2024.01.13-17.36.22:125][  0]LogAudio: Display: Registering Engine Module Parameter Interfaces...
+[2024.01.13-17.36.22:147][  0]LogMetasoundEngine: MetaSound Engine Initialized
+[2024.01.13-17.36.22:208][  0]LogLiveCoding: Display: Successfully initialized, removing startup thread
+[2024.01.13-17.36.22:314][  0]LogPython: Using Python 3.9.7
+[2024.01.13-17.36.23:019][  0]LogTcpMessaging: Initializing TcpMessaging bridge
+[2024.01.13-17.36.23:036][  0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666.
+[2024.01.13-17.36.23:039][  0]LogUdpMessaging: Display: Added local interface '192.168.178.56' to multicast group '230.0.0.1:6666'
+[2024.01.13-17.36.23:068][  0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: F816380D40C5D352394DEE86ED78606B | Instance: 3C0D2F9D40A4DEFC6EC898AEFFFCEDF1 (DESKTOP-EOLA6SK-10348).
+[2024.01.13-17.36.23:306][  0]LogUProjectInfo: Found projects:
+[2024.01.13-17.36.23:309][  0]SourceControl: Revision control is disabled
+[2024.01.13-17.36.23:312][  0]SourceControl: Revision control is disabled
+[2024.01.13-17.36.23:328][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.13-17.36.23:328][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.13-17.36.23:329][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.13-17.36.23:436][  0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance
+[2024.01.13-17.36.23:458][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
+[2024.01.13-17.36.23:458][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
+[2024.01.13-17.36.23:579][  0]LogTemp: OpenXR ignores max viewport resolution in editor to support full HMD resolutions.
+[2024.01.13-17.36.23:756][  0]LogOpenImageDenoise: OIDN starting up
+[2024.01.13-17.36.24:049][  0]LogCollectionManager: Loaded 0 collections in 0.002217 seconds
+[2024.01.13-17.36.24:051][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Collections/' took 0.00s
+[2024.01.13-17.36.24:052][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/Developers/Thomas/Collections/' took 0.00s
+[2024.01.13-17.36.24:053][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/Collections/' took 0.00s
+[2024.01.13-17.36.24:376][  0]LogEngine: Initializing Engine...
+[2024.01.13-17.36.24:381][  0]LogStats: UGameplayTagsManager::InitializeManager -  0.000 s
+[2024.01.13-17.36.24:456][  0]LogInit: Initializing FReadOnlyCVARCache
+[2024.01.13-17.36.24:462][  0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-17.36.24:462][  0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-17.36.24:468][  0]LogAIModule: Creating AISystem for world Untitled
+[2024.01.13-17.36.24:469][  0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use.
+[2024.01.13-17.36.24:469][  0]LogInit: Texture streaming: Enabled
+[2024.01.13-17.36.24:485][  0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/. AppVersion = 5.3.2-29314046+++UE5+Release-5.3
+[2024.01.13-17.36.24:498][  0]LogAudio: Display: Initializing Audio Device Manager...
+[2024.01.13-17.36.24:511][  0]LogAudio: Display: Loading Default Audio Settings Objects...
+[2024.01.13-17.36.24:511][  0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load).
+[2024.01.13-17.36.24:511][  0]LogAudio: Display: AudioInfo: 'BINKA' Registered
+[2024.01.13-17.36.24:512][  0]LogAudio: Display: AudioInfo: 'PCM' Registered
+[2024.01.13-17.36.24:512][  0]LogAudio: Display: AudioInfo: 'ADPCM' Registered
+[2024.01.13-17.36.24:512][  0]LogAudio: Display: AudioInfo: 'OGG' Registered
+[2024.01.13-17.36.24:512][  0]LogAudio: Display: AudioInfo: 'OPUS' Registered
+[2024.01.13-17.36.24:513][  0]LogAudio: Display: Audio Device Manager Initialized
+[2024.01.13-17.36.24:513][  0]LogAudio: Display: Creating Audio Device:                 Id: 1, Scope: Shared, Realtime: True
+[2024.01.13-17.36.24:513][  0]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-17.36.24:513][  0]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-17.36.24:513][  0]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-17.36.24:513][  0]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-17.36.24:513][  0]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-17.36.24:513][  0]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-17.36.24:513][  0]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-17.36.24:513][  0]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-17.36.24:513][  0]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-17.36.24:513][  0]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-17.36.24:513][  0]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-17.36.24:518][  0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-17.36.24:562][  0]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-17.36.24:562][  0]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-17.36.24:564][  0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-17.36.24:564][  0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-17.36.24:565][  0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1
+[2024.01.13-17.36.24:565][  0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=1
+[2024.01.13-17.36.24:567][  0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1
+[2024.01.13-17.36.24:567][  0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1
+[2024.01.13-17.36.24:567][  0]LogInit: FAudioDevice initialized with ID 1.
+[2024.01.13-17.36.24:567][  0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'.
+[2024.01.13-17.36.24:567][  0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1
+[2024.01.13-17.36.24:580][  0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1"
+[2024.01.13-17.36.24:583][  0]LogInit: Undo buffer set to 32 MB
+[2024.01.13-17.36.24:583][  0]LogInit: Transaction tracking system initialized
+[2024.01.13-17.36.24:606][  0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/SourceControl/UncontrolledChangelists.json
+[2024.01.13-17.36.24:606][  0]LogSourceControl: Uncontrolled asset enumeration started...
+[2024.01.13-17.36.24:616][  0]BlueprintLog: New page: Editor Load
+[2024.01.13-17.36.24:616][  0]LogSourceControl: Uncontrolled asset enumeration finished in 0.009587 seconds (Found 160 uncontrolled assets)
+[2024.01.13-17.36.24:700][  0]LocalizationService: Localization service is disabled
+[2024.01.13-17.36.24:720][  0]TimingProfiler: Initialize
+[2024.01.13-17.36.24:720][  0]TimingProfiler: OnSessionChanged
+[2024.01.13-17.36.24:720][  0]LoadingProfiler: Initialize
+[2024.01.13-17.36.24:720][  0]LoadingProfiler: OnSessionChanged
+[2024.01.13-17.36.24:720][  0]NetworkingProfiler: Initialize
+[2024.01.13-17.36.24:721][  0]NetworkingProfiler: OnSessionChanged
+[2024.01.13-17.36.24:721][  0]MemoryProfiler: Initialize
+[2024.01.13-17.36.24:721][  0]MemoryProfiler: OnSessionChanged
+[2024.01.13-17.36.24:806][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.13-17.36.24:806][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.13-17.36.24:807][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.13-17.36.24:914][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/' took 0.01s
+[2024.01.13-17.36.25:136][  0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized.
+[2024.01.13-17.36.25:168][  0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init()
+[2024.01.13-17.36.25:170][  0]SourceControl: Revision control is disabled
+[2024.01.13-17.36.25:170][  0]LogUnrealEdMisc: Loading editor; pre map load, took 7.084
+[2024.01.13-17.36.25:170][  0]Cmd: MAP LOAD FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=3
+[2024.01.13-17.36.25:170][  0]LightingResults: New page: Lighting Build
+[2024.01.13-17.36.25:172][  0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-17.36.25:172][  0]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-17.36.25:173][  0]MapCheck: New page: Map Check
+[2024.01.13-17.36.25:173][  0]LightingResults: New page: Lighting Build
+[2024.01.13-17.36.25:177][  0]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.13-17.36.25:180][  0]LogUObjectHash: Compacting FUObjectHashTables data took   0.55ms
+[2024.01.13-17.36.25:259][  0]LogAssetRegistry: Display: Triggering cache save on discovery complete
+[2024.01.13-17.36.25:323][  0]LogDeviceProfileManager: Going up to parent DeviceProfile []
+[2024.01.13-17.36.25:350][  0]LogAudio: Display: Audio Device (ID: 1) registered with world 'BackroomsMap'.
+[2024.01.13-17.36.25:350][  0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-17.36.25:350][  0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-17.36.25:350][  0]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-17.36.25:403][  0]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
+[2024.01.13-17.36.25:412][  0]LogUObjectHash: Compacting FUObjectHashTables data took   0.60ms
+[2024.01.13-17.36.25:412][  0]Cmd: MAP CHECKDEP NOCLEARLOG
+[2024.01.13-17.36.25:413][  0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0,123ms to complete.
+[2024.01.13-17.36.25:420][  0]LogUnrealEdMisc: Total Editor Startup Time, took 7.334
+[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: ================================================
+[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: Total job queries 0, among them cache hits 0 (0.00%)
+[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: Tracking 0 distinct input hashes that result in 0 distinct outputs (0.00%)
+[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: RAM used: 240,00 B of 819,20 MiB budget. Usage: 0.00%
+[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: Shaders Compiled: 0
+[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: Jobs assigned 0, completed 0 (0%)
+[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 0.00 s
+[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: ================================================
+[2024.01.13-17.36.25:548][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.36.25:559][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.36.25:569][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.36.25:579][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.36.25:623][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.13-17.36.25:623][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/StarterContent.upack', mount point: 'root:/'
+[2024.01.13-17.36.25:623][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.13-17.36.25:624][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/'
+[2024.01.13-17.36.25:624][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.13-17.36.25:624][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/'
+[2024.01.13-17.36.25:625][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.13-17.36.25:625][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/'
+[2024.01.13-17.36.25:625][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.13-17.36.25:626][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/'
+[2024.01.13-17.36.25:626][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.13-17.36.25:626][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/'
+[2024.01.13-17.36.25:626][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.13-17.36.25:627][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_TopDown.upack', mount point: 'root:/'
+[2024.01.13-17.36.25:627][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.13-17.36.25:627][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/'
+[2024.01.13-17.36.25:627][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.13-17.36.25:627][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/'
+[2024.01.13-17.36.25:628][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.13-17.36.25:628][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/'
+[2024.01.13-17.36.25:730][  0]LogSlate: Took 0.000173 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K)
+[2024.01.13-17.36.25:733][  0]LogSlate: Took 0.000170 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K)
+[2024.01.13-17.36.25:733][  0]LogSlate: Took 0.000097 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K)
+[2024.01.13-17.36.25:753][  0]LogViewport: Scene viewport resized to 2742x1252, mode Windowed.
+[2024.01.13-17.36.25:840][  0]LogAssetRegistry: Display: Asset registry cache written as 17.5 MiB to D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_*.bin
+[2024.01.13-17.36.26:116][  0]LogStall: Startup...
+[2024.01.13-17.36.26:118][  0]LogStall: Startup complete.
+[2024.01.13-17.36.26:123][  0]LogLoad: (Engine Initialization) Total time: 8.04 seconds
+[2024.01.13-17.36.26:123][  0]LogLoad: (Engine Initialization) Total Blueprint compile time: 0.00 seconds
+[2024.01.13-17.36.26:175][  0]LogAssetRegistry: AssetRegistryGather time 0.3163s: AssetDataDiscovery 0.0422s, AssetDataGather 0.2313s, StoreResults 0.0427s.
+[2024.01.13-17.36.26:197][  0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000006 seconds (updated 0 objects)
+[2024.01.13-17.36.26:262][  0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-EOLA6SK: (Name=DESKTOP-EOLA6SK, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.22621.0, Flags="Device_InstallSoftwareValid")
+[2024.01.13-17.36.26:263][  0]LogContentStreaming: Texture pool size now 1000 MB
+[2024.01.13-17.36.26:332][  1]LogPython: registering <class 'ControlRigWorkflows.workflow_deformation_rig_preset.provider'>
+
+[2024.01.13-17.36.26:333][  1]Running Python start-up script 'C:/Program Files/Epic Games/UE_5.3/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.025011 secs
+[2024.01.13-17.36.55:798][935]LogSlate: Took 0.000176 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K)
+[2024.01.13-17.36.58:601][171]LogSlate: External Image Picker: DecompressImage failed
+[2024.01.13-17.36.58:707][171]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-17.37.15:101][ 17]LogViewport: Scene viewport resized to 1014x580, mode Windowed.
+[2024.01.13-17.37.16:198][ 67]LogViewport: Scene viewport resized to 1361x1246, mode Windowed.
+[2024.01.13-17.38.11:453][370]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-17.38.11:453][370]PIE: New page: PIE session: BackroomsMap (13.01.2024, 19:38:11)
+[2024.01.13-17.38.11:458][370]LogOnline: OSS: Created online subsystem instance for: NULL
+[2024.01.13-17.38.11:458][370]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL]
+[2024.01.13-17.38.11:458][370]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-17.38.11:473][370]LogPlayLevel: PIE: StaticDuplicateObject took: (0.016203s)
+[2024.01.13-17.38.11:473][370]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.016250s)
+[2024.01.13-17.38.11:478][370]LogUObjectHash: Compacting FUObjectHashTables data took   0.52ms
+[2024.01.13-17.38.11:479][370]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-17.38.11:479][370]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-17.38.11:479][370]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-17.38.11:480][370]LogPlayLevel: PIE: World Init took: (0.000875s)
+[2024.01.13-17.38.11:480][370]LogAudio: Display: Creating Audio Device:                 Id: 2, Scope: Unique, Realtime: True
+[2024.01.13-17.38.11:480][370]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-17.38.11:480][370]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-17.38.11:480][370]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-17.38.11:480][370]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-17.38.11:480][370]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-17.38.11:480][370]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-17.38.11:480][370]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-17.38.11:480][370]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-17.38.11:480][370]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-17.38.11:480][370]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-17.38.11:480][370]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-17.38.11:482][370]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-17.38.11:520][370]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-17.38.11:520][370]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-17.38.11:520][370]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-17.38.11:520][370]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-17.38.11:521][370]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2
+[2024.01.13-17.38.11:521][370]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=2
+[2024.01.13-17.38.11:523][370]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2
+[2024.01.13-17.38.11:523][370]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2
+[2024.01.13-17.38.11:523][370]LogInit: FAudioDevice initialized with ID 2.
+[2024.01.13-17.38.11:523][370]LogAudio: Display: Audio Device (ID: 2) registered with world 'BackroomsMap'.
+[2024.01.13-17.38.11:523][370]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2
+[2024.01.13-17.38.12:015][370]LogLoad: Game class is 'VRGameMode_C'
+[2024.01.13-17.38.12:021][370]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-18.38.12
+[2024.01.13-17.38.12:022][370]LogWorld: Bringing up level for play took: 0.006615
+[2024.01.13-17.38.12:025][370]LogOnline: OSS: Created online subsystem instance for: :Context_2
+[2024.01.13-17.38.12:033][370]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
+[2024.01.13-17.38.12:033][370]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
+[2024.01.13-17.38.12:041][370]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Engine/VREditor/Devices/Generic/GenericHMD.GenericHMD being ready before playing
+[2024.01.13-17.38.12:042][370]PIE: Server logged in
+[2024.01.13-17.38.12:043][370]PIE: Play in editor total start time 0,59 seconds.
+[2024.01.13-17.38.16:816][700]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.38.16:816][700]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-17.38.16:816][700]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-17.38.16:817][700]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-17.38.16:820][700]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-17.38.16:824][700]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-17.38.16:828][700]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.13-17.38.16:828][700]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2
+[2024.01.13-17.38.16:829][700]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2
+[2024.01.13-17.38.16:830][700]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2
+[2024.01.13-17.38.16:859][700]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.38.16:865][700]LogSlate: Slate User Unregistered.  User Index 8
+[2024.01.13-17.38.16:865][700]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
+[2024.01.13-17.38.16:866][700]LogUObjectHash: Compacting FUObjectHashTables data took   0.77ms
+[2024.01.13-17.38.16:899][701]LogPlayLevel: Display: Destroying online subsystem :Context_2
+[2024.01.13-17.38.22:587][ 56]LogDerivedDataCache: C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:03.092 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 2205 files in 3388 folders with total size 175 MiB.
+[2024.01.13-17.43.16:137][ 19]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-17.43.16:145][ 19]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-17.43.16:145][ 19]PIE: New page: PIE session: BackroomsMap (13.01.2024, 19:43:16)
+[2024.01.13-17.43.16:166][ 19]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-17.43.16:182][ 19]LogPlayLevel: PIE: StaticDuplicateObject took: (0.016561s)
+[2024.01.13-17.43.16:182][ 19]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.016624s)
+[2024.01.13-17.43.16:186][ 19]LogUObjectHash: Compacting FUObjectHashTables data took   0.67ms
+[2024.01.13-17.43.16:187][ 19]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-17.43.16:187][ 19]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-17.43.16:188][ 19]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-17.43.16:188][ 19]LogPlayLevel: PIE: World Init took: (0.001012s)
+[2024.01.13-17.43.16:188][ 19]LogAudio: Display: Creating Audio Device:                 Id: 3, Scope: Unique, Realtime: True
+[2024.01.13-17.43.16:188][ 19]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-17.43.16:188][ 19]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-17.43.16:188][ 19]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-17.43.16:188][ 19]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-17.43.16:188][ 19]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-17.43.16:188][ 19]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-17.43.16:188][ 19]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-17.43.16:188][ 19]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-17.43.16:189][ 19]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-17.43.16:189][ 19]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-17.43.16:189][ 19]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-17.43.16:191][ 19]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-17.43.16:228][ 19]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-17.43.16:229][ 19]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-17.43.16:229][ 19]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-17.43.16:229][ 19]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-17.43.16:230][ 19]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3
+[2024.01.13-17.43.16:230][ 19]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=3
+[2024.01.13-17.43.16:232][ 19]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3
+[2024.01.13-17.43.16:232][ 19]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3
+[2024.01.13-17.43.16:232][ 19]LogInit: FAudioDevice initialized with ID 3.
+[2024.01.13-17.43.16:232][ 19]LogAudio: Display: Audio Device (ID: 3) registered with world 'BackroomsMap'.
+[2024.01.13-17.43.16:232][ 19]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3
+[2024.01.13-17.43.16:233][ 19]LogLoad: Game class is 'GameModeBase'
+[2024.01.13-17.43.16:239][ 19]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-18.43.16
+[2024.01.13-17.43.16:240][ 19]LogWorld: Bringing up level for play took: 0.006721
+[2024.01.13-17.43.16:243][ 19]LogOnline: OSS: Created online subsystem instance for: :Context_3
+[2024.01.13-17.43.16:246][ 19]PIE: Server logged in
+[2024.01.13-17.43.16:247][ 19]PIE: Play in editor total start time 0,102 seconds.
+[2024.01.13-17.43.34:616][588]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.43.34:616][588]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-17.43.34:616][588]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-17.43.34:617][588]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-17.43.34:620][588]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-17.43.34:623][588]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-17.43.34:627][588]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.43.34:628][588]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3
+[2024.01.13-17.43.34:628][588]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3
+[2024.01.13-17.43.34:630][588]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3
+[2024.01.13-17.43.34:659][588]LogUObjectHash: Compacting FUObjectHashTables data took   0.62ms
+[2024.01.13-17.43.34:691][589]LogPlayLevel: Display: Destroying online subsystem :Context_3
+[2024.01.13-17.43.50:660][639]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-17.43.50:669][639]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-17.43.50:669][639]PIE: New page: PIE session: BackroomsMap (13.01.2024, 19:43:50)
+[2024.01.13-17.43.50:669][639]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-17.43.50:687][639]LogPlayLevel: PIE: StaticDuplicateObject took: (0.017167s)
+[2024.01.13-17.43.50:687][639]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.017207s)
+[2024.01.13-17.43.50:690][639]LogUObjectHash: Compacting FUObjectHashTables data took   0.58ms
+[2024.01.13-17.43.50:692][639]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-17.43.50:692][639]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-17.43.50:692][639]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-17.43.50:692][639]LogPlayLevel: PIE: World Init took: (0.000890s)
+[2024.01.13-17.43.50:692][639]LogAudio: Display: Creating Audio Device:                 Id: 4, Scope: Unique, Realtime: True
+[2024.01.13-17.43.50:692][639]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-17.43.50:692][639]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-17.43.50:693][639]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-17.43.50:693][639]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-17.43.50:693][639]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-17.43.50:693][639]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-17.43.50:693][639]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-17.43.50:693][639]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-17.43.50:693][639]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-17.43.50:693][639]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-17.43.50:693][639]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-17.43.50:695][639]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-17.43.50:731][639]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-17.43.50:731][639]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-17.43.50:731][639]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-17.43.50:731][639]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-17.43.50:731][639]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4
+[2024.01.13-17.43.50:731][639]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=4
+[2024.01.13-17.43.50:733][639]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4
+[2024.01.13-17.43.50:733][639]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4
+[2024.01.13-17.43.50:733][639]LogInit: FAudioDevice initialized with ID 4.
+[2024.01.13-17.43.50:733][639]LogAudio: Display: Audio Device (ID: 4) registered with world 'BackroomsMap'.
+[2024.01.13-17.43.50:733][639]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4
+[2024.01.13-17.43.50:736][639]LogLoad: Game class is 'GameMode'
+[2024.01.13-17.43.50:742][639]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-18.43.50
+[2024.01.13-17.43.50:742][639]LogWorld: Bringing up level for play took: 0.006663
+[2024.01.13-17.43.50:745][639]LogOnline: OSS: Created online subsystem instance for: :Context_4
+[2024.01.13-17.43.50:745][639]LogGameMode: Display: Match State Changed from EnteringMap to WaitingToStart
+[2024.01.13-17.43.50:746][639]LogGameState: Match State Changed from EnteringMap to WaitingToStart
+[2024.01.13-17.43.50:746][639]LogGameMode: Display: Match State Changed from WaitingToStart to InProgress
+[2024.01.13-17.43.50:747][639]LogGameState: Match State Changed from WaitingToStart to InProgress
+[2024.01.13-17.43.50:747][639]PIE: Server logged in
+[2024.01.13-17.43.50:748][639]PIE: Play in editor total start time 0,079 seconds.
+[2024.01.13-17.45.15:320][794]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.45.15:320][794]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-17.45.15:320][794]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-17.45.15:321][794]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-17.45.15:323][794]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-17.45.15:327][794]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-17.45.15:331][794]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.45.15:332][794]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4
+[2024.01.13-17.45.15:332][794]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4
+[2024.01.13-17.45.15:333][794]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4
+[2024.01.13-17.45.15:348][794]LogUObjectHash: Compacting FUObjectHashTables data took   0.61ms
+[2024.01.13-17.45.15:429][796]LogPlayLevel: Display: Destroying online subsystem :Context_4
+[2024.01.13-17.45.28:835][489]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-17.45.28:843][489]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-17.45.28:843][489]PIE: New page: PIE session: BackroomsMap (13.01.2024, 19:45:28)
+[2024.01.13-17.45.28:844][489]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-17.45.28:861][489]LogPlayLevel: PIE: StaticDuplicateObject took: (0.016930s)
+[2024.01.13-17.45.28:861][489]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.016969s)
+[2024.01.13-17.45.28:866][489]LogUObjectHash: Compacting FUObjectHashTables data took   0.63ms
+[2024.01.13-17.45.28:867][489]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-17.45.28:867][489]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-17.45.28:868][489]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-17.45.28:868][489]LogPlayLevel: PIE: World Init took: (0.000906s)
+[2024.01.13-17.45.28:868][489]LogAudio: Display: Creating Audio Device:                 Id: 5, Scope: Unique, Realtime: True
+[2024.01.13-17.45.28:868][489]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-17.45.28:868][489]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-17.45.28:868][489]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-17.45.28:868][489]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-17.45.28:868][489]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-17.45.28:868][489]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-17.45.28:868][489]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-17.45.28:868][489]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-17.45.28:869][489]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-17.45.28:869][489]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-17.45.28:869][489]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-17.45.28:871][489]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-17.45.28:908][489]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-17.45.28:909][489]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-17.45.28:909][489]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-17.45.28:909][489]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-17.45.28:909][489]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5
+[2024.01.13-17.45.28:909][489]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=5
+[2024.01.13-17.45.28:912][489]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5
+[2024.01.13-17.45.28:912][489]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5
+[2024.01.13-17.45.28:912][489]LogInit: FAudioDevice initialized with ID 5.
+[2024.01.13-17.45.28:912][489]LogAudio: Display: Audio Device (ID: 5) registered with world 'BackroomsMap'.
+[2024.01.13-17.45.28:912][489]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5
+[2024.01.13-17.45.28:913][489]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-17.45.28:920][489]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-18.45.28
+[2024.01.13-17.45.28:921][489]LogWorld: Bringing up level for play took: 0.006679
+[2024.01.13-17.45.28:923][489]LogOnline: OSS: Created online subsystem instance for: :Context_5
+[2024.01.13-17.45.28:934][489]PIE: Server logged in
+[2024.01.13-17.45.28:935][489]PIE: Play in editor total start time 0,091 seconds.
+[2024.01.13-17.45.43:206][628]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.45.43:206][628]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-17.45.43:206][628]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-17.45.43:207][628]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-17.45.43:210][628]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-17.45.43:213][628]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-17.45.43:218][628]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.45.43:219][628]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5
+[2024.01.13-17.45.43:219][628]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5
+[2024.01.13-17.45.43:221][628]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5
+[2024.01.13-17.45.43:239][628]LogUObjectHash: Compacting FUObjectHashTables data took   0.66ms
+[2024.01.13-17.45.43:273][629]LogPlayLevel: Display: Destroying online subsystem :Context_5
+[2024.01.13-17.46.06:119][123]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-17.46.06:127][123]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-17.46.06:128][123]PIE: New page: PIE session: BackroomsMap (13.01.2024, 19:46:06)
+[2024.01.13-17.46.06:128][123]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-17.46.06:145][123]LogPlayLevel: PIE: StaticDuplicateObject took: (0.016907s)
+[2024.01.13-17.46.06:145][123]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.016952s)
+[2024.01.13-17.46.06:149][123]LogUObjectHash: Compacting FUObjectHashTables data took   0.62ms
+[2024.01.13-17.46.06:150][123]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-17.46.06:150][123]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-17.46.06:150][123]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-17.46.06:151][123]LogPlayLevel: PIE: World Init took: (0.000891s)
+[2024.01.13-17.46.06:151][123]LogAudio: Display: Creating Audio Device:                 Id: 6, Scope: Unique, Realtime: True
+[2024.01.13-17.46.06:151][123]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-17.46.06:151][123]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-17.46.06:151][123]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-17.46.06:151][123]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-17.46.06:151][123]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-17.46.06:151][123]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-17.46.06:151][123]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-17.46.06:151][123]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-17.46.06:151][123]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-17.46.06:151][123]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-17.46.06:151][123]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-17.46.06:153][123]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-17.46.06:189][123]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-17.46.06:190][123]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-17.46.06:190][123]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-17.46.06:190][123]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-17.46.06:190][123]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6
+[2024.01.13-17.46.06:190][123]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=6
+[2024.01.13-17.46.06:193][123]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6
+[2024.01.13-17.46.06:193][123]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6
+[2024.01.13-17.46.06:193][123]LogInit: FAudioDevice initialized with ID 6.
+[2024.01.13-17.46.06:193][123]LogAudio: Display: Audio Device (ID: 6) registered with world 'BackroomsMap'.
+[2024.01.13-17.46.06:193][123]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 6
+[2024.01.13-17.46.06:194][123]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-17.46.06:201][123]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-18.46.06
+[2024.01.13-17.46.06:201][123]LogWorld: Bringing up level for play took: 0.006657
+[2024.01.13-17.46.06:203][123]LogOnline: OSS: Created online subsystem instance for: :Context_6
+[2024.01.13-17.46.06:206][123]PIE: Server logged in
+[2024.01.13-17.46.06:207][123]PIE: Play in editor total start time 0,08 seconds.
+[2024.01.13-17.46.18:815][ 94]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.46.18:816][ 94]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-17.46.18:816][ 94]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-17.46.18:817][ 94]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-17.46.18:820][ 94]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-17.46.18:823][ 94]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-17.46.18:827][ 94]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.46.18:828][ 94]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 6
+[2024.01.13-17.46.18:828][ 94]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6
+[2024.01.13-17.46.18:830][ 94]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6
+[2024.01.13-17.46.18:863][ 94]LogUObjectHash: Compacting FUObjectHashTables data took   0.63ms
+[2024.01.13-17.46.18:894][ 95]LogPlayLevel: Display: Destroying online subsystem :Context_6
+[2024.01.13-17.47.13:151][467]Cmd: SELECT NONE
+[2024.01.13-17.47.13:560][486]Cmd: SELECT NONE
+[2024.01.13-17.47.54:358][  4]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-17.47.54:366][  4]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-17.47.54:367][  4]PIE: New page: PIE session: BackroomsMap (13.01.2024, 19:47:54)
+[2024.01.13-17.47.54:367][  4]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-17.47.54:383][  4]LogPlayLevel: PIE: StaticDuplicateObject took: (0.016909s)
+[2024.01.13-17.47.54:383][  4]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.016953s)
+[2024.01.13-17.47.54:388][  4]LogUObjectHash: Compacting FUObjectHashTables data took   0.68ms
+[2024.01.13-17.47.54:389][  4]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-17.47.54:390][  4]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-17.47.54:390][  4]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-17.47.54:390][  4]LogPlayLevel: PIE: World Init took: (0.000945s)
+[2024.01.13-17.47.54:390][  4]LogAudio: Display: Creating Audio Device:                 Id: 7, Scope: Unique, Realtime: True
+[2024.01.13-17.47.54:390][  4]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-17.47.54:390][  4]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-17.47.54:390][  4]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-17.47.54:390][  4]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-17.47.54:390][  4]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-17.47.54:390][  4]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-17.47.54:390][  4]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-17.47.54:390][  4]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-17.47.54:391][  4]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-17.47.54:391][  4]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-17.47.54:391][  4]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-17.47.54:393][  4]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-17.47.54:430][  4]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-17.47.54:430][  4]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-17.47.54:430][  4]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-17.47.54:430][  4]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-17.47.54:431][  4]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7
+[2024.01.13-17.47.54:431][  4]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=7
+[2024.01.13-17.47.54:433][  4]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7
+[2024.01.13-17.47.54:433][  4]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7
+[2024.01.13-17.47.54:433][  4]LogInit: FAudioDevice initialized with ID 7.
+[2024.01.13-17.47.54:433][  4]LogAudio: Display: Audio Device (ID: 7) registered with world 'BackroomsMap'.
+[2024.01.13-17.47.54:433][  4]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 7
+[2024.01.13-17.47.54:435][  4]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-17.47.54:441][  4]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-18.47.54
+[2024.01.13-17.47.54:442][  4]LogWorld: Bringing up level for play took: 0.006721
+[2024.01.13-17.47.54:444][  4]LogOnline: OSS: Created online subsystem instance for: :Context_7
+[2024.01.13-17.47.54:447][  4]PIE: Server logged in
+[2024.01.13-17.47.54:447][  4]PIE: Play in editor total start time 0,081 seconds.
+[2024.01.13-17.48.03:986][714]LogViewport: Scene viewport resized to 2742x1252, mode Windowed.
+[2024.01.13-17.48.15:766][609]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.48.15:766][609]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-17.48.15:766][609]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-17.48.15:767][609]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-17.48.15:776][609]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-17.48.15:780][609]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-17.48.15:785][609]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.13-17.48.15:785][609]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 7
+[2024.01.13-17.48.15:785][609]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7
+[2024.01.13-17.48.15:787][609]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7
+[2024.01.13-17.48.15:805][609]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.48.15:808][609]LogUObjectHash: Compacting FUObjectHashTables data took   0.61ms
+[2024.01.13-17.48.15:845][610]LogPlayLevel: Display: Destroying online subsystem :Context_7
+[2024.01.13-17.48.17:325][733]LogViewport: Scene viewport resized to 1014x580, mode Windowed.
+[2024.01.13-17.48.18:234][788]LogViewport: Scene viewport resized to 1361x1246, mode Windowed.
+[2024.01.13-17.48.30:508][334]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-17.48.31:645][365]Cmd: DELETE
+[2024.01.13-17.48.31:648][365]Cmd: ACTOR DELETE
+[2024.01.13-17.48.31:671][365]LogEditorActor: Deleted Actor: LockerHide_C
+[2024.01.13-17.48.31:686][365]LogUObjectHash: Compacting FUObjectHashTables data took   0.63ms
+[2024.01.13-17.48.31:687][365]LogEditorActor: Deleted 1 Actors (0.038 secs)
+[2024.01.13-17.48.31:688][365]LogUObjectGlobals: Warning: Failed to find object 'Class /Script/PCG.PCGSettings'
+[2024.01.13-17.49.03:206][820]LogUObjectHash: Compacting FUObjectHashTables data took   0.31ms
+[2024.01.13-17.49.03:209][820]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto1.umap" SILENT=true AUTOSAVING=true KEEPDIRTY=false
+[2024.01.13-17.49.03:218][820]LogPackageLocalizationCache: Processed 51 localized package path(s) for 1 prioritized culture(s) in 0.007260 seconds
+[2024.01.13-17.49.03:266][820]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/BackroomsMap_Auto1
+[2024.01.13-17.49.03:266][820]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/BackroomsMap_Auto15B06AF554B4576DD8EEEFFA0A611C2C1.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto1.umap'
+[2024.01.13-17.49.03:269][820]LogAssetRegistry: Warning: ScanPathsSynchronous: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto1.umap is in the /Temp path, will not scan.
+[2024.01.13-17.49.03:270][820]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/BackroomsMap' took 0.067
+[2024.01.13-17.49.03:270][820]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.067
+[2024.01.13-17.58.03:608][486]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-17.58.03:617][486]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-17.58.03:617][486]PIE: New page: PIE session: BackroomsMap (13.01.2024, 19:58:03)
+[2024.01.13-17.58.03:617][486]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-17.58.03:635][486]LogPlayLevel: PIE: StaticDuplicateObject took: (0.018136s)
+[2024.01.13-17.58.03:635][486]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.018180s)
+[2024.01.13-17.58.03:640][486]LogUObjectHash: Compacting FUObjectHashTables data took   0.72ms
+[2024.01.13-17.58.03:640][486]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-17.58.03:640][486]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-17.58.03:641][486]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-17.58.03:641][486]LogPlayLevel: PIE: World Init took: (0.001005s)
+[2024.01.13-17.58.03:641][486]LogAudio: Display: Creating Audio Device:                 Id: 8, Scope: Unique, Realtime: True
+[2024.01.13-17.58.03:641][486]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-17.58.03:641][486]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-17.58.03:641][486]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-17.58.03:641][486]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-17.58.03:641][486]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-17.58.03:641][486]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-17.58.03:641][486]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-17.58.03:641][486]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-17.58.03:642][486]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-17.58.03:642][486]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-17.58.03:642][486]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-17.58.03:644][486]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-17.58.03:682][486]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-17.58.03:682][486]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-17.58.03:682][486]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-17.58.03:682][486]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-17.58.03:683][486]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=8
+[2024.01.13-17.58.03:683][486]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=8
+[2024.01.13-17.58.03:685][486]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=8
+[2024.01.13-17.58.03:685][486]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=8
+[2024.01.13-17.58.03:685][486]LogInit: FAudioDevice initialized with ID 8.
+[2024.01.13-17.58.03:685][486]LogAudio: Display: Audio Device (ID: 8) registered with world 'BackroomsMap'.
+[2024.01.13-17.58.03:685][486]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 8
+[2024.01.13-17.58.03:687][486]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-17.58.03:693][486]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-18.58.03
+[2024.01.13-17.58.03:694][486]LogWorld: Bringing up level for play took: 0.006380
+[2024.01.13-17.58.03:696][486]LogOnline: OSS: Created online subsystem instance for: :Context_8
+[2024.01.13-17.58.03:699][486]PIE: Server logged in
+[2024.01.13-17.58.03:699][486]PIE: Play in editor total start time 0,083 seconds.
+[2024.01.13-17.59.18:006][846]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.59.18:006][846]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-17.59.18:006][846]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-17.59.18:007][846]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-17.59.18:010][846]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-17.59.18:013][846]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-17.59.18:017][846]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-17.59.18:019][846]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 8
+[2024.01.13-17.59.18:019][846]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8
+[2024.01.13-17.59.18:020][846]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8
+[2024.01.13-17.59.18:035][846]LogUObjectHash: Compacting FUObjectHashTables data took   0.65ms
+[2024.01.13-17.59.18:171][848]LogPlayLevel: Display: Destroying online subsystem :Context_8
+[2024.01.13-17.59.44:085][  7]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.00.16:954][954]LogSlate: Took 0.000192 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K)
+[2024.01.13-18.00.16:990][956]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.00.19:964][244]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.00.19:964][244]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.00.19:968][244]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_0
+[2024.01.13-18.00.19:971][244]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_0
+[2024.01.13-18.00.19:983][244]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance
+[2024.01.13-18.00.20:723][313]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.00.20:723][313]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.00.20:727][313]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_1
+[2024.01.13-18.00.20:729][313]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_1
+[2024.01.13-18.00.20:810][314]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.00.37:571][ 47]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/GameMap/Locker/LockerHide.LockerHide
+[2024.01.13-18.00.37:572][ 47]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.00.37:572][ 47]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.00.37:594][ 47]LogSlate: Warning: The command 'BlueprintEditorSpawnNodes.AddActorRefAction->CommandInfo' has the same default chord as 'BlueprintEditorSpawnNodes.(Class=/Script/BlueprintGraph.K2Node_Knot Key=R Shift=false Ctrl=false Alt=false)' [R]
+[2024.01.13-18.00.38:295][ 47]LogSlate: Took 0.000202 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K)
+[2024.01.13-18.00.38:296][ 47]LogSlate: Took 0.000138 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K)
+[2024.01.13-18.00.38:329][ 47]LogSlateStyle: Warning: Missing Resource from 'CoreStyle' Style: 'Unable to find Color 'Graph.Node.Comment.TextColor'.'
+[2024.01.13-18.00.46:345][717]LogViewport: Scene viewport resized to 894x968, mode Windowed.
+[2024.01.13-18.01.31:457][668]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.01.45:257][173]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.01.46:048][203]Cmd: EDIT COPY
+[2024.01.13-18.01.46:553][222]Cmd: EDIT PASTE
+[2024.01.13-18.01.46:612][222]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
+
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+
+[2024.01.13-18.01.46:622][222]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
+
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+
+[2024.01.13-18.01.46:720][223]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.01.55:770][548]Cmd: EDIT PASTE
+[2024.01.13-18.01.55:805][548]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
+
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+
+[2024.01.13-18.01.55:812][548]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
+
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+
+[2024.01.13-18.01.55:958][549]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.02.01:803][755]Cmd: EDIT PASTE
+[2024.01.13-18.02.01:839][755]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
+
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+
+[2024.01.13-18.02.01:846][755]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
+
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+
+[2024.01.13-18.02.01:945][756]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.02.19:769][291]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.02.21:158][326]Cmd: EDIT PASTE
+[2024.01.13-18.02.21:206][326]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
+
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+
+[2024.01.13-18.02.21:213][326]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
+
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+
+[2024.01.13-18.02.21:415][327]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.02.25:099][412]Cmd: EDIT PASTE
+[2024.01.13-18.02.25:147][412]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
+
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+
+[2024.01.13-18.02.25:154][412]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
+
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+
+[2024.01.13-18.02.25:267][413]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.02.33:796][637]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-18.02.33:806][637]BlueprintLog: New page: Pre-Play auto-recompile
+[2024.01.13-18.02.33:807][637]LogPlayLevel: [PlayLevel] Compiling LockerHide before play...
+[2024.01.13-18.02.33:923][637]LogUObjectHash: Compacting FUObjectHashTables data took   1.39ms
+[2024.01.13-18.02.33:925][637]LogPlayLevel: PlayLevel: Blueprint regeneration took 118 ms (1 blueprints)
+[2024.01.13-18.02.33:925][637]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:02:33)
+[2024.01.13-18.02.33:926][637]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.02.33:945][637]LogPlayLevel: PIE: StaticDuplicateObject took: (0.018623s)
+[2024.01.13-18.02.33:945][637]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.018664s)
+[2024.01.13-18.02.33:959][637]LogUObjectHash: Compacting FUObjectHashTables data took   1.28ms
+[2024.01.13-18.02.33:960][637]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.02.33:960][637]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.02.33:961][637]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.02.33:961][637]LogPlayLevel: PIE: World Init took: (0.001037s)
+[2024.01.13-18.02.33:961][637]LogAudio: Display: Creating Audio Device:                 Id: 9, Scope: Unique, Realtime: True
+[2024.01.13-18.02.33:961][637]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-18.02.33:961][637]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-18.02.33:961][637]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-18.02.33:961][637]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-18.02.33:961][637]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-18.02.33:961][637]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-18.02.33:961][637]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-18.02.33:961][637]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-18.02.33:962][637]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-18.02.33:962][637]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-18.02.33:962][637]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-18.02.33:963][637]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-18.02.34:002][637]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-18.02.34:002][637]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-18.02.34:002][637]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-18.02.34:002][637]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-18.02.34:003][637]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=9
+[2024.01.13-18.02.34:003][637]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=9
+[2024.01.13-18.02.34:005][637]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=9
+[2024.01.13-18.02.34:005][637]LogInit: FAudioDevice initialized with ID 9.
+[2024.01.13-18.02.34:005][637]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=9
+[2024.01.13-18.02.34:005][637]LogAudio: Display: Audio Device (ID: 9) registered with world 'BackroomsMap'.
+[2024.01.13-18.02.34:005][637]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 9
+[2024.01.13-18.02.34:007][637]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.02.34:014][637]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.02.34
+[2024.01.13-18.02.34:015][637]LogWorld: Bringing up level for play took: 0.007647
+[2024.01.13-18.02.34:017][637]LogOnline: OSS: Created online subsystem instance for: :Context_12
+[2024.01.13-18.02.34:022][637]PIE: Server logged in
+[2024.01.13-18.02.34:023][637]PIE: Play in editor total start time 0,217 seconds.
+[2024.01.13-18.03.27:546][211]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.03.27:546][211]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.03.27:546][211]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.03.27:547][211]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.03.27:551][211]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-18.03.27:559][211]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.03.27:573][211]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.03.27:574][211]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 9
+[2024.01.13-18.03.27:574][211]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9
+[2024.01.13-18.03.27:576][211]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9
+[2024.01.13-18.03.27:594][211]LogUObjectHash: Compacting FUObjectHashTables data took   1.34ms
+[2024.01.13-18.03.27:728][212]LogPlayLevel: Display: Destroying online subsystem :Context_12
+[2024.01.13-18.03.33:699][430]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.03.37:611][524]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.03.44:768][701]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.03.54:307][938]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.04.01:021][101]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.04.08:576][288]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.04.12:275][372]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.04.22:017][704]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-18.04.22:026][704]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-18.04.22:026][704]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:04:22)
+[2024.01.13-18.04.22:026][704]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.04.22:046][704]LogPlayLevel: PIE: StaticDuplicateObject took: (0.019611s)
+[2024.01.13-18.04.22:046][704]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.019657s)
+[2024.01.13-18.04.22:063][704]LogUObjectHash: Compacting FUObjectHashTables data took   1.25ms
+[2024.01.13-18.04.22:065][704]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.04.22:065][704]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.04.22:065][704]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.04.22:066][704]LogPlayLevel: PIE: World Init took: (0.001099s)
+[2024.01.13-18.04.22:066][704]LogAudio: Display: Creating Audio Device:                 Id: 10, Scope: Unique, Realtime: True
+[2024.01.13-18.04.22:066][704]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-18.04.22:066][704]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-18.04.22:066][704]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-18.04.22:066][704]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-18.04.22:066][704]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-18.04.22:066][704]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-18.04.22:066][704]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-18.04.22:066][704]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-18.04.22:067][704]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-18.04.22:067][704]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-18.04.22:067][704]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-18.04.22:069][704]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-18.04.22:106][704]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-18.04.22:106][704]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-18.04.22:106][704]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-18.04.22:106][704]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-18.04.22:107][704]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=10
+[2024.01.13-18.04.22:107][704]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=10
+[2024.01.13-18.04.22:109][704]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=10
+[2024.01.13-18.04.22:109][704]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=10
+[2024.01.13-18.04.22:109][704]LogInit: FAudioDevice initialized with ID 10.
+[2024.01.13-18.04.22:109][704]LogAudio: Display: Audio Device (ID: 10) registered with world 'BackroomsMap'.
+[2024.01.13-18.04.22:109][704]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 10
+[2024.01.13-18.04.22:111][704]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.04.22:118][704]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.04.22
+[2024.01.13-18.04.22:119][704]LogWorld: Bringing up level for play took: 0.007294
+[2024.01.13-18.04.22:121][704]LogOnline: OSS: Created online subsystem instance for: :Context_13
+[2024.01.13-18.04.22:123][704]PIE: Server logged in
+[2024.01.13-18.04.22:124][704]PIE: Play in editor total start time 0,098 seconds.
+[2024.01.13-18.05.43:706][340]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.05.43:706][340]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.05.43:706][340]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.05.43:707][340]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.05.43:711][340]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-18.05.43:720][340]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.05.43:735][340]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.13-18.05.43:736][340]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 10
+[2024.01.13-18.05.43:736][340]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10
+[2024.01.13-18.05.43:738][340]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10
+[2024.01.13-18.05.43:769][340]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.05.43:773][340]LogUObjectHash: Compacting FUObjectHashTables data took   1.49ms
+[2024.01.13-18.05.43:908][341]LogPlayLevel: Display: Destroying online subsystem :Context_13
+[2024.01.13-18.06.02:001][ 43]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.06.05:257][115]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.06.10:237][229]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.06.14:564][328]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.06.22:466][539]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.06.26:985][646]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.06.31:006][745]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-18.06.31:015][745]BlueprintLog: New page: Pre-Play auto-recompile
+[2024.01.13-18.06.31:016][745]LogPlayLevel: [PlayLevel] Compiling LockerHide before play...
+[2024.01.13-18.06.31:133][745]LogUObjectHash: Compacting FUObjectHashTables data took   1.32ms
+[2024.01.13-18.06.31:135][745]LogPlayLevel: PlayLevel: Blueprint regeneration took 120 ms (1 blueprints)
+[2024.01.13-18.06.31:136][745]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:06:31)
+[2024.01.13-18.06.31:136][745]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.06.31:154][745]LogPlayLevel: PIE: StaticDuplicateObject took: (0.018355s)
+[2024.01.13-18.06.31:154][745]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.018391s)
+[2024.01.13-18.06.31:169][745]LogUObjectHash: Compacting FUObjectHashTables data took   1.34ms
+[2024.01.13-18.06.31:169][745]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.06.31:170][745]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.06.31:170][745]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.06.31:171][745]LogPlayLevel: PIE: World Init took: (0.001191s)
+[2024.01.13-18.06.31:171][745]LogAudio: Display: Creating Audio Device:                 Id: 11, Scope: Unique, Realtime: True
+[2024.01.13-18.06.31:171][745]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-18.06.31:171][745]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-18.06.31:171][745]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-18.06.31:171][745]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-18.06.31:171][745]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-18.06.31:171][745]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-18.06.31:171][745]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-18.06.31:171][745]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-18.06.31:171][745]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-18.06.31:171][745]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-18.06.31:171][745]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-18.06.31:174][745]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-18.06.31:211][745]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-18.06.31:211][745]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-18.06.31:211][745]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-18.06.31:211][745]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-18.06.31:212][745]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=11
+[2024.01.13-18.06.31:213][745]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=11
+[2024.01.13-18.06.31:214][745]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=11
+[2024.01.13-18.06.31:214][745]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=11
+[2024.01.13-18.06.31:214][745]LogInit: FAudioDevice initialized with ID 11.
+[2024.01.13-18.06.31:214][745]LogAudio: Display: Audio Device (ID: 11) registered with world 'BackroomsMap'.
+[2024.01.13-18.06.31:214][745]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 11
+[2024.01.13-18.06.31:217][745]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.06.31:224][745]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.06.31
+[2024.01.13-18.06.31:224][745]LogWorld: Bringing up level for play took: 0.007346
+[2024.01.13-18.06.31:227][745]LogOnline: OSS: Created online subsystem instance for: :Context_14
+[2024.01.13-18.06.31:229][745]PIE: Server logged in
+[2024.01.13-18.06.31:230][745]PIE: Play in editor total start time 0,216 seconds.
+[2024.01.13-18.07.01:465][456]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.07.01:465][456]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.07.01:466][456]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.07.01:467][456]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.07.01:472][456]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-18.07.01:478][456]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.07.01:491][456]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.07.01:493][456]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 11
+[2024.01.13-18.07.01:493][456]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11
+[2024.01.13-18.07.01:495][456]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11
+[2024.01.13-18.07.01:506][456]LogUObjectHash: Compacting FUObjectHashTables data took   1.32ms
+[2024.01.13-18.07.01:615][457]LogPlayLevel: Display: Destroying online subsystem :Context_14
+[2024.01.13-18.07.01:709][457]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.07.04:392][516]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.07.07:986][597]Cmd: SELECT NONE
+[2024.01.13-18.07.09:508][650]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.07.10:475][669]LogViewport: Scene viewport resized to 430x393, mode Windowed.
+[2024.01.13-18.07.10:484][669]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.07.12:544][703]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.07.12:552][703]LogViewport: Scene viewport resized to 430x393, mode Windowed.
+[2024.01.13-18.07.12:571][703]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.07.13:813][719]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.07.26:769][910]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.07.27:266][923]Cmd: EDIT COPY
+[2024.01.13-18.07.27:549][930]Cmd: EDIT PASTE
+[2024.01.13-18.07.27:597][930]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
+
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+
+[2024.01.13-18.07.27:603][930]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
+
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+
+[2024.01.13-18.07.27:780][931]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.07.38:834][186]LogViewport: Scene viewport resized to 430x393, mode Windowed.
+[2024.01.13-18.07.38:845][186]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.07.39:479][195]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.07.39:487][195]LogViewport: Scene viewport resized to 430x393, mode Windowed.
+[2024.01.13-18.07.39:507][195]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.07.40:109][202]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.07.46:795][285]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-18.07.46:804][285]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-18.07.46:804][285]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:07:46)
+[2024.01.13-18.07.46:805][285]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.07.46:825][285]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020489s)
+[2024.01.13-18.07.46:825][285]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020530s)
+[2024.01.13-18.07.46:884][285]LogUObjectHash: Compacting FUObjectHashTables data took   1.41ms
+[2024.01.13-18.07.46:888][285]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.07.46:888][285]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.07.46:888][285]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.07.46:889][285]LogPlayLevel: PIE: World Init took: (0.001335s)
+[2024.01.13-18.07.46:889][285]LogAudio: Display: Creating Audio Device:                 Id: 12, Scope: Unique, Realtime: True
+[2024.01.13-18.07.46:889][285]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-18.07.46:889][285]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-18.07.46:889][285]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-18.07.46:889][285]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-18.07.46:889][285]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-18.07.46:889][285]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-18.07.46:889][285]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-18.07.46:889][285]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-18.07.46:890][285]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-18.07.46:890][285]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-18.07.46:890][285]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-18.07.46:892][285]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-18.07.46:932][285]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-18.07.46:932][285]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-18.07.46:933][285]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-18.07.46:933][285]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-18.07.46:935][285]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=12
+[2024.01.13-18.07.46:935][285]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=12
+[2024.01.13-18.07.46:937][285]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=12
+[2024.01.13-18.07.46:937][285]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=12
+[2024.01.13-18.07.46:937][285]LogInit: FAudioDevice initialized with ID 12.
+[2024.01.13-18.07.46:937][285]LogAudio: Display: Audio Device (ID: 12) registered with world 'BackroomsMap'.
+[2024.01.13-18.07.46:937][285]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 12
+[2024.01.13-18.07.46:939][285]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.07.46:946][285]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.07.46
+[2024.01.13-18.07.46:947][285]LogWorld: Bringing up level for play took: 0.008009
+[2024.01.13-18.07.46:950][285]LogOnline: OSS: Created online subsystem instance for: :Context_15
+[2024.01.13-18.07.46:952][285]PIE: Server logged in
+[2024.01.13-18.07.46:953][285]PIE: Play in editor total start time 0,149 seconds.
+[2024.01.13-18.10.33:376][657]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.10.33:376][657]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.10.33:376][657]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.10.33:377][657]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.10.33:381][657]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-18.10.33:388][657]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.10.33:403][657]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.13-18.10.33:403][657]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 12
+[2024.01.13-18.10.33:403][657]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12
+[2024.01.13-18.10.33:405][657]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12
+[2024.01.13-18.10.33:425][657]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.10.33:430][657]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.13-18.10.33:542][658]LogPlayLevel: Display: Destroying online subsystem :Context_15
+[2024.01.13-18.10.33:616][658]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.10.33:645][658]LogViewport: Scene viewport resized to 430x393, mode Windowed.
+[2024.01.13-18.10.33:696][658]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.10.33:731][658]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.10.40:278][797]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.10.47:838][976]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.10.55:070][149]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.11.03:240][350]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-18.11.03:249][350]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-18.11.03:249][350]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:11:03)
+[2024.01.13-18.11.03:249][350]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.11.03:270][350]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020414s)
+[2024.01.13-18.11.03:270][350]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020453s)
+[2024.01.13-18.11.03:288][350]LogUObjectHash: Compacting FUObjectHashTables data took   1.34ms
+[2024.01.13-18.11.03:290][350]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.11.03:290][350]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.11.03:291][350]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.11.03:291][350]LogPlayLevel: PIE: World Init took: (0.001019s)
+[2024.01.13-18.11.03:291][350]LogAudio: Display: Creating Audio Device:                 Id: 13, Scope: Unique, Realtime: True
+[2024.01.13-18.11.03:291][350]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-18.11.03:291][350]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-18.11.03:291][350]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-18.11.03:291][350]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-18.11.03:291][350]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-18.11.03:291][350]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-18.11.03:291][350]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-18.11.03:291][350]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-18.11.03:292][350]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-18.11.03:292][350]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-18.11.03:292][350]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-18.11.03:293][350]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-18.11.03:330][350]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-18.11.03:330][350]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-18.11.03:330][350]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-18.11.03:330][350]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-18.11.03:331][350]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=13
+[2024.01.13-18.11.03:331][350]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=13
+[2024.01.13-18.11.03:334][350]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=13
+[2024.01.13-18.11.03:334][350]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=13
+[2024.01.13-18.11.03:334][350]LogInit: FAudioDevice initialized with ID 13.
+[2024.01.13-18.11.03:334][350]LogAudio: Display: Audio Device (ID: 13) registered with world 'BackroomsMap'.
+[2024.01.13-18.11.03:334][350]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 13
+[2024.01.13-18.11.03:337][350]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.11.03:344][350]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.11.03
+[2024.01.13-18.11.03:345][350]LogWorld: Bringing up level for play took: 0.007682
+[2024.01.13-18.11.03:347][350]LogOnline: OSS: Created online subsystem instance for: :Context_16
+[2024.01.13-18.11.03:350][350]PIE: Server logged in
+[2024.01.13-18.11.03:351][350]PIE: Play in editor total start time 0,102 seconds.
+[2024.01.13-18.11.18:306][188]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.11.18:306][188]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.11.18:306][188]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.11.18:307][188]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.11.18:311][188]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-18.11.18:318][188]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.11.18:332][188]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.13-18.11.18:332][188]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 13
+[2024.01.13-18.11.18:332][188]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13
+[2024.01.13-18.11.18:334][188]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13
+[2024.01.13-18.11.18:347][188]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.11.18:351][188]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
+[2024.01.13-18.11.18:459][189]LogPlayLevel: Display: Destroying online subsystem :Context_16
+[2024.01.13-18.11.18:534][189]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.11.38:789][691]LogEditorViewport: Clicking Background
+[2024.01.13-18.12.00:273][710]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.12.00:273][710]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.12.00:274][710]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_8
+[2024.01.13-18.12.00:276][710]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_8
+[2024.01.13-18.12.02:344][909]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.12.02:344][909]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.12.02:348][909]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_10
+[2024.01.13-18.12.02:350][909]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_10
+[2024.01.13-18.12.02:427][910]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.12.26:396][921]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-18.12.26:404][921]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-18.12.26:404][921]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:12:26)
+[2024.01.13-18.12.26:435][921]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.12.26:454][921]LogPlayLevel: PIE: StaticDuplicateObject took: (0.019349s)
+[2024.01.13-18.12.26:454][921]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.019394s)
+[2024.01.13-18.12.26:474][921]LogUObjectHash: Compacting FUObjectHashTables data took   1.42ms
+[2024.01.13-18.12.26:476][921]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.12.26:476][921]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.12.26:477][921]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.12.26:477][921]LogPlayLevel: PIE: World Init took: (0.001031s)
+[2024.01.13-18.12.26:477][921]LogAudio: Display: Creating Audio Device:                 Id: 14, Scope: Unique, Realtime: True
+[2024.01.13-18.12.26:477][921]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-18.12.26:477][921]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-18.12.26:477][921]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-18.12.26:477][921]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-18.12.26:477][921]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-18.12.26:477][921]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-18.12.26:477][921]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-18.12.26:477][921]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-18.12.26:478][921]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-18.12.26:478][921]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-18.12.26:478][921]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-18.12.26:480][921]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-18.12.26:517][921]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-18.12.26:517][921]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-18.12.26:517][921]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-18.12.26:517][921]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-18.12.26:518][921]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=14
+[2024.01.13-18.12.26:518][921]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=14
+[2024.01.13-18.12.26:520][921]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=14
+[2024.01.13-18.12.26:520][921]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=14
+[2024.01.13-18.12.26:520][921]LogInit: FAudioDevice initialized with ID 14.
+[2024.01.13-18.12.26:520][921]LogAudio: Display: Audio Device (ID: 14) registered with world 'BackroomsMap'.
+[2024.01.13-18.12.26:520][921]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 14
+[2024.01.13-18.12.26:522][921]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.12.26:529][921]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.12.26
+[2024.01.13-18.12.26:530][921]LogWorld: Bringing up level for play took: 0.007581
+[2024.01.13-18.12.26:532][921]LogOnline: OSS: Created online subsystem instance for: :Context_17
+[2024.01.13-18.12.26:540][921]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=2414.905 Y=-2029.368 Z=484.260] for [BP_FirstPersonCharacter_C]
+[2024.01.13-18.12.26:540][921]LogGameMode: Warning: SpawnDefaultPawnAtTransform: Couldn't spawn Pawn of type BP_FirstPersonCharacter_C at Rotation: Pitch 0.000000 Yaw -99.950002 Roll 0.000000
+Translation: 2414.905015 -2029.367962 484.259830
+Scale3D: 1.000000 1.000000 1.000000
+
+[2024.01.13-18.12.26:541][921]PIE: Server logged in
+[2024.01.13-18.12.26:542][921]PIE: Play in editor total start time 0,138 seconds.
+[2024.01.13-18.12.28:335][ 81]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.12.28:335][ 81]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.12.28:336][ 81]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.12.28:337][ 81]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.12.28:341][ 81]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-18.12.28:348][ 81]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.12.28:363][ 81]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.13-18.12.28:363][ 81]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 14
+[2024.01.13-18.12.28:363][ 81]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14
+[2024.01.13-18.12.28:365][ 81]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14
+[2024.01.13-18.12.28:375][ 81]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.12.28:380][ 81]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.13-18.12.28:461][ 82]LogPlayLevel: Display: Destroying online subsystem :Context_17
+[2024.01.13-18.12.41:417][545]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-18.12.41:426][545]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-18.12.41:426][545]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:12:41)
+[2024.01.13-18.12.41:455][545]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.12.41:474][545]LogPlayLevel: PIE: StaticDuplicateObject took: (0.018914s)
+[2024.01.13-18.12.41:474][545]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.018964s)
+[2024.01.13-18.12.41:489][545]LogUObjectHash: Compacting FUObjectHashTables data took   1.37ms
+[2024.01.13-18.12.41:491][545]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.12.41:491][545]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.12.41:491][545]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.12.41:492][545]LogPlayLevel: PIE: World Init took: (0.001111s)
+[2024.01.13-18.12.41:492][545]LogAudio: Display: Creating Audio Device:                 Id: 15, Scope: Unique, Realtime: True
+[2024.01.13-18.12.41:492][545]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-18.12.41:492][545]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-18.12.41:492][545]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-18.12.41:492][545]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-18.12.41:492][545]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-18.12.41:492][545]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-18.12.41:492][545]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-18.12.41:492][545]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-18.12.41:492][545]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-18.12.41:492][545]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-18.12.41:492][545]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-18.12.41:494][545]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-18.12.41:529][545]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-18.12.41:530][545]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-18.12.41:530][545]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-18.12.41:530][545]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-18.12.41:530][545]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=15
+[2024.01.13-18.12.41:530][545]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=15
+[2024.01.13-18.12.41:532][545]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=15
+[2024.01.13-18.12.41:532][545]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=15
+[2024.01.13-18.12.41:532][545]LogInit: FAudioDevice initialized with ID 15.
+[2024.01.13-18.12.41:532][545]LogAudio: Display: Audio Device (ID: 15) registered with world 'BackroomsMap'.
+[2024.01.13-18.12.41:532][545]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 15
+[2024.01.13-18.12.41:535][545]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.12.41:542][545]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.12.41
+[2024.01.13-18.12.41:542][545]LogWorld: Bringing up level for play took: 0.007517
+[2024.01.13-18.12.41:545][545]LogOnline: OSS: Created online subsystem instance for: :Context_18
+[2024.01.13-18.12.41:547][545]PIE: Server logged in
+[2024.01.13-18.12.41:547][545]PIE: Play in editor total start time 0,122 seconds.
+[2024.01.13-18.12.50:896][294]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.12.50:896][294]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.12.50:896][294]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.12.50:897][294]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.12.50:901][294]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-18.12.50:908][294]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.12.50:921][294]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.12.50:923][294]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 15
+[2024.01.13-18.12.50:923][294]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15
+[2024.01.13-18.12.50:925][294]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15
+[2024.01.13-18.12.50:943][294]LogUObjectHash: Compacting FUObjectHashTables data took   1.26ms
+[2024.01.13-18.12.51:026][295]LogPlayLevel: Display: Destroying online subsystem :Context_18
+[2024.01.13-18.12.52:178][418]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.12.56:779][637]Cmd: EDIT COPY
+[2024.01.13-18.12.57:021][649]Cmd: EDIT PASTE
+[2024.01.13-18.12.57:050][649]LogClass: Warning: Short type name "LockerHide_C_10" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
+
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+
+[2024.01.13-18.12.57:058][649]LogClass: Warning: Short type name "LockerHide_C_10" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
+
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+UnknownFunction []
+
+[2024.01.13-18.12.57:146][650]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.13.03:771][950]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-18.13.03:780][950]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-18.13.03:780][950]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:13:03)
+[2024.01.13-18.13.03:780][950]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.13.03:801][950]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020458s)
+[2024.01.13-18.13.03:801][950]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020494s)
+[2024.01.13-18.13.03:819][950]LogUObjectHash: Compacting FUObjectHashTables data took   1.39ms
+[2024.01.13-18.13.03:821][950]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.13.03:821][950]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.13.03:822][950]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.13.03:822][950]LogPlayLevel: PIE: World Init took: (0.000972s)
+[2024.01.13-18.13.03:822][950]LogAudio: Display: Creating Audio Device:                 Id: 16, Scope: Unique, Realtime: True
+[2024.01.13-18.13.03:822][950]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-18.13.03:822][950]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-18.13.03:822][950]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-18.13.03:822][950]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-18.13.03:822][950]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-18.13.03:822][950]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-18.13.03:822][950]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-18.13.03:822][950]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-18.13.03:823][950]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-18.13.03:823][950]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-18.13.03:823][950]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-18.13.03:825][950]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-18.13.03:861][950]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-18.13.03:861][950]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-18.13.03:861][950]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-18.13.03:861][950]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-18.13.03:861][950]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=16
+[2024.01.13-18.13.03:861][950]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=16
+[2024.01.13-18.13.03:864][950]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=16
+[2024.01.13-18.13.03:864][950]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=16
+[2024.01.13-18.13.03:864][950]LogInit: FAudioDevice initialized with ID 16.
+[2024.01.13-18.13.03:864][950]LogAudio: Display: Audio Device (ID: 16) registered with world 'BackroomsMap'.
+[2024.01.13-18.13.03:864][950]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 16
+[2024.01.13-18.13.03:866][950]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.13.03:873][950]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.13.03
+[2024.01.13-18.13.03:874][950]LogWorld: Bringing up level for play took: 0.007678
+[2024.01.13-18.13.03:876][950]LogOnline: OSS: Created online subsystem instance for: :Context_19
+[2024.01.13-18.13.03:879][950]PIE: Server logged in
+[2024.01.13-18.13.03:879][950]PIE: Play in editor total start time 0,1 seconds.
+[2024.01.13-18.13.12:396][551]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.13.12:396][551]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.13.12:396][551]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.13.12:397][551]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.13.12:401][551]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-18.13.12:409][551]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.13.12:424][551]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.13-18.13.12:425][551]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 16
+[2024.01.13-18.13.12:425][551]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16
+[2024.01.13-18.13.12:427][551]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16
+[2024.01.13-18.13.12:439][551]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.13.12:444][551]LogUObjectHash: Compacting FUObjectHashTables data took   1.34ms
+[2024.01.13-18.13.12:503][552]LogPlayLevel: Display: Destroying online subsystem :Context_19
+[2024.01.13-18.13.12:531][552]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.13.35:150][482]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.13.41:493][766]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.13.45:647][926]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-18.13.45:656][926]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-18.13.45:656][926]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:13:45)
+[2024.01.13-18.13.45:656][926]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.13.45:676][926]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020289s)
+[2024.01.13-18.13.45:676][926]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020329s)
+[2024.01.13-18.13.45:694][926]LogUObjectHash: Compacting FUObjectHashTables data took   1.41ms
+[2024.01.13-18.13.45:697][926]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.13.45:697][926]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.13.45:698][926]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.13.45:698][926]LogPlayLevel: PIE: World Init took: (0.001023s)
+[2024.01.13-18.13.45:698][926]LogAudio: Display: Creating Audio Device:                 Id: 17, Scope: Unique, Realtime: True
+[2024.01.13-18.13.45:698][926]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-18.13.45:698][926]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-18.13.45:698][926]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-18.13.45:698][926]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-18.13.45:698][926]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-18.13.45:698][926]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-18.13.45:698][926]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-18.13.45:698][926]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-18.13.45:699][926]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-18.13.45:699][926]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-18.13.45:699][926]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-18.13.45:701][926]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-18.13.45:738][926]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-18.13.45:738][926]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-18.13.45:738][926]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-18.13.45:738][926]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-18.13.45:738][926]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=17
+[2024.01.13-18.13.45:738][926]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=17
+[2024.01.13-18.13.45:741][926]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=17
+[2024.01.13-18.13.45:741][926]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=17
+[2024.01.13-18.13.45:741][926]LogInit: FAudioDevice initialized with ID 17.
+[2024.01.13-18.13.45:741][926]LogAudio: Display: Audio Device (ID: 17) registered with world 'BackroomsMap'.
+[2024.01.13-18.13.45:741][926]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 17
+[2024.01.13-18.13.45:743][926]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.13.45:750][926]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.13.45
+[2024.01.13-18.13.45:751][926]LogWorld: Bringing up level for play took: 0.007856
+[2024.01.13-18.13.45:753][926]LogOnline: OSS: Created online subsystem instance for: :Context_20
+[2024.01.13-18.13.45:755][926]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=1757.076 Y=-2804.084 Z=320.238] for [BP_FirstPersonCharacter_C]
+[2024.01.13-18.13.45:755][926]LogGameMode: Warning: SpawnDefaultPawnAtTransform: Couldn't spawn Pawn of type BP_FirstPersonCharacter_C at Rotation: Pitch 0.000000 Yaw 103.349996 Roll 0.000000
+Translation: 1757.075792 -2804.083960 320.237549
+Scale3D: 1.000000 1.000000 1.000000
+
+[2024.01.13-18.13.45:756][926]PIE: Server logged in
+[2024.01.13-18.13.45:757][926]PIE: Play in editor total start time 0,101 seconds.
+[2024.01.13-18.13.47:365][ 82]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.13.47:366][ 82]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.13.47:366][ 82]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.13.47:367][ 82]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.13.47:371][ 82]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-18.13.47:377][ 82]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.13.47:391][ 82]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.13-18.13.47:391][ 82]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 17
+[2024.01.13-18.13.47:391][ 82]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17
+[2024.01.13-18.13.47:393][ 82]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17
+[2024.01.13-18.13.47:416][ 82]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.13.47:420][ 82]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
+[2024.01.13-18.13.47:469][ 83]LogPlayLevel: Display: Destroying online subsystem :Context_20
+[2024.01.13-18.13.47:473][ 83]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.13.58:612][499]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-18.13.58:620][499]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-18.13.58:620][499]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:13:58)
+[2024.01.13-18.13.58:620][499]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.13.58:640][499]LogPlayLevel: PIE: StaticDuplicateObject took: (0.019675s)
+[2024.01.13-18.13.58:640][499]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.019719s)
+[2024.01.13-18.13.58:655][499]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.13-18.13.58:657][499]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.13.58:657][499]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.13.58:658][499]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.13.58:658][499]LogPlayLevel: PIE: World Init took: (0.001003s)
+[2024.01.13-18.13.58:658][499]LogAudio: Display: Creating Audio Device:                 Id: 18, Scope: Unique, Realtime: True
+[2024.01.13-18.13.58:658][499]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-18.13.58:658][499]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-18.13.58:658][499]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-18.13.58:658][499]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-18.13.58:658][499]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-18.13.58:658][499]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-18.13.58:658][499]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-18.13.58:658][499]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-18.13.58:659][499]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-18.13.58:659][499]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-18.13.58:659][499]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-18.13.58:661][499]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-18.13.58:697][499]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-18.13.58:697][499]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-18.13.58:698][499]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-18.13.58:698][499]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-18.13.58:698][499]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=18
+[2024.01.13-18.13.58:698][499]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=18
+[2024.01.13-18.13.58:701][499]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=18
+[2024.01.13-18.13.58:701][499]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=18
+[2024.01.13-18.13.58:701][499]LogInit: FAudioDevice initialized with ID 18.
+[2024.01.13-18.13.58:701][499]LogAudio: Display: Audio Device (ID: 18) registered with world 'BackroomsMap'.
+[2024.01.13-18.13.58:701][499]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 18
+[2024.01.13-18.13.58:703][499]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.13.58:710][499]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.13.58
+[2024.01.13-18.13.58:711][499]LogWorld: Bringing up level for play took: 0.007634
+[2024.01.13-18.13.58:713][499]LogOnline: OSS: Created online subsystem instance for: :Context_21
+[2024.01.13-18.13.58:716][499]PIE: Server logged in
+[2024.01.13-18.13.58:717][499]PIE: Play in editor total start time 0,097 seconds.
+[2024.01.13-18.14.54:995][946]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.14.54:996][946]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.14.54:996][946]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.14.54:997][946]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.14.55:001][946]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-18.14.55:007][946]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.14.55:021][946]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.14.55:023][946]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 18
+[2024.01.13-18.14.55:023][946]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18
+[2024.01.13-18.14.55:025][946]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18
+[2024.01.13-18.14.55:055][946]LogUObjectHash: Compacting FUObjectHashTables data took   1.28ms
+[2024.01.13-18.14.55:112][947]LogPlayLevel: Display: Destroying online subsystem :Context_21
+[2024.01.13-18.14.55:140][947]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.15.10:279][500]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.15.10:279][500]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.15.10:281][500]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_12
+[2024.01.13-18.15.10:284][500]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_12
+[2024.01.13-18.15.11:518][539]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.15.11:518][539]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.15.11:522][539]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_13
+[2024.01.13-18.15.11:524][539]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_13
+[2024.01.13-18.15.11:630][540]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.15.38:707][692]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.15.38:707][692]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.15.38:710][692]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_14
+[2024.01.13-18.15.38:712][692]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_14
+[2024.01.13-18.15.41:606][798]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.15.41:606][798]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.15.41:609][798]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_15
+[2024.01.13-18.15.41:612][798]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_15
+[2024.01.13-18.15.41:717][799]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.15.58:553][437]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-18.15.58:562][437]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-18.15.58:562][437]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:15:58)
+[2024.01.13-18.15.58:562][437]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.15.58:592][437]LogPlayLevel: PIE: StaticDuplicateObject took: (0.030422s)
+[2024.01.13-18.15.58:592][437]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.030470s)
+[2024.01.13-18.15.58:613][437]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.13-18.15.58:615][437]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.15.58:615][437]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.15.58:616][437]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.15.58:616][437]LogPlayLevel: PIE: World Init took: (0.001097s)
+[2024.01.13-18.15.58:616][437]LogAudio: Display: Creating Audio Device:                 Id: 19, Scope: Unique, Realtime: True
+[2024.01.13-18.15.58:616][437]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-18.15.58:616][437]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-18.15.58:616][437]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-18.15.58:616][437]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-18.15.58:616][437]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-18.15.58:616][437]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-18.15.58:617][437]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-18.15.58:617][437]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-18.15.58:617][437]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-18.15.58:617][437]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-18.15.58:617][437]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-18.15.58:619][437]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-18.15.58:659][437]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-18.15.58:659][437]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-18.15.58:659][437]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-18.15.58:659][437]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-18.15.58:659][437]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=19
+[2024.01.13-18.15.58:659][437]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=19
+[2024.01.13-18.15.58:662][437]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=19
+[2024.01.13-18.15.58:662][437]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=19
+[2024.01.13-18.15.58:662][437]LogInit: FAudioDevice initialized with ID 19.
+[2024.01.13-18.15.58:662][437]LogAudio: Display: Audio Device (ID: 19) registered with world 'BackroomsMap'.
+[2024.01.13-18.15.58:662][437]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 19
+[2024.01.13-18.15.58:664][437]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.15.58:672][437]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.15.58
+[2024.01.13-18.15.58:673][437]LogWorld: Bringing up level for play took: 0.008340
+[2024.01.13-18.15.58:675][437]LogOnline: OSS: Created online subsystem instance for: :Context_22
+[2024.01.13-18.15.58:678][437]PIE: Server logged in
+[2024.01.13-18.15.58:679][437]PIE: Play in editor total start time 0,117 seconds.
+[2024.01.13-18.15.59:761][516]LogLongPackageNames: Warning: Can't Find URL: Persistent Level: Input 'Persistent Level' contains one of the invalid characters for LongPackageNames: '\:*?"<>|' ,.&!~
+
	@#'.. Invalidating and reverting to Default URL.
+[2024.01.13-18.15.59:772][517]LogLongPackageNames: Warning: Can't Find URL: Persistent Level: Input 'Persistent Level' contains one of the invalid characters for LongPackageNames: '\:*?"<>|' ,.&!~
+
	@#'.. Invalidating and reverting to Default URL.
+[2024.01.13-18.15.59:772][517]LogNet: Browse: /Game/BackroomsMap
+[2024.01.13-18.15.59:772][517]LogNet: Warning: Travel Failure: [InvalidURL]: Invalid URL: /Game/BackroomsMap
+[2024.01.13-18.15.59:773][517]LogNet: TravelFailure: InvalidURL, Reason for Failure: 'Invalid URL: /Game/BackroomsMap'
+[2024.01.13-18.15.59:774][517]LogNet: Warning: Travel Failure: [ClientTravelFailure]: Invalid URL: /Game/BackroomsMap
+[2024.01.13-18.15.59:774][517]LogNet: TravelFailure: ClientTravelFailure, Reason for Failure: 'Invalid URL: /Game/BackroomsMap'
+[2024.01.13-18.15.59:785][518]LogNet: Browse: /Game/BackroomsMap?closed
+[2024.01.13-18.15.59:785][518]LogNet: Connection failed; returning to Entry
+[2024.01.13-18.15.59:785][518]LogLoad: LoadMap: /Game/BackroomsMap?closed
+[2024.01.13-18.15.59:785][518]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.15.59:786][518]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.15.59:787][518]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.15.59:830][518]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.13-18.15.59:835][518]LogUObjectHash: Compacting FUObjectHashTables data took   1.39ms
+[2024.01.13-18.15.59:838][518]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.15.59:858][518]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020376s)
+[2024.01.13-18.15.59:858][518]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020438s)
+[2024.01.13-18.15.59:858][518]LogAudio: Display: Audio Device (ID: 19) registered with world 'BackroomsMap'.
+[2024.01.13-18.15.59:858][518]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.15.59:858][518]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.15.59:859][518]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.15.59:859][518]LogPlayLevel: PIE: World Init took: (0.000924s)
+[2024.01.13-18.15.59:859][518]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.15.59:866][518]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.15.59
+[2024.01.13-18.15.59:866][518]LogWorld: Bringing up level for play took: 0.007301
+[2024.01.13-18.15.59:870][518]LogLoad: Took 0.084193 seconds to LoadMap(/Game/UEDPIE_0_BackroomsMap)
+[2024.01.13-18.15.59:884][518]LogUObjectHash: Compacting FUObjectHashTables data took   1.26ms
+[2024.01.13-18.16.02:266][674]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.16.02:266][674]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.16.02:266][674]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.16.02:267][674]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.16.02:270][674]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-18.16.02:276][674]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.16.02:291][674]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.16.02:291][674]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 19
+[2024.01.13-18.16.02:291][674]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19
+[2024.01.13-18.16.02:293][674]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19
+[2024.01.13-18.16.02:323][674]LogUObjectHash: Compacting FUObjectHashTables data took   1.35ms
+[2024.01.13-18.16.02:372][675]LogPlayLevel: Display: Destroying online subsystem :Context_22
+[2024.01.13-18.16.02:377][675]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.16.09:386][934]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.16.09:498][935]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.16.18:961][954]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-18.16.18:969][954]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-18.16.18:969][954]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:16:18)
+[2024.01.13-18.16.18:969][954]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.16.18:990][954]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020246s)
+[2024.01.13-18.16.18:990][954]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020282s)
+[2024.01.13-18.16.19:003][954]LogUObjectHash: Compacting FUObjectHashTables data took   1.28ms
+[2024.01.13-18.16.19:005][954]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.16.19:005][954]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.16.19:005][954]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.16.19:006][954]LogPlayLevel: PIE: World Init took: (0.001032s)
+[2024.01.13-18.16.19:006][954]LogAudio: Display: Creating Audio Device:                 Id: 20, Scope: Unique, Realtime: True
+[2024.01.13-18.16.19:006][954]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-18.16.19:006][954]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-18.16.19:006][954]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-18.16.19:006][954]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-18.16.19:006][954]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-18.16.19:006][954]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-18.16.19:006][954]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-18.16.19:006][954]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-18.16.19:006][954]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-18.16.19:006][954]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-18.16.19:006][954]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-18.16.19:008][954]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-18.16.19:044][954]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-18.16.19:044][954]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-18.16.19:044][954]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-18.16.19:044][954]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-18.16.19:045][954]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=20
+[2024.01.13-18.16.19:045][954]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=20
+[2024.01.13-18.16.19:047][954]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=20
+[2024.01.13-18.16.19:047][954]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=20
+[2024.01.13-18.16.19:047][954]LogInit: FAudioDevice initialized with ID 20.
+[2024.01.13-18.16.19:047][954]LogAudio: Display: Audio Device (ID: 20) registered with world 'BackroomsMap'.
+[2024.01.13-18.16.19:047][954]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 20
+[2024.01.13-18.16.19:050][954]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.16.19:058][954]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.16.19
+[2024.01.13-18.16.19:058][954]LogWorld: Bringing up level for play took: 0.007994
+[2024.01.13-18.16.19:061][954]LogOnline: OSS: Created online subsystem instance for: :Context_25
+[2024.01.13-18.16.19:063][954]PIE: Server logged in
+[2024.01.13-18.16.19:064][954]PIE: Play in editor total start time 0,095 seconds.
+[2024.01.13-18.16.28:455][665]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.16.28:456][665]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.16.28:456][665]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.16.28:457][665]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.16.28:460][665]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-18.16.28:466][665]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.16.28:482][665]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.13-18.16.28:482][665]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 20
+[2024.01.13-18.16.28:482][665]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20
+[2024.01.13-18.16.28:484][665]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20
+[2024.01.13-18.16.28:507][665]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.16.28:511][665]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.13-18.16.28:641][666]LogPlayLevel: Display: Destroying online subsystem :Context_25
+[2024.01.13-18.16.34:362][269]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-18.16.34:371][269]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-18.16.34:371][269]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:16:34)
+[2024.01.13-18.16.34:395][269]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.16.34:415][269]LogPlayLevel: PIE: StaticDuplicateObject took: (0.019717s)
+[2024.01.13-18.16.34:415][269]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.019764s)
+[2024.01.13-18.16.34:430][269]LogUObjectHash: Compacting FUObjectHashTables data took   1.26ms
+[2024.01.13-18.16.34:432][269]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.16.34:432][269]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.16.34:432][269]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.16.34:433][269]LogPlayLevel: PIE: World Init took: (0.001010s)
+[2024.01.13-18.16.34:433][269]LogAudio: Display: Creating Audio Device:                 Id: 21, Scope: Unique, Realtime: True
+[2024.01.13-18.16.34:433][269]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-18.16.34:433][269]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-18.16.34:433][269]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-18.16.34:433][269]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-18.16.34:433][269]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-18.16.34:433][269]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-18.16.34:433][269]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-18.16.34:433][269]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-18.16.34:433][269]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-18.16.34:433][269]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-18.16.34:433][269]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-18.16.34:436][269]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-18.16.34:471][269]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-18.16.34:472][269]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-18.16.34:472][269]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-18.16.34:472][269]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-18.16.34:472][269]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=21
+[2024.01.13-18.16.34:472][269]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=21
+[2024.01.13-18.16.34:475][269]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=21
+[2024.01.13-18.16.34:475][269]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=21
+[2024.01.13-18.16.34:475][269]LogInit: FAudioDevice initialized with ID 21.
+[2024.01.13-18.16.34:475][269]LogAudio: Display: Audio Device (ID: 21) registered with world 'BackroomsMap'.
+[2024.01.13-18.16.34:475][269]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 21
+[2024.01.13-18.16.34:478][269]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.16.34:485][269]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.16.34
+[2024.01.13-18.16.34:486][269]LogWorld: Bringing up level for play took: 0.007835
+[2024.01.13-18.16.34:488][269]LogOnline: OSS: Created online subsystem instance for: :Context_26
+[2024.01.13-18.16.34:491][269]PIE: Server logged in
+[2024.01.13-18.16.34:492][269]PIE: Play in editor total start time 0,121 seconds.
+[2024.01.13-18.16.36:061][374]LogLongPackageNames: Warning: Can't Find URL: Persistent Level: Input 'Persistent Level' contains one of the invalid characters for LongPackageNames: '\:*?"<>|' ,.&!~
+
	@#'.. Invalidating and reverting to Default URL.
+[2024.01.13-18.16.36:074][375]LogLongPackageNames: Warning: Can't Find URL: Persistent Level: Input 'Persistent Level' contains one of the invalid characters for LongPackageNames: '\:*?"<>|' ,.&!~
+
	@#'.. Invalidating and reverting to Default URL.
+[2024.01.13-18.16.36:074][375]LogNet: Browse: /Game/BackroomsMap
+[2024.01.13-18.16.36:074][375]LogNet: Warning: Travel Failure: [InvalidURL]: Invalid URL: /Game/BackroomsMap
+[2024.01.13-18.16.36:074][375]LogNet: TravelFailure: InvalidURL, Reason for Failure: 'Invalid URL: /Game/BackroomsMap'
+[2024.01.13-18.16.36:074][375]LogNet: Warning: Travel Failure: [ClientTravelFailure]: Invalid URL: /Game/BackroomsMap
+[2024.01.13-18.16.36:074][375]LogNet: TravelFailure: ClientTravelFailure, Reason for Failure: 'Invalid URL: /Game/BackroomsMap'
+[2024.01.13-18.16.36:088][376]LogNet: Browse: /Game/BackroomsMap?closed
+[2024.01.13-18.16.36:088][376]LogNet: Connection failed; returning to Entry
+[2024.01.13-18.16.36:088][376]LogLoad: LoadMap: /Game/BackroomsMap?closed
+[2024.01.13-18.16.36:088][376]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.16.36:088][376]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.16.36:089][376]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.16.36:130][376]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.13-18.16.36:134][376]LogUObjectHash: Compacting FUObjectHashTables data took   1.49ms
+[2024.01.13-18.16.36:136][376]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.16.36:157][376]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020248s)
+[2024.01.13-18.16.36:157][376]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020307s)
+[2024.01.13-18.16.36:157][376]LogAudio: Display: Audio Device (ID: 21) registered with world 'BackroomsMap'.
+[2024.01.13-18.16.36:157][376]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.16.36:157][376]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.16.36:157][376]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.16.36:158][376]LogPlayLevel: PIE: World Init took: (0.000929s)
+[2024.01.13-18.16.36:158][376]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.16.36:164][376]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.16.36
+[2024.01.13-18.16.36:165][376]LogWorld: Bringing up level for play took: 0.006740
+[2024.01.13-18.16.36:167][376]LogLoad: Took 0.079743 seconds to LoadMap(/Game/UEDPIE_0_BackroomsMap)
+[2024.01.13-18.16.36:182][376]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
+[2024.01.13-18.16.38:945][558]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.16.38:945][558]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.16.38:946][558]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.16.38:947][558]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.16.38:949][558]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-18.16.38:956][558]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.16.38:971][558]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.16.38:971][558]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 21
+[2024.01.13-18.16.38:971][558]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21
+[2024.01.13-18.16.38:973][558]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21
+[2024.01.13-18.16.39:000][558]LogUObjectHash: Compacting FUObjectHashTables data took   1.28ms
+[2024.01.13-18.16.39:121][559]LogPlayLevel: Display: Destroying online subsystem :Context_26
+[2024.01.13-18.16.43:788][ 22]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.17.15:171][148]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.17.15:171][148]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.17.15:173][148]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_16
+[2024.01.13-18.17.15:175][148]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_16
+[2024.01.13-18.17.19:437][549]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.17.19:437][549]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
+[2024.01.13-18.17.19:441][549]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_17
+[2024.01.13-18.17.19:443][549]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_17
+[2024.01.13-18.17.19:593][550]LogViewport: Scene viewport resized to 429x393, mode Windowed.
+[2024.01.13-18.17.28:827][963]LogEditorViewport: Clicking Background
+[2024.01.13-18.17.55:880][954]LogUObjectHash: Compacting FUObjectHashTables data took   1.47ms
+[2024.01.13-18.17.55:883][954]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto2.umap" SILENT=true AUTOSAVING=true KEEPDIRTY=false
+[2024.01.13-18.17.55:940][954]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/BackroomsMap_Auto2
+[2024.01.13-18.17.55:941][954]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/BackroomsMap_Auto26F2ACEF741EE155E47E0E5B905323377.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto2.umap'
+[2024.01.13-18.17.55:941][954]LogAssetRegistry: Warning: ScanPathsSynchronous: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto2.umap is in the /Temp path, will not scan.
+[2024.01.13-18.17.55:942][954]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/BackroomsMap' took 0.080
+[2024.01.13-18.17.55:942][954]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.080
+[2024.01.13-18.17.55:942][954]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/GameMap/Locker/LockerHide] ([2] browsable assets)...
+[2024.01.13-18.17.55:965][954]OBJ SavePackage:     Rendered thumbnail for [Blueprint /Game/GameMap/Locker/LockerHide.LockerHide]
+[2024.01.13-18.17.55:965][954]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Locker/LockerHide]
+[2024.01.13-18.17.55:984][954]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Locker/LockerHide_Auto2
+[2024.01.13-18.17.55:985][954]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/LockerHide_Auto2C305AC02420C02D8B511D58E71BA349D.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Locker/LockerHide_Auto2.uasset'
+[2024.01.13-18.17.55:985][954]LogFileHelpers: Auto-saving content packages took 0.044
+[2024.01.13-18.18.11:241][974]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.13-18.18.11:249][974]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.13-18.18.11:249][974]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:18:11)
+[2024.01.13-18.18.11:250][974]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.18.11:270][974]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020579s)
+[2024.01.13-18.18.11:270][974]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020620s)
+[2024.01.13-18.18.11:285][974]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.13-18.18.11:286][974]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.13-18.18.11:286][974]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.13-18.18.11:287][974]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.13-18.18.11:287][974]LogPlayLevel: PIE: World Init took: (0.001079s)
+[2024.01.13-18.18.11:287][974]LogAudio: Display: Creating Audio Device:                 Id: 22, Scope: Unique, Realtime: True
+[2024.01.13-18.18.11:287][974]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.13-18.18.11:287][974]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.13-18.18.11:287][974]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.13-18.18.11:287][974]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.13-18.18.11:287][974]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.13-18.18.11:287][974]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.13-18.18.11:287][974]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.13-18.18.11:287][974]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.13-18.18.11:288][974]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.13-18.18.11:288][974]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.13-18.18.11:288][974]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.13-18.18.11:290][974]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.13-18.18.11:328][974]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.13-18.18.11:329][974]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.13-18.18.11:329][974]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.13-18.18.11:329][974]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.13-18.18.11:329][974]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=22
+[2024.01.13-18.18.11:329][974]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=22
+[2024.01.13-18.18.11:332][974]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=22
+[2024.01.13-18.18.11:332][974]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=22
+[2024.01.13-18.18.11:332][974]LogInit: FAudioDevice initialized with ID 22.
+[2024.01.13-18.18.11:332][974]LogAudio: Display: Audio Device (ID: 22) registered with world 'BackroomsMap'.
+[2024.01.13-18.18.11:332][974]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 22
+[2024.01.13-18.18.11:333][974]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.13-18.18.11:341][974]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.18.11
+[2024.01.13-18.18.11:342][974]LogWorld: Bringing up level for play took: 0.008031
+[2024.01.13-18.18.11:344][974]LogOnline: OSS: Created online subsystem instance for: :Context_27
+[2024.01.13-18.18.11:346][974]PIE: Server logged in
+[2024.01.13-18.18.11:347][974]PIE: Play in editor total start time 0,098 seconds.
+[2024.01.13-18.20.04:436][845]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.20.04:436][845]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.13-18.20.04:436][845]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.20.04:437][845]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.20.04:442][845]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.13-18.20.04:449][845]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.20.04:463][845]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.13-18.20.04:464][845]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 22
+[2024.01.13-18.20.04:464][845]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=22
+[2024.01.13-18.20.04:466][845]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=22
+[2024.01.13-18.20.04:494][845]LogUObjectHash: Compacting FUObjectHashTables data took   1.34ms
+[2024.01.13-18.20.04:533][846]LogPlayLevel: Display: Destroying online subsystem :Context_27
+[2024.01.13-18.20.09:021][380]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.13-18.20.09:052][380]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap" SILENT=true AUTOSAVING=false KEEPDIRTY=false
+[2024.01.13-18.20.09:093][380]LogUObjectHash: Compacting FUObjectHashTables data took   1.25ms
+[2024.01.13-18.20.09:150][380]LogSavePackage: Moving output files for package: /Game/BackroomsMap
+[2024.01.13-18.20.09:150][380]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/BackroomsMap3CE69A1B4E30AFC32ED924979189F6AD.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap'
+[2024.01.13-18.20.09:158][380]LogFileHelpers: All files are already saved.
+[2024.01.13-18.20.09:158][380]LogFileHelpers: Saving map 'BackroomsMap' took 0.107
+[2024.01.13-18.20.09:174][380]LogFileHelpers: InternalPromptForCheckoutAndSave took 152 ms
+[2024.01.13-18.20.09:177][380]AssetCheck: New page: Asset Save: BackroomsMap
+[2024.01.13-18.20.09:177][380]LogContentValidation: Display: Validating /Script/Engine.World /Game/BackroomsMap.BackroomsMap
+[2024.01.13-18.20.10:543][526]LogUObjectHash: Compacting FUObjectHashTables data took   0.61ms
+[2024.01.13-18.20.12:389][526]LogSlate: Window 'Save Content' being destroyed
+[2024.01.13-18.20.12:432][526]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.13-18.20.12:454][526]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Locker/LockerHide" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset" SILENT=true
+[2024.01.13-18.20.12:468][526]LogSavePackage: Moving output files for package: /Game/GameMap/Locker/LockerHide
+[2024.01.13-18.20.12:468][526]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/LockerHideA1BAD82C4018229AEAAA508335A3D50C.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset'
+[2024.01.13-18.20.12:474][526]LogFileHelpers: InternalPromptForCheckoutAndSave took 42 ms (total: 195 ms)
+[2024.01.13-18.20.12:474][526]LogStall: Shutdown...
+[2024.01.13-18.20.12:481][526]LogStall: Shutdown complete.
+[2024.01.13-18.20.12:507][526]LogSlate: Window 'LockerHide' being destroyed
+[2024.01.13-18.20.12:545][526]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.20.12:545][526]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.20.12:603][526]LogSlate: Window 'Project Settings' being destroyed
+[2024.01.13-18.20.12:693][526]LogSlate: Window 'BackroomsDigitalArt - Unreal Editor' being destroyed
+[2024.01.13-18.20.12:755][526]AssetCheck: New page: Asset Save: LockerHide
+[2024.01.13-18.20.12:755][526]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Locker/LockerHide.LockerHide
+[2024.01.13-18.20.12:757][527]Cmd: QUIT_EDITOR
+[2024.01.13-18.20.12:757][527]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor())
+[2024.01.13-18.20.12:759][527]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested)
+[2024.01.13-18.20.12:759][527]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown
+[2024.01.13-18.20.12:759][527]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown
+[2024.01.13-18.20.12:762][527]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.20.12:762][527]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.13-18.20.12:768][527]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized.
+[2024.01.13-18.20.13:112][527]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)...
+[2024.01.13-18.20.13:112][527]LogAudio: Display: Destroying 1 Remaining Audio Device(s)...
+[2024.01.13-18.20.13:112][527]LogAudio: Display: Audio Device unregistered from world 'BackroomsMap'.
+[2024.01.13-18.20.13:112][527]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 1
+[2024.01.13-18.20.13:112][527]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1
+[2024.01.13-18.20.13:114][527]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1
+[2024.01.13-18.20.13:130][527]LogAudio: Display: Audio Device Manager Shutdown
+[2024.01.13-18.20.13:131][527]LogWindowsTextInputMethodSystem: Activated input method: Deutsch (Deutschland) - (Keyboard).
+[2024.01.13-18.20.13:134][527]LogExit: Preparing to exit.
+[2024.01.13-18.20.13:156][527]LogUObjectHash: Compacting FUObjectHashTables data took   1.57ms
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.add_null_above_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.align_translation_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.align_translation_all' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.align_translation_x' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.align_translation_y' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.align_translation_z' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.align_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.align_scale' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.search_replace_name_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.search_replace_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.do_rename_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.do_rename_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.set_bone_reference_pose' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.ControlOutputFormat' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.13-18.20.13:734][527]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.20.13:736][527]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.20.13:738][527]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.20.13:739][527]LogWorld: UWorld::CleanupWorld for World_5, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.20.13:741][527]LogWorld: UWorld::CleanupWorld for World_4, bSessionEnded=true, bCleanupResources=true
+[2024.01.13-18.20.13:886][527]LogExit: Editor shut down
+[2024.01.13-18.20.13:889][527]LogExit: Transaction tracking system shut down
+[2024.01.13-18.20.13:913][527]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled
+[2024.01.13-18.20.14:050][527]LogExit: Object subsystem successfully closed.
+[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: ================================================
+[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: Total job queries 0, among them cache hits 0 (0.00%)
+[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: Tracking 0 distinct input hashes that result in 0 distinct outputs (0.00%)
+[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: RAM used: 240,00 B of 819,20 MiB budget. Usage: 0.00%
+[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: Shaders Compiled: 0
+[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: Jobs assigned 0, completed 0 (0%)
+[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 0.00 s
+[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: ================================================
+[2024.01.13-18.20.14:107][527]LogShaderCompilers: Display: Shaders left to compile 0
+[2024.01.13-18.20.14:121][527]LogVirtualization: UE::Virtualization was shutdown
+[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module MovieSceneCapture (1104)
+[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module Voice (1102)
+[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module ExternalImagePicker (1100)
+[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module HierarchicalLODOutliner (1098)
+[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module AddContentDialog (1096)
+[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module WidgetCarousel (1095)
+[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module SubobjectEditor (1092)
+[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module SceneOutliner (1090)
+[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module StatusBar (1088)
+[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module UnsavedAssetsTracker (1086)
+[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module GameProjectGeneration (1084)
+[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module StatsViewer (1082)
+[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module SequenceRecorderSections (1080)
+[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module AutomationWorker (1078)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module SmartSnapping (1076)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module TemplateSequenceEditor (1074)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module LevelSequenceEditor (1072)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module ActorSequenceEditor (1070)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module WmfMediaFactory (1068)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module WmfMediaEditor (1066)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module WebMMediaFactory (1064)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module WebMMediaEditor (1062)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module WebMMedia (1060)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module MediaPlayerEditor (1058)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module MediaCompositingEditor (1056)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module SequenceRecorder (1055)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module OpenExrWrapper (1052)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module ImgMediaFactory (1050)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module ImgMediaEditor (1048)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module AvfMediaFactory (1046)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module AvfMediaEditor (1044)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module AndroidMediaFactory (1042)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module AndroidMediaEditor (1040)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module CameraShakePreviewer (1038)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module TextureAlignMode (1036)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module BspMode (1034)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module GeometryMode (1032)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module EngineAssetDefinitions (1030)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module PlanarCut (1028)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module FractureEngine (1026)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module CharacterAI (1024)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module WaveTableEditor (1022)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module RigVMEditor (1020)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module ResonanceAudioEditor (1018)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module OpenXRInput (1016)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module GooglePADEditor (1014)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module AudioCaptureEditor (1012)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module AndroidFileServerEditor (1010)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module LiveLinkMultiUser (1008)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module IKRigEditor (1006)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module ControlRigEditor (1004)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module SessionServices (1002)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module MeshPaint (1000)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module VirtualTexturingEditor (998)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module PlacementMode (997)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module FoliageEdit (994)
+[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module LandscapeEditor (992)
+[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module SceneDepthPickerMode (990)
+[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module ActorPickerMode (988)
+[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module ViewportSnapping (986)
+[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module EditorWidgets (984)
+[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module ViewportInteraction (982)
+[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module ClothPainter (980)
+[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module SkeletalMeshEditor (979)
+[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module WidgetRegistration (976)
+[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module LogVisualizer (974)
+[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module IOSPlatformEditor (972)
+[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module AndroidPlatformEditor (970)
+[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module PIEPreviewDeviceProfileSelector (969)
+[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module AndroidDeviceDetection (967)
+[2024.01.13-18.20.14:496][527]LogModuleManager: Shutting down and abandoning module WindowsPlatformEditor (964)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module MacPlatformEditor (962)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module IOSRuntimeSettings (960)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module AndroidRuntimeSettings (958)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module RenderResourceViewer (956)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module GameplayDebuggerEditor (954)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module AnimationSettings (952)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module VirtualizationEditor (950)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module CSVtoSVG (948)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module DerivedDataEditor (946)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module EditorConfig (944)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module EditorFramework (942)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module TraceInsights (940)
+[2024.01.13-18.20.14:497][527]MemoryProfiler: Shutdown
+[2024.01.13-18.20.14:497][527]NetworkingProfiler: Shutdown
+[2024.01.13-18.20.14:497][527]LoadingProfiler: Shutdown
+[2024.01.13-18.20.14:497][527]TimingProfiler: Shutdown
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module TraceServices (939)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module TraceAnalysis (938)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module EditorInteractiveToolsFramework (934)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module InteractiveToolsFramework (933)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module InputBindingEditor (930)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module MergeActors (928)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module LocalizationDashboard (926)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module LocalizationService (925)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module HardwareTargeting (922)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module DeviceProfileEditor (920)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module UndoHistory (918)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module XmlParser (916)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module Blutility (914)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module ProjectSettingsViewer (912)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module ProjectTargetPlatformEditor (911)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module EditorSettingsViewer (908)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module InternationalizationSettings (907)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module SettingsEditor (904)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module ProjectLauncher (902)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module SessionFrontend (900)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module ProfilerClient (898)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module DeviceManager (896)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module AutomationController (894)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module AutomationWindow (892)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module Layers (890)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module ComponentVisualizers (888)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module DetailCustomizations (886)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module PackagesDialog (884)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module AnimationBlueprintEditor (882)
+[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module Persona (880)
+[2024.01.13-18.20.14:498][527]LogModuleManager: Shutting down and abandoning module Kismet (878)
+[2024.01.13-18.20.14:508][527]LogModuleManager: Shutting down and abandoning module KismetWidgets (877)
+[2024.01.13-18.20.14:508][527]LogModuleManager: Shutting down and abandoning module GraphEditor (874)
+[2024.01.13-18.20.14:508][527]LogModuleManager: Shutting down and abandoning module StructViewer (872)
+[2024.01.13-18.20.14:508][527]LogModuleManager: Shutting down and abandoning module ClassViewer (870)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module UncontrolledChangelists (868)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module SourceControlWindowExtender (866)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module SourceControlWindows (864)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module OutputLog (862)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module Documentation (860)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module SparseVolumeTexture (858)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module MovieSceneTracks (856)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module MovieScene (854)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module StreamingPauseRendering (852)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module BinkAudioDecoder (850)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module AudioMixerXAudio2 (848)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module AudioMixer (847)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module AudioMixerCore (846)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module LauncherPlatform (842)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module AnalyticsET (840)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module PortalServices (838)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module PortalRpc (836)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module MessagingRpc (834)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module AIModule (832)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module GameplayDebugger (831)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module AITestSuite (829)
+[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module NavigationSystem (827)
+[2024.01.13-18.20.14:511][527]LogModuleManager: Shutting down and abandoning module LevelInstanceEditor (824)
+[2024.01.13-18.20.14:511][527]LogModuleManager: Shutting down and abandoning module TypedElementRuntime (822)
+[2024.01.13-18.20.14:511][527]LogModuleManager: Shutting down and abandoning module TypedElementFramework (820)
+[2024.01.13-18.20.14:511][527]LogModuleManager: Shutting down and abandoning module ImageWriteQueue (818)
+[2024.01.13-18.20.14:511][527]LogModuleManager: Shutting down and abandoning module ProfilerService (816)
+[2024.01.13-18.20.14:724][527]LogModuleManager: Shutting down and abandoning module ProfileVisualizer (814)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module CacheTrackRecorder (812)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module TakeRecorderSources (810)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module TakeTrackRecorders (808)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module TakesCore (806)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module AudioSynesthesiaEditor (804)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module MegascansPlugin (802)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module Bridge (800)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module ConcertSyncClient (798)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module ObjectMixerEditor (796)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module LightMixer (794)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module ContentBrowserClassDataSource (792)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module ContentBrowserFileDataSource (790)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module ContentBrowserAssetDataSource (788)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module CollectionManager (787)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module PortableObjectFileDataSource (784)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module VariantManager (782)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module VariantManagerContentEditor (781)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module DatasmithContentEditor (778)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module PaperTiledImporter (776)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module PaperSpriteSheetImporter (774)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module Paper2DEditor (772)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeEditorUtilities (770)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeEditorPipelines (768)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeEditor (766)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeFbxParser (764)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeCommonParser (762)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeDispatcher (760)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeExport (758)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeMessages (756)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module GLTFCore (754)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module TemplateSequence (752)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module SequencerScriptingEditor (750)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module SequencerScripting (748)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module OodleNetworkHandlerComponent (746)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module MediaPlateEditor (744)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module MediaPlate (742)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module MediaCompositing (740)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module ImgMedia (738)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module TakeSequencer (736)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module TakeMovieScene (734)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module NiagaraEditorWidgets (730)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module WorldPartitionHLODUtilities (728)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module UVEditorToolsEditorOnly (726)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module UVEditorTools (724)
+[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module UVEditor (722)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module SequencerAnimTools (720)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module SpeedTreeImporter (718)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module PluginBrowser (716)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MobileLauncherProfileWizard (714)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MaterialAnalyzer (712)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ModelingToolsEditorMode (710)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module EditorScriptingUtilities (708)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module EditorDebugTools (706)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module CurveEditorTools (704)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module CryptoKeysOpenSSL (702)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module CryptoKeys (700)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ChangelistReview (698)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module BlueprintHeaderView (696)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ToolPresetEditor (694)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ToolPresetAsset (692)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module StructUtilsTestSuite (690)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module StructUtilsNodes (688)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module StructUtilsEditor (686)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module StructUtilsEngine (684)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module StaticMeshEditorModeling (682)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module StaticMeshEditor (681)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AdvancedPreviewScene (680)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module OpenImageDenoise (676)
+[2024.01.13-18.20.14:726][527]LogOpenImageDenoise: OIDN shutting down
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LocalizableMessageBlueprint (674)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LocalizableMessage (672)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module SkeletalMeshModifiers (670)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ModelingEditorUI (668)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryProcessingAdapters (666)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MeshModelingToolsEditorOnlyExp (664)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MeshModelingToolsExp (662)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MeshLODToolset (660)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryFlowMeshProcessingEditor (658)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryFlowMeshProcessing (656)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryFlowCore (654)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCollectionNodes (652)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCollectionTracks (650)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCollectionEngine (649)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCollectionSequencer (647)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCollectionEditor (644)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module DataflowNodes (642)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module DataflowEnginePlugin (640)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module DataflowEditor (638)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ChaosSolverEditor (636)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module FractureEditor (634)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ChaosUserDataPT (632)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ChaosNiagara (630)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ChaosClothEditor (628)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AutomationUtilsEditor (626)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AutomationUtils (624)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module BackChannel (622)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module XRBaseEditor (620)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module XRBase (618)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module SynthesisEditor (616)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ResonanceAudio (614)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ProceduralMeshComponentEditor (612)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module OpenXRHandTrackingEditor (610)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module OpenXREditor (608)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MobilePatchingUtils (606)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ModelingOperatorsEditorOnly (604)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ModelingOperators (602)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ModelingComponentsEditorOnly (600)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ModelingComponents (598)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryFramework (597)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MeshModelingToolsEditorOnly (594)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MeshModelingTools (592)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module InputDebuggingEditor (590)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module InputDebugging (588)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GooglePAD (586)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module DynamicMesh (584)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryAlgorithms (582)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCacheTracks (580)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCacheStreamer (578)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCacheSequencer (576)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AudioCapture (574)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AudioCaptureWasapi (573)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AssetTags (570)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ArchVisCharacter (568)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AppleImageUtilsBlueprintSupport (566)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AppleImageUtils (564)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AndroidPermission (562)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ActorLayerUtilitiesEditor (560)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ActorLayerUtilities (558)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AlembicImporter (556)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AlembicLibrary (555)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCache (554)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCacheEd (553)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LiveLinkSequencer (548)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LiveLinkMovieScene (546)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LiveLinkGraphNode (544)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LiveLinkEditor (542)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LiveLinkComponents (540)
+[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LiveLink (538)
+[2024.01.13-18.20.15:111][527]LogModuleManager: Shutting down and abandoning module ControlRigSpline (536)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module BlendSpaceMotionAnalysis (534)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module AnimationModifierLibrary (532)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module ACLPluginEditor (530)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module InterchangeTestEditor (528)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module InterchangeTests (526)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module VisualStudioSourceCodeAccess (524)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module UObjectPlugin (522)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module RiderSourceCodeAccess (520)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module VisualStudioCodeSourceCodeAccess (518)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module SubversionSourceControl (516)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module GitSourceControl (514)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module N10XSourceCodeAccess (512)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module PluginUtils (510)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module DumpGPUServices (508)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module CLionSourceCodeAccess (506)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module AnimationSharingEd (504)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module EditorTraceUtilities (502)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module TraceUtilities (500)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module MeshPaintingToolset (498)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module MeshPaintEditorMode (496)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module InputEditor (494)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module ConcertSyncCore (492)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module SQLiteCore (490)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module ConcertServer (488)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module ConcertClient (486)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module ConcertTransport (485)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module Concert (482)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module Paper2D (480)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module InterchangePipelines (478)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module InterchangeImport (476)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module InterchangeFactoryNodes (474)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module InterchangeNodes (472)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module ActorSequence (470)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module ImgMediaEngine (468)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module NiagaraAnimNotifies (466)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module Niagara (464)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module NiagaraEditor (463)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module NiagaraCore (460)
+[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module UdpMessaging (458)
+[2024.01.13-18.20.15:212][527]LogModuleManager: Shutting down and abandoning module GameplayCameras (456)
+[2024.01.13-18.20.15:212][527]LogModuleManager: Shutting down and abandoning module TcpMessaging (454)
+[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module GameplayTagsEditor (452)
+[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module FacialAnimationEditor (450)
+[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module FacialAnimation (448)
+[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module DataValidation (446)
+[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module AssetManagerEditor (444)
+[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module ContentBrowser (443)
+[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module ContentBrowserData (442)
+[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module TreeMap (439)
+[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module StructUtils (436)
+[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module PythonScriptPlugin (434)
+[2024.01.13-18.20.15:336][527]LogModuleManager: Shutting down and abandoning module PBIK (432)
+[2024.01.13-18.20.15:336][527]LogModuleManager: Shutting down and abandoning module FullBodyIK (430)
+[2024.01.13-18.20.15:336][527]LogModuleManager: Shutting down and abandoning module ChaosCachingEditor (428)
+[2024.01.13-18.20.15:336][527]LogModuleManager: Shutting down and abandoning module TakeRecorder (427)
+[2024.01.13-18.20.15:336][527]LogModuleManager: Shutting down and abandoning module LevelEditor (425)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module PixelInspectorModule (424)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module CommonMenuExtensions (422)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MainFrame (420)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module HotReload (419)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module ChaosCaching (414)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module EnvironmentQueryEditor (412)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module Synthesis (410)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module SoundFields (408)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module SignificanceManager (406)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module RigVMDeveloper (404)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module RigVM (402)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module PropertyAccessEditor (400)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module ProceduralMeshComponent (398)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MsQuicRuntime (396)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MetasoundEditor (394)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module ToolMenus (393)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AudioWidgets (391)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AdvancedWidgets (390)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MetasoundEngineTest (386)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MetasoundEngine (384)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module WaveTable (383)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AudioCodecEngine (381)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MetasoundStandardNodes (378)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MetasoundFrontend (376)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MetasoundGenerator (374)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MetasoundGraphCore (372)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module LocationServicesBPLibrary (370)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module CustomMeshComponent (368)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module CableComponent (366)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AudioSynesthesia (364)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AudioAnalyzer (363)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AudioSynesthesiaCore (360)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module SignalProcessing (359)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module IKRigDeveloper (356)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module IKRig (354)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module ControlRigDeveloper (352)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module ControlRig (350)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module Constraints (349)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module LevelSequence (347)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AnimationData (344)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module TraceDataFiltering (342)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module PropertyAccessNode (340)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AnimationSharing (338)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module InputBlueprintNodes (336)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module BlueprintGraph (335)
+[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module EnhancedInput (332)
+[2024.01.13-18.20.15:339][527]LogModuleManager: Shutting down and abandoning module WindowsMoviePlayer (330)
+[2024.01.13-18.20.15:341][527]LogModuleManager: Shutting down and abandoning module WebMMoviePlayer (328)
+[2024.01.13-18.20.15:341][527]LogModuleManager: Shutting down and abandoning module AndroidFileServer (326)
+[2024.01.13-18.20.15:341][527]LogModuleManager: Shutting down and abandoning module NetworkReplayStreaming (324)
+[2024.01.13-18.20.15:341][527]LogModuleManager: Shutting down and abandoning module PacketHandler (322)
+[2024.01.13-18.20.15:341][527]LogModuleManager: Shutting down and abandoning module WorldPartitionEditor (320)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module AnimGraph (318)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module TimeManagement (316)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module AnimationDataController (314)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module ClothingSystemEditor (312)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module ClothingSystemRuntimeNv (310)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module MediaAssets (308)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module Overlay (306)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module OverlayEditor (305)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module VREditor (302)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module StringTableEditor (300)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module GameplayTasksEditor (298)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module BehaviorTreeEditor (296)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module FunctionalTesting (294)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module CollisionAnalyzer (292)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module WorkspaceMenuStructure (291)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module ScriptableEditorWidgets (288)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module UMG (286)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module UMGEditor (285)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module EditorStyle (280)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module SlateReflector (278)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module Slate (276)
+[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module SlateCore (274)
+[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module SubobjectDataInterface (272)
+[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module LandscapeEditorUtilities (270)
+[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module UnrealEd (268)
+[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module MRMesh (266)
+[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module Messaging (264)
+[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module SourceCodeAccess (262)
+[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module HeadMountedDisplay (260)
+[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module LiveCoding (258)
+[2024.01.13-18.20.15:351][527]LogModuleManager: Shutting down and abandoning module Networking (256)
+[2024.01.13-18.20.15:351][527]LogModuleManager: Shutting down and abandoning module Core (254)
+[2024.01.13-18.20.15:351][527]LogModuleManager: Shutting down and abandoning module AssetDefinition (252)
+[2024.01.13-18.20.15:351][527]LogModuleManager: Shutting down and abandoning module MovieSceneTools (250)
+[2024.01.13-18.20.15:351][527]LogModuleManager: Shutting down and abandoning module CurveEditor (249)
+[2024.01.13-18.20.15:351][527]LogModuleManager: Shutting down and abandoning module Sequencer (247)
+[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module KismetCompiler (244)
+[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module MeshBuilder (242)
+[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module NaniteBuilder (240)
+[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module MeshUtilities (238)
+[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module MeshMergeUtilities (237)
+[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module StaticMeshDescription (236)
+[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module GeometryProcessingInterfaces (235)
+[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module MeshReductionInterface (232)
+[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module MeshBoneReduction (231)
+[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module SkeletalMeshReduction (229)
+[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module ProxyLODMeshReduction (227)
+[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module QuadricMeshReduction (225)
+[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module MaterialBaking (221)
+[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module TargetDeviceServices (218)
+[2024.01.13-18.20.15:362][527]LogModuleManager: Shutting down and abandoning module TelemetryUtils (215)
+[2024.01.13-18.20.15:362][527]LogModuleManager: Shutting down and abandoning module NullInstallBundleManager (212)
+[2024.01.13-18.20.15:362][527]LogModuleManager: Shutting down and abandoning module ShaderPreprocessor (210)
+[2024.01.13-18.20.15:362][527]LogModuleManager: Shutting down and abandoning module DerivedDataCache (208)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TargetPlatform (206)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module MetalShaderFormat (205)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module VulkanShaderFormat (203)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module ShaderFormatOpenGL (201)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module ShaderFormatD3D (199)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module ShaderFormatVectorVM (197)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module AudioFormatBINK (195)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module AudioFormatADPCM (193)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module AudioFormatOGG (191)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module AudioFormatOPUS (189)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module WindowsTargetPlatform (187)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TVOSTargetPlatform (185)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module MacTargetPlatform (183)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module LinuxArm64TargetPlatform (181)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module LinuxTargetPlatform (179)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module IOSTargetPlatform (177)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module AndroidTargetPlatform (175)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TextureFormat (173)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module ImageWrapper (172)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TextureFormatOodle (170)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TextureFormatUncompressed (168)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TextureFormatIntelISPCTexComp (166)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TextureFormatETC2 (164)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TextureFormatDXT (162)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TextureFormatASTC (160)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TurnkeySupport (157)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module InputCore (154)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module Settings (152)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module DirectoryWatcher (150)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module ChaosSolverEngine (148)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module FieldSystemEngine (147)
+[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module Chaos (144)
+[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module GeometryCore (143)
+[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module WindowsPlatformFeatures (140)
+[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module GameplayMediaEncoder (139)
+[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module AVEncoder (138)
+[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module D3D11RHI (134)
+[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module VariantManagerContent (132)
+[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module GLTFExporter (130)
+[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module DatasmithContent (128)
+[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module LauncherChunkInstaller (126)
+[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module WmfMedia (124)
+[2024.01.13-18.20.15:371][527]LogModuleManager: Shutting down and abandoning module Media (123)
+[2024.01.13-18.20.15:372][527]LogModuleManager: Shutting down and abandoning module ExrReaderGpu (120)
+[2024.01.13-18.20.15:372][527]LogModuleManager: Shutting down and abandoning module OnlineBlueprintSupport (118)
+[2024.01.13-18.20.15:372][527]LogModuleManager: Shutting down and abandoning module OnlineSubsystemUtils (116)
+[2024.01.13-18.20.15:372][527]LogModuleManager: Shutting down and abandoning module OnlineSubsystem (114)
+[2024.01.13-18.20.15:373][527]LogModuleManager: Shutting down and abandoning module XMPP (109)
+[2024.01.13-18.20.15:373][527]LogModuleManager: Shutting down and abandoning module WebSockets (108)
+[2024.01.13-18.20.15:384][527]LogModuleManager: Shutting down and abandoning module HTTP (105)
+[2024.01.13-18.20.15:384][527]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests:
+[2024.01.13-18.20.15:384][527]LogHttp: Warning: 	verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7BD4AB0F18-4341-302A-45E1-5091E89FB475%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.3.2-29314046%2B%2B%2BUE5%2BRelease-5.3&UserID=002976d644467f527d076c834710bdb4%7Ccd35b1242a2748e081d62e29436d61f6%7Cd9b9d71b-f921-4b23-8fde-93c9a0418955&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[1] status=Processing
+[2024.01.13-18.20.15:392][527]LogModuleManager: Shutting down and abandoning module SSL (104)
+[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module OnlineServicesCommonEngineUtils (100)
+[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module OnlineServicesCommon (98)
+[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module OnlineServicesInterface (96)
+[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module NiagaraVertexFactories (94)
+[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module NiagaraShader (92)
+[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module ChaosCloth (90)
+[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module AISupportModule (88)
+[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module WindowsDeviceProfileSelector (86)
+[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module OpenXREyeTracker (84)
+[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module OpenXRHandTracking (82)
+[2024.01.13-18.20.15:393][527]LogSlate: Slate User Destroyed.  User Index 0, Is Virtual User: 0
+[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module OpenXRAR (80)
+[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module AugmentedReality (79)
+[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module OpenXRHMD (76)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module ExampleDeviceProfileSelector (74)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module ChunkDownloader (72)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module ACLPlugin (70)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module RenderDocPlugin (68)
+[2024.01.13-18.20.15:394][527]RenderDocPlugin: plugin has been unloaded.
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PixWinPlugin (66)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module DesktopPlatform (64)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PythonScriptPluginPreload (62)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PlatformCryptoOpenSSL (60)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PlatformCryptoTypes (58)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PlatformCrypto (56)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PlasticSourceControl (54)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PerforceSourceControl (52)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module SourceControl (51)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module XGEController (48)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module FastBuildController (46)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module IoStoreOnDemand (44)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module AnimationModifiers (42)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module AudioEditor (40)
+[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PropertyEditor (39)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module Virtualization (36)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module MessageLog (35)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module TextureCompressor (32)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module OpenColorIOWrapper (31)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module RenderCore (28)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module Landscape (26)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module SlateRHIRenderer (24)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module AnimGraphRuntime (22)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module Renderer (20)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module Engine (18)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module CoreUObject (16)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module SandboxFile (14)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module PakFile (12)
+[2024.01.13-18.20.15:395][527]LogPakFile: Destroying PakPlatformFile
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module RSA (11)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module NetworkFile (8)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module StreamingFile (6)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module CookOnTheFly (4)
+[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module StorageServerClient (2)
+[2024.01.13-18.20.15:399][527]LogD3D11RHI: Shutdown
+[2024.01.13-18.20.15:399][527]LogD3D11RHI: CleanupD3DDevice
+[2024.01.13-18.20.15:431][527]LogExit: Exiting.
+[2024.01.13-18.20.15:443][527]Log file closed, 01/13/24 19:20:15
diff --git a/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt-backup-2024.01.14-12.28.23.log b/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt-backup-2024.01.14-12.28.23.log
new file mode 100644
index 0000000000000000000000000000000000000000..5b958c775001e18ca2f73da11eff74bd129e0596
--- /dev/null
+++ b/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt-backup-2024.01.14-12.28.23.log
@@ -0,0 +1,2462 @@
+Log file open, 01/14/24 12:18:49
+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=7624)
+LogWindows: Custom abort handler registered for crash reporting.
+LogInit: Display: Running engine for game: BackroomsDigitalArt
+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 11 (22H2) [10.0.22621.3007] "
+LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 7 3800X 8-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="" D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject""
+LogCsvProfiler: Display: Metadata set : loginid="002976d644467f527d076c834710bdb4"
+LogCsvProfiler: Display: Metadata set : llm="0"
+LogStats: Stats thread started at 0.314712
+LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +1:00, Platform Override: ''
+LogInit: Session CrashGUID >====================================================
+         Session CrashGUID >   UECC-Windows-99DF6A064C3349B815CB4684070FBA04
+         Session CrashGUID >====================================================
+LogConfig: Display: Loading VulkanPC ini files took 0.03 seconds
+LogConfig: Display: Loading Mac ini files took 0.03 seconds
+LogConfig: Display: Loading IOS ini files took 0.03 seconds
+LogConfig: Display: Loading Android ini files took 0.03 seconds
+LogConfig: Display: Loading Unix ini files took 0.04 seconds
+LogConfig: Display: Loading Windows ini files took 0.04 seconds
+LogConfig: Display: Loading TVOS ini files took 0.04 seconds
+LogConfig: Display: Loading Linux ini files took 0.04 seconds
+LogConfig: Display: Loading LinuxArm64 ini files took 0.04 seconds
+LogAssetRegistry: Display: Asset registry cache read as 17.5 MiB from D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_0.bin
+LogPluginManager: Mounting Engine plugin EnhancedInput
+LogPluginManager: Found config from plugin[EnhancedInput] Input
+LogPluginManager: Mounting Engine plugin Bridge
+LogPluginManager: Mounting Engine plugin FastBuildController
+LogPluginManager: Mounting Engine plugin MeshPainting
+LogPluginManager: Mounting Engine plugin TraceUtilities
+LogPluginManager: Mounting Engine plugin XGEController
+LogPluginManager: Mounting Engine plugin Paper2D
+LogPluginManager: Mounting Engine plugin ACLPlugin
+LogPluginManager: Mounting Engine plugin AnimationData
+LogPluginManager: Mounting Engine plugin Takes
+LogPluginManager: Mounting Engine plugin AnimationModifierLibrary
+LogPluginManager: Mounting Engine plugin ControlRig
+LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis
+LogPluginManager: Mounting Engine plugin LiveLink
+LogPluginManager: Mounting Engine plugin ControlRigSpline
+LogPluginManager: Mounting Engine plugin IKRig
+LogPluginManager: Mounting Engine plugin Interchange
+LogPluginManager: Mounting Engine plugin InterchangeEditor
+LogPluginManager: Mounting Engine plugin AssetManagerEditor
+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 FacialAnimation
+LogPluginManager: Mounting Engine plugin EngineAssetDefinitions
+LogPluginManager: Mounting Engine plugin GameplayTagsEditor
+LogPluginManager: Mounting Engine plugin EditorScriptingUtilities
+LogPluginManager: Mounting Engine plugin GeometryMode
+LogPluginManager: Mounting Engine plugin MacGraphicsSwitching
+LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard
+LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode
+LogPluginManager: Mounting Engine plugin MaterialAnalyzer
+LogPluginManager: Mounting Engine plugin SequencerAnimTools
+LogPluginManager: Mounting Engine plugin PluginBrowser
+LogPluginManager: Mounting Engine plugin UVEditor
+LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities
+LogPluginManager: Mounting Engine plugin SpeedTreeImporter
+LogPluginManager: Mounting Engine plugin LauncherChunkInstaller
+LogPluginManager: Mounting Engine plugin Niagara
+LogPluginManager: Mounting Engine plugin OodleNetwork
+LogPluginManager: Mounting Engine plugin AlembicImporter
+LogPluginManager: Mounting Engine plugin ActorSequence
+LogPluginManager: Mounting Engine plugin LevelSequenceEditor
+LogPluginManager: Mounting Engine plugin TemplateSequence
+LogPluginManager: Mounting Engine plugin InterchangeTests
+LogPluginManager: Mounting Engine plugin SequencerScripting
+LogPluginManager: Mounting Engine plugin CameraShakePreviewer
+LogPluginManager: Mounting Engine plugin GameplayCameras
+LogPluginManager: Mounting Engine plugin OnlineBase
+LogPluginManager: Mounting Engine plugin OnlineServices
+LogPluginManager: Mounting Engine plugin OnlineSubsystem
+LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils
+LogPluginManager: Mounting Engine plugin OnlineSubsystemNull
+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 ChaosUserDataPT
+LogPluginManager: Mounting Engine plugin ChaosSolverPlugin
+LogPluginManager: Mounting Engine plugin CharacterAI
+LogPluginManager: Mounting Engine plugin Dataflow
+LogPluginManager: Mounting Engine plugin Fracture
+LogPluginManager: Mounting Engine plugin ChaosNiagara
+LogPluginManager: Mounting Engine plugin FullBodyIK
+LogPluginManager: Mounting Engine plugin GeometryFlow
+LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin
+LogPluginManager: Mounting Engine plugin MeshLODToolset
+LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp
+LogPluginManager: Mounting Engine plugin LocalizableMessage
+LogPluginManager: Mounting Engine plugin OpenImageDenoise
+LogPluginManager: Mounting Engine plugin PlatformCrypto
+LogPluginManager: Mounting Engine plugin ProxyLODPlugin
+LogPluginManager: Mounting Engine plugin PlanarCut
+LogPluginManager: Mounting Engine plugin StaticMeshEditorModeling
+LogPluginManager: Mounting Engine plugin PythonScriptPlugin
+LogPluginManager: Mounting Engine plugin StructUtils
+LogPluginManager: Mounting Engine plugin SkeletalReduction
+LogPluginManager: Mounting Engine plugin ToolPresets
+LogPluginManager: Mounting Engine plugin AndroidMedia
+LogPluginManager: Mounting Engine plugin AvfMedia
+LogPluginManager: Mounting Engine plugin MediaCompositing
+LogPluginManager: Mounting Engine plugin ImgMedia
+LogPluginManager: Mounting Engine plugin MediaPlayerEditor
+LogPluginManager: Mounting Engine plugin WebMMedia
+LogPluginManager: Mounting Engine plugin MediaPlate
+LogPluginManager: Mounting Engine plugin WmfMedia
+LogPluginManager: Mounting Engine plugin TcpMessaging
+LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess
+LogPluginManager: Mounting Engine plugin AnimationSharing
+LogPluginManager: Mounting Engine plugin UdpMessaging
+LogPluginManager: Mounting Engine plugin DumpGPUServices
+LogPluginManager: Mounting Engine plugin GitSourceControl
+LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess
+LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess
+LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess
+LogPluginManager: Mounting Engine plugin NullSourceCodeAccess
+LogPluginManager: Mounting Engine plugin PixWinPlugin
+LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess
+LogPluginManager: Mounting Engine plugin RenderDocPlugin
+LogPluginManager: Mounting Engine plugin PerforceSourceControl
+LogPluginManager: Mounting Engine plugin SubversionSourceControl
+LogPluginManager: Mounting Engine plugin PlasticSourceControl
+LogPluginManager: Mounting Engine plugin TraceDataFilters
+LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess
+LogPluginManager: Mounting Engine plugin UObjectPlugin
+LogPluginManager: Mounting Engine plugin TextureFormatOodle
+LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess
+LogPluginManager: Mounting Engine plugin PropertyAccessNode
+LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess
+LogPluginManager: Mounting Engine plugin PluginUtils
+LogPluginManager: Mounting Engine plugin AISupport
+LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor
+LogPluginManager: Mounting Engine plugin DatasmithContent
+LogPluginManager: Mounting Engine plugin GLTFExporter
+LogPluginManager: Mounting Engine plugin VariantManager
+LogPluginManager: Mounting Engine plugin VariantManagerContent
+LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector
+LogPluginManager: Mounting Engine plugin AndroidFileServer
+LogPluginManager: Mounting Engine plugin ActorLayerUtilities
+LogPluginManager: Mounting Engine plugin AndroidMoviePlayer
+LogPluginManager: Mounting Engine plugin AppleImageUtils
+LogPluginManager: Mounting Engine plugin AndroidPermission
+LogPluginManager: Mounting Engine plugin AppleMoviePlayer
+LogPluginManager: Mounting Engine plugin ArchVisCharacter
+LogPluginManager: Mounting Engine plugin AssetTags
+LogPluginManager: Mounting Engine plugin AudioCapture
+LogPluginManager: Mounting Engine plugin AudioWidgets
+LogPluginManager: Mounting Engine plugin CableComponent
+LogPluginManager: Mounting Engine plugin ChunkDownloader
+LogPluginManager: Mounting Engine plugin AudioSynesthesia
+LogPluginManager: Mounting Engine plugin CustomMeshComponent
+LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector
+LogPluginManager: Mounting Engine plugin GeometryCache
+LogPluginManager: Mounting Engine plugin GeometryProcessing
+LogPluginManager: Mounting Engine plugin GoogleCloudMessaging
+LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector
+LogPluginManager: Mounting Engine plugin GooglePAD
+LogPluginManager: Mounting Engine plugin InputDebugging
+LogPluginManager: Found config from plugin[InputDebugging] Input
+LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector
+LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary
+LogPluginManager: Mounting Engine plugin Metasound
+LogPluginManager: Mounting Engine plugin MeshModelingToolset
+LogPluginManager: Mounting Engine plugin MsQuic
+LogPluginManager: Mounting Engine plugin MobilePatchingUtils
+LogPluginManager: Mounting Engine plugin OpenXR
+LogPluginManager: Mounting Engine plugin OpenXREyeTracker
+LogPluginManager: Mounting Engine plugin OpenXRHandTracking
+LogPluginManager: Mounting Engine plugin PropertyAccessEditor
+LogPluginManager: Mounting Engine plugin ProceduralMeshComponent
+LogPluginManager: Mounting Engine plugin ResonanceAudio
+LogPluginManager: Mounting Engine plugin RigVM
+LogPluginManager: Mounting Engine plugin SignificanceManager
+LogPluginManager: Mounting Engine plugin SoundFields
+LogPluginManager: Mounting Engine plugin WaveTable
+LogPluginManager: Mounting Engine plugin Synthesis
+LogPluginManager: Mounting Engine plugin WebMMoviePlayer
+LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector
+LogPluginManager: Mounting Engine plugin WindowsMoviePlayer
+LogPluginManager: Mounting Engine plugin XRBase
+LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay
+LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource
+LogPluginManager: Mounting Engine plugin ObjectMixer
+LogPluginManager: Mounting Engine plugin LightMixer
+LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource
+LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource
+LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource
+LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS
+LogPluginManager: Mounting Engine plugin ConcertMain
+LogPluginManager: Mounting Engine plugin SQLiteCore
+LogPluginManager: Mounting Engine plugin ConcertSyncCore
+LogPluginManager: Mounting Engine plugin ConcertSyncClient
+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/2D/Paper2D/Content/' mounted to '/Paper2D/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/ACLPlugin/Content/' mounted to '/ACLPlugin/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/VirtualProduction/Takes/Content/' mounted to '/Takes/'
+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/Interchange/Runtime/Content/' mounted to '/Interchange/'
+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/ModelingToolsEditorMode/Content/' mounted to '/ModelingToolsEditorMode/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/UVEditor/Content/' mounted to '/UVEditor/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/SpeedTreeImporter/Content/' mounted to '/SpeedTreeImporter/'
+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/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/Dataflow/Content/' mounted to '/Dataflow/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosNiagara/Content/' mounted to '/ChaosNiagara/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/FullBodyIK/Content/' mounted to '/FullBodyIK/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/GeometryFlow/Content/' mounted to '/GeometryFlow/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/GeometryCollectionPlugin/Content/' mounted to '/GeometryCollectionPlugin/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/MeshLODToolset/Content/' mounted to '/MeshLODToolset/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/MeshModelingToolsetExp/Content/' mounted to '/MeshModelingToolsetExp/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/StaticMeshEditorModeling/Content/' mounted to '/StaticMeshEditorModeling/'
+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/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/Developer/AnimationSharing/Content/' mounted to '/AnimationSharing/'
+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/Runtime/AudioWidgets/Content/' mounted to '/AudioWidgets/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/AudioSynesthesia/Content/' mounted to '/AudioSynesthesia/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/GeometryProcessing/Content/' mounted to '/GeometryProcessing/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/Metasound/Content/' mounted to '/Metasound/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/MeshModelingToolset/Content/' mounted to '/MeshModelingToolset/'
+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/WaveTable/Content/' mounted to '/WaveTable/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/Synthesis/Content/' mounted to '/Synthesis/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/ObjectMixer/ObjectMixer/Content/' mounted to '/ObjectMixer/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/ObjectMixer/LightMixer/Content/' mounted to '/LightMixer/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Content/' mounted to '/ConcertSyncClient/'
+SourceControl: Revision control is disabled
+SourceControl: Revision control is disabled
+SourceControl: Revision control is disabled
+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]
+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.
+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 11 (22H2) [10.0.22621.3007] (), CPU: AMD Ryzen 7 3800X 8-Core Processor             , GPU: NVIDIA GeForce RTX 3070
+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: 
+LogInit: Base Directory: C:/Program Files/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
+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.01.14-11.18.49:676][  0]LogConfig: Set CVar [[r.VSync:0]]
+[2024.01.14-11.18.49:676][  0]LogConfig: Set CVar [[r.RHICmdBypass:0]]
+[2024.01.14-11.18.49:676][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine]
+[2024.01.14-11.18.49:676][  0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created
+[2024.01.14-11.18.49:676][  0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created
+[2024.01.14-11.18.49:676][  0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]]
+[2024.01.14-11.18.49:676][  0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created
+[2024.01.14-11.18.49:676][  0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]]
+[2024.01.14-11.18.49:676][  0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]]
+[2024.01.14-11.18.49:676][  0]LogConfig: Set CVar [[r.ReflectionMethod:1]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine]
+[2024.01.14-11.18.49:678][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]]
+[2024.01.14-11.18.49:678][  0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]]
+[2024.01.14-11.18.49:678][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created
+[2024.01.14-11.18.49:678][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created
+[2024.01.14-11.18.49:678][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created
+[2024.01.14-11.18.49:678][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[gc.AllowParallelGC:1]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]]
+[2024.01.14-11.18.49:678][  0]LogConfig: Set CVar [[gc.CreateGCClusters:1]]
+[2024.01.14-11.18.49:679][  0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]]
+[2024.01.14-11.18.49:679][  0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]]
+[2024.01.14-11.18.49:679][  0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]]
+[2024.01.14-11.18.49:679][  0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:0]]
+[2024.01.14-11.18.49:679][  0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]]
+[2024.01.14-11.18.49:679][  0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]]
+[2024.01.14-11.18.49:679][  0]LogConfig: Set CVar [[gc.PendingKillEnabled:1]]
+[2024.01.14-11.18.49:679][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine]
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine]
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created
+[2024.01.14-11.18.49:679][  0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created
+[2024.01.14-11.18.49:680][  0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability]
+[2024.01.14-11.18.49:680][  0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]]
+[2024.01.14-11.18.49:680][  0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]]
+[2024.01.14-11.18.49:680][  0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability]
+[2024.01.14-11.18.49:680][  0]LogConfig: Set CVar [[r.FXAA.Quality:4]]
+[2024.01.14-11.18.49:680][  0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]]
+[2024.01.14-11.18.49:680][  0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]]
+[2024.01.14-11.18.49:680][  0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]]
+[2024.01.14-11.18.49:680][  0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.TSR.ShadingRejection.TileOverscan:3]]
+[2024.01.14-11.18.49:681][  0]LogConfig: CVar [[r.TSR.Velocity.Extrapolation:1]] deferred - dummy variable created
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.LightFunctionQuality:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.ShadowQuality:5]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.VolumetricFog:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.CapsuleShadows:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DistanceFieldAO:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.AOQuality:2]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.SSR.Quality:3]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.MotionBlurQuality:4]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.LensFlareQuality:2]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.BloomQuality:5]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.FastBlurThreshold:100]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Upscale.Quality:3]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.LightShaftQuality:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Filter.SizeScale:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2         ; lower gathering resolution]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1        ; higher gathering accumulator quality]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1          ; Median3x3 postfilering method]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0       ; no bokeh simulation when gathering]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4                 ; medium number of samples when gathering]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1    ; additive foreground scattering]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2    ; additive background scattering]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1      ; bokeh simulation when scattering]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1         ; only a maximum of 10% of scattered bokeh]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1                ; cheap slight out of focus]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0    ; no bokeh simulation on slight out of focus]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1                ; more stable temporal accumulation]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Streaming.MipBias:0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Streaming.Boost:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.MaxAnisotropy:8]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.RefractionQuality:2]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.SceneColorFormat:4]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.DetailMode:2]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]]
+[2024.01.14-11.18.49:681][  0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SSS.Scale:1]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SSS.SampleSet:2]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SSS.Quality:1]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SSS.HalfRes:0]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SSGI.Quality:3]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.ParticleLightQuality:2]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]]
+[2024.01.14-11.18.49:682][  0]LogConfig: CVar [[fx.Niagara.QualityLevel:3]] deferred - dummy variable created
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[foliage.DensityScale:1.0]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[grass.DensityScale:1.0]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]]
+[2024.01.14-11.18.49:682][  0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]]
+[2024.01.14-11.18.49:683][  0]LogRHI: Using Default RHI: D3D11
+[2024.01.14-11.18.49:683][  0]LogRHI: Using Highest Feature Level of D3D11: SM5
+[2024.01.14-11.18.49:683][  0]LogRHI: Loading RHI module D3D11RHI
+[2024.01.14-11.18.49:705][  0]LogD3D11RHI: Loaded GFSDK_Aftermath_Lib.x64.dll
+[2024.01.14-11.18.49:705][  0]LogRHI: Checking if RHI D3D11 with Feature Level SM5 is supported by your system.
+[2024.01.14-11.18.49:709][  0]LogD3D11RHI: D3D11 min allowed feature level: 11_0
+[2024.01.14-11.18.49:709][  0]LogD3D11RHI: D3D11 max allowed feature level: 11_1
+[2024.01.14-11.18.49:709][  0]LogD3D11RHI: D3D11 adapters:
+[2024.01.14-11.18.49:709][  0]LogD3D11RHI: Testing D3D11 Adapter 0:
+[2024.01.14-11.18.49:709][  0]LogD3D11RHI:     Description : NVIDIA GeForce RTX 3070
+[2024.01.14-11.18.49:709][  0]LogD3D11RHI:     VendorId    : 10de
+[2024.01.14-11.18.49:709][  0]LogD3D11RHI:     DeviceId    : 2484
+[2024.01.14-11.18.49:709][  0]LogD3D11RHI:     SubSysId    : 87c11043
+[2024.01.14-11.18.49:709][  0]LogD3D11RHI:     Revision    : 00a1
+[2024.01.14-11.18.49:709][  0]LogD3D11RHI:     DedicatedVideoMemory : 8422162432 bytes
+[2024.01.14-11.18.49:709][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
+[2024.01.14-11.18.49:709][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
+[2024.01.14-11.18.49:709][  0]LogD3D11RHI:     AdapterLuid : 0 66303
+[2024.01.14-11.18.49:830][  0]LogD3D11RHI:    0. 'NVIDIA GeForce RTX 3070' (Feature Level 11_1)
+[2024.01.14-11.18.49:830][  0]LogD3D11RHI:       8032/0/8152 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:1, VendorId:0x10de
+[2024.01.14-11.18.49:830][  0]LogD3D11RHI: Testing D3D11 Adapter 1:
+[2024.01.14-11.18.49:830][  0]LogD3D11RHI:     Description : Microsoft Basic Render Driver
+[2024.01.14-11.18.49:830][  0]LogD3D11RHI:     VendorId    : 1414
+[2024.01.14-11.18.49:830][  0]LogD3D11RHI:     DeviceId    : 008c
+[2024.01.14-11.18.49:830][  0]LogD3D11RHI:     SubSysId    : 0000
+[2024.01.14-11.18.49:830][  0]LogD3D11RHI:     Revision    : 0000
+[2024.01.14-11.18.49:830][  0]LogD3D11RHI:     DedicatedVideoMemory : 0 bytes
+[2024.01.14-11.18.49:830][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
+[2024.01.14-11.18.49:830][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
+[2024.01.14-11.18.49:830][  0]LogD3D11RHI:     AdapterLuid : 0 69664
+[2024.01.14-11.18.49:832][  0]LogD3D11RHI:    1. 'Microsoft Basic Render Driver' (Feature Level 11_1)
+[2024.01.14-11.18.49:832][  0]LogD3D11RHI:       0/0/8152 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:0, VendorId:0x1414
+[2024.01.14-11.18.49:832][  0]LogD3D11RHI: Chosen D3D11 Adapter:
+[2024.01.14-11.18.49:832][  0]LogD3D11RHI:     Description : NVIDIA GeForce RTX 3070
+[2024.01.14-11.18.49:832][  0]LogD3D11RHI:     VendorId    : 10de
+[2024.01.14-11.18.49:832][  0]LogD3D11RHI:     DeviceId    : 2484
+[2024.01.14-11.18.49:832][  0]LogD3D11RHI:     SubSysId    : 87c11043
+[2024.01.14-11.18.49:832][  0]LogD3D11RHI:     Revision    : 00a1
+[2024.01.14-11.18.49:832][  0]LogD3D11RHI:     DedicatedVideoMemory : 8422162432 bytes
+[2024.01.14-11.18.49:832][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
+[2024.01.14-11.18.49:832][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
+[2024.01.14-11.18.49:832][  0]LogD3D11RHI:     AdapterLuid : 0 66303
+[2024.01.14-11.18.49:832][  0]LogRHI: RHI D3D11 with Feature Level SM5 is supported and will be used.
+[2024.01.14-11.18.49:832][  0]LogInit: Selected Device Profile: [WindowsEditor]
+[2024.01.14-11.18.49:832][  0]LogHAL: Display: Platform has ~ 16 GB [17097908224 / 17179869184 / 16], which maps to Larger [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0)
+[2024.01.14-11.18.49:832][  0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows]
+[2024.01.14-11.18.49:832][  0]LogDeviceProfileManager: Going up to parent DeviceProfile []
+[2024.01.14-11.18.49:832][  0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini]
+[2024.01.14-11.18.49:832][  0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]]
+[2024.01.14-11.18.49:832][  0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]]
+[2024.01.14-11.18.49:832][  0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]]
+[2024.01.14-11.18.49:832][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine]
+[2024.01.14-11.18.49:832][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Config/WindowsEditor/Editor.ini]
+[2024.01.14-11.18.49:832][  0]LogInit: Computer: DESKTOP-EOLA6SK
+[2024.01.14-11.18.49:832][  0]LogInit: User: Thomas
+[2024.01.14-11.18.49:832][  0]LogInit: CPU Page size=4096, Cores=8
+[2024.01.14-11.18.49:832][  0]LogInit: High frequency timer resolution =10.000000 MHz
+[2024.01.14-11.18.49:832][  0]LogMemory: Memory total: Physical=15.9GB (16GB approx)
+[2024.01.14-11.18.49:832][  0]LogMemory: Platform Memory Stats for WindowsEditor
+[2024.01.14-11.18.49:832][  0]LogMemory: Process Physical Memory: 490.44 MB used, 500.81 MB peak
+[2024.01.14-11.18.49:832][  0]LogMemory: Process Virtual Memory: 499.72 MB used, 499.72 MB peak
+[2024.01.14-11.18.49:832][  0]LogMemory: Physical Memory: 10441.65 MB used,  5864.19 MB free, 16305.84 MB total
+[2024.01.14-11.18.49:832][  0]LogMemory: Virtual Memory: 14441.66 MB used,  8520.17 MB free, 22961.84 MB total
+[2024.01.14-11.18.49:832][  0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0"
+[2024.01.14-11.18.49:837][  0]LogWindows: WindowsPlatformFeatures enabled
+[2024.01.14-11.18.49:847][  0]LogInit: Physics initialised using underlying interface: Chaos
+[2024.01.14-11.18.49:847][  0]LogInit: Using OS detected language (de-DE).
+[2024.01.14-11.18.49:847][  0]LogInit: Using OS detected locale (de-DE).
+[2024.01.14-11.18.49:850][  0]LogTextLocalizationManager: No specific localization for 'de-DE' exists, so 'de' will be used for the language.
+[2024.01.14-11.18.49:850][  0]LogInit: Setting process to per monitor DPI aware
+[2024.01.14-11.18.49:850][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Editor/de/Editor.locres' could not be opened for reading!
+[2024.01.14-11.18.49:850][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/EditorTutorials/de/EditorTutorials.locres' could not be opened for reading!
+[2024.01.14-11.18.49:850][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Keywords/de/Keywords.locres' could not be opened for reading!
+[2024.01.14-11.18.49:850][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Category/de/Category.locres' could not be opened for reading!
+[2024.01.14-11.18.49:850][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/ToolTips/de/ToolTips.locres' could not be opened for reading!
+[2024.01.14-11.18.49:850][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/PropertyNames/de/PropertyNames.locres' could not be opened for reading!
+[2024.01.14-11.18.49:850][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Engine/de/Engine.locres' could not be opened for reading!
+[2024.01.14-11.18.49:865][  0]LogWindowsTextInputMethodSystem: Available input methods:
+[2024.01.14-11.18.49:865][  0]LogWindowsTextInputMethodSystem:   - Deutsch (Deutschland) - (Keyboard).
+[2024.01.14-11.18.49:866][  0]LogWindowsTextInputMethodSystem: Activated input method: Deutsch (Deutschland) - (Keyboard).
+[2024.01.14-11.18.49:880][  0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0
+[2024.01.14-11.18.49:880][  0]LogSlate: Slate User Registered.  User Index 0, Is Virtual User: 0
+[2024.01.14-11.18.50:003][  0]LogRHI: Using Default RHI: D3D11
+[2024.01.14-11.18.50:003][  0]LogRHI: Using Highest Feature Level of D3D11: SM5
+[2024.01.14-11.18.50:003][  0]LogRHI: Loading RHI module D3D11RHI
+[2024.01.14-11.18.50:003][  0]LogRHI: Checking if RHI D3D11 with Feature Level SM5 is supported by your system.
+[2024.01.14-11.18.50:003][  0]LogRHI: RHI D3D11 with Feature Level SM5 is supported and will be used.
+[2024.01.14-11.18.50:007][  0]LogWindows: Attached monitors:
+[2024.01.14-11.18.50:007][  0]LogWindows:     resolution: 3440x1440, work area: (0, 0) -> (3440, 1392), device: '\\.\DISPLAY1' [PRIMARY]
+[2024.01.14-11.18.50:007][  0]LogWindows: Found 1 attached monitors.
+[2024.01.14-11.18.50:007][  0]LogWindows: Gathering driver information using Windows Setup API
+[2024.01.14-11.18.50:007][  0]LogRHI: RHI Adapter Info:
+[2024.01.14-11.18.50:007][  0]LogRHI:             Name: NVIDIA GeForce RTX 3070
+[2024.01.14-11.18.50:007][  0]LogRHI:   Driver Version: 546.29 (internal:31.0.15.4629, unified:546.29)
+[2024.01.14-11.18.50:007][  0]LogRHI:      Driver Date: 11-29-2023
+[2024.01.14-11.18.50:007][  0]LogD3D11RHI: Creating new Direct3DDevice
+[2024.01.14-11.18.50:008][  0]LogD3D11RHI:     GPU DeviceId: 0x2484 (for the marketing name, search the web for "GPU Device Id")
+[2024.01.14-11.18.50:008][  0]LogRHI: Texture pool is 5622 MB (70% of 8032 MB)
+[2024.01.14-11.18.50:008][  0]LogD3D11RHI: Creating D3DDevice using adapter:
+[2024.01.14-11.18.50:008][  0]LogD3D11RHI:     Description : NVIDIA GeForce RTX 3070
+[2024.01.14-11.18.50:008][  0]LogD3D11RHI:     VendorId    : 10de
+[2024.01.14-11.18.50:008][  0]LogD3D11RHI:     DeviceId    : 2484
+[2024.01.14-11.18.50:008][  0]LogD3D11RHI:     SubSysId    : 87c11043
+[2024.01.14-11.18.50:008][  0]LogD3D11RHI:     Revision    : 00a1
+[2024.01.14-11.18.50:008][  0]LogD3D11RHI:     DedicatedVideoMemory : 8422162432 bytes
+[2024.01.14-11.18.50:008][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
+[2024.01.14-11.18.50:008][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
+[2024.01.14-11.18.50:008][  0]LogD3D11RHI:     AdapterLuid : 0 66303
+[2024.01.14-11.18.50:088][  0]LogD3D11RHI: RHI has support for 64 bit atomics
+[2024.01.14-11.18.50:088][  0]LogD3D11RHI: Async texture creation enabled
+[2024.01.14-11.18.50:089][  0]LogD3D11RHI: D3D11_MAP_WRITE_NO_OVERWRITE for dynamic buffer SRVs is supported
+[2024.01.14-11.18.50:089][  0]LogD3D11RHI: Array index from any shader is supported
+[2024.01.14-11.18.50:147][  0]LogVRS: Current RHI does not support Variable Rate Shading
+[2024.01.14-11.18.50:156][  0]LogD3D11RHI: GPU Timing Frequency: 1000.000000 (Debug: 2 1)
+[2024.01.14-11.18.50:166][  0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_0.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_0.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -platform=all'
+[2024.01.14-11.18.50:167][  0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""C:/Program Files/Epic Games/UE_5.3/Engine/Build/BatchFiles/RunUAT.bat"  -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_0.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_0.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -platform=all" ]
+[2024.01.14-11.18.50:202][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC
+[2024.01.14-11.18.50:202][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT
+[2024.01.14-11.18.50:202][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2
+[2024.01.14-11.18.50:202][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp
+[2024.01.14-11.18.50:202][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed
+[2024.01.14-11.18.50:202][  0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.10
+[2024.01.14-11.18.50:202][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll
+[2024.01.14-11.18.50:203][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.6.dll
+[2024.01.14-11.18.50:203][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.7.dll
+[2024.01.14-11.18.50:204][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.8.dll
+[2024.01.14-11.18.50:204][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.9.dll
+[2024.01.14-11.18.50:204][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.10.dll
+[2024.01.14-11.18.50:205][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle
+[2024.01.14-11.18.50:222][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android'
+[2024.01.14-11.18.50:222][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC'
+[2024.01.14-11.18.50:222][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT'
+[2024.01.14-11.18.50:222][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2'
+[2024.01.14-11.18.50:222][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient'
+[2024.01.14-11.18.50:222][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient'
+[2024.01.14-11.18.50:222][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient'
+[2024.01.14-11.18.50:222][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client'
+[2024.01.14-11.18.50:222][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi'
+[2024.01.14-11.18.50:222][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient'
+[2024.01.14-11.18.50:227][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS'
+[2024.01.14-11.18.50:227][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient'
+[2024.01.14-11.18.50:230][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux'
+[2024.01.14-11.18.50:230][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor'
+[2024.01.14-11.18.50:230][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer'
+[2024.01.14-11.18.50:230][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient'
+[2024.01.14-11.18.50:234][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64'
+[2024.01.14-11.18.50:234][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server'
+[2024.01.14-11.18.50:234][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client'
+[2024.01.14-11.18.50:237][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac'
+[2024.01.14-11.18.50:237][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor'
+[2024.01.14-11.18.50:237][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer'
+[2024.01.14-11.18.50:237][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient'
+[2024.01.14-11.18.50:240][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS'
+[2024.01.14-11.18.50:240][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient'
+[2024.01.14-11.18.50:247][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows'
+[2024.01.14-11.18.50:247][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor'
+[2024.01.14-11.18.50:247][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer'
+[2024.01.14-11.18.50:247][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient'
+[2024.01.14-11.18.50:247][  0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor
+[2024.01.14-11.18.50:254][  0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded.
+[2024.01.14-11.18.50:302][  0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager: Loaded format module MetalShaderFormat
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   SF_METAL
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   SF_METAL_MRT
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   SF_METAL_TVOS
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   SF_METAL_MRT_TVOS
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   SF_METAL_SM5
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   SF_METAL_SM6
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   SF_METAL_SIM
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   SF_METAL_MACES3_1
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   SF_METAL_MRT_MAC
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   PCD3D_SM6
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   PCD3D_SM5
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   PCD3D_ES31
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   GLSL_150_ES31
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   GLSL_ES3_1_ANDROID
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   VVM_1_0
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   SF_VULKAN_SM5
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   SF_VULKAN_ES31_ANDROID
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   SF_VULKAN_ES31
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   SF_VULKAN_SM5_ANDROID
+[2024.01.14-11.18.50:306][  0]LogTargetPlatformManager:   SF_VULKAN_SM6
+[2024.01.14-11.18.50:306][  0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0).
+[2024.01.14-11.18.50:308][  0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB
+[2024.01.14-11.18.50:309][  0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
+[2024.01.14-11.18.50:309][  0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy.
+[2024.01.14-11.18.50:309][  0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
+[2024.01.14-11.18.50:309][  0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy.
+[2024.01.14-11.18.50:353][  0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2383 MiB)
+[2024.01.14-11.18.50:353][  0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
+[2024.01.14-11.18.50:353][  0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy.
+[2024.01.14-11.18.50:360][  0]LogDerivedDataCache: C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds.
+[2024.01.14-11.18.50:360][  0]LogDerivedDataCache: Display: C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.03ms. RandomReadSpeed=1076.28MBs, RandomWriteSpeed=140.48MBs. Assigned SpeedClass 'Local'
+[2024.01.14-11.18.50:363][  0]LogDerivedDataCache: Local: Using data cache path C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Writable
+[2024.01.14-11.18.50:363][  0]LogDerivedDataCache: Shared: Disabled because no path is configured.
+[2024.01.14-11.18.50:363][  0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy.
+[2024.01.14-11.18.50:363][  0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None'
+[2024.01.14-11.18.50:363][  0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy.
+[2024.01.14-11.18.50:364][  0]LogShaderCompilers: Guid format shader working directory is -11 characters bigger than the processId version (D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/Shaders/WorkingDirectory/8788/).
+[2024.01.14-11.18.50:364][  0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Thomas/AppData/Local/Temp/UnrealShaderWorkingDir/F1A08F3D465A45E3022AB5B569D50619/'.
+[2024.01.14-11.18.50:364][  0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine.
+[2024.01.14-11.18.50:364][  0]LogShaderCompilers: Display: Using Local Shader Compiler with 8 workers.
+[2024.01.14-11.18.51:229][  0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0
+[2024.01.14-11.18.51:352][  0]LogShaderCompilers: Display: Compiling shader autogen file: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush
+[2024.01.14-11.18.51:352][  0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write.
+[2024.01.14-11.18.51:625][  0]LogSlate: Using FreeType 2.10.0
+[2024.01.14-11.18.51:626][  0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
+[2024.01.14-11.18.51:647][  0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_*.bin.
+[2024.01.14-11.18.51:647][  0]LogAssetRegistry: FAssetRegistry took 0.0032 seconds to start up
+[2024.01.14-11.18.51:657][  0]LogEditorDomain: Display: EditorDomain is Disabled
+[2024.01.14-11.18.51:862][  0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor).
+[2024.01.14-11.18.51:862][  0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal
+[2024.01.14-11.18.51:862][  0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled
+[2024.01.14-11.18.51:864][  0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found.
+[2024.01.14-11.18.51:864][  0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found.
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: Available device profiles:
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E768400][000006AE669D7800 66] GlobalDefaults, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E768800][000006AE669DA000 66] Windows, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E769000][000006AE65A12800 66] WindowsEditor, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E769200][000006AE673C2800 66] WindowsServer, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E769400][000006AE451E5000 66] WindowsClient, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E769600][000006AE60CEA000 66] IOS, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E769800][000006AE6EC90000 66] iPadAir2, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E769A00][000006AE6EC92800 66] IPadPro, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E769C00][000006AE6EC95000 66] iPadAir3, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E769E00][000006AE6EC97800 66] iPadAir4, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76A000][000006AE6EC9A000 66] iPadAir5, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76A200][000006AE6EC9C800 66] iPadMini4, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76A400][000006AE6ECA0000 66] iPadMini5, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76A600][000006AE6ECA2800 66] iPadMini6, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76A800][000006AE6ECA5000 66] iPhone6S, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76AA00][000006AE6ECA7800 66] iPhone7, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76AC00][000006AE6ECAA000 66] iPodTouch7, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76AE00][000006AE6ECAC800 66] iPhone6SPlus, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76B000][000006AE6ECB0000 66] iPhone7Plus, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76B200][000006AE6ECB2800 66] iPhoneSE, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76B400][000006AE6ECB5000 66] iPhone8, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76B600][000006AE6ECB7800 66] iPhone8Plus, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76B800][000006AE6ECBA000 66] iPhoneX, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76BA00][000006AE6ECBC800 66] iPhoneXS, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76BC00][000006AE6ECC0000 66] iPhoneXSMax, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76BE00][000006AE6ECC2800 66] iPhoneXR, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76C000][000006AE6ECC5000 66] iPhone11, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76C200][000006AE6ECC7800 66] iPhone11Pro, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76C400][000006AE6ECCA000 66] iPhone11ProMax, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76C600][000006AE6ECCC800 66] iPhoneSE2, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76C800][000006AE6ECD0000 66] iPhone12Mini, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76CA00][000006AE6ECD2800 66] iPhone12, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76CC00][000006AE6ECD5000 66] iPhone12Pro, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76CE00][000006AE6ECD7800 66] iPhone12ProMax, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76D000][000006AE6ECDA000 66] iPhone13Mini, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76D200][000006AE6ECDC800 66] iPhone13, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76D400][000006AE6ED20000 66] iPhone13Pro, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76D600][000006AE6ED22800 66] iPhone13ProMax, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76D800][000006AE6ED25000 66] iPhoneSE3, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76DA00][000006AE6ED27800 66] iPhone14, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76DC00][000006AE6ED2A000 66] iPhone14Plus, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76DE00][000006AE6ED2C800 66] iPhone14Pro, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76E000][000006AE6ED30000 66] iPhone14ProMax, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76E200][000006AE6ED32800 66] iPhone15, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76E400][000006AE6ED35000 66] iPhone15Plus, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76E600][000006AE6ED37800 66] iPhone15Pro, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76E800][000006AE6ED3A000 66] iPhone15ProMax, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76EA00][000006AE6ED3C800 66] iPadPro105, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76EC00][000006AE6EC70000 66] iPadPro129, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76EE00][000006AE6EC72800 66] iPadPro97, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76F000][000006AE6EC75000 66] iPadPro2_129, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76F200][000006AE6EC77800 66] iPad5, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76F400][000006AE6EC7A000 66] iPad6, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76F600][000006AE6EC7C800 66] iPad7, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76F800][000006AE6ED40000 66] iPad8, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76FA00][000006AE6ED42800 66] iPad9, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76FC00][000006AE6ED45000 66] iPad10, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6E76FE00][000006AE6ED47800 66] iPadPro11, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE60AE6600][000006AE6ED4A000 66] iPadPro2_11, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED50000][000006AE6ED4C800 66] iPadPro3_11, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED50200][000006AE6ED60000 66] iPadPro4_11, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED50400][000006AE6ED62800 66] iPadPro3_129, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED50600][000006AE6ED65000 66] iPadPro4_129, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED50800][000006AE6ED67800 66] iPadPro5_129, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED50A00][000006AE6ED6A000 66] iPadPro6_129, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED50C00][000006AE6ED6C800 66] AppleTV, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED50E00][000006AE6ED70000 66] AppleTV4K, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED51000][000006AE6ED72800 66] AppleTV2_4K, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED51200][000006AE6ED75000 66] TVOS, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED51400][000006AE6ED77800 66] Mac, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED51600][000006AE6ED7A000 66] MacEditor, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED51800][000006AE6ED7C800 66] MacClient, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED51A00][000006AE6ED80000 66] MacServer, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED51C00][000006AE6ED82800 66] Linux, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED51E00][000006AE6ED85000 66] LinuxEditor, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED52000][000006AE6ED87800 66] LinuxArm64Editor, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED52200][000006AE6ED8A000 66] LinuxArm64, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED52400][000006AE6ED8C800 66] LinuxClient, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED52600][000006AE6ED90000 66] LinuxArm64Client, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED52800][000006AE6ED92800 66] LinuxServer, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED52A00][000006AE6ED95000 66] LinuxArm64Server, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED52C00][000006AE6ED97800 66] Android, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED52E00][000006AE6ED9A000 66] Android_Preview_OpenGL, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED53000][000006AE6ED9C800 66] Android_Preview_Vulkan, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED53200][000006AE6EDA0000 66] Android_Low, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED53400][000006AE6EDA2800 66] Android_Mid, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED53600][000006AE6EDA5000 66] Android_High, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED53800][000006AE6EDA7800 66] Android_Default, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED53A00][000006AE6EDAA000 66] Android_Adreno4xx, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED53C00][000006AE6EDAC800 66] Android_Adreno5xx_Low, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED53E00][000006AE6EDB0000 66] Android_Adreno5xx, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED54000][000006AE6EDB2800 66] Android_Adreno6xx, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED54200][000006AE6EDB5000 66] Android_Adreno6xx_Vulkan, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED54400][000006AE6EDB7800 66] Android_Adreno7xx, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED54600][000006AE6EDBA000 66] Android_Adreno7xx_Vulkan, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED54800][000006AE6EDBC800 66] Android_Mali_T6xx, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED54A00][000006AE6EDC0000 66] Android_Mali_T7xx, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED54C00][000006AE6EDC2800 66] Android_Mali_T8xx, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED54E00][000006AE6EDC5000 66] Android_Mali_G71, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED55000][000006AE6EDC7800 66] Android_Mali_G72, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED55200][000006AE6EDCA000 66] Android_Mali_G72_Vulkan, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED55400][000006AE6EDCC800 66] Android_Mali_G76, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED55600][000006AE6EDD0000 66] Android_Mali_G76_Vulkan, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED55800][000006AE6EDD2800 66] Android_Mali_G77, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED55A00][000006AE6EDD5000 66] Android_Mali_G77_Vulkan, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED55C00][000006AE6EDD7800 66] Android_Mali_G78, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED55E00][000006AE6EDDA000 66] Android_Mali_G78_Vulkan, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED56000][000006AE6EDDC800 66] Android_Mali_G710, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED56200][000006AE6EDE0000 66] Android_Mali_G710_Vulkan, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED56600][000006AE6EDE2800 66] Android_Mali_G7xx, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED56800][000006AE6EDE5000 66] Android_Mali_G7xx_Vulkan, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED56A00][000006AE6EDE7800 66] Android_Xclipse_920, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED56C00][000006AE6EDEA000 66] Android_Xclipse_920_Vulkan, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED57000][000006AE6EDEC800 66] Android_Vulkan_SM5, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED57200][000006AE6EDF0000 66] Android_PowerVR_G6xxx, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED57400][000006AE6EDF2800 66] Android_PowerVR_GT7xxx, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED57600][000006AE6EDF5000 66] Android_PowerVR_GE8xxx, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED57800][000006AE6EDF7800 66] Android_PowerVR_GM9xxx, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED57A00][000006AE6EDFA000 66] Android_PowerVR_GM9xxx_Vulkan, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED57C00][000006AE6EDFC800 66] Android_TegraK1, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED57E00][000006AE6EE00000 66] Android_Unknown_Vulkan, 
+[2024.01.14-11.18.52:040][  0]LogDeviceProfileManager: 	[000006AE6ED58000][000006AE6EE02800 66] Oculus_Quest, 
+[2024.01.14-11.18.52:041][  0]LogDeviceProfileManager: 	[000006AE6ED58200][000006AE6EE05000 66] Oculus_Quest2, 
+[2024.01.14-11.18.52:041][  0]LogDeviceProfileManager: 	[000006AE6ED58400][000006AE6EE07800 66] Meta_Quest_Pro, 
+[2024.01.14-11.18.52:041][  0]LogDeviceProfileManager: 	[000006AE6ED58600][000006AE6EE0A000 66] Meta_Quest_3, 
+[2024.01.14-11.18.52:041][  0]LogDeviceProfileManager: 	[000006AE6ED58800][000006AE6EE0C800 66] HoloLens, 
+[2024.01.14-11.18.52:041][  0]LogDeviceProfileManager: 	[000006AE6ED58A00][000006AE6EE10000 66] MagicLeap_Vulkan, 
+[2024.01.14-11.18.52:041][  0]LogDeviceProfileManager: Active device profile: [000006AE6E769000][000006AE65A12800 66] WindowsEditor
+[2024.01.14-11.18.52:041][  0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor"
+[2024.01.14-11.18.52:041][  0]LogShaderCompilers: Display: Compiling shader autogen file: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush
+[2024.01.14-11.18.52:046][  0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write.
+[2024.01.14-11.18.52:047][  0]LogTurnkeySupport: Turnkey Platform: Android: (Status=Invalid, Allowed_Sdk=r25b, Current_Sdk=, Allowed_AutoSdk=r25b, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
+[2024.01.14-11.18.52:047][  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.01.14-11.18.52:047][  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.01.14-11.18.52:047][  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.01.14-11.18.52:047][  0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Invalid, MinAllowed_Sdk=10.0.00000.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=, Allowed_AutoSdk=10.0.18362.0, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
+[2024.01.14-11.18.52:050][  0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_1.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_1.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -Device=Win64@DESKTOP-EOLA6SK'
+[2024.01.14-11.18.52:050][  0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""C:/Program Files/Epic Games/UE_5.3/Engine/Build/BatchFiles/RunUAT.bat"  -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_1.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_1.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -Device=Win64@DESKTOP-EOLA6SK" -nocompile -nocompileuat ]
+[2024.01.14-11.18.52:157][  0]LogMaterial: WorldGridMaterial-SM5-Default: MATSM_DA9E5626FCAE01590760E73DF088B4B4_PCD3D_SM5_-86156035__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC0_VFO_SKYATM_SKYHF_SLWSMDLT_gs1_sdct_VT-0-0-1-0_MIN_DF_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_347391141DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM5_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_A05E64F5EBD44C64BD24277E1DB8EBB792FC705C___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F1D3D5B5AF4A6D9ADE7391C36E24BD5A02F4BAF61_FLumenCardPS<false>0_0_0D25E975B63E407DD6CCDFE4BE03CD3DF848122EAC200DC679A410C1D8AF12A00F0044876007851BC_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F5F6D284012F74DD2CFC45AAEF7606EB9D574CE14_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B4E731E4363CF47597678D99A2AE4FAE80343B3DC_TLightMapDensityPSTLightMapPolicyHQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523A6F8EDE90BA70B7A37D281661EEE0A46689F58DC5_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316FDA2E61854F80E0F91AE4D21CD0BB79DEC508B58_TBasePassPSTLightMapPolicyLQSkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B43165D7C57B710379F5E917839EBE882255DAA29AF8C_FLandscapeGrassWeightVS0_0_077204F3CE0C4459388557E81DE05752C3D36790F47C0690A66AEBFB62A3248327AB8B3401F67DA0D_TLightMapDensityVSFNoLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523ACE92005F85D160B7FACC465666DB47AD63FF14F7_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_067553F61B5470C464BC7EDD63DFF5C95B47B43168A2DFEB19681995675B59DD9556978C705446847_FHitProxyVS0_0_035066ECBC7ACAFB429F4F029D7F02660C69AAB0A52D62CB854026D5374EC4E8A00F09A8B1D3302B8_FHitProxyPS0_0_0E427B9138BA536F768FD73ED5EBD629434FE712F591AC01CFB8D5107B679B4AC4E6A2D25CEE2821A_FLandscapeGrassWeightPS0_0_077204F3CE0C4459388557E81DE05752C3D36790FB0B2C106151A19D437E6A81208418E180C9A94FC_TBasePassPSFNoLightMapPolicy0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316AA7AFF0410210797DA8DBFDCE4DCE7BD73648BF2_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14BF87CEE5C05DBEF9DC24EE7C0F6CF60618ED0AF73_TDepthOnlyVS<true>0_0_0A4B1DB9B93D59E72F068E9E0A27D85C1396E331A6C2F9E9E0F29C1CC4BD070290C8B56F4775CBAE7_FLandscapePhysicalMaterialPS0_0_020E1030965D9050BE2F2C5A9779AD02AE39502F1EB9F96523E4AC1F2529D86D76BDF869A153FCD4A_TLightMapDensityVSFDummyLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523A7B900AFE3BA5C55A32FF9BDFB44D3099D0056480_FLumenCardVS0_0_06124D99229D9D82CAA55E03425A9B9C0FD582F11CC43E529207B75738B69C90E919763AEC6FA2C8A_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_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_OnePassPointLight0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B95DED9C73DC5F223F091004CF57334C099017CF0_TBasePassPSTLightMapPolicyLQ0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431673C1FA12A57DB2481B209BC117CF77EAF777E48D_TLightMapDensityPSTLightMapPolicyLQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523A60462DA9E455B94945F102A0576E9055D6B63400_TBasePassVSTLightMapPolicyLQ0_0_0F0765E97F80A58082337947551EC5C71F929BC6C15BE5EAD592CA3B8CD12BA18828DD2294877D9CA_TLightMapDensityVSTLightMapPolicyHQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523AE6479A49666B1424EE545AF64EE0BE2ED2964B8F_FDebugViewModePS0_0_0CCFA47BD7FA67195CAFC899931E16F7252214F020074CFCF9A67BE69CCE53140F9193C858B3006EA_TBasePassPSTLightMapPolicyHQSkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431634F240AFBCA6DC4F1885665AD7EBA74031254A3C_TDepthOnlyVS<false>0_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_FGeometryCacheVertexVertexFactoryF7A2A7134F95BD0D46418459582942D14D992DC476143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C13F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C1B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE2699101414144444144414441414141414444474010101010101314544441433140101340101014244645121414141424024141414141413133044444437241444444444044444444444444444444341414141424140444444444444243414141414151010003131313123313143434143413142312144404444413131313144403101010151010101010113161656434343434116161616161666243161616161303434344414444444441415151510103001013115161616166244444444444400040404040404040404040404040434343434344444444444444444040404040404044444444404040404444444444444444344444444241442141444444424141414441444141414141414131313131313131444344444444414141414141414141414141434343444444444444434440444141414144414141414141434141414441414141444441444141414133444424444441414143234141414141314141414241234342424242424241434343414341414441414131313134324441414124414131313444444341414121212424213144444444444212222614114221012121212124344444444444404141510151015304341013314146001444444510110151515151616161616101010101015052421316161616161131316260101110044313131413143411014101010101010101010151010101010103044510110101010101010101010101010101010101010101010106001404044414040421213131344141010101016101010101010101310100024313131416161611010161646421413131312121212121212121414444444444414024444442121212121212121212121213121212121212121212121412121212121212121214344314110131313131616161616161616023144444444434144414141414242212121212121212121213121212121212121212121212121212121444442424243434341414441414141414444444444444444214421101313131313131616161606010121010101015101210140444444043424044424141315004444444444443434101313133214030404040434144434143314433414331433143414341433141333143314221414131414141343144121644444444440444644444404440444010151015101510111000101010101010101010101010101202232242414131313130301404044414040210101010110101010101010404424241413131000444444444444444444444444444444444444444444444444444444444444444444444444444440444444444434144414141414342414040121213131222222220101010101011010101010404424241414121010101010101010141410101510101010004044444451510101350404341404404040404040404040404040404040434343434343434444434343434040404040404043434343404040404444424244443444444444424221414141444444424141414341414141414141313131313131314141444344444444414141414141414141414141434343444444444444434440444141414144414141414141434141414441414141444441414141314143214444444441412143434141413141414141412241434342424242424241434343414341414441313131313144424441214144313131414444444341212121212431414144444444010151515151515151515151010101010101010101515151510101015101510151015101510151010101010101015101615101510151015101510151015101510151015101313151515151015101510151015101015101510161614441510144510101616171614343101313131313131343242212131414141010101000000011000000130000001300000013000000130000001300000013000000140000000C00000013000000130000000D000000090000001400000010000000100000000800000009000000080000002500000010000000100000001300000009000000080000000800000010000000100000001000000010000000100000000800000008000000080000001000000010000000D8000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000140000001000000008000000080000000800000014000000140000001300000008000000100000000800000008000000080000000800000008000000080000001300000010000000140000000800000012000000130000001300000013000000130000001300000013000000130000000D0000001300000008000000100000001100000009000000080000000900000008000000080000001700000009000000080000000900000008000000090000000800000009000000080000000C000000090000000800000009000000090000000900000009000000090000000900000009000000080000000800000008000000080000000800000013000000100000001000000010000000170000001000000010000000100000001000000009000000090000000900000009000000100000001000000010000000100000001000000010000000080000001A00000014000000280000000D000000440000000B0000000B00000013000000130000000900000009000000090000001400000008000000100000000D0000000C0000001000000008000000080000002D00000010000000100000001000000010000000100000001000000010000000090000000900000008000000080000000800000008000000130000000E0000000900000009000000090000000900000009000000090000000900000009000000090000000900000009000000090000000C000000080000000A0000000C00000013000000100000001000000010000000100000001000000010000000100000000D0000000F00000009000000080000000900000008000000090000000C00000008000000130000001300000026000000100000000F000000140000000900000009000000090000000900000009000000100000001D000000130000001300000013000000130000001300000009000000080000000C00000008000000090000000800000009000000080000001400000014000000080000001000000009000000080000001300000008000000100000000800000008000000100000001000000041010000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000140000001000000010000000100000001000000009000000433AFC833894B7681A1D3DDBA35F7F5A9509A89900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5;
+[2024.01.14-11.18.52:204][  0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction
+[2024.01.14-11.18.52:204][  0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction
+[2024.01.14-11.18.52:204][  0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging
+[2024.01.14-11.18.52:204][  0]LogMeshReduction: Display: No distributed automatic mesh merging module available
+[2024.01.14-11.18.52:204][  0]LogMeshMerging: No distributed automatic mesh merging module available
+[2024.01.14-11.18.52:842][  0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None
+[2024.01.14-11.18.52:842][  0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled
+[2024.01.14-11.18.52:852][  0]LogUObjectArray: 22493 objects as part of root set at end of initial load.
+[2024.01.14-11.18.52:852][  0]LogUObjectAllocator: 6340896 out of 0 bytes used by permanent object pool.
+[2024.01.14-11.18.52:852][  0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
+[2024.01.14-11.18.52:859][  0]LogLiveCoding: Display: Starting LiveCoding
+[2024.01.14-11.18.52:859][  0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development
+[2024.01.14-11.18.52:860][  0]LogLiveCoding: Display: First instance in process group "UE_BackroomsDigitalArt_0xfbf7b153", spawning console
+[2024.01.14-11.18.52:866][  0]LogLiveCoding: Display: Waiting for server
+[2024.01.14-11.18.52:890][  0]LogSlate: Border
+[2024.01.14-11.18.52:890][  0]LogSlate: BreadcrumbButton
+[2024.01.14-11.18.52:890][  0]LogSlate: Brushes.Title
+[2024.01.14-11.18.52:890][  0]LogSlate: Default
+[2024.01.14-11.18.52:890][  0]LogSlate: Icons.Save
+[2024.01.14-11.18.52:890][  0]LogSlate: Icons.Toolbar.Settings
+[2024.01.14-11.18.52:890][  0]LogSlate: ListView
+[2024.01.14-11.18.52:890][  0]LogSlate: SoftwareCursor_CardinalCross
+[2024.01.14-11.18.52:890][  0]LogSlate: SoftwareCursor_Grab
+[2024.01.14-11.18.52:890][  0]LogSlate: TableView.DarkRow
+[2024.01.14-11.18.52:890][  0]LogSlate: TableView.Row
+[2024.01.14-11.18.52:890][  0]LogSlate: TreeView
+[2024.01.14-11.18.52:967][  0]LogTurnkeySupport: Completed device detection: Code = 0
+[2024.01.14-11.18.53:026][  0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started...
+[2024.01.14-11.18.53:030][  0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 4 ms
+[2024.01.14-11.18.53:050][  0]LogInit: XR: Instanced Stereo Rendering is Disabled
+[2024.01.14-11.18.53:050][  0]LogInit: XR: MultiViewport is Disabled
+[2024.01.14-11.18.53:050][  0]LogInit: XR: Mobile Multiview is Disabled
+[2024.01.14-11.18.53:050][  0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-EOLA6SK: (Name=DESKTOP-EOLA6SK, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.22621.0, Flags="Device_InstallSoftwareValid")
+[2024.01.14-11.18.53:487][  0]LogLiveCoding: Display: Successfully initialized, removing startup thread
+[2024.01.14-11.18.53:545][  0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 8B8D999D4E3510EBEEDAFC9358DC8CB9 | Instance: 5B181109463F8841AF73888C38AE300A (DESKTOP-EOLA6SK-8788).
+[2024.01.14-11.18.53:669][  0]LogPython: Using Python 3.9.7
+[2024.01.14-11.18.54:402][  0]LogTcpMessaging: Initializing TcpMessaging bridge
+[2024.01.14-11.18.54:420][  0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666.
+[2024.01.14-11.18.54:423][  0]LogUdpMessaging: Display: Added local interface '192.168.178.56' to multicast group '230.0.0.1:6666'
+[2024.01.14-11.18.54:633][  0]LogAudio: Display: Registering Engine Module Parameter Interfaces...
+[2024.01.14-11.18.54:654][  0]LogMetasoundEngine: MetaSound Engine Initialized
+[2024.01.14-11.18.55:659][  0]LogOpenImageDenoise: OIDN starting up
+[2024.01.14-11.18.55:774][  0]SourceControl: Revision control is disabled
+[2024.01.14-11.18.55:778][  0]LogUProjectInfo: Found projects:
+[2024.01.14-11.18.55:789][  0]SourceControl: Revision control is disabled
+[2024.01.14-11.18.55:806][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.14-11.18.55:807][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.14-11.18.55:807][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.14-11.18.55:838][  0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance
+[2024.01.14-11.18.55:855][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
+[2024.01.14-11.18.55:855][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
+[2024.01.14-11.18.56:210][  0]LogTemp: OpenXR ignores max viewport resolution in editor to support full HMD resolutions.
+[2024.01.14-11.18.56:285][  0]LogCollectionManager: Loaded 0 collections in 0.002262 seconds
+[2024.01.14-11.18.56:287][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Collections/' took 0.00s
+[2024.01.14-11.18.56:289][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/Developers/Thomas/Collections/' took 0.00s
+[2024.01.14-11.18.56:290][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/Collections/' took 0.00s
+[2024.01.14-11.18.56:648][  0]LogEngine: Initializing Engine...
+[2024.01.14-11.18.56:657][  0]LogStats: UGameplayTagsManager::InitializeManager -  0.000 s
+[2024.01.14-11.18.56:742][  0]LogInit: Initializing FReadOnlyCVARCache
+[2024.01.14-11.18.56:750][  0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.18.56:750][  0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-11.18.56:757][  0]LogAIModule: Creating AISystem for world Untitled
+[2024.01.14-11.18.56:757][  0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use.
+[2024.01.14-11.18.56:757][  0]LogInit: Texture streaming: Enabled
+[2024.01.14-11.18.56:775][  0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/. AppVersion = 5.3.2-29314046+++UE5+Release-5.3
+[2024.01.14-11.18.56:788][  0]LogAudio: Display: Initializing Audio Device Manager...
+[2024.01.14-11.18.56:800][  0]LogAudio: Display: Loading Default Audio Settings Objects...
+[2024.01.14-11.18.56:802][  0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load).
+[2024.01.14-11.18.56:802][  0]LogAudio: Display: AudioInfo: 'BINKA' Registered
+[2024.01.14-11.18.56:803][  0]LogAudio: Display: AudioInfo: 'PCM' Registered
+[2024.01.14-11.18.56:803][  0]LogAudio: Display: AudioInfo: 'ADPCM' Registered
+[2024.01.14-11.18.56:803][  0]LogAudio: Display: AudioInfo: 'OGG' Registered
+[2024.01.14-11.18.56:803][  0]LogAudio: Display: AudioInfo: 'OPUS' Registered
+[2024.01.14-11.18.56:804][  0]LogAudio: Display: Audio Device Manager Initialized
+[2024.01.14-11.18.56:804][  0]LogAudio: Display: Creating Audio Device:                 Id: 1, Scope: Shared, Realtime: True
+[2024.01.14-11.18.56:804][  0]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-11.18.56:804][  0]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-11.18.56:804][  0]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-11.18.56:804][  0]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-11.18.56:804][  0]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-11.18.56:804][  0]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-11.18.56:804][  0]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-11.18.56:804][  0]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-11.18.56:804][  0]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-11.18.56:804][  0]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-11.18.56:804][  0]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-11.18.56:810][  0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-11.18.56:857][  0]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-11.18.56:858][  0]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-11.18.56:860][  0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-11.18.56:860][  0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-11.18.56:860][  0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1
+[2024.01.14-11.18.56:860][  0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=1
+[2024.01.14-11.18.56:863][  0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1
+[2024.01.14-11.18.56:863][  0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1
+[2024.01.14-11.18.56:863][  0]LogInit: FAudioDevice initialized with ID 1.
+[2024.01.14-11.18.56:863][  0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'.
+[2024.01.14-11.18.56:863][  0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1
+[2024.01.14-11.18.56:878][  0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1"
+[2024.01.14-11.18.56:883][  0]LogInit: Undo buffer set to 32 MB
+[2024.01.14-11.18.56:883][  0]LogInit: Transaction tracking system initialized
+[2024.01.14-11.18.56:914][  0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/SourceControl/UncontrolledChangelists.json
+[2024.01.14-11.18.56:914][  0]LogSourceControl: Uncontrolled asset enumeration started...
+[2024.01.14-11.18.56:924][  0]LogSourceControl: Uncontrolled asset enumeration finished in 0.010057 seconds (Found 160 uncontrolled assets)
+[2024.01.14-11.18.56:927][  0]BlueprintLog: New page: Editor Load
+[2024.01.14-11.18.57:012][  0]LocalizationService: Localization service is disabled
+[2024.01.14-11.18.57:033][  0]TimingProfiler: Initialize
+[2024.01.14-11.18.57:033][  0]TimingProfiler: OnSessionChanged
+[2024.01.14-11.18.57:033][  0]LoadingProfiler: Initialize
+[2024.01.14-11.18.57:033][  0]LoadingProfiler: OnSessionChanged
+[2024.01.14-11.18.57:033][  0]NetworkingProfiler: Initialize
+[2024.01.14-11.18.57:033][  0]NetworkingProfiler: OnSessionChanged
+[2024.01.14-11.18.57:033][  0]MemoryProfiler: Initialize
+[2024.01.14-11.18.57:033][  0]MemoryProfiler: OnSessionChanged
+[2024.01.14-11.18.57:115][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.14-11.18.57:116][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.14-11.18.57:116][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.14-11.18.57:235][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/' took 0.01s
+[2024.01.14-11.18.57:390][  0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized.
+[2024.01.14-11.18.57:505][  0]LogAssetRegistry: Display: Triggering cache save on discovery complete
+[2024.01.14-11.18.57:507][  0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init()
+[2024.01.14-11.18.57:509][  0]SourceControl: Revision control is disabled
+[2024.01.14-11.18.57:509][  0]LogUnrealEdMisc: Loading editor; pre map load, took 8.939
+[2024.01.14-11.18.57:509][  0]Cmd: MAP LOAD FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=3
+[2024.01.14-11.18.57:509][  0]LightingResults: New page: Lighting Build
+[2024.01.14-11.18.57:511][  0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-11.18.57:512][  0]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-11.18.57:512][  0]MapCheck: New page: Map Check
+[2024.01.14-11.18.57:512][  0]LightingResults: New page: Lighting Build
+[2024.01.14-11.18.57:516][  0]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-11.18.57:520][  0]LogUObjectHash: Compacting FUObjectHashTables data took   0.56ms
+[2024.01.14-11.18.58:102][  0]LogAssetRegistry: Display: Asset registry cache written as 17.5 MiB to D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_*.bin
+[2024.01.14-11.18.58:429][  0]LogDeviceProfileManager: Going up to parent DeviceProfile []
+[2024.01.14-11.18.58:503][  0]LogAudio: Display: Audio Device (ID: 1) registered with world 'BackroomsMap'.
+[2024.01.14-11.18.58:503][  0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.18.58:503][  0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-11.18.58:504][  0]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-11.18.58:655][  0]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
+[2024.01.14-11.18.58:676][  0]LogUObjectHash: Compacting FUObjectHashTables data took   0.86ms
+[2024.01.14-11.18.58:677][  0]Cmd: MAP CHECKDEP NOCLEARLOG
+[2024.01.14-11.18.58:677][  0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0,115ms to complete.
+[2024.01.14-11.18.58:688][  0]LogUnrealEdMisc: Total Editor Startup Time, took 10.119
+[2024.01.14-11.18.58:688][  0]LogShaderCompilers: Display: ================================================
+[2024.01.14-11.18.58:688][  0]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.01.14-11.18.58:688][  0]LogShaderCompilers: Display: Total job queries 0, among them cache hits 0 (0.00%)
+[2024.01.14-11.18.58:688][  0]LogShaderCompilers: Display: Tracking 0 distinct input hashes that result in 0 distinct outputs (0.00%)
+[2024.01.14-11.18.58:688][  0]LogShaderCompilers: Display: RAM used: 240,00 B of 819,20 MiB budget. Usage: 0.00%
+[2024.01.14-11.18.58:688][  0]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.01.14-11.18.58:688][  0]LogShaderCompilers: Display: Shaders Compiled: 0
+[2024.01.14-11.18.58:688][  0]LogShaderCompilers: Display: Jobs assigned 0, completed 0 (0%)
+[2024.01.14-11.18.58:688][  0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 0.00 s
+[2024.01.14-11.18.58:688][  0]LogShaderCompilers: Display: ================================================
+[2024.01.14-11.18.58:972][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-11.18.58:993][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-11.18.59:003][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-11.18.59:014][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-11.18.59:410][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-11.18.59:422][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/StarterContent.upack', mount point: 'root:/'
+[2024.01.14-11.18.59:429][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-11.18.59:439][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/'
+[2024.01.14-11.18.59:439][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-11.18.59:447][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/'
+[2024.01.14-11.18.59:448][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-11.18.59:455][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/'
+[2024.01.14-11.18.59:457][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-11.18.59:464][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/'
+[2024.01.14-11.18.59:464][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-11.18.59:473][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/'
+[2024.01.14-11.18.59:474][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-11.18.59:479][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_TopDown.upack', mount point: 'root:/'
+[2024.01.14-11.18.59:480][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-11.18.59:489][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/'
+[2024.01.14-11.18.59:490][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-11.18.59:499][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/'
+[2024.01.14-11.18.59:500][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-11.18.59:506][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/'
+[2024.01.14-11.19.00:830][  0]LogSlate: External Image Picker: DecompressImage failed
+[2024.01.14-11.19.01:013][  0]LogStall: Startup...
+[2024.01.14-11.19.01:015][  0]LogStall: Startup complete.
+[2024.01.14-11.19.01:023][  0]LogLoad: (Engine Initialization) Total time: 12.45 seconds
+[2024.01.14-11.19.01:023][  0]LogLoad: (Engine Initialization) Total Blueprint compile time: 0.00 seconds
+[2024.01.14-11.19.01:146][  0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.19.01:220][  0]LogAssetRegistry: AssetRegistryGather time 0.1198s: AssetDataDiscovery 0.0310s, AssetDataGather 0.0439s, StoreResults 0.0449s.
+[2024.01.14-11.19.01:249][  0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000005 seconds (updated 0 objects)
+[2024.01.14-11.19.01:817][  0]LogSlate: External Image Picker: DecompressImage failed
+[2024.01.14-11.19.02:020][  0]LogContentStreaming: Texture pool size now 1000 MB
+[2024.01.14-11.19.02:056][  0]LogSlate: Took 0.000214 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K)
+[2024.01.14-11.19.02:072][  0]LogSlate: Took 0.007180 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K)
+[2024.01.14-11.19.02:078][  0]LogSlate: Took 0.004956 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K)
+[2024.01.14-11.19.02:113][  0]LogViewport: Scene viewport resized to 1014x580, mode Windowed.
+[2024.01.14-11.19.02:280][  0]LogSlate: Took 0.000183 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K)
+[2024.01.14-11.19.02:370][  1]LogPython: registering <class 'ControlRigWorkflows.workflow_deformation_rig_preset.provider'>
+
+[2024.01.14-11.19.02:372][  1]Running Python start-up script 'C:/Program Files/Epic Games/UE_5.3/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.028398 secs
+[2024.01.14-11.20.49:655][854]LogSlate: Window 'Project Settings' being destroyed
+[2024.01.14-11.20.49:659][854]LogSlate: Window 'Project Settings' being destroyed
+[2024.01.14-11.20.52:064][ 98]LogViewport: Scene viewport resized to 1361x1246, mode Windowed.
+[2024.01.14-11.20.53:620][280]LogDerivedDataCache: C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:03.257 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 2205 files in 3388 folders with total size 175 MiB.
+[2024.01.14-11.21.05:168][624]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-11.21.05:184][624]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-11.21.05:186][624]PIE: New page: PIE session: BackroomsMap (14.01.2024, 13:21:05)
+[2024.01.14-11.21.05:190][624]LogOnline: OSS: Created online subsystem instance for: NULL
+[2024.01.14-11.21.05:193][624]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL]
+[2024.01.14-11.21.05:197][624]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-11.21.05:219][624]LogPlayLevel: PIE: StaticDuplicateObject took: (0.022446s)
+[2024.01.14-11.21.05:219][624]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.022507s)
+[2024.01.14-11.21.05:223][624]LogUObjectHash: Compacting FUObjectHashTables data took   0.59ms
+[2024.01.14-11.21.05:227][624]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.21.05:228][624]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-11.21.05:228][624]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-11.21.05:230][624]LogPlayLevel: PIE: World Init took: (0.003747s)
+[2024.01.14-11.21.05:230][624]LogAudio: Display: Creating Audio Device:                 Id: 2, Scope: Unique, Realtime: True
+[2024.01.14-11.21.05:230][624]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-11.21.05:230][624]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-11.21.05:230][624]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-11.21.05:230][624]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-11.21.05:230][624]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-11.21.05:230][624]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-11.21.05:230][624]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-11.21.05:230][624]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-11.21.05:231][624]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-11.21.05:231][624]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-11.21.05:231][624]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-11.21.05:233][624]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-11.21.05:274][624]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-11.21.05:274][624]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-11.21.05:275][624]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-11.21.05:275][624]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-11.21.05:275][624]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2
+[2024.01.14-11.21.05:275][624]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=2
+[2024.01.14-11.21.05:278][624]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2
+[2024.01.14-11.21.05:278][624]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2
+[2024.01.14-11.21.05:278][624]LogInit: FAudioDevice initialized with ID 2.
+[2024.01.14-11.21.05:278][624]LogAudio: Display: Audio Device (ID: 2) registered with world 'BackroomsMap'.
+[2024.01.14-11.21.05:278][624]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2
+[2024.01.14-11.21.07:110][624]LogLoad: Game class is 'VRGameMode_C'
+[2024.01.14-11.21.07:122][624]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-12.21.07
+[2024.01.14-11.21.07:146][624]LogWorld: Bringing up level for play took: 0.035196
+[2024.01.14-11.21.07:149][624]LogOnline: OSS: Created online subsystem instance for: :Context_2
+[2024.01.14-11.21.07:189][624]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
+[2024.01.14-11.21.07:189][624]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
+[2024.01.14-11.21.07:204][624]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Engine/VREditor/Devices/Generic/GenericHMD.GenericHMD being ready before playing
+[2024.01.14-11.21.07:219][624]PIE: Server logged in
+[2024.01.14-11.21.07:220][624]PIE: Play in editor total start time 2,044 seconds.
+[2024.01.14-11.21.10:207][806]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-11.21.10:207][806]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-11.21.10:209][806]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-11.21.10:215][806]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-11.21.10:221][806]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-11.21.10:228][806]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-11.21.10:233][806]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-11.21.10:233][806]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2
+[2024.01.14-11.21.10:234][806]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2
+[2024.01.14-11.21.10:235][806]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2
+[2024.01.14-11.21.10:260][806]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-11.21.10:270][806]LogSlate: Slate User Unregistered.  User Index 8
+[2024.01.14-11.21.10:270][806]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
+[2024.01.14-11.21.10:271][806]LogUObjectHash: Compacting FUObjectHashTables data took   0.87ms
+[2024.01.14-11.21.10:310][807]LogPlayLevel: Display: Destroying online subsystem :Context_2
+[2024.01.14-11.21.19:568][821]LogSlate: External Image Picker: DecompressImage failed
+[2024.01.14-11.21.27:839][576]LogEditorClassViewer: Warning: Class /Game/FirstPerson/Blueprints/BP_FirstPersonCharacter.PLACEHOLDER-CLASS__BP_Weapon_Component_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer.
+[2024.01.14-11.21.27:839][576]LogEditorClassViewer: Warning: Class /Game/FirstPersonArms/Animations/FirstPerson_AnimBP.PLACEHOLDER-CLASS__BP_FirstPersonCharacter_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer.
+[2024.01.14-11.21.27:839][576]LogEditorClassViewer: Warning: Class /Game/FirstPerson/Blueprints/BP_Weapon_Component.PLACEHOLDER-CLASS__BP_FirstPersonCharacter_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer.
+[2024.01.14-11.21.27:839][576]LogEditorClassViewer: Warning: Class /Game/FirstPerson/Blueprints/BP_Weapon_Component.PLACEHOLDER-CLASS__BP_FirstPersonProjectile_C_1 has parent , but this parent is not found. The Class will not be shown in ClassViewer.
+[2024.01.14-11.21.30:108][822]LogSlate: Window 'Project Settings' being destroyed
+[2024.01.14-11.21.30:112][822]LogSlate: Window 'Project Settings' being destroyed
+[2024.01.14-11.21.31:243][947]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-11.21.31:256][947]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-11.21.31:256][947]PIE: New page: PIE session: BackroomsMap (14.01.2024, 13:21:31)
+[2024.01.14-11.21.31:293][947]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-11.21.31:313][947]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020218s)
+[2024.01.14-11.21.31:313][947]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020270s)
+[2024.01.14-11.21.31:318][947]LogUObjectHash: Compacting FUObjectHashTables data took   0.67ms
+[2024.01.14-11.21.31:319][947]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.21.31:319][947]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-11.21.31:320][947]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-11.21.31:320][947]LogPlayLevel: PIE: World Init took: (0.000960s)
+[2024.01.14-11.21.31:320][947]LogAudio: Display: Creating Audio Device:                 Id: 3, Scope: Unique, Realtime: True
+[2024.01.14-11.21.31:320][947]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-11.21.31:320][947]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-11.21.31:320][947]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-11.21.31:320][947]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-11.21.31:320][947]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-11.21.31:320][947]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-11.21.31:320][947]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-11.21.31:320][947]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-11.21.31:320][947]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-11.21.31:320][947]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-11.21.31:320][947]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-11.21.31:322][947]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-11.21.31:362][947]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-11.21.31:363][947]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-11.21.31:363][947]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-11.21.31:363][947]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-11.21.31:364][947]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3
+[2024.01.14-11.21.31:364][947]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=3
+[2024.01.14-11.21.31:366][947]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3
+[2024.01.14-11.21.31:366][947]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3
+[2024.01.14-11.21.31:366][947]LogInit: FAudioDevice initialized with ID 3.
+[2024.01.14-11.21.31:366][947]LogAudio: Display: Audio Device (ID: 3) registered with world 'BackroomsMap'.
+[2024.01.14-11.21.31:366][947]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3
+[2024.01.14-11.21.31:368][947]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-11.21.31:375][947]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-12.21.31
+[2024.01.14-11.21.31:376][947]LogWorld: Bringing up level for play took: 0.007405
+[2024.01.14-11.21.31:378][947]LogOnline: OSS: Created online subsystem instance for: :Context_3
+[2024.01.14-11.21.31:387][947]PIE: Server logged in
+[2024.01.14-11.21.31:388][947]PIE: Play in editor total start time 0,131 seconds.
+[2024.01.14-11.24.13:113][115]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-11.24.13:113][115]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-11.24.13:113][115]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-11.24.13:115][115]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-11.24.13:118][115]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-11.24.13:122][115]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-11.24.13:127][115]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-11.24.13:127][115]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3
+[2024.01.14-11.24.13:127][115]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3
+[2024.01.14-11.24.13:129][115]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3
+[2024.01.14-11.24.13:148][115]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-11.24.13:152][115]LogUObjectHash: Compacting FUObjectHashTables data took   0.70ms
+[2024.01.14-11.24.13:184][116]LogPlayLevel: Display: Destroying online subsystem :Context_3
+[2024.01.14-11.25.37:249][ 60]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-11.25.37:257][ 60]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-11.25.37:257][ 60]PIE: New page: PIE session: BackroomsMap (14.01.2024, 13:25:37)
+[2024.01.14-11.25.37:282][ 60]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-11.25.37:302][ 60]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020067s)
+[2024.01.14-11.25.37:302][ 60]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020125s)
+[2024.01.14-11.25.37:307][ 60]LogUObjectHash: Compacting FUObjectHashTables data took   0.58ms
+[2024.01.14-11.25.37:308][ 60]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.25.37:308][ 60]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-11.25.37:308][ 60]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-11.25.37:308][ 60]LogPlayLevel: PIE: World Init took: (0.000937s)
+[2024.01.14-11.25.37:309][ 60]LogAudio: Display: Creating Audio Device:                 Id: 4, Scope: Unique, Realtime: True
+[2024.01.14-11.25.37:309][ 60]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-11.25.37:309][ 60]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-11.25.37:309][ 60]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-11.25.37:309][ 60]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-11.25.37:309][ 60]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-11.25.37:309][ 60]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-11.25.37:309][ 60]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-11.25.37:309][ 60]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-11.25.37:309][ 60]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-11.25.37:309][ 60]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-11.25.37:309][ 60]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-11.25.37:311][ 60]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-11.25.37:349][ 60]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-11.25.37:349][ 60]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-11.25.37:349][ 60]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-11.25.37:349][ 60]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-11.25.37:350][ 60]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4
+[2024.01.14-11.25.37:350][ 60]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=4
+[2024.01.14-11.25.37:352][ 60]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4
+[2024.01.14-11.25.37:352][ 60]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4
+[2024.01.14-11.25.37:352][ 60]LogInit: FAudioDevice initialized with ID 4.
+[2024.01.14-11.25.37:352][ 60]LogAudio: Display: Audio Device (ID: 4) registered with world 'BackroomsMap'.
+[2024.01.14-11.25.37:353][ 60]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4
+[2024.01.14-11.25.37:354][ 60]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-11.25.37:362][ 60]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-12.25.37
+[2024.01.14-11.25.37:363][ 60]LogWorld: Bringing up level for play took: 0.008003
+[2024.01.14-11.25.37:365][ 60]LogOnline: OSS: Created online subsystem instance for: :Context_4
+[2024.01.14-11.25.37:368][ 60]PIE: Server logged in
+[2024.01.14-11.25.37:369][ 60]PIE: Play in editor total start time 0,112 seconds.
+[2024.01.14-11.25.39:333][187]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-11.25.39:333][187]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-11.25.39:333][187]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-11.25.39:334][187]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-11.25.39:337][187]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-11.25.39:341][187]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-11.25.39:345][187]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-11.25.39:345][187]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4
+[2024.01.14-11.25.39:345][187]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4
+[2024.01.14-11.25.39:347][187]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4
+[2024.01.14-11.25.39:359][187]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-11.25.39:363][187]LogUObjectHash: Compacting FUObjectHashTables data took   0.62ms
+[2024.01.14-11.25.39:397][188]LogPlayLevel: Display: Destroying online subsystem :Context_4
+[2024.01.14-11.25.41:996][491]LogSlate: Took 0.007367 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K)
+[2024.01.14-11.25.42:062][494]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.25.42:108][496]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.29.52:399][559]LogViewport: Scene viewport resized to 1014x580, mode Windowed.
+[2024.01.14-11.29.53:370][646]LogViewport: Scene viewport resized to 1361x1246, mode Windowed.
+[2024.01.14-11.30.05:872][159]LogFactory: FactoryCreateFile: StaticMesh with FbxFactory (0 0 D:\Repositories_Hochschule\digital_art\blender\door\door_simplified.fbx)
+[2024.01.14-11.30.05:930][159]LogFbx: Loading FBX Scene from D:\Repositories_Hochschule\digital_art\blender\door\door_simplified.fbx
+[2024.01.14-11.30.05:947][159]LogFbx: FBX Scene Loaded Succesfully
+[2024.01.14-11.30.07:661][159]LogSlate: Window 'FBX Import Options' being destroyed
+[2024.01.14-11.30.07:776][159]LogEditorFactories: Display: Image imported as : TSF BGRA8
+[2024.01.14-11.30.07:781][159]LogTexture: Display: Building textures: /Game/GameMap/Door/wood.wood (TFO_AutoDXT, 512x512 x1x1x1) (Required Memory Estimate: 45.145823 MB), EncodeSpeed: Fast
+[2024.01.14-11.30.07:818][159]LogFbx: Display: Triangulating static mesh Tuer
+[2024.01.14-11.30.07:878][159]LogStaticMesh: Display: Building static mesh door_simplified_Tuer...
+[2024.01.14-11.30.07:896][159]LogStaticMesh: Adjacency [0.00s], tris: 1796, UVs 2
+[2024.01.14-11.30.07:902][159]LogStaticMesh: Clustering [0.01s]. Ratio: 1.266667
+[2024.01.14-11.30.07:903][159]LogStaticMesh: Leaves [0.00s]
+[2024.01.14-11.30.07:979][159]LogStaticMesh: Reduce [0.08s]
+[2024.01.14-11.30.07:991][159]LogStaticMesh: Fallback 0/1 [0.01s], num tris: 256
+[2024.01.14-11.30.07:993][159]LogStaticMesh: ConstrainClusters:
+[2024.01.14-11.30.07:993][159]LogStaticMesh:   Input: 34 Clusters, 3686 Triangles and 2937 Vertices
+[2024.01.14-11.30.07:993][159]LogStaticMesh:   Output without splits: 34 Clusters, 3686 Triangles and 2978 Vertices
+[2024.01.14-11.30.07:993][159]LogStaticMesh:   Output with splits: 34 Clusters, 3686 Triangles and 2978 Vertices
+[2024.01.14-11.30.07:993][159]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 34, Slow Path Clusters: 0, 1 Material: 29, 2 Materials: 5, 3 Materials: 0, At Least 4 Materials: 0
+[2024.01.14-11.30.07:994][159]LogStaticMesh: WritePages:
+[2024.01.14-11.30.07:994][159]LogStaticMesh:   Root: GPU size: 32580 bytes. 1 Pages. 32580.000 bytes per page (99.426% utilization).
+[2024.01.14-11.30.07:994][159]LogStaticMesh:   Streaming: GPU size: 14424 bytes. 1 Pages (1 with relative encoding). 14424.000 bytes per page (11.005% utilization).
+[2024.01.14-11.30.07:994][159]LogStaticMesh:   Page data disk size: 35128 bytes. Fixup data size: 272 bytes.
+[2024.01.14-11.30.07:994][159]LogStaticMesh:   Total GPU size: 47004 bytes, Total disk size: 35400 bytes.
+[2024.01.14-11.30.07:994][159]LogStaticMesh: Encode [0.00s]
+[2024.01.14-11.30.07:994][159]LogStaticMesh: Nanite build [0.09s]
+
+[2024.01.14-11.30.08:001][159]LogStaticMesh: Built static mesh [0.12s] /Game/GameMap/Door/door_simplified_Tuer.door_simplified_Tuer
+[2024.01.14-11.30.08:017][159]LogFbx: Display: Triangulating static mesh Rahmen
+[2024.01.14-11.30.08:019][159]LogStaticMesh: Display: Building static mesh door_simplified_Rahmen...
+[2024.01.14-11.30.08:020][159]LogStaticMesh: Adjacency [0.00s], tris: 56, UVs 2
+[2024.01.14-11.30.08:020][159]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000
+[2024.01.14-11.30.08:021][159]LogStaticMesh: Leaves [0.00s]
+[2024.01.14-11.30.08:021][159]LogStaticMesh: Reduce [0.00s]
+[2024.01.14-11.30.08:021][159]LogStaticMesh: Fallback 0/1 [0.00s], num tris: 56
+[2024.01.14-11.30.08:021][159]LogStaticMesh: ConstrainClusters:
+[2024.01.14-11.30.08:021][159]LogStaticMesh:   Input: 1 Clusters, 56 Triangles and 88 Vertices
+[2024.01.14-11.30.08:021][159]LogStaticMesh:   Output without splits: 1 Clusters, 56 Triangles and 88 Vertices
+[2024.01.14-11.30.08:021][159]LogStaticMesh:   Output with splits: 1 Clusters, 56 Triangles and 88 Vertices
+[2024.01.14-11.30.08:021][159]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 1, Slow Path Clusters: 0, 1 Material: 1, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0
+[2024.01.14-11.30.08:021][159]LogStaticMesh: WritePages:
+[2024.01.14-11.30.08:021][159]LogStaticMesh:   Root: GPU size: 1480 bytes. 1 Pages. 1480.000 bytes per page (4.517% utilization).
+[2024.01.14-11.30.08:021][159]LogStaticMesh:   Streaming: 0 bytes.
+[2024.01.14-11.30.08:021][159]LogStaticMesh:   Page data disk size: 1580 bytes. Fixup data size: 24 bytes.
+[2024.01.14-11.30.08:021][159]LogStaticMesh:   Total GPU size: 1480 bytes, Total disk size: 1604 bytes.
+[2024.01.14-11.30.08:021][159]LogStaticMesh: Encode [0.00s]
+[2024.01.14-11.30.08:021][159]LogStaticMesh: Nanite build [0.00s]
+
+[2024.01.14-11.30.08:023][159]LogStaticMesh: Built static mesh [0.00s] /Game/GameMap/Door/door_simplified_Rahmen.door_simplified_Rahmen
+[2024.01.14-11.30.08:023][159]LogStaticMesh: Warning: door_simplified_Rahmen has degenerate tangent bases which will result in incorrect shading.  MikkTSpace relies on tangent bases and may result in mesh corruption, consider disabling this option.
+[2024.01.14-11.30.08:023][159]LogStaticMesh: Warning: door_simplified_Rahmen has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4)
+[2024.01.14-11.30.08:039][159]FBXImport: Warning: No smoothing group information was found in this FBX scene.  Please make sure to enable the 'Export Smoothing Groups' option in the FBX Exporter plug-in before exporting the file.  Even for tools that don't support smoothing groups, the FBX Exporter will generate appropriate smoothing data at export-time so that correct vertex normals can be inferred while importing. 
+[2024.01.14-11.30.08:039][159]FBXImport: Warning: door_simplified_Rahmen has degenerate tangent bases which will result in incorrect shading.  MikkTSpace relies on tangent bases and may result in mesh corruption, consider disabling this option. 
+[2024.01.14-11.30.08:039][159]FBXImport: Warning: door_simplified_Rahmen has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) 
+[2024.01.14-11.30.08:843][188]LogShaderCompilers: Display: ================================================
+[2024.01.14-11.30.08:843][188]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.01.14-11.30.08:843][188]LogShaderCompilers: Display: Total job queries 8, among them cache hits 0 (0.00%)
+[2024.01.14-11.30.08:843][188]LogShaderCompilers: Display: Tracking 2 distinct input hashes that result in 2 distinct outputs (100.00%)
+[2024.01.14-11.30.08:843][188]LogShaderCompilers: Display: RAM used: 2,50 KiB of 819,20 MiB budget. Usage: 0.00%
+[2024.01.14-11.30.08:843][188]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.01.14-11.30.08:843][188]LogShaderCompilers: Display: Shaders Compiled: 2
+[2024.01.14-11.30.08:843][188]LogShaderCompilers: Display: Jobs assigned 8, completed 2 (25.00%)
+[2024.01.14-11.30.08:843][188]LogShaderCompilers: Display: Time job spent in pending queue: average 0.08 s, longest 0.12 s
+[2024.01.14-11.30.08:843][188]LogShaderCompilers: Display: Job execution time: average 0.44 s, max 0.44 s
+[2024.01.14-11.30.08:843][188]LogShaderCompilers: Display: Job life time (pending + execution): average 0.55 s, max 0.56
+[2024.01.14-11.30.08:843][188]LogShaderCompilers: Display: Shader code size: average 1,51 KiB, min 1,426 KiB, max 1,594 KiB
+[2024.01.14-11.30.08:844][188]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 0.56 s
+[2024.01.14-11.30.08:844][188]LogShaderCompilers: Display: Jobs were issued in 8 batches (only local compilation was used), average 1.00 jobs/batch
+[2024.01.14-11.30.08:844][188]LogShaderCompilers: Display: Average processing rate: 3.57 jobs/sec
+[2024.01.14-11.30.08:844][188]LogShaderCompilers: Display: Total thread time: 0,382 s
+[2024.01.14-11.30.08:844][188]LogShaderCompilers: Display: Total thread preprocess time: 0,062 s
+[2024.01.14-11.30.08:844][188]LogShaderCompilers: Display: Percentage time preprocessing: 16.33%
+[2024.01.14-11.30.08:844][188]LogShaderCompilers: Display: Effective parallelization: 0.68 (times faster than compiling all shaders on one thread). Compare with number of workers: 8
+[2024.01.14-11.30.08:844][188]LogShaderCompilers: Display: Top 1 most expensive shader types by average time:
+[2024.01.14-11.30.08:844][188]LogShaderCompilers: Display:                                          FLumenCardPS<false> (compiled    2 times, average 0.19 sec, max 0.19 sec, min 0.19 sec)
+[2024.01.14-11.30.08:844][188]LogShaderCompilers: Display: Top 1 shader types by total compile time:
+[2024.01.14-11.30.08:844][188]LogShaderCompilers: Display:                                          FLumenCardPS<false> - 100.00% of total time (compiled    2 times, average 0.19 sec, max 0.19 sec, min 0.19 sec)
+[2024.01.14-11.30.08:844][188]LogShaderCompilers: Display: ================================================
+[2024.01.14-11.30.16:621][ 89]LogSlate: Window 'Content Browser' being destroyed
+[2024.01.14-11.30.16:626][ 89]LogSlate: Window 'Content Browser' being destroyed
+[2024.01.14-11.30.19:516][430]LogSlate: Window 'Message Log' being destroyed
+[2024.01.14-11.30.19:520][430]LogSlate: Window 'Message Log' being destroyed
+[2024.01.14-11.30.26:369][810]LogSlate: Warning: Unable to rasterize '../../../Engine/Content/Editor/Slate/Starship/AssetIcons/SpecularProfile_64.svg'. File could not be found
+[2024.01.14-11.30.33:617][482]LogSlate: Window 'Pick Parent Class' being destroyed
+[2024.01.14-11.30.33:625][482]LogContentBrowser: Deferred new asset file creation: NewBlueprint
+[2024.01.14-11.30.33:630][482]LogContentBrowser: Creating deferred item: NewBlueprint
+[2024.01.14-11.30.33:646][483]LogContentBrowser: Renaming the item being created (Deferred Item: NewBlueprint).
+[2024.01.14-11.30.47:946][190]LogContentBrowser: Attempting asset rename: NewBlueprint -> Blueprint_Door
+[2024.01.14-11.30.47:962][190]LogContentBrowser: End creating deferred item NewBlueprint
+[2024.01.14-11.31.09:009][674]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/GameMap/Door/Blueprint_Door.Blueprint_Door
+[2024.01.14-11.31.09:015][674]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.31.09:016][674]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-11.31.09:051][674]LogSlate: Warning: The command 'BlueprintEditorSpawnNodes.AddActorRefAction->CommandInfo' has the same default chord as 'BlueprintEditorSpawnNodes.(Class=/Script/BlueprintGraph.K2Node_Knot Key=R Shift=false Ctrl=false Alt=false)' [R]
+[2024.01.14-11.31.10:904][674]LogSlate: Took 0.005397 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K)
+[2024.01.14-11.31.10:965][674]LogViewport: Scene viewport resized to 741x583, mode Windowed.
+[2024.01.14-11.31.14:168][866]LogViewport: Scene viewport resized to 894x968, mode Windowed.
+[2024.01.14-11.31.19:835][227]LogViewport: Scene viewport resized to 741x583, mode Windowed.
+[2024.01.14-11.31.20:688][280]LogViewport: Scene viewport resized to 894x968, mode Windowed.
+[2024.01.14-11.31.32:303][  0]LogUObjectGlobals: Warning: Failed to find object 'Class /Script/PCG.PCGSettings'
+[2024.01.14-11.31.32:307][  0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.32.05:698][150]LogEditorTransaction: Undo Modify Component(s)
+[2024.01.14-11.32.06:359][170]LogEditorTransaction: Undo Add Component
+[2024.01.14-11.32.34:527][461]LogUObjectHash: Compacting FUObjectHashTables data took   1.46ms
+[2024.01.14-11.32.34:528][461]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/BackroomsMap' took 0.022
+[2024.01.14-11.32.34:534][461]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/door_simplified_Tuer] ([1] browsable assets)...
+[2024.01.14-11.32.34:582][461]OBJ SavePackage:     Rendered thumbnail for [StaticMesh /Game/GameMap/Door/door_simplified_Tuer.door_simplified_Tuer]
+[2024.01.14-11.32.34:582][461]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/door_simplified_Tuer]
+[2024.01.14-11.32.34:598][461]LogPackageLocalizationCache: Processed 51 localized package path(s) for 1 prioritized culture(s) in 0.009835 seconds
+[2024.01.14-11.32.34:615][461]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/door_simplified_Tuer_Auto1
+[2024.01.14-11.32.34:615][461]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/door_simplified_Tuer_Auto1F1DED47E4974A580D09AB19A70702780.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Tuer_Auto1.uasset'
+[2024.01.14-11.32.34:618][461]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/Holztextur] ([1] browsable assets)...
+[2024.01.14-11.32.35:933][461]OBJ SavePackage:     Rendered thumbnail for [Material /Game/GameMap/Door/Holztextur.Holztextur]
+[2024.01.14-11.32.35:933][461]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Holztextur]
+[2024.01.14-11.32.35:935][461]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Holztextur_Auto1
+[2024.01.14-11.32.35:935][461]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Holztextur_Auto14963BCEE43F37514B849F49CDEAB6FB5.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto1.uasset'
+[2024.01.14-11.32.35:935][461]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/wood] ([1] browsable assets)...
+[2024.01.14-11.32.35:937][461]OBJ SavePackage:     Rendered thumbnail for [Texture2D /Game/GameMap/Door/wood.wood]
+[2024.01.14-11.32.35:938][461]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/wood]
+[2024.01.14-11.32.35:938][461]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/wood" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto1.uasset" SILENT=false AUTOSAVING=true
+[2024.01.14-11.32.35:940][461]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/wood_Auto1
+[2024.01.14-11.32.35:940][461]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/wood_Auto1099FE25641ACB8928A22EA970579B10E.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto1.uasset'
+[2024.01.14-11.32.35:941][461]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/Griff] ([1] browsable assets)...
+[2024.01.14-11.32.36:997][461]OBJ SavePackage:     Rendered thumbnail for [Material /Game/GameMap/Door/Griff.Griff]
+[2024.01.14-11.32.36:997][461]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Griff]
+[2024.01.14-11.32.36:997][461]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Griff" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto1.uasset" SILENT=false AUTOSAVING=true
+[2024.01.14-11.32.36:998][461]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Griff_Auto1
+[2024.01.14-11.32.36:998][461]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Griff_Auto10143EA794B0B4E9779BC0B9AC19FC2F5.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto1.uasset'
+[2024.01.14-11.32.36:999][461]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/door_simplified_Rahmen] ([1] browsable assets)...
+[2024.01.14-11.32.37:015][461]OBJ SavePackage:     Rendered thumbnail for [StaticMesh /Game/GameMap/Door/door_simplified_Rahmen.door_simplified_Rahmen]
+[2024.01.14-11.32.37:015][461]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/door_simplified_Rahmen]
+[2024.01.14-11.32.37:022][461]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/door_simplified_Rahmen_Auto1
+[2024.01.14-11.32.37:022][461]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/door_simplified_Rahmen_Auto1F1E76E0B452DEC2DDCFB6C9F40A331C2.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Rahmen_Auto1.uasset'
+[2024.01.14-11.32.37:024][461]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/GameMap/Door/Blueprint_Door] ([2] browsable assets)...
+[2024.01.14-11.32.37:024][461]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Blueprint_Door]
+[2024.01.14-11.32.37:033][461]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Blueprint_Door_Auto1
+[2024.01.14-11.32.37:033][461]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_Door_Auto1ABC7ACFB422C09A6E3EDC48501584D47.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_Door_Auto1.uasset'
+[2024.01.14-11.32.37:034][461]LogFileHelpers: Auto-saving content packages took 2.506
+[2024.01.14-11.33.10:152][177]LogAssetEditorSubsystem: Opening Asset editor for StaticMesh /Game/GameMap/Door/door_simplified_Tuer.door_simplified_Tuer
+[2024.01.14-11.33.10:179][177]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.33.10:179][177]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-11.33.10:875][177]LogViewport: Scene viewport resized to 1253x1248, mode Windowed.
+[2024.01.14-11.47.02:927][890]LogUObjectHash: Compacting FUObjectHashTables data took   1.45ms
+[2024.01.14-11.47.04:647][890]LogSlate: Window 'Delete Assets' being destroyed
+[2024.01.14-11.47.04:713][890]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-11.47.04:713][890]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-11.47.04:757][890]LogSlate: Window 'door_simplified_Tuer' being destroyed
+[2024.01.14-11.47.04:790][890]LogWorld: UWorld::CleanupWorld for World_5, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-11.47.04:790][890]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-11.47.04:806][890]LogUObjectGlobals: Force Deleting 6 Package(s):
+	Asset Name: /Game/GameMap/Door/Blueprint_Door.Blueprint_Door
+	Asset Type: Blueprint
+	Asset Name: /Game/GameMap/Door/door_simplified_Rahmen.door_simplified_Rahmen
+	Asset Type: StaticMesh
+	Asset Name: /Game/GameMap/Door/door_simplified_Tuer.door_simplified_Tuer
+	Asset Type: StaticMesh
+	Asset Name: /Game/GameMap/Door/Griff.Griff
+	Asset Type: Material
+	Asset Name: /Game/GameMap/Door/Holztextur.Holztextur
+	Asset Type: Material
+	Asset Name: /Game/GameMap/Door/wood.wood
+	Asset Type: Texture2D
+[2024.01.14-11.47.05:186][890]LogMaterial: Warning: [AssetLog] /Game/GameMap/Door/Holztextur.Holztextur: Failed to compile Material for platform PCD3D_SM5, Default Material will be used in game.
+	(Node TextureSample) Texture Sample> Missing input texture
+
+[2024.01.14-11.47.05:187][890]LogMaterial: Warning: [AssetLog] /Game/GameMap/Door/Holztextur.Holztextur: Failed to compile Material for platform PCD3D_SM5, Default Material will be used in game.
+	(Node TextureSample) Texture Sample> Missing input texture
+
+[2024.01.14-11.47.05:210][890]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.14-11.47.05:334][890]LogUObjectHash: Compacting FUObjectHashTables data took   1.33ms
+[2024.01.14-11.47.05:349][890]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.14-11.47.05:363][890]LogUObjectHash: Compacting FUObjectHashTables data took   0.57ms
+[2024.01.14-11.47.12:248][409]LogFactory: FactoryCreateFile: StaticMesh with FbxFactory (0 0 D:\Repositories_Hochschule\digital_art\blender\door\door_simplified.fbx)
+[2024.01.14-11.47.12:253][409]LogFbx: Loading FBX Scene from D:\Repositories_Hochschule\digital_art\blender\door\door_simplified.fbx
+[2024.01.14-11.47.12:259][409]LogFbx: FBX Scene Loaded Succesfully
+[2024.01.14-11.47.13:973][409]LogSlate: Window 'FBX Import Options' being destroyed
+[2024.01.14-11.47.14:029][409]LogEditorFactories: Display: Image imported as : TSF BGRA8
+[2024.01.14-11.47.14:030][409]LogTexture: Display: Building textures: /Game/GameMap/Door/wood.wood (TFO_AutoDXT, 512x512 x1x1x1) (Required Memory Estimate: 45.145823 MB), EncodeSpeed: Fast
+[2024.01.14-11.47.14:052][409]LogFbx: Display: Triangulating static mesh Tuer
+[2024.01.14-11.47.14:089][409]LogStaticMesh: Display: Building static mesh door_simplified_Tuer...
+[2024.01.14-11.47.14:099][409]LogStaticMesh: Adjacency [0.00s], tris: 1796, UVs 2
+[2024.01.14-11.47.14:102][409]LogStaticMesh: Clustering [0.00s]. Ratio: 1.266667
+[2024.01.14-11.47.14:103][409]LogStaticMesh: Leaves [0.00s]
+[2024.01.14-11.47.14:175][409]LogStaticMesh: Reduce [0.07s]
+[2024.01.14-11.47.14:185][409]LogStaticMesh: Fallback 0/1 [0.01s], num tris: 256
+[2024.01.14-11.47.14:186][409]LogStaticMesh: ConstrainClusters:
+[2024.01.14-11.47.14:186][409]LogStaticMesh:   Input: 34 Clusters, 3686 Triangles and 2927 Vertices
+[2024.01.14-11.47.14:186][409]LogStaticMesh:   Output without splits: 34 Clusters, 3686 Triangles and 2963 Vertices
+[2024.01.14-11.47.14:186][409]LogStaticMesh:   Output with splits: 34 Clusters, 3686 Triangles and 2963 Vertices
+[2024.01.14-11.47.14:186][409]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 34, Slow Path Clusters: 0, 1 Material: 29, 2 Materials: 5, 3 Materials: 0, At Least 4 Materials: 0
+[2024.01.14-11.47.14:186][409]LogStaticMesh: WritePages:
+[2024.01.14-11.47.14:187][409]LogStaticMesh:   Root: GPU size: 32336 bytes. 1 Pages. 32336.000 bytes per page (98.682% utilization).
+[2024.01.14-11.47.14:187][409]LogStaticMesh:   Streaming: GPU size: 14320 bytes. 1 Pages (1 with relative encoding). 14320.000 bytes per page (10.925% utilization).
+[2024.01.14-11.47.14:187][409]LogStaticMesh:   Page data disk size: 34972 bytes. Fixup data size: 272 bytes.
+[2024.01.14-11.47.14:187][409]LogStaticMesh:   Total GPU size: 46656 bytes, Total disk size: 35244 bytes.
+[2024.01.14-11.47.14:187][409]LogStaticMesh: Encode [0.00s]
+[2024.01.14-11.47.14:187][409]LogStaticMesh: Nanite build [0.08s]
+
+[2024.01.14-11.47.14:190][409]LogStaticMesh: Built static mesh [0.10s] /Game/GameMap/Door/door_simplified_Tuer.door_simplified_Tuer
+[2024.01.14-11.47.14:209][409]LogFbx: Display: Triangulating static mesh Rahmen
+[2024.01.14-11.47.14:212][409]LogStaticMesh: Warning: door_simplified_Rahmen has degenerate tangent bases which will result in incorrect shading.  MikkTSpace relies on tangent bases and may result in mesh corruption, consider disabling this option.
+[2024.01.14-11.47.14:212][409]LogStaticMesh: Warning: door_simplified_Rahmen has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4)
+[2024.01.14-11.47.14:231][409]FBXImport: Warning: No smoothing group information was found in this FBX scene.  Please make sure to enable the 'Export Smoothing Groups' option in the FBX Exporter plug-in before exporting the file.  Even for tools that don't support smoothing groups, the FBX Exporter will generate appropriate smoothing data at export-time so that correct vertex normals can be inferred while importing. 
+[2024.01.14-11.47.14:231][409]FBXImport: Warning: door_simplified_Rahmen has degenerate tangent bases which will result in incorrect shading.  MikkTSpace relies on tangent bases and may result in mesh corruption, consider disabling this option. 
+[2024.01.14-11.47.14:231][409]FBXImport: Warning: door_simplified_Rahmen has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) 
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: ================================================
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Total job queries 38, among them cache hits 6 (15.79%)
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Tracking 32 distinct input hashes that result in 25 distinct outputs (78.12%)
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: RAM used: 86,38 KiB of 819,20 MiB budget. Usage: 0.01%
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Shaders Compiled: 32
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Jobs assigned 32, completed 32 (100%)
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Average time worker was idle: 48.66 s
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Time job spent in pending queue: average 0.24 s, longest 0.86 s
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Job execution time: average 0.61 s, max 0.87 s
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Job life time (pending + execution): average 0.85 s, max 1.27
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Shader code size: average 6,101 KiB, min 1,426 KiB, max 10,727 KiB
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 3.26 s
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Jobs were issued in 32 batches (only local compilation was used), average 1.00 jobs/batch
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Average processing rate: 9.81 jobs/sec
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Total thread time: 14,159 s
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Total thread preprocess time: 1,147 s
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Percentage time preprocessing: 8.10%
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Effective parallelization: 4.34 (times faster than compiling all shaders on one thread). Compare with number of workers: 8
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Top 5 most expensive shader types by average time:
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display:       TBasePassPSFCachedVolumeIndirectLightingPolicySkylight (compiled    2 times, average 0.54 sec, max 0.56 sec, min 0.53 sec)
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display:        TBasePassPSFCachedPointIndirectLightingPolicySkylight (compiled    2 times, average 0.54 sec, max 0.57 sec, min 0.51 sec)
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display:                TBasePassPSFCachedPointIndirectLightingPolicy (compiled    2 times, average 0.52 sec, max 0.53 sec, min 0.52 sec)
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display:                                 TBasePassVSFNoLightMapPolicy (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.51 sec)
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display:               TBasePassPSFCachedVolumeIndirectLightingPolicy (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.49 sec)
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: Top 5 shader types by total compile time:
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display:       TBasePassPSFCachedVolumeIndirectLightingPolicySkylight - 7.67% of total time (compiled    2 times, average 0.54 sec, max 0.56 sec, min 0.53 sec)
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display:        TBasePassPSFCachedPointIndirectLightingPolicySkylight - 7.62% of total time (compiled    2 times, average 0.54 sec, max 0.57 sec, min 0.51 sec)
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display:                TBasePassPSFCachedPointIndirectLightingPolicy - 7.41% of total time (compiled    2 times, average 0.52 sec, max 0.53 sec, min 0.52 sec)
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display:                                 TBasePassVSFNoLightMapPolicy - 7.23% of total time (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.51 sec)
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display:               TBasePassPSFCachedVolumeIndirectLightingPolicy - 7.17% of total time (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.49 sec)
+[2024.01.14-11.47.14:330][409]LogShaderCompilers: Display: ================================================
+[2024.01.14-11.47.22:647][218]LogSlate: Window 'Content Browser' being destroyed
+[2024.01.14-11.47.22:656][218]LogSlate: Window 'Content Browser' being destroyed
+[2024.01.14-11.47.24:115][379]LogSlate: Window 'Message Log' being destroyed
+[2024.01.14-11.47.24:126][379]LogSlate: Window 'Message Log' being destroyed
+[2024.01.14-11.47.50:996][824]LogSlate: Window 'Pick Parent Class' being destroyed
+[2024.01.14-11.47.51:006][824]LogContentBrowser: Deferred new asset file creation: NewBlueprint
+[2024.01.14-11.47.51:020][824]LogContentBrowser: Creating deferred item: NewBlueprint
+[2024.01.14-11.47.51:034][825]LogContentBrowser: Renaming the item being created (Deferred Item: NewBlueprint).
+[2024.01.14-11.47.51:541][869]LogSlate: Warning: Ignoring SetUserFocus because it's not an active modal Window (user 0 not set to SAssetTileView [SAssetView.cpp(1690)].
+[2024.01.14-11.47.51:541][869]LogContentBrowser: Attempting asset rename: NewBlueprint -> NewBlueprint
+[2024.01.14-11.47.51:550][869]LogContentBrowser: End creating deferred item NewBlueprint
+[2024.01.14-11.47.51:577][869]LogUObjectHash: Compacting FUObjectHashTables data took   1.31ms
+[2024.01.14-11.47.51:581][869]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/BackroomsMap' took 0.020
+[2024.01.14-11.47.51:581][869]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/door_simplified_Tuer] ([1] browsable assets)...
+[2024.01.14-11.47.51:598][869]OBJ SavePackage:     Rendered thumbnail for [StaticMesh /Game/GameMap/Door/door_simplified_Tuer.door_simplified_Tuer]
+[2024.01.14-11.47.51:598][869]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/door_simplified_Tuer]
+[2024.01.14-11.47.51:602][869]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/door_simplified_Tuer_Auto2
+[2024.01.14-11.47.51:602][869]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/door_simplified_Tuer_Auto29B544DAD4873691549919A8BD7367A36.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Tuer_Auto2.uasset'
+[2024.01.14-11.47.51:602][869]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/Holztextur] ([1] browsable assets)...
+[2024.01.14-11.47.51:619][869]OBJ SavePackage:     Rendered thumbnail for [Material /Game/GameMap/Door/Holztextur.Holztextur]
+[2024.01.14-11.47.51:619][869]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Holztextur]
+[2024.01.14-11.47.51:621][869]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Holztextur_Auto2
+[2024.01.14-11.47.51:621][869]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Holztextur_Auto26BEDB26346A098BA20A141BCF4448532.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto2.uasset'
+[2024.01.14-11.47.51:621][869]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/wood] ([1] browsable assets)...
+[2024.01.14-11.47.51:623][869]OBJ SavePackage:     Rendered thumbnail for [Texture2D /Game/GameMap/Door/wood.wood]
+[2024.01.14-11.47.51:623][869]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/wood]
+[2024.01.14-11.47.51:623][869]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/wood" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto2.uasset" SILENT=false AUTOSAVING=true
+[2024.01.14-11.47.51:624][869]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/wood_Auto2
+[2024.01.14-11.47.51:624][869]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/wood_Auto2FAB49C08409A019D96408BBC2FE552DF.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto2.uasset'
+[2024.01.14-11.47.51:625][869]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/Griff] ([1] browsable assets)...
+[2024.01.14-11.47.51:642][869]OBJ SavePackage:     Rendered thumbnail for [Material /Game/GameMap/Door/Griff.Griff]
+[2024.01.14-11.47.51:642][869]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Griff]
+[2024.01.14-11.47.51:642][869]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Griff" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto2.uasset" SILENT=false AUTOSAVING=true
+[2024.01.14-11.47.51:643][869]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Griff_Auto2
+[2024.01.14-11.47.51:643][869]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Griff_Auto25662E3F542891EF25CED2B99777130E7.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto2.uasset'
+[2024.01.14-11.47.51:644][869]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/door_simplified_Rahmen] ([1] browsable assets)...
+[2024.01.14-11.47.51:651][869]OBJ SavePackage:     Rendered thumbnail for [StaticMesh /Game/GameMap/Door/door_simplified_Rahmen.door_simplified_Rahmen]
+[2024.01.14-11.47.51:651][869]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/door_simplified_Rahmen]
+[2024.01.14-11.47.51:654][869]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/door_simplified_Rahmen_Auto2
+[2024.01.14-11.47.51:654][869]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/door_simplified_Rahmen_Auto2139489484A372FAA56B3B09B1EE606D2.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_simplified_Rahmen_Auto2.uasset'
+[2024.01.14-11.47.51:654][869]LogFileHelpers: Auto-saving content packages took 0.073
+[2024.01.14-11.48.04:735][251]LogContentBrowser: Attempting asset rename: NewBlueprint -> Blueprint_door
+[2024.01.14-11.48.04:797][251]LogMetaData: Removing '/Game/GameMap/Door/Blueprint_door.Blueprint_door:UserConstructionScript.K2Node_FunctionEntry_0' ref from Metadata '/Game/GameMap/Door/NewBlueprint.PackageMetaData'
+[2024.01.14-11.48.04:797][251]LogMetaData: Removing '/Game/GameMap/Door/Blueprint_door.SKEL_Blueprint_door_C:UserConstructionScript' ref from Metadata '/Game/GameMap/Door/NewBlueprint.PackageMetaData'
+[2024.01.14-11.48.04:797][251]LogMetaData: Removing '/Game/GameMap/Door/Blueprint_door.SKEL_Blueprint_door_C' ref from Metadata '/Game/GameMap/Door/NewBlueprint.PackageMetaData'
+[2024.01.14-11.48.04:797][251]LogMetaData: Removing '/Game/GameMap/Door/Blueprint_door.Blueprint_door_C' ref from Metadata '/Game/GameMap/Door/NewBlueprint.PackageMetaData'
+[2024.01.14-11.48.04:797][251]LogMetaData: Removing '/Game/GameMap/Door/Blueprint_door.Blueprint_door:EventGraph.K2Node_Event_0' ref from Metadata '/Game/GameMap/Door/NewBlueprint.PackageMetaData'
+[2024.01.14-11.48.04:797][251]LogMetaData: Removing '/Game/GameMap/Door/Blueprint_door.Blueprint_door:EventGraph.K2Node_Event_1' ref from Metadata '/Game/GameMap/Door/NewBlueprint.PackageMetaData'
+[2024.01.14-11.48.04:797][251]LogMetaData: Removing '/Game/GameMap/Door/Blueprint_door.Blueprint_door:EventGraph.K2Node_Event_2' ref from Metadata '/Game/GameMap/Door/NewBlueprint.PackageMetaData'
+[2024.01.14-11.48.04:805][251]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-11.48.04:839][251]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-11.48.04:842][251]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-11.48.04:842][251]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_doorB7E7ED6442C9CEEDCFC82FA36783CE28.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-11.48.04:858][251]LogFileHelpers: InternalPromptForCheckoutAndSave took 50 ms
+[2024.01.14-11.48.04:880][251]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
+[2024.01.14-11.48.04:896][251]LogUObjectHash: Compacting FUObjectHashTables data took   1.31ms
+[2024.01.14-11.48.04:909][251]LogUObjectHash: Compacting FUObjectHashTables data took   0.65ms
+[2024.01.14-11.48.04:911][251]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-11.48.04:911][251]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-11.48.06:097][344]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-11.48.06:097][344]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.48.06:097][344]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-11.48.06:231][344]LogViewport: Scene viewport resized to 741x583, mode Windowed.
+[2024.01.14-11.50.04:785][ 81]LogFactory: FactoryCreateFile: StaticMesh with FbxFactory (0 0 D:\Repositories_Hochschule\digital_art\blender\door\door_simplified.fbx)
+[2024.01.14-11.50.04:790][ 81]LogFbx: Loading FBX Scene from D:\Repositories_Hochschule\digital_art\blender\door\door_simplified.fbx
+[2024.01.14-11.50.04:795][ 81]LogFbx: FBX Scene Loaded Succesfully
+[2024.01.14-11.50.10:301][ 81]LogSlate: Window 'FBX Import Options' being destroyed
+[2024.01.14-11.50.10:334][ 81]LogUObjectHash: Compacting FUObjectHashTables data took   1.49ms
+[2024.01.14-11.50.10:336][ 81]LogUObjectGlobals: Force Deleting 0 Package(s):
+[2024.01.14-11.50.10:654][ 81]LogUObjectHash: Compacting FUObjectHashTables data took   0.60ms
+[2024.01.14-11.50.10:656][ 81]FBXImport: Import was canceled. 
+[2024.01.14-11.50.10:684][ 81]LogAssetTools: The import task was canceled.
+[2024.01.14-11.50.11:178][101]LogSlate: Window 'Blueprint_door' being destroyed
+[2024.01.14-11.50.11:185][101]LogSlate: Window 'Blueprint_door' being destroyed
+[2024.01.14-11.50.11:191][101]LogWorld: UWorld::CleanupWorld for World_6, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-11.50.11:191][101]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-11.50.12:504][242]LogSlate: Window 'Message Log' being destroyed
+[2024.01.14-11.50.12:516][242]LogSlate: Window 'Message Log' being destroyed
+[2024.01.14-11.50.14:933][494]LogSlateStyle: Warning: Missing Resource from 'CoreStyle' Style: 'Unable to find Brush 'ContentBrowser.ListViewFolderIcon.Base'.'
+[2024.01.14-11.50.14:933][494]LogSlateStyle: Warning: Missing Resource from 'CoreStyle' Style: 'Unable to find Brush 'ContentBrowser.ListViewFolderIcon.Mask'.'
+[2024.01.14-11.50.15:404][528]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.50.17:388][732]Cmd: TRANSACTION UNDO
+[2024.01.14-11.50.17:388][732]LogEditorTransaction: Undo Add Component
+[2024.01.14-11.50.34:642][479]LogUObjectHash: Compacting FUObjectHashTables data took   1.34ms
+[2024.01.14-11.50.36:549][479]LogSlate: Window 'Delete Assets' being destroyed
+[2024.01.14-11.50.36:589][479]LogUObjectGlobals: Force Deleting 6 Package(s):
+	Asset Name: /Game/GameMap/Door/Blueprint_door.Blueprint_door
+	Asset Type: Blueprint
+	Asset Name: /Game/GameMap/Door/door_simplified_Rahmen.door_simplified_Rahmen
+	Asset Type: StaticMesh
+	Asset Name: /Game/GameMap/Door/door_simplified_Tuer.door_simplified_Tuer
+	Asset Type: StaticMesh
+	Asset Name: /Game/GameMap/Door/Griff.Griff
+	Asset Type: Material
+	Asset Name: /Game/GameMap/Door/Holztextur.Holztextur
+	Asset Type: Material
+	Asset Name: /Game/GameMap/Door/wood.wood
+	Asset Type: Texture2D
+[2024.01.14-11.50.36:895][479]LogMaterial: Warning: [AssetLog] /Game/GameMap/Door/Holztextur.Holztextur: Failed to compile Material for platform PCD3D_SM5, Default Material will be used in game.
+	(Node TextureSample) Texture Sample> Missing input texture
+
+[2024.01.14-11.50.36:896][479]LogMaterial: Warning: [AssetLog] /Game/GameMap/Door/Holztextur.Holztextur: Failed to compile Material for platform PCD3D_SM5, Default Material will be used in game.
+	(Node TextureSample) Texture Sample> Missing input texture
+
+[2024.01.14-11.50.36:916][479]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.14-11.50.37:035][479]LogUObjectHash: Compacting FUObjectHashTables data took   1.29ms
+[2024.01.14-11.50.37:049][479]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
+[2024.01.14-11.50.37:064][479]LogUObjectHash: Compacting FUObjectHashTables data took   0.61ms
+[2024.01.14-11.50.43:132][720]LogFactory: FactoryCreateFile: StaticMesh with FbxFactory (0 0 D:\Repositories_Hochschule\digital_art\blender\door\door_simplified.fbx)
+[2024.01.14-11.50.43:137][720]LogFbx: Loading FBX Scene from D:\Repositories_Hochschule\digital_art\blender\door\door_simplified.fbx
+[2024.01.14-11.50.43:143][720]LogFbx: FBX Scene Loaded Succesfully
+[2024.01.14-11.50.44:396][720]LogSlate: Window 'FBX Import Options' being destroyed
+[2024.01.14-11.50.44:457][720]LogEditorFactories: Display: Image imported as : TSF BGRA8
+[2024.01.14-11.50.44:459][720]LogTexture: Display: Building textures: /Game/GameMap/Door/wood.wood (TFO_AutoDXT, 512x512 x1x1x1) (Required Memory Estimate: 45.145823 MB), EncodeSpeed: Fast
+[2024.01.14-11.50.44:482][720]LogFbx: Display: Triangulating static mesh Tuer
+[2024.01.14-11.50.44:520][720]LogStaticMesh: Display: Building static mesh door_simplified_Tuer...
+[2024.01.14-11.50.44:530][720]LogStaticMesh: Adjacency [0.00s], tris: 1796, UVs 2
+[2024.01.14-11.50.44:533][720]LogStaticMesh: Clustering [0.00s]. Ratio: 1.266667
+[2024.01.14-11.50.44:533][720]LogStaticMesh: Leaves [0.00s]
+[2024.01.14-11.50.44:606][720]LogStaticMesh: Reduce [0.07s]
+[2024.01.14-11.50.44:617][720]LogStaticMesh: Fallback 0/1 [0.01s], num tris: 256
+[2024.01.14-11.50.44:617][720]LogStaticMesh: ConstrainClusters:
+[2024.01.14-11.50.44:617][720]LogStaticMesh:   Input: 34 Clusters, 3686 Triangles and 2927 Vertices
+[2024.01.14-11.50.44:617][720]LogStaticMesh:   Output without splits: 34 Clusters, 3686 Triangles and 2963 Vertices
+[2024.01.14-11.50.44:617][720]LogStaticMesh:   Output with splits: 34 Clusters, 3686 Triangles and 2963 Vertices
+[2024.01.14-11.50.44:618][720]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 34, Slow Path Clusters: 0, 1 Material: 29, 2 Materials: 5, 3 Materials: 0, At Least 4 Materials: 0
+[2024.01.14-11.50.44:618][720]LogStaticMesh: WritePages:
+[2024.01.14-11.50.44:618][720]LogStaticMesh:   Root: GPU size: 32336 bytes. 1 Pages. 32336.000 bytes per page (98.682% utilization).
+[2024.01.14-11.50.44:618][720]LogStaticMesh:   Streaming: GPU size: 14320 bytes. 1 Pages (1 with relative encoding). 14320.000 bytes per page (10.925% utilization).
+[2024.01.14-11.50.44:618][720]LogStaticMesh:   Page data disk size: 34972 bytes. Fixup data size: 272 bytes.
+[2024.01.14-11.50.44:618][720]LogStaticMesh:   Total GPU size: 46656 bytes, Total disk size: 35244 bytes.
+[2024.01.14-11.50.44:618][720]LogStaticMesh: Encode [0.00s]
+[2024.01.14-11.50.44:618][720]LogStaticMesh: Nanite build [0.08s]
+
+[2024.01.14-11.50.44:621][720]LogStaticMesh: Built static mesh [0.10s] /Game/GameMap/Door/door_simplified_Tuer.door_simplified_Tuer
+[2024.01.14-11.50.44:639][720]LogFbx: Display: Triangulating static mesh Rahmen
+[2024.01.14-11.50.44:641][720]LogStaticMesh: Display: Building static mesh door_simplified_Rahmen...
+[2024.01.14-11.50.44:643][720]LogStaticMesh: Adjacency [0.00s], tris: 56, UVs 2
+[2024.01.14-11.50.44:643][720]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000
+[2024.01.14-11.50.44:643][720]LogStaticMesh: Leaves [0.00s]
+[2024.01.14-11.50.44:643][720]LogStaticMesh: Reduce [0.00s]
+[2024.01.14-11.50.44:644][720]LogStaticMesh: Fallback 0/1 [0.00s], num tris: 56
+[2024.01.14-11.50.44:644][720]LogStaticMesh: ConstrainClusters:
+[2024.01.14-11.50.44:644][720]LogStaticMesh:   Input: 1 Clusters, 56 Triangles and 88 Vertices
+[2024.01.14-11.50.44:644][720]LogStaticMesh:   Output without splits: 1 Clusters, 56 Triangles and 88 Vertices
+[2024.01.14-11.50.44:644][720]LogStaticMesh:   Output with splits: 1 Clusters, 56 Triangles and 88 Vertices
+[2024.01.14-11.50.44:644][720]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 1, Slow Path Clusters: 0, 1 Material: 1, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0
+[2024.01.14-11.50.44:644][720]LogStaticMesh: WritePages:
+[2024.01.14-11.50.44:644][720]LogStaticMesh:   Root: GPU size: 1480 bytes. 1 Pages. 1480.000 bytes per page (4.517% utilization).
+[2024.01.14-11.50.44:644][720]LogStaticMesh:   Streaming: 0 bytes.
+[2024.01.14-11.50.44:644][720]LogStaticMesh:   Page data disk size: 1580 bytes. Fixup data size: 24 bytes.
+[2024.01.14-11.50.44:644][720]LogStaticMesh:   Total GPU size: 1480 bytes, Total disk size: 1604 bytes.
+[2024.01.14-11.50.44:644][720]LogStaticMesh: Encode [0.00s]
+[2024.01.14-11.50.44:644][720]LogStaticMesh: Nanite build [0.00s]
+
+[2024.01.14-11.50.44:645][720]LogStaticMesh: Built static mesh [0.00s] /Game/GameMap/Door/door_simplified_Rahmen.door_simplified_Rahmen
+[2024.01.14-11.50.44:645][720]LogStaticMesh: Warning: door_simplified_Rahmen has degenerate tangent bases which will result in incorrect shading.  MikkTSpace relies on tangent bases and may result in mesh corruption, consider disabling this option.
+[2024.01.14-11.50.44:646][720]LogStaticMesh: Warning: door_simplified_Rahmen has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4)
+[2024.01.14-11.50.44:673][720]FBXImport: Warning: door_simplified_Rahmen has degenerate tangent bases which will result in incorrect shading.  MikkTSpace relies on tangent bases and may result in mesh corruption, consider disabling this option. 
+[2024.01.14-11.50.44:673][720]FBXImport: Warning: door_simplified_Rahmen has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) 
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: ================================================
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Total job queries 72, among them cache hits 40 (55.56%)
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Tracking 32 distinct input hashes that result in 25 distinct outputs (78.12%)
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: RAM used: 86,38 KiB of 819,20 MiB budget. Usage: 0.01%
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Shaders Compiled: 32
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Jobs assigned 32, completed 32 (100%)
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Average time worker was idle: 48.66 s
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Time job spent in pending queue: average 0.24 s, longest 0.86 s
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Job execution time: average 0.61 s, max 0.87 s
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Job life time (pending + execution): average 0.85 s, max 1.27
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Shader code size: average 6,101 KiB, min 1,426 KiB, max 10,727 KiB
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 3.26 s
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Jobs were issued in 32 batches (only local compilation was used), average 1.00 jobs/batch
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Average processing rate: 9.81 jobs/sec
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Total thread time: 14,159 s
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Total thread preprocess time: 1,147 s
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Percentage time preprocessing: 8.10%
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Effective parallelization: 4.34 (times faster than compiling all shaders on one thread). Compare with number of workers: 8
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Top 5 most expensive shader types by average time:
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display:       TBasePassPSFCachedVolumeIndirectLightingPolicySkylight (compiled    2 times, average 0.54 sec, max 0.56 sec, min 0.53 sec)
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display:        TBasePassPSFCachedPointIndirectLightingPolicySkylight (compiled    2 times, average 0.54 sec, max 0.57 sec, min 0.51 sec)
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display:                TBasePassPSFCachedPointIndirectLightingPolicy (compiled    2 times, average 0.52 sec, max 0.53 sec, min 0.52 sec)
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display:                                 TBasePassVSFNoLightMapPolicy (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.51 sec)
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display:               TBasePassPSFCachedVolumeIndirectLightingPolicy (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.49 sec)
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: Top 5 shader types by total compile time:
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display:       TBasePassPSFCachedVolumeIndirectLightingPolicySkylight - 7.67% of total time (compiled    2 times, average 0.54 sec, max 0.56 sec, min 0.53 sec)
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display:        TBasePassPSFCachedPointIndirectLightingPolicySkylight - 7.62% of total time (compiled    2 times, average 0.54 sec, max 0.57 sec, min 0.51 sec)
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display:                TBasePassPSFCachedPointIndirectLightingPolicy - 7.41% of total time (compiled    2 times, average 0.52 sec, max 0.53 sec, min 0.52 sec)
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display:                                 TBasePassVSFNoLightMapPolicy - 7.23% of total time (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.51 sec)
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display:               TBasePassPSFCachedVolumeIndirectLightingPolicy - 7.17% of total time (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.49 sec)
+[2024.01.14-11.50.44:771][720]LogShaderCompilers: Display: ================================================
+[2024.01.14-11.50.50:576][ 45]LogSlate: Window 'Pick Parent Class' being destroyed
+[2024.01.14-11.50.50:585][ 45]LogContentBrowser: Deferred new asset file creation: NewBlueprint
+[2024.01.14-11.50.50:605][ 45]LogContentBrowser: Creating deferred item: NewBlueprint
+[2024.01.14-11.50.50:625][ 46]LogContentBrowser: Renaming the item being created (Deferred Item: NewBlueprint).
+[2024.01.14-11.50.54:560][426]LogContentBrowser: Attempting asset rename: NewBlueprint -> Blueprint_Door
+[2024.01.14-11.50.54:566][426]LogContentBrowser: End creating deferred item NewBlueprint
+[2024.01.14-11.50.55:963][554]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/GameMap/Door/Blueprint_Door.Blueprint_Door
+[2024.01.14-11.50.55:963][554]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.50.55:964][554]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-11.50.56:135][554]LogViewport: Scene viewport resized to 741x583, mode Windowed.
+[2024.01.14-11.53.55:589][215]LogViewport: Scene viewport resized to 894x968, mode Windowed.
+[2024.01.14-11.54.01:454][475]LogSlate: Window 'Blueprint_Door' being destroyed
+[2024.01.14-11.54.01:460][475]LogSlate: Window 'Blueprint_Door' being destroyed
+[2024.01.14-11.54.01:492][475]LogWorld: UWorld::CleanupWorld for World_8, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-11.54.01:492][475]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-11.54.04:613][753]LogUObjectHash: Compacting FUObjectHashTables data took   1.37ms
+[2024.01.14-11.54.06:055][753]LogSlate: Window 'Delete Assets' being destroyed
+[2024.01.14-11.54.06:094][753]LogUObjectGlobals: Force Deleting 6 Package(s):
+	Asset Name: /Game/GameMap/Door/Blueprint_Door.Blueprint_Door
+	Asset Type: Blueprint
+	Asset Name: /Game/GameMap/Door/door_simplified_Rahmen.door_simplified_Rahmen
+	Asset Type: StaticMesh
+	Asset Name: /Game/GameMap/Door/door_simplified_Tuer.door_simplified_Tuer
+	Asset Type: StaticMesh
+	Asset Name: /Game/GameMap/Door/Griff.Griff
+	Asset Type: Material
+	Asset Name: /Game/GameMap/Door/Holztextur.Holztextur
+	Asset Type: Material
+	Asset Name: /Game/GameMap/Door/wood.wood
+	Asset Type: Texture2D
+[2024.01.14-11.54.06:398][753]LogMaterial: Warning: [AssetLog] /Game/GameMap/Door/Holztextur.Holztextur: Failed to compile Material for platform PCD3D_SM5, Default Material will be used in game.
+	(Node TextureSample) Texture Sample> Missing input texture
+
+[2024.01.14-11.54.06:398][753]LogMaterial: Warning: Holztextur: Requesting an invalid TextureIndex! (0 / 0)
+[2024.01.14-11.54.06:399][753]LogMaterial: Warning: [AssetLog] /Game/GameMap/Door/Holztextur.Holztextur: Failed to compile Material for platform PCD3D_SM5, Default Material will be used in game.
+	(Node TextureSample) Texture Sample> Missing input texture
+
+[2024.01.14-11.54.06:418][753]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.14-11.54.06:518][753]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.14-11.54.06:531][753]LogUObjectHash: Compacting FUObjectHashTables data took   1.28ms
+[2024.01.14-11.54.06:545][753]LogUObjectHash: Compacting FUObjectHashTables data took   0.62ms
+[2024.01.14-11.54.11:055][115]LogSlate: Window 'Message Log' being destroyed
+[2024.01.14-11.54.11:069][115]LogSlate: Window 'Message Log' being destroyed
+[2024.01.14-11.54.17:032][341]LogFactory: FactoryCreateFile: StaticMesh with FbxFactory (0 0 D:\Repositories_Hochschule\digital_art\blender\door\door_simplified.fbx)
+[2024.01.14-11.54.17:037][341]LogFbx: Loading FBX Scene from D:\Repositories_Hochschule\digital_art\blender\door\door_simplified.fbx
+[2024.01.14-11.54.17:042][341]LogFbx: FBX Scene Loaded Succesfully
+[2024.01.14-11.54.18:315][341]LogSlate: Window 'FBX Import Options' being destroyed
+[2024.01.14-11.54.18:381][341]LogEditorFactories: Display: Image imported as : TSF BGRA8
+[2024.01.14-11.54.18:382][341]LogTexture: Display: Building textures: /Game/GameMap/Door/wood.wood (TFO_AutoDXT, 512x512 x1x1x1) (Required Memory Estimate: 45.145823 MB), EncodeSpeed: Fast
+[2024.01.14-11.54.18:405][341]LogFbx: Display: Triangulating static mesh Tuer
+[2024.01.14-11.54.18:455][341]LogFbx: Display: Triangulating static mesh Rahmen
+[2024.01.14-11.54.18:457][341]LogStaticMesh: Display: Building static mesh door_simplified_Rahmen...
+[2024.01.14-11.54.18:459][341]LogStaticMesh: Adjacency [0.00s], tris: 56, UVs 2
+[2024.01.14-11.54.18:459][341]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000
+[2024.01.14-11.54.18:459][341]LogStaticMesh: Leaves [0.00s]
+[2024.01.14-11.54.18:459][341]LogStaticMesh: Reduce [0.00s]
+[2024.01.14-11.54.18:459][341]LogStaticMesh: Fallback 0/1 [0.00s], num tris: 56
+[2024.01.14-11.54.18:459][341]LogStaticMesh: ConstrainClusters:
+[2024.01.14-11.54.18:459][341]LogStaticMesh:   Input: 1 Clusters, 56 Triangles and 88 Vertices
+[2024.01.14-11.54.18:459][341]LogStaticMesh:   Output without splits: 1 Clusters, 56 Triangles and 88 Vertices
+[2024.01.14-11.54.18:459][341]LogStaticMesh:   Output with splits: 1 Clusters, 56 Triangles and 88 Vertices
+[2024.01.14-11.54.18:459][341]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 1, Slow Path Clusters: 0, 1 Material: 1, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0
+[2024.01.14-11.54.18:459][341]LogStaticMesh: WritePages:
+[2024.01.14-11.54.18:459][341]LogStaticMesh:   Root: GPU size: 1480 bytes. 1 Pages. 1480.000 bytes per page (4.517% utilization).
+[2024.01.14-11.54.18:459][341]LogStaticMesh:   Streaming: 0 bytes.
+[2024.01.14-11.54.18:459][341]LogStaticMesh:   Page data disk size: 1580 bytes. Fixup data size: 24 bytes.
+[2024.01.14-11.54.18:459][341]LogStaticMesh:   Total GPU size: 1480 bytes, Total disk size: 1604 bytes.
+[2024.01.14-11.54.18:459][341]LogStaticMesh: Encode [0.00s]
+[2024.01.14-11.54.18:459][341]LogStaticMesh: Nanite build [0.00s]
+
+[2024.01.14-11.54.18:461][341]LogStaticMesh: Built static mesh [0.00s] /Game/GameMap/Door/door_simplified_Rahmen.door_simplified_Rahmen
+[2024.01.14-11.54.18:461][341]LogStaticMesh: Warning: door_simplified_Rahmen has degenerate tangent bases which will result in incorrect shading.  MikkTSpace relies on tangent bases and may result in mesh corruption, consider disabling this option.
+[2024.01.14-11.54.18:461][341]LogStaticMesh: Warning: door_simplified_Rahmen has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4)
+[2024.01.14-11.54.18:489][341]FBXImport: Warning: No smoothing group information was found in this FBX scene.  Please make sure to enable the 'Export Smoothing Groups' option in the FBX Exporter plug-in before exporting the file.  Even for tools that don't support smoothing groups, the FBX Exporter will generate appropriate smoothing data at export-time so that correct vertex normals can be inferred while importing. 
+[2024.01.14-11.54.18:489][341]FBXImport: Warning: door_simplified_Rahmen has degenerate tangent bases which will result in incorrect shading.  MikkTSpace relies on tangent bases and may result in mesh corruption, consider disabling this option. 
+[2024.01.14-11.54.18:489][341]FBXImport: Warning: door_simplified_Rahmen has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) 
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: ================================================
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: Total job queries 82, among them cache hits 50 (60.98%)
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: Tracking 32 distinct input hashes that result in 25 distinct outputs (78.12%)
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: RAM used: 86,38 KiB of 819,20 MiB budget. Usage: 0.01%
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: Shaders Compiled: 32
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: Jobs assigned 32, completed 32 (100%)
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: Average time worker was idle: 48.66 s
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: Time job spent in pending queue: average 0.24 s, longest 0.86 s
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: Job execution time: average 0.61 s, max 0.87 s
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: Job life time (pending + execution): average 0.85 s, max 1.27
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: Shader code size: average 6,101 KiB, min 1,426 KiB, max 10,727 KiB
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 3.26 s
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: Jobs were issued in 32 batches (only local compilation was used), average 1.00 jobs/batch
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: Average processing rate: 9.81 jobs/sec
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: Total thread time: 14,159 s
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: Total thread preprocess time: 1,147 s
+[2024.01.14-11.54.18:554][341]LogShaderCompilers: Display: Percentage time preprocessing: 8.10%
+[2024.01.14-11.54.18:555][341]LogShaderCompilers: Display: Effective parallelization: 4.34 (times faster than compiling all shaders on one thread). Compare with number of workers: 8
+[2024.01.14-11.54.18:555][341]LogShaderCompilers: Display: Top 5 most expensive shader types by average time:
+[2024.01.14-11.54.18:555][341]LogShaderCompilers: Display:       TBasePassPSFCachedVolumeIndirectLightingPolicySkylight (compiled    2 times, average 0.54 sec, max 0.56 sec, min 0.53 sec)
+[2024.01.14-11.54.18:555][341]LogShaderCompilers: Display:        TBasePassPSFCachedPointIndirectLightingPolicySkylight (compiled    2 times, average 0.54 sec, max 0.57 sec, min 0.51 sec)
+[2024.01.14-11.54.18:555][341]LogShaderCompilers: Display:                TBasePassPSFCachedPointIndirectLightingPolicy (compiled    2 times, average 0.52 sec, max 0.53 sec, min 0.52 sec)
+[2024.01.14-11.54.18:555][341]LogShaderCompilers: Display:                                 TBasePassVSFNoLightMapPolicy (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.51 sec)
+[2024.01.14-11.54.18:555][341]LogShaderCompilers: Display:               TBasePassPSFCachedVolumeIndirectLightingPolicy (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.49 sec)
+[2024.01.14-11.54.18:555][341]LogShaderCompilers: Display: Top 5 shader types by total compile time:
+[2024.01.14-11.54.18:555][341]LogShaderCompilers: Display:       TBasePassPSFCachedVolumeIndirectLightingPolicySkylight - 7.67% of total time (compiled    2 times, average 0.54 sec, max 0.56 sec, min 0.53 sec)
+[2024.01.14-11.54.18:555][341]LogShaderCompilers: Display:        TBasePassPSFCachedPointIndirectLightingPolicySkylight - 7.62% of total time (compiled    2 times, average 0.54 sec, max 0.57 sec, min 0.51 sec)
+[2024.01.14-11.54.18:555][341]LogShaderCompilers: Display:                TBasePassPSFCachedPointIndirectLightingPolicy - 7.41% of total time (compiled    2 times, average 0.52 sec, max 0.53 sec, min 0.52 sec)
+[2024.01.14-11.54.18:555][341]LogShaderCompilers: Display:                                 TBasePassVSFNoLightMapPolicy - 7.23% of total time (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.51 sec)
+[2024.01.14-11.54.18:555][341]LogShaderCompilers: Display:               TBasePassPSFCachedVolumeIndirectLightingPolicy - 7.17% of total time (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.49 sec)
+[2024.01.14-11.54.18:555][341]LogShaderCompilers: Display: ================================================
+[2024.01.14-11.54.28:088][287]LogSlate: Window 'Message Log' being destroyed
+[2024.01.14-11.54.28:096][287]LogSlate: Window 'Message Log' being destroyed
+[2024.01.14-11.54.32:698][545]LogSlate: Window 'Pick Parent Class' being destroyed
+[2024.01.14-11.54.33:486][610]LogAssetEditorSubsystem: Opening Asset editor for StaticMesh /Game/GameMap/Door/door_simplified_Tuer.door_simplified_Tuer
+[2024.01.14-11.54.33:515][610]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.54.33:515][610]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-11.54.34:059][610]LogViewport: Scene viewport resized to 1039x767, mode Windowed.
+[2024.01.14-11.55.38:517][452]LogSlate: Window 'door_simplified_Tuer' being destroyed
+[2024.01.14-11.55.38:535][452]LogSlate: Window 'door_simplified_Tuer' being destroyed
+[2024.01.14-11.55.38:570][452]LogWorld: UWorld::CleanupWorld for World_9, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-11.55.38:570][452]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-11.55.46:724][158]LogUObjectHash: Compacting FUObjectHashTables data took   1.29ms
+[2024.01.14-11.55.47:763][158]LogSlate: Window 'Delete Assets' being destroyed
+[2024.01.14-11.55.47:788][158]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.14-11.55.47:804][158]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.14-11.55.47:818][158]LogUObjectHash: Compacting FUObjectHashTables data took   0.62ms
+[2024.01.14-11.55.51:298][327]LogFactory: FactoryCreateFile: StaticMesh with FbxFactory (0 0 D:\Repositories_Hochschule\digital_art\blender\door\door_simplified.fbx)
+[2024.01.14-11.55.51:303][327]LogFbx: Loading FBX Scene from D:\Repositories_Hochschule\digital_art\blender\door\door_simplified.fbx
+[2024.01.14-11.55.51:308][327]LogFbx: FBX Scene Loaded Succesfully
+[2024.01.14-11.56.03:948][327]LogSlate: Window 'FBX Import Options' being destroyed
+[2024.01.14-11.56.04:021][327]LogEditorFactories: Display: Image imported as : TSF BGRA8
+[2024.01.14-11.56.04:023][327]LogTexture: Display: Building textures: /Game/GameMap/Door/wood.wood (TFO_AutoDXT, 512x512 x1x1x1) (Required Memory Estimate: 45.145823 MB), EncodeSpeed: Fast
+[2024.01.14-11.56.04:061][327]LogFbx: Display: Triangulating static mesh Tuer
+[2024.01.14-11.56.04:098][327]LogStaticMesh: Display: Building static mesh door_simplified_Tuer...
+[2024.01.14-11.56.04:108][327]LogStaticMesh: Adjacency [0.00s], tris: 1796, UVs 2
+[2024.01.14-11.56.04:112][327]LogStaticMesh: Clustering [0.00s]. Ratio: 1.266667
+[2024.01.14-11.56.04:112][327]LogStaticMesh: Leaves [0.00s]
+[2024.01.14-11.56.04:185][327]LogStaticMesh: Reduce [0.07s]
+[2024.01.14-11.56.04:195][327]LogStaticMesh: Fallback 0/1 [0.01s], num tris: 256
+[2024.01.14-11.56.04:196][327]LogStaticMesh: ConstrainClusters:
+[2024.01.14-11.56.04:196][327]LogStaticMesh:   Input: 34 Clusters, 3686 Triangles and 2927 Vertices
+[2024.01.14-11.56.04:196][327]LogStaticMesh:   Output without splits: 34 Clusters, 3686 Triangles and 2963 Vertices
+[2024.01.14-11.56.04:196][327]LogStaticMesh:   Output with splits: 34 Clusters, 3686 Triangles and 2963 Vertices
+[2024.01.14-11.56.04:196][327]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 34, Slow Path Clusters: 0, 1 Material: 29, 2 Materials: 5, 3 Materials: 0, At Least 4 Materials: 0
+[2024.01.14-11.56.04:196][327]LogStaticMesh: WritePages:
+[2024.01.14-11.56.04:196][327]LogStaticMesh:   Root: GPU size: 32336 bytes. 1 Pages. 32336.000 bytes per page (98.682% utilization).
+[2024.01.14-11.56.04:196][327]LogStaticMesh:   Streaming: GPU size: 14320 bytes. 1 Pages (1 with relative encoding). 14320.000 bytes per page (10.925% utilization).
+[2024.01.14-11.56.04:196][327]LogStaticMesh:   Page data disk size: 34972 bytes. Fixup data size: 272 bytes.
+[2024.01.14-11.56.04:196][327]LogStaticMesh:   Total GPU size: 46656 bytes, Total disk size: 35244 bytes.
+[2024.01.14-11.56.04:196][327]LogStaticMesh: Encode [0.00s]
+[2024.01.14-11.56.04:196][327]LogStaticMesh: Nanite build [0.08s]
+
+[2024.01.14-11.56.04:199][327]LogStaticMesh: Built static mesh [0.10s] /Game/GameMap/Door/door_simplified_Tuer.door_simplified_Tuer
+[2024.01.14-11.56.04:219][327]LogFbx: Display: Triangulating static mesh Rahmen
+[2024.01.14-11.56.04:222][327]LogStaticMesh: Display: Building static mesh door_simplified_Rahmen...
+[2024.01.14-11.56.04:224][327]LogStaticMesh: Adjacency [0.00s], tris: 56, UVs 2
+[2024.01.14-11.56.04:225][327]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000
+[2024.01.14-11.56.04:225][327]LogStaticMesh: Leaves [0.00s]
+[2024.01.14-11.56.04:225][327]LogStaticMesh: Reduce [0.00s]
+[2024.01.14-11.56.04:225][327]LogStaticMesh: Fallback 0/1 [0.00s], num tris: 56
+[2024.01.14-11.56.04:225][327]LogStaticMesh: ConstrainClusters:
+[2024.01.14-11.56.04:225][327]LogStaticMesh:   Input: 1 Clusters, 56 Triangles and 88 Vertices
+[2024.01.14-11.56.04:225][327]LogStaticMesh:   Output without splits: 1 Clusters, 56 Triangles and 88 Vertices
+[2024.01.14-11.56.04:225][327]LogStaticMesh:   Output with splits: 1 Clusters, 56 Triangles and 88 Vertices
+[2024.01.14-11.56.04:225][327]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 1, Slow Path Clusters: 0, 1 Material: 1, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0
+[2024.01.14-11.56.04:225][327]LogStaticMesh: WritePages:
+[2024.01.14-11.56.04:225][327]LogStaticMesh:   Root: GPU size: 1480 bytes. 1 Pages. 1480.000 bytes per page (4.517% utilization).
+[2024.01.14-11.56.04:225][327]LogStaticMesh:   Streaming: 0 bytes.
+[2024.01.14-11.56.04:225][327]LogStaticMesh:   Page data disk size: 1580 bytes. Fixup data size: 24 bytes.
+[2024.01.14-11.56.04:225][327]LogStaticMesh:   Total GPU size: 1480 bytes, Total disk size: 1604 bytes.
+[2024.01.14-11.56.04:225][327]LogStaticMesh: Encode [0.00s]
+[2024.01.14-11.56.04:225][327]LogStaticMesh: Nanite build [0.00s]
+
+[2024.01.14-11.56.04:226][327]LogStaticMesh: Built static mesh [0.01s] /Game/GameMap/Door/door_simplified_Rahmen.door_simplified_Rahmen
+[2024.01.14-11.56.04:227][327]LogStaticMesh: Warning: door_simplified_Rahmen has degenerate tangent bases which will result in incorrect shading. Consider enabling Recompute Tangents in the mesh's Build Settings. 
+[2024.01.14-11.56.04:227][327]LogStaticMesh: Warning: door_simplified_Rahmen has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4)
+[2024.01.14-11.56.04:251][327]FBXImport: Warning: No smoothing group information was found in this FBX scene.  Please make sure to enable the 'Export Smoothing Groups' option in the FBX Exporter plug-in before exporting the file.  Even for tools that don't support smoothing groups, the FBX Exporter will generate appropriate smoothing data at export-time so that correct vertex normals can be inferred while importing. 
+[2024.01.14-11.56.04:251][327]FBXImport: Warning: door_simplified_Rahmen has degenerate tangent bases which will result in incorrect shading. Consider enabling Recompute Tangents in the mesh's Build Settings.  
+[2024.01.14-11.56.04:251][327]FBXImport: Warning: door_simplified_Rahmen has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) 
+[2024.01.14-11.56.07:908][672]LogSlate: Window 'Message Log' being destroyed
+[2024.01.14-11.56.07:920][672]LogSlate: Window 'Message Log' being destroyed
+[2024.01.14-11.56.08:971][758]LogAssetEditorSubsystem: Opening Asset editor for StaticMesh /Game/GameMap/Door/door_simplified_Tuer.door_simplified_Tuer
+[2024.01.14-11.56.08:998][758]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.56.08:998][758]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-11.56.09:573][758]LogViewport: Scene viewport resized to 1039x767, mode Windowed.
+[2024.01.14-11.56.22:314][625]LogSlate: Window 'door_simplified_Tuer' being destroyed
+[2024.01.14-11.56.22:331][625]LogSlate: Window 'door_simplified_Tuer' being destroyed
+[2024.01.14-11.56.22:363][625]LogWorld: UWorld::CleanupWorld for World_10, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-11.56.22:363][625]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-11.57.12:664][945]LogFactory: FactoryCreateFile: StaticMesh with FbxFactory (0 0 D:\Repositories_Hochschule\digital_art\blender\door\door.fbx)
+[2024.01.14-11.57.12:669][945]LogFbx: Loading FBX Scene from D:\Repositories_Hochschule\digital_art\blender\door\door.fbx
+[2024.01.14-11.57.12:674][945]LogFbx: FBX Scene Loaded Succesfully
+[2024.01.14-11.57.18:867][945]LogSlate: Window 'FBX Import Options' being destroyed
+[2024.01.14-11.57.18:938][945]LogFbx: Display: Triangulating static mesh Tuer
+[2024.01.14-11.57.18:938][945]LogStaticMesh: Display: Building static mesh door_Tuer...
+[2024.01.14-11.57.18:940][945]LogStaticMesh: Adjacency [0.00s], tris: 12, UVs 2
+[2024.01.14-11.57.18:940][945]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000
+[2024.01.14-11.57.18:940][945]LogStaticMesh: Leaves [0.00s]
+[2024.01.14-11.57.18:940][945]LogStaticMesh: Reduce [0.00s]
+[2024.01.14-11.57.18:940][945]LogStaticMesh: Fallback 0/1 [0.00s], num tris: 12
+[2024.01.14-11.57.18:940][945]LogStaticMesh: ConstrainClusters:
+[2024.01.14-11.57.18:940][945]LogStaticMesh:   Input: 1 Clusters, 12 Triangles and 24 Vertices
+[2024.01.14-11.57.18:940][945]LogStaticMesh:   Output without splits: 1 Clusters, 12 Triangles and 24 Vertices
+[2024.01.14-11.57.18:940][945]LogStaticMesh:   Output with splits: 1 Clusters, 12 Triangles and 24 Vertices
+[2024.01.14-11.57.18:940][945]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 1, Slow Path Clusters: 0, 1 Material: 1, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0
+[2024.01.14-11.57.18:940][945]LogStaticMesh: WritePages:
+[2024.01.14-11.57.18:940][945]LogStaticMesh:   Root: GPU size: 532 bytes. 1 Pages. 532.000 bytes per page (1.624% utilization).
+[2024.01.14-11.57.18:940][945]LogStaticMesh:   Streaming: 0 bytes.
+[2024.01.14-11.57.18:941][945]LogStaticMesh:   Page data disk size: 672 bytes. Fixup data size: 24 bytes.
+[2024.01.14-11.57.18:941][945]LogStaticMesh:   Total GPU size: 532 bytes, Total disk size: 696 bytes.
+[2024.01.14-11.57.18:941][945]LogStaticMesh: Encode [0.00s]
+[2024.01.14-11.57.18:941][945]LogStaticMesh: Nanite build [0.00s]
+
+[2024.01.14-11.57.18:942][945]LogStaticMesh: Built static mesh [0.00s] /Game/GameMap/Door/door_Tuer.door_Tuer
+[2024.01.14-11.57.18:959][945]LogFbx: Display: Triangulating static mesh Rahmen
+[2024.01.14-11.57.18:962][945]LogStaticMesh: Warning: door_Rahmen has degenerate tangent bases which will result in incorrect shading. Consider enabling Recompute Tangents in the mesh's Build Settings. 
+[2024.01.14-11.57.18:962][945]LogStaticMesh: Warning: door_Rahmen has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4)
+[2024.01.14-11.57.18:975][945]LogFbx: Display: Triangulating static mesh Knauf
+[2024.01.14-11.57.19:013][945]LogStaticMesh: Display: Building static mesh door_Knauf...
+[2024.01.14-11.57.19:023][945]LogStaticMesh: Adjacency [0.00s], tris: 1784, UVs 2
+[2024.01.14-11.57.19:025][945]LogStaticMesh: Clustering [0.00s]. Ratio: 1.071429
+[2024.01.14-11.57.19:025][945]LogStaticMesh: Leaves [0.00s]
+[2024.01.14-11.57.19:094][945]LogStaticMesh: Reduce [0.07s]
+[2024.01.14-11.57.19:138][945]LogStaticMesh: Fallback 0/1 [0.04s], num tris: 594
+[2024.01.14-11.57.19:139][945]LogStaticMesh: ConstrainClusters:
+[2024.01.14-11.57.19:139][945]LogStaticMesh:   Input: 29 Clusters, 3548 Triangles and 2595 Vertices
+[2024.01.14-11.57.19:139][945]LogStaticMesh:   Output without splits: 29 Clusters, 3548 Triangles and 2624 Vertices
+[2024.01.14-11.57.19:139][945]LogStaticMesh:   Output with splits: 29 Clusters, 3548 Triangles and 2624 Vertices
+[2024.01.14-11.57.19:139][945]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 29, Slow Path Clusters: 0, 1 Material: 29, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0
+[2024.01.14-11.57.19:140][945]LogStaticMesh: WritePages:
+[2024.01.14-11.57.19:140][945]LogStaticMesh:   Root: GPU size: 31920 bytes. 1 Pages. 31920.000 bytes per page (97.412% utilization).
+[2024.01.14-11.57.19:140][945]LogStaticMesh:   Streaming: GPU size: 10628 bytes. 1 Pages (1 with relative encoding). 10628.000 bytes per page (8.109% utilization).
+[2024.01.14-11.57.19:140][945]LogStaticMesh:   Page data disk size: 33300 bytes. Fixup data size: 256 bytes.
+[2024.01.14-11.57.19:140][945]LogStaticMesh:   Total GPU size: 42548 bytes, Total disk size: 33556 bytes.
+[2024.01.14-11.57.19:140][945]LogStaticMesh: Encode [0.00s]
+[2024.01.14-11.57.19:140][945]LogStaticMesh: Nanite build [0.11s]
+
+[2024.01.14-11.57.19:143][945]LogStaticMesh: Built static mesh [0.13s] /Game/GameMap/Door/door_Knauf.door_Knauf
+[2024.01.14-11.57.19:163][945]FBXImport: Warning: No smoothing group information was found in this FBX scene.  Please make sure to enable the 'Export Smoothing Groups' option in the FBX Exporter plug-in before exporting the file.  Even for tools that don't support smoothing groups, the FBX Exporter will generate appropriate smoothing data at export-time so that correct vertex normals can be inferred while importing. 
+[2024.01.14-11.57.19:163][945]FBXImport: Warning: door_Rahmen has degenerate tangent bases which will result in incorrect shading. Consider enabling Recompute Tangents in the mesh's Build Settings.  
+[2024.01.14-11.57.19:163][945]FBXImport: Warning: door_Rahmen has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) 
+[2024.01.14-11.57.21:601][161]LogSlate: Window 'Message Log' being destroyed
+[2024.01.14-11.57.21:608][161]LogSlate: Window 'Message Log' being destroyed
+[2024.01.14-11.57.27:118][700]LogAssetEditorSubsystem: Opening Asset editor for StaticMesh /Game/GameMap/Door/door_Knauf.door_Knauf
+[2024.01.14-11.57.27:148][700]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-11.57.27:148][700]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-11.57.27:698][700]LogViewport: Scene viewport resized to 1039x767, mode Windowed.
+[2024.01.14-11.57.47:765][  3]LogUObjectHash: Compacting FUObjectHashTables data took   1.49ms
+[2024.01.14-11.57.48:746][  3]LogSlate: Window 'Delete Assets' being destroyed
+[2024.01.14-11.57.48:771][  3]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.14-11.57.48:787][  3]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.14-11.57.48:800][  3]LogUObjectHash: Compacting FUObjectHashTables data took   0.58ms
+[2024.01.14-11.58.14:624][221]LogUObjectHash: Compacting FUObjectHashTables data took   1.86ms
+[2024.01.14-11.58.14:625][221]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/BackroomsMap' took 0.019
+[2024.01.14-11.58.14:626][221]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/door_Knauf] ([1] browsable assets)...
+[2024.01.14-11.58.14:670][221]OBJ SavePackage:     Rendered thumbnail for [StaticMesh /Game/GameMap/Door/door_Knauf.door_Knauf]
+[2024.01.14-11.58.14:670][221]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/door_Knauf]
+[2024.01.14-11.58.14:674][221]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/door_Knauf_Auto3
+[2024.01.14-11.58.14:674][221]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/door_Knauf_Auto372A514F04B32E7DCFA7BEAAADB8F58FE.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Knauf_Auto3.uasset'
+[2024.01.14-11.58.14:675][221]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/door_Rahmen] ([1] browsable assets)...
+[2024.01.14-11.58.14:695][221]OBJ SavePackage:     Rendered thumbnail for [StaticMesh /Game/GameMap/Door/door_Rahmen.door_Rahmen]
+[2024.01.14-11.58.14:695][221]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/door_Rahmen]
+[2024.01.14-11.58.14:702][221]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/door_Rahmen_Auto3
+[2024.01.14-11.58.14:703][221]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/door_Rahmen_Auto3C5EEF00A44AE4C7CF6885CAD8028BDBE.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Rahmen_Auto3.uasset'
+[2024.01.14-11.58.14:703][221]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/Holztextur] ([1] browsable assets)...
+[2024.01.14-11.58.14:715][221]LogShaderCompilers: Display: ================================================
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Total job queries 108, among them cache hits 76 (70.37%)
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Tracking 32 distinct input hashes that result in 25 distinct outputs (78.12%)
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: RAM used: 86,38 KiB of 819,20 MiB budget. Usage: 0.01%
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Shaders Compiled: 32
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Jobs assigned 32, completed 32 (100%)
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Average time worker was idle: 48.66 s
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Time job spent in pending queue: average 0.24 s, longest 0.86 s
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Job execution time: average 0.61 s, max 0.87 s
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Job life time (pending + execution): average 0.85 s, max 1.27
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Shader code size: average 6,101 KiB, min 1,426 KiB, max 10,727 KiB
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 3.26 s
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Jobs were issued in 32 batches (only local compilation was used), average 1.00 jobs/batch
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Average processing rate: 9.81 jobs/sec
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Total thread time: 14,159 s
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Total thread preprocess time: 1,147 s
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Percentage time preprocessing: 8.10%
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Effective parallelization: 4.34 (times faster than compiling all shaders on one thread). Compare with number of workers: 8
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Top 5 most expensive shader types by average time:
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display:       TBasePassPSFCachedVolumeIndirectLightingPolicySkylight (compiled    2 times, average 0.54 sec, max 0.56 sec, min 0.53 sec)
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display:        TBasePassPSFCachedPointIndirectLightingPolicySkylight (compiled    2 times, average 0.54 sec, max 0.57 sec, min 0.51 sec)
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display:                TBasePassPSFCachedPointIndirectLightingPolicy (compiled    2 times, average 0.52 sec, max 0.53 sec, min 0.52 sec)
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display:                                 TBasePassVSFNoLightMapPolicy (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.51 sec)
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display:               TBasePassPSFCachedVolumeIndirectLightingPolicy (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.49 sec)
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: Top 5 shader types by total compile time:
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display:       TBasePassPSFCachedVolumeIndirectLightingPolicySkylight - 7.67% of total time (compiled    2 times, average 0.54 sec, max 0.56 sec, min 0.53 sec)
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display:        TBasePassPSFCachedPointIndirectLightingPolicySkylight - 7.62% of total time (compiled    2 times, average 0.54 sec, max 0.57 sec, min 0.51 sec)
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display:                TBasePassPSFCachedPointIndirectLightingPolicy - 7.41% of total time (compiled    2 times, average 0.52 sec, max 0.53 sec, min 0.52 sec)
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display:                                 TBasePassVSFNoLightMapPolicy - 7.23% of total time (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.51 sec)
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display:               TBasePassPSFCachedVolumeIndirectLightingPolicy - 7.17% of total time (compiled    2 times, average 0.51 sec, max 0.52 sec, min 0.49 sec)
+[2024.01.14-11.58.14:716][221]LogShaderCompilers: Display: ================================================
+[2024.01.14-11.58.14:739][221]OBJ SavePackage:     Rendered thumbnail for [Material /Game/GameMap/Door/Holztextur.Holztextur]
+[2024.01.14-11.58.14:739][221]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Holztextur]
+[2024.01.14-11.58.14:740][221]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Holztextur_Auto3
+[2024.01.14-11.58.14:740][221]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Holztextur_Auto3DE08DEB049A570CA15AE2C9F30ABE6AB.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto3.uasset'
+[2024.01.14-11.58.14:741][221]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/wood] ([1] browsable assets)...
+[2024.01.14-11.58.14:743][221]OBJ SavePackage:     Rendered thumbnail for [Texture2D /Game/GameMap/Door/wood.wood]
+[2024.01.14-11.58.14:743][221]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/wood]
+[2024.01.14-11.58.14:743][221]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/wood" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto3.uasset" SILENT=false AUTOSAVING=true
+[2024.01.14-11.58.14:745][221]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/wood_Auto3
+[2024.01.14-11.58.14:745][221]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/wood_Auto3301E5DFD4EB4AABF1EF72CA86A8D6F57.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto3.uasset'
+[2024.01.14-11.58.14:746][221]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/Griff] ([1] browsable assets)...
+[2024.01.14-11.58.14:773][221]OBJ SavePackage:     Rendered thumbnail for [Material /Game/GameMap/Door/Griff.Griff]
+[2024.01.14-11.58.14:774][221]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Griff]
+[2024.01.14-11.58.14:774][221]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Griff" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto3.uasset" SILENT=false AUTOSAVING=true
+[2024.01.14-11.58.14:775][221]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Griff_Auto3
+[2024.01.14-11.58.14:775][221]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Griff_Auto391E00436484AC35036D26EBB7EA815A1.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto3.uasset'
+[2024.01.14-11.58.14:776][221]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/door_Tuer] ([1] browsable assets)...
+[2024.01.14-11.58.14:793][221]OBJ SavePackage:     Rendered thumbnail for [StaticMesh /Game/GameMap/Door/door_Tuer.door_Tuer]
+[2024.01.14-11.58.14:793][221]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/door_Tuer]
+[2024.01.14-11.58.14:796][221]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/door_Tuer_Auto3
+[2024.01.14-11.58.14:796][221]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/door_Tuer_Auto37C1AC8184E3EE2C7DD742D966926F25B.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Tuer_Auto3.uasset'
+[2024.01.14-11.58.14:796][221]LogFileHelpers: Auto-saving content packages took 0.171
+[2024.01.14-12.14.10:039][715]LogViewport: Scene viewport resized to 1253x1248, mode Windowed.
+[2024.01.14-12.14.11:283][794]LogSlate: Window 'door_Knauf' being destroyed
+[2024.01.14-12.14.11:299][794]LogSlate: Window 'door_Knauf' being destroyed
+[2024.01.14-12.14.11:351][794]LogWorld: UWorld::CleanupWorld for World_11, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-12.14.11:351][794]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-12.14.17:713][225]LogSlate: Window 'Pick Parent Class' being destroyed
+[2024.01.14-12.14.17:719][225]LogContentBrowser: Deferred new asset file creation: NewBlueprint
+[2024.01.14-12.14.17:727][225]LogContentBrowser: Creating deferred item: NewBlueprint
+[2024.01.14-12.14.17:741][226]LogContentBrowser: Renaming the item being created (Deferred Item: NewBlueprint).
+[2024.01.14-12.14.21:888][671]LogContentBrowser: Attempting asset rename: NewBlueprint -> Blueprint_door
+[2024.01.14-12.14.21:895][671]LogContentBrowser: End creating deferred item NewBlueprint
+[2024.01.14-12.14.24:580][951]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-12.14.24:580][951]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-12.14.24:580][951]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-12.14.24:718][951]LogViewport: Scene viewport resized to 741x583, mode Windowed.
+[2024.01.14-12.14.27:852][131]LogViewport: Scene viewport resized to 894x968, mode Windowed.
+[2024.01.14-12.14.52:969][577]LogEditorTransaction: Undo Modify Component(s)
+[2024.01.14-12.15.36:586][100]LogUObjectHash: Compacting FUObjectHashTables data took   1.56ms
+[2024.01.14-12.15.36:591][100]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/BackroomsMap' took 0.027
+[2024.01.14-12.15.36:591][100]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/GameMap/Door/door_Knauf] ([1] browsable assets)...
+[2024.01.14-12.15.36:591][100]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/door_Knauf]
+[2024.01.14-12.15.36:595][100]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/door_Knauf_Auto4
+[2024.01.14-12.15.36:595][100]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/door_Knauf_Auto49F34307243F366DF929AB1A0BDD7F896.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Knauf_Auto4.uasset'
+[2024.01.14-12.15.36:595][100]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/GameMap/Door/door_Rahmen] ([1] browsable assets)...
+[2024.01.14-12.15.36:595][100]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/door_Rahmen]
+[2024.01.14-12.15.36:597][100]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/door_Rahmen_Auto4
+[2024.01.14-12.15.36:597][100]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/door_Rahmen_Auto49E6D52D84CAAA39BD4594A8B956F09FA.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Rahmen_Auto4.uasset'
+[2024.01.14-12.15.36:598][100]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/GameMap/Door/Holztextur] ([1] browsable assets)...
+[2024.01.14-12.15.36:598][100]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Holztextur]
+[2024.01.14-12.15.36:599][100]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Holztextur_Auto4
+[2024.01.14-12.15.36:599][100]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Holztextur_Auto4962836FC41B68BF7830CD7A4213FCE74.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto4.uasset'
+[2024.01.14-12.15.36:599][100]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/GameMap/Door/wood] ([1] browsable assets)...
+[2024.01.14-12.15.36:599][100]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/wood]
+[2024.01.14-12.15.36:599][100]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/wood" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto4.uasset" SILENT=false AUTOSAVING=true
+[2024.01.14-12.15.36:601][100]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/wood_Auto4
+[2024.01.14-12.15.36:601][100]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/wood_Auto49A5D126A468E50A864038193C67297AC.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto4.uasset'
+[2024.01.14-12.15.36:601][100]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/GameMap/Door/Griff] ([1] browsable assets)...
+[2024.01.14-12.15.36:601][100]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Griff]
+[2024.01.14-12.15.36:601][100]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Griff" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto4.uasset" SILENT=false AUTOSAVING=true
+[2024.01.14-12.15.36:602][100]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Griff_Auto4
+[2024.01.14-12.15.36:602][100]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Griff_Auto48D969F204772978184A4ABB8460677FA.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto4.uasset'
+[2024.01.14-12.15.36:603][100]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/GameMap/Door/door_Tuer] ([1] browsable assets)...
+[2024.01.14-12.15.36:603][100]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/door_Tuer]
+[2024.01.14-12.15.36:605][100]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/door_Tuer_Auto4
+[2024.01.14-12.15.36:605][100]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/door_Tuer_Auto44F6A33534609562DF1F275BBF5D4A2FC.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Tuer_Auto4.uasset'
+[2024.01.14-12.15.36:606][100]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/GameMap/Door/Blueprint_door] ([2] browsable assets)...
+[2024.01.14-12.15.36:644][100]OBJ SavePackage:     Rendered thumbnail for [Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door]
+[2024.01.14-12.15.36:644][100]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Blueprint_door]
+[2024.01.14-12.15.36:648][100]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Blueprint_door_Auto4
+[2024.01.14-12.15.36:648][100]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door_Auto4FA31D4F7408E6487F078DD9AFD866BFF.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto4.uasset'
+[2024.01.14-12.15.36:648][100]LogFileHelpers: Auto-saving content packages took 0.057
+[2024.01.14-12.16.13:837][857]LogSlate: Window 'Merge Actors' being destroyed
+[2024.01.14-12.16.13:846][857]LogSlate: Window 'Merge Actors' being destroyed
+[2024.01.14-12.20.54:441][555]LogDerivedDataCache: C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:04.077 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 2312 files in 3543 folders with total size 176 MiB.
+[2024.01.14-12.20.59:000][817]LogEditorFactories: Performing atomic reimport of [D:/Repositories_Hochschule/digital_art/blender/door/door.fbx]
+[2024.01.14-12.20.59:005][817]LogFbx: Loading FBX Scene from D:/Repositories_Hochschule/digital_art/blender/door/door.fbx
+[2024.01.14-12.20.59:011][817]LogFbx: FBX Scene Loaded Succesfully
+[2024.01.14-12.20.59:046][817]LogFbx: Display: Triangulating static mesh Tuer
+[2024.01.14-12.20.59:055][817]LogStaticMesh: Display: Building static mesh door_Tuer...
+[2024.01.14-12.20.59:091][817]LogStaticMesh: Adjacency [0.00s], tris: 12, UVs 2
+[2024.01.14-12.20.59:092][817]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000
+[2024.01.14-12.20.59:092][817]LogStaticMesh: Leaves [0.00s]
+[2024.01.14-12.20.59:092][817]LogStaticMesh: Reduce [0.00s]
+[2024.01.14-12.20.59:092][817]LogStaticMesh: Fallback 0/1 [0.00s], num tris: 12
+[2024.01.14-12.20.59:092][817]LogStaticMesh: ConstrainClusters:
+[2024.01.14-12.20.59:092][817]LogStaticMesh:   Input: 1 Clusters, 12 Triangles and 24 Vertices
+[2024.01.14-12.20.59:092][817]LogStaticMesh:   Output without splits: 1 Clusters, 12 Triangles and 24 Vertices
+[2024.01.14-12.20.59:092][817]LogStaticMesh:   Output with splits: 1 Clusters, 12 Triangles and 24 Vertices
+[2024.01.14-12.20.59:092][817]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 1, Slow Path Clusters: 0, 1 Material: 1, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0
+[2024.01.14-12.20.59:092][817]LogStaticMesh: WritePages:
+[2024.01.14-12.20.59:092][817]LogStaticMesh:   Root: GPU size: 532 bytes. 1 Pages. 532.000 bytes per page (1.624% utilization).
+[2024.01.14-12.20.59:092][817]LogStaticMesh:   Streaming: 0 bytes.
+[2024.01.14-12.20.59:092][817]LogStaticMesh:   Page data disk size: 672 bytes. Fixup data size: 24 bytes.
+[2024.01.14-12.20.59:092][817]LogStaticMesh:   Total GPU size: 532 bytes, Total disk size: 696 bytes.
+[2024.01.14-12.20.59:092][817]LogStaticMesh: Encode [0.00s]
+[2024.01.14-12.20.59:092][817]LogStaticMesh: Nanite build [0.00s]
+
+[2024.01.14-12.20.59:094][817]LogStaticMesh: Built static mesh [0.04s] /Game/GameMap/Door/door_Tuer.door_Tuer
+[2024.01.14-12.20.59:124][817]LogEditorFactories: -- imported successfully
+[2024.01.14-12.20.59:125][817]FBXImport: Warning: No smoothing group information was found in this FBX scene.  Please make sure to enable the 'Export Smoothing Groups' option in the FBX Exporter plug-in before exporting the file.  Even for tools that don't support smoothing groups, the FBX Exporter will generate appropriate smoothing data at export-time so that correct vertex normals can be inferred while importing. 
+[2024.01.14-12.21.04:310][128]LogEditorFactories: Performing atomic reimport of [D:/Repositories_Hochschule/digital_art/blender/door/door.fbx]
+[2024.01.14-12.21.04:315][128]LogFbx: Loading FBX Scene from D:/Repositories_Hochschule/digital_art/blender/door/door.fbx
+[2024.01.14-12.21.04:320][128]LogFbx: FBX Scene Loaded Succesfully
+[2024.01.14-12.21.04:349][128]LogFbx: Display: Triangulating static mesh Rahmen
+[2024.01.14-12.21.04:358][128]LogStaticMesh: Display: Building static mesh door_Rahmen...
+[2024.01.14-12.21.04:389][128]LogStaticMesh: Adjacency [0.00s], tris: 56, UVs 2
+[2024.01.14-12.21.04:389][128]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000
+[2024.01.14-12.21.04:389][128]LogStaticMesh: Leaves [0.00s]
+[2024.01.14-12.21.04:389][128]LogStaticMesh: Reduce [0.00s]
+[2024.01.14-12.21.04:389][128]LogStaticMesh: Fallback 0/1 [0.00s], num tris: 56
+[2024.01.14-12.21.04:389][128]LogStaticMesh: ConstrainClusters:
+[2024.01.14-12.21.04:389][128]LogStaticMesh:   Input: 1 Clusters, 56 Triangles and 88 Vertices
+[2024.01.14-12.21.04:389][128]LogStaticMesh:   Output without splits: 1 Clusters, 56 Triangles and 88 Vertices
+[2024.01.14-12.21.04:389][128]LogStaticMesh:   Output with splits: 1 Clusters, 56 Triangles and 88 Vertices
+[2024.01.14-12.21.04:389][128]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 1, Slow Path Clusters: 0, 1 Material: 1, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0
+[2024.01.14-12.21.04:389][128]LogStaticMesh: WritePages:
+[2024.01.14-12.21.04:389][128]LogStaticMesh:   Root: GPU size: 1480 bytes. 1 Pages. 1480.000 bytes per page (4.517% utilization).
+[2024.01.14-12.21.04:389][128]LogStaticMesh:   Streaming: 0 bytes.
+[2024.01.14-12.21.04:389][128]LogStaticMesh:   Page data disk size: 1580 bytes. Fixup data size: 24 bytes.
+[2024.01.14-12.21.04:389][128]LogStaticMesh:   Total GPU size: 1480 bytes, Total disk size: 1604 bytes.
+[2024.01.14-12.21.04:389][128]LogStaticMesh: Encode [0.00s]
+[2024.01.14-12.21.04:389][128]LogStaticMesh: Nanite build [0.00s]
+
+[2024.01.14-12.21.04:391][128]LogStaticMesh: Built static mesh [0.03s] /Game/GameMap/Door/door_Rahmen.door_Rahmen
+[2024.01.14-12.21.04:399][128]LogStaticMesh: Warning: door_Rahmen has degenerate tangent bases which will result in incorrect shading. Consider enabling Recompute Tangents in the mesh's Build Settings. 
+[2024.01.14-12.21.04:399][128]LogStaticMesh: Warning: door_Rahmen has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4)
+[2024.01.14-12.21.04:413][128]LogEditorFactories: -- imported successfully
+[2024.01.14-12.21.04:414][128]FBXImport: Warning: No smoothing group information was found in this FBX scene.  Please make sure to enable the 'Export Smoothing Groups' option in the FBX Exporter plug-in before exporting the file.  Even for tools that don't support smoothing groups, the FBX Exporter will generate appropriate smoothing data at export-time so that correct vertex normals can be inferred while importing. 
+[2024.01.14-12.21.04:414][128]FBXImport: Warning: door_Rahmen has degenerate tangent bases which will result in incorrect shading. Consider enabling Recompute Tangents in the mesh's Build Settings.  
+[2024.01.14-12.21.04:414][128]FBXImport: Warning: door_Rahmen has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) 
+[2024.01.14-12.21.07:798][308]LogEditorFactories: Performing atomic reimport of [D:/Repositories_Hochschule/digital_art/blender/door/door.fbx]
+[2024.01.14-12.21.07:803][308]LogFbx: Loading FBX Scene from D:/Repositories_Hochschule/digital_art/blender/door/door.fbx
+[2024.01.14-12.21.07:808][308]LogFbx: FBX Scene Loaded Succesfully
+[2024.01.14-12.21.07:842][308]LogFbx: Display: Triangulating static mesh Knauf
+[2024.01.14-12.21.07:884][308]LogStaticMesh: Display: Building static mesh door_Knauf...
+[2024.01.14-12.21.07:923][308]LogStaticMesh: Adjacency [0.00s], tris: 1784, UVs 2
+[2024.01.14-12.21.07:926][308]LogStaticMesh: Clustering [0.00s]. Ratio: 1.071429
+[2024.01.14-12.21.07:926][308]LogStaticMesh: Leaves [0.00s]
+[2024.01.14-12.21.07:994][308]LogStaticMesh: Reduce [0.07s]
+[2024.01.14-12.21.08:037][308]LogStaticMesh: Fallback 0/1 [0.04s], num tris: 598
+[2024.01.14-12.21.08:038][308]LogStaticMesh: ConstrainClusters:
+[2024.01.14-12.21.08:038][308]LogStaticMesh:   Input: 29 Clusters, 3548 Triangles and 2624 Vertices
+[2024.01.14-12.21.08:038][308]LogStaticMesh:   Output without splits: 29 Clusters, 3548 Triangles and 2645 Vertices
+[2024.01.14-12.21.08:038][308]LogStaticMesh:   Output with splits: 29 Clusters, 3548 Triangles and 2645 Vertices
+[2024.01.14-12.21.08:038][308]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 29, Slow Path Clusters: 0, 1 Material: 29, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0
+[2024.01.14-12.21.08:039][308]LogStaticMesh: WritePages:
+[2024.01.14-12.21.08:039][308]LogStaticMesh:   Root: GPU size: 32320 bytes. 1 Pages. 32320.000 bytes per page (98.633% utilization).
+[2024.01.14-12.21.08:039][308]LogStaticMesh:   Streaming: GPU size: 10696 bytes. 1 Pages (1 with relative encoding). 10696.000 bytes per page (8.160% utilization).
+[2024.01.14-12.21.08:039][308]LogStaticMesh:   Page data disk size: 33428 bytes. Fixup data size: 256 bytes.
+[2024.01.14-12.21.08:039][308]LogStaticMesh:   Total GPU size: 43016 bytes, Total disk size: 33684 bytes.
+[2024.01.14-12.21.08:039][308]LogStaticMesh: Encode [0.00s]
+[2024.01.14-12.21.08:039][308]LogStaticMesh: Nanite build [0.11s]
+
+[2024.01.14-12.21.08:043][308]LogStaticMesh: Built static mesh [0.16s] /Game/GameMap/Door/door_Knauf.door_Knauf
+[2024.01.14-12.21.08:062][308]LogEditorFactories: -- imported successfully
+[2024.01.14-12.21.08:063][308]FBXImport: Warning: No smoothing group information was found in this FBX scene.  Please make sure to enable the 'Export Smoothing Groups' option in the FBX Exporter plug-in before exporting the file.  Even for tools that don't support smoothing groups, the FBX Exporter will generate appropriate smoothing data at export-time so that correct vertex normals can be inferred while importing. 
+[2024.01.14-12.21.32:197][637]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-12.21.32:236][637]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-12.21.32:256][637]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-12.21.32:256][637]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door01739D8541F2C680349F04ADDC8CA899.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-12.21.32:267][637]LogFileHelpers: InternalPromptForCheckoutAndSave took 69 ms (total: 120 ms)
+[2024.01.14-12.21.32:267][637]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-12.21.32:268][637]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-12.21.54:721][191]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-12.21.54:749][191]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-12.21.54:752][191]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-12.21.54:752][191]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door4CDD06AC4752818AD40DFF827CC158F4.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-12.21.54:759][191]LogFileHelpers: InternalPromptForCheckoutAndSave took 38 ms (total: 158 ms)
+[2024.01.14-12.21.54:760][191]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-12.21.54:760][191]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-12.22.36:847][370]LogSlate: Window 'Content Browser' being destroyed
+[2024.01.14-12.22.36:857][370]LogSlate: Window 'Content Browser' being destroyed
+[2024.01.14-12.22.57:170][955]LogEditorViewport: Clicking Background
+[2024.01.14-12.23.05:631][649]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Door/Blueprint_door.Blueprint_door_C
+[2024.01.14-12.23.05:632][649]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Door/Blueprint_door.Blueprint_door_C
+[2024.01.14-12.23.05:635][649]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door as actor: Blueprint_door_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.Blueprint_door_C_0
+[2024.01.14-12.23.05:638][649]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door as actor: Blueprint_door_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.Blueprint_door_C_0
+[2024.01.14-12.23.05:643][649]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance
+[2024.01.14-12.23.07:009][748]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Door/Blueprint_door.Blueprint_door_C
+[2024.01.14-12.23.07:009][748]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Door/Blueprint_door.Blueprint_door_C
+[2024.01.14-12.23.07:014][748]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door as actor: Blueprint_door_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.Blueprint_door_C_1
+[2024.01.14-12.23.07:016][748]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door as actor: Blueprint_door_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.Blueprint_door_C_1
+[2024.01.14-12.23.57:866][160]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-12.23.57:881][160]BlueprintLog: New page: Pre-Play auto-recompile
+[2024.01.14-12.23.57:882][160]LogPlayLevel: [PlayLevel] Compiling Blueprint_door before play...
+[2024.01.14-12.23.57:975][160]LogUObjectHash: Compacting FUObjectHashTables data took   1.44ms
+[2024.01.14-12.23.57:981][160]LogPlayLevel: PlayLevel: Blueprint regeneration took 99 ms (1 blueprints)
+[2024.01.14-12.23.57:981][160]PIE: New page: PIE session: BackroomsMap (14.01.2024, 14:23:57)
+[2024.01.14-12.23.57:982][160]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-12.23.58:001][160]LogPlayLevel: PIE: StaticDuplicateObject took: (0.019927s)
+[2024.01.14-12.23.58:001][160]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.019965s)
+[2024.01.14-12.23.58:016][160]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
+[2024.01.14-12.23.58:016][160]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-12.23.58:017][160]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-12.23.58:017][160]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-12.23.58:018][160]LogPlayLevel: PIE: World Init took: (0.001108s)
+[2024.01.14-12.23.58:018][160]LogAudio: Display: Creating Audio Device:                 Id: 5, Scope: Unique, Realtime: True
+[2024.01.14-12.23.58:018][160]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-12.23.58:018][160]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-12.23.58:018][160]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-12.23.58:018][160]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-12.23.58:018][160]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-12.23.58:018][160]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-12.23.58:018][160]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-12.23.58:018][160]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-12.23.58:018][160]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-12.23.58:018][160]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-12.23.58:018][160]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-12.23.58:020][160]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-12.23.58:058][160]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-12.23.58:058][160]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-12.23.58:058][160]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-12.23.58:058][160]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-12.23.58:059][160]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5
+[2024.01.14-12.23.58:059][160]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=5
+[2024.01.14-12.23.58:061][160]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5
+[2024.01.14-12.23.58:061][160]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5
+[2024.01.14-12.23.58:061][160]LogInit: FAudioDevice initialized with ID 5.
+[2024.01.14-12.23.58:061][160]LogAudio: Display: Audio Device (ID: 5) registered with world 'BackroomsMap'.
+[2024.01.14-12.23.58:062][160]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5
+[2024.01.14-12.23.58:064][160]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-12.23.58:072][160]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-13.23.58
+[2024.01.14-12.23.58:073][160]LogWorld: Bringing up level for play took: 0.008214
+[2024.01.14-12.23.58:076][160]LogOnline: OSS: Created online subsystem instance for: :Context_17
+[2024.01.14-12.23.58:079][160]PIE: Server logged in
+[2024.01.14-12.23.58:080][160]PIE: Play in editor total start time 0,206 seconds.
+[2024.01.14-12.23.59:763][237]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-12.23.59:763][237]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-12.23.59:764][237]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-12.23.59:765][237]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-12.23.59:769][237]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-12.23.59:776][237]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-12.23.59:788][237]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-12.23.59:790][237]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5
+[2024.01.14-12.23.59:790][237]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5
+[2024.01.14-12.23.59:791][237]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5
+[2024.01.14-12.23.59:819][237]LogUObjectHash: Compacting FUObjectHashTables data took   1.33ms
+[2024.01.14-12.23.59:923][238]LogPlayLevel: Display: Destroying online subsystem :Context_17
+[2024.01.14-12.24.11:688][ 27]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-12.24.11:697][ 27]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-12.24.11:697][ 27]PIE: New page: PIE session: BackroomsMap (14.01.2024, 14:24:11)
+[2024.01.14-12.24.11:697][ 27]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-12.24.11:717][ 27]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020444s)
+[2024.01.14-12.24.11:717][ 27]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020484s)
+[2024.01.14-12.24.11:731][ 27]LogUObjectHash: Compacting FUObjectHashTables data took   1.23ms
+[2024.01.14-12.24.11:735][ 27]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-12.24.11:735][ 27]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-12.24.11:736][ 27]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-12.24.11:736][ 27]LogPlayLevel: PIE: World Init took: (0.001170s)
+[2024.01.14-12.24.11:736][ 27]LogAudio: Display: Creating Audio Device:                 Id: 6, Scope: Unique, Realtime: True
+[2024.01.14-12.24.11:736][ 27]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-12.24.11:736][ 27]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-12.24.11:736][ 27]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-12.24.11:736][ 27]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-12.24.11:736][ 27]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-12.24.11:736][ 27]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-12.24.11:736][ 27]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-12.24.11:736][ 27]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-12.24.11:737][ 27]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-12.24.11:737][ 27]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-12.24.11:737][ 27]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-12.24.11:739][ 27]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-12.24.11:774][ 27]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-12.24.11:774][ 27]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-12.24.11:774][ 27]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-12.24.11:774][ 27]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-12.24.11:775][ 27]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6
+[2024.01.14-12.24.11:775][ 27]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=6
+[2024.01.14-12.24.11:778][ 27]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6
+[2024.01.14-12.24.11:778][ 27]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6
+[2024.01.14-12.24.11:778][ 27]LogInit: FAudioDevice initialized with ID 6.
+[2024.01.14-12.24.11:778][ 27]LogAudio: Display: Audio Device (ID: 6) registered with world 'BackroomsMap'.
+[2024.01.14-12.24.11:778][ 27]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 6
+[2024.01.14-12.24.11:779][ 27]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-12.24.11:787][ 27]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-13.24.11
+[2024.01.14-12.24.11:788][ 27]LogWorld: Bringing up level for play took: 0.008517
+[2024.01.14-12.24.11:790][ 27]LogOnline: OSS: Created online subsystem instance for: :Context_18
+[2024.01.14-12.24.11:793][ 27]PIE: Server logged in
+[2024.01.14-12.24.11:794][ 27]PIE: Play in editor total start time 0,098 seconds.
+[2024.01.14-12.24.48:232][425]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-12.24.48:232][425]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-12.24.48:232][425]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-12.24.48:233][425]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-12.24.48:237][425]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-12.24.48:243][425]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-12.24.48:257][425]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-12.24.48:259][425]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 6
+[2024.01.14-12.24.48:259][425]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6
+[2024.01.14-12.24.48:261][425]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6
+[2024.01.14-12.24.48:294][425]LogUObjectHash: Compacting FUObjectHashTables data took   1.51ms
+[2024.01.14-12.24.48:391][426]LogPlayLevel: Display: Destroying online subsystem :Context_18
+[2024.01.14-12.24.50:049][532]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-12.24.50:057][532]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-12.24.50:057][532]PIE: New page: PIE session: BackroomsMap (14.01.2024, 14:24:50)
+[2024.01.14-12.24.50:057][532]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-12.24.50:078][532]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020501s)
+[2024.01.14-12.24.50:078][532]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020544s)
+[2024.01.14-12.24.50:093][532]LogUObjectHash: Compacting FUObjectHashTables data took   1.33ms
+[2024.01.14-12.24.50:096][532]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-12.24.50:097][532]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-12.24.50:097][532]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-12.24.50:097][532]LogPlayLevel: PIE: World Init took: (0.001022s)
+[2024.01.14-12.24.50:097][532]LogAudio: Display: Creating Audio Device:                 Id: 7, Scope: Unique, Realtime: True
+[2024.01.14-12.24.50:097][532]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-12.24.50:097][532]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-12.24.50:098][532]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-12.24.50:098][532]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-12.24.50:098][532]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-12.24.50:098][532]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-12.24.50:098][532]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-12.24.50:098][532]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-12.24.50:098][532]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-12.24.50:098][532]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-12.24.50:098][532]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-12.24.50:100][532]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-12.24.50:135][532]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-12.24.50:135][532]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-12.24.50:135][532]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-12.24.50:135][532]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-12.24.50:136][532]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7
+[2024.01.14-12.24.50:136][532]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=7
+[2024.01.14-12.24.50:138][532]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7
+[2024.01.14-12.24.50:138][532]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7
+[2024.01.14-12.24.50:138][532]LogInit: FAudioDevice initialized with ID 7.
+[2024.01.14-12.24.50:138][532]LogAudio: Display: Audio Device (ID: 7) registered with world 'BackroomsMap'.
+[2024.01.14-12.24.50:139][532]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 7
+[2024.01.14-12.24.50:140][532]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-12.24.50:148][532]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-13.24.50
+[2024.01.14-12.24.50:149][532]LogWorld: Bringing up level for play took: 0.008125
+[2024.01.14-12.24.50:151][532]LogOnline: OSS: Created online subsystem instance for: :Context_19
+[2024.01.14-12.24.50:154][532]PIE: Server logged in
+[2024.01.14-12.24.50:155][532]PIE: Play in editor total start time 0,098 seconds.
+[2024.01.14-12.25.32:952][660]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-12.25.32:952][660]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-12.25.32:952][660]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-12.25.32:953][660]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-12.25.32:957][660]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-12.25.32:965][660]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-12.25.32:978][660]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-12.25.32:980][660]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 7
+[2024.01.14-12.25.32:980][660]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7
+[2024.01.14-12.25.32:982][660]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7
+[2024.01.14-12.25.32:999][660]LogUObjectHash: Compacting FUObjectHashTables data took   1.36ms
+[2024.01.14-12.25.33:096][661]LogPlayLevel: Display: Destroying online subsystem :Context_19
+[2024.01.14-12.26.49:878][674]LogEditorTransaction: Undo Modify Component(s)
+[2024.01.14-12.27.18:518][586]LogViewport: Scene viewport resized to 1233x968, mode Windowed.
+[2024.01.14-12.28.23:425][860]LogUObjectHash: Compacting FUObjectHashTables data took   1.37ms
+[2024.01.14-12.28.23:435][860]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto5.umap" SILENT=true AUTOSAVING=true KEEPDIRTY=false
+[2024.01.14-12.28.23:494][860]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/BackroomsMap_Auto5
+[2024.01.14-12.28.23:494][860]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/BackroomsMap_Auto506D5EF6F4EA6B75B4568CB9EDFF42D69.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto5.umap'
+[2024.01.14-12.28.23:499][860]LogAssetRegistry: Warning: ScanPathsSynchronous: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto5.umap is in the /Temp path, will not scan.
+[2024.01.14-12.28.23:499][860]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/BackroomsMap' took 0.090
+[2024.01.14-12.28.23:499][860]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.090
+[2024.01.14-12.28.23:499][860]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/door_Knauf] ([1] browsable assets)...
+[2024.01.14-12.28.23:533][860]OBJ SavePackage:     Rendered thumbnail for [StaticMesh /Game/GameMap/Door/door_Knauf.door_Knauf]
+[2024.01.14-12.28.23:533][860]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/door_Knauf]
+[2024.01.14-12.28.23:537][860]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/door_Knauf_Auto5
+[2024.01.14-12.28.23:537][860]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/door_Knauf_Auto581A54BAD45ED0B3588B7F49AA0BA0A11.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Knauf_Auto5.uasset'
+[2024.01.14-12.28.23:537][860]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/door_Rahmen] ([1] browsable assets)...
+[2024.01.14-12.28.23:556][860]OBJ SavePackage:     Rendered thumbnail for [StaticMesh /Game/GameMap/Door/door_Rahmen.door_Rahmen]
+[2024.01.14-12.28.23:557][860]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/door_Rahmen]
+[2024.01.14-12.28.23:559][860]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/door_Rahmen_Auto5
+[2024.01.14-12.28.23:559][860]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/door_Rahmen_Auto5420F28EF4DEC4546873124AA7FF1BA9A.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Rahmen_Auto5.uasset'
+[2024.01.14-12.28.23:559][860]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/GameMap/Door/Holztextur] ([1] browsable assets)...
+[2024.01.14-12.28.23:559][860]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Holztextur]
+[2024.01.14-12.28.23:561][860]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Holztextur_Auto5
+[2024.01.14-12.28.23:561][860]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Holztextur_Auto5205DB0DE44B6E7BEE5B6FF83FDA79E93.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Holztextur_Auto5.uasset'
+[2024.01.14-12.28.23:561][860]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/GameMap/Door/wood] ([1] browsable assets)...
+[2024.01.14-12.28.23:561][860]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/wood]
+[2024.01.14-12.28.23:561][860]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/wood" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto5.uasset" SILENT=false AUTOSAVING=true
+[2024.01.14-12.28.23:562][860]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/wood_Auto5
+[2024.01.14-12.28.23:562][860]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/wood_Auto53772CEE4471BC33D4E0C3786DE990166.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/wood_Auto5.uasset'
+[2024.01.14-12.28.23:563][860]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/GameMap/Door/Griff] ([1] browsable assets)...
+[2024.01.14-12.28.23:563][860]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Griff]
+[2024.01.14-12.28.23:563][860]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Griff" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto5.uasset" SILENT=false AUTOSAVING=true
+[2024.01.14-12.28.23:564][860]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Griff_Auto5
+[2024.01.14-12.28.23:564][860]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Griff_Auto5A42618244C9D76ECE2546BB0EFDBB155.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Griff_Auto5.uasset'
+[2024.01.14-12.28.23:564][860]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/door_Tuer] ([1] browsable assets)...
+[2024.01.14-12.28.23:580][860]OBJ SavePackage:     Rendered thumbnail for [StaticMesh /Game/GameMap/Door/door_Tuer.door_Tuer]
+[2024.01.14-12.28.23:580][860]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/door_Tuer]
+[2024.01.14-12.28.23:583][860]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/door_Tuer_Auto5
+[2024.01.14-12.28.23:583][860]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/door_Tuer_Auto5EA7A95A241C128753F0793BAE9A82A50.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/door_Tuer_Auto5.uasset'
+[2024.01.14-12.28.23:584][860]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/GameMap/Door/Blueprint_door] ([2] browsable assets)...
+[2024.01.14-12.28.23:595][860]OBJ SavePackage:     Rendered thumbnail for [Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door]
+[2024.01.14-12.28.23:595][860]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Blueprint_door]
+[2024.01.14-12.28.23:599][860]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Blueprint_door_Auto5
+[2024.01.14-12.28.23:599][860]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door_Auto528D8E4D44B96905A164575BD92A0F010.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto5.uasset'
+[2024.01.14-12.28.23:600][860]LogFileHelpers: Auto-saving content packages took 0.101
diff --git a/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt.log b/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt.log
index 2372d58c651312c241ecdc8d60f7aa4cab3113a3..2756fbd0dbfe9260fa7c0b20372dd146f43800fc 100644
--- a/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt.log
+++ b/BackroomsDigitalArt/Saved/Logs/BackroomsDigitalArt.log
@@ -1,3359 +1,3168 @@
-Log file open, 01/13/24 18:36:18
-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=12944)
-LogWindows: Custom abort handler registered for crash reporting.
-LogInit: Display: Running engine for game: BackroomsDigitalArt
-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 11 (22H2) [10.0.22621.3007] "
-LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 7 3800X 8-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="" D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject""
-LogCsvProfiler: Display: Metadata set : loginid="002976d644467f527d076c834710bdb4"
-LogCsvProfiler: Display: Metadata set : llm="0"
-LogStats: Stats thread started at 0.255484
-LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +1:00, Platform Override: ''
+Log file open, 01/14/24 13:31:08
+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=17224)
+LogWindows: Custom abort handler registered for crash reporting.
+LogInit: Display: Running engine for game: BackroomsDigitalArt
+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 11 (22H2) [10.0.22621.3007] "
+LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 7 3800X 8-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="" D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject""
+LogCsvProfiler: Display: Metadata set : loginid="002976d644467f527d076c834710bdb4"
+LogCsvProfiler: Display: Metadata set : llm="0"
+LogStats: Stats thread started at 0.308045
+LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +1:00, Platform Override: ''
 LogInit: Session CrashGUID >====================================================
-         Session CrashGUID >   UECC-Windows-561294A84AFE3C3367020A9881193BB8
-         Session CrashGUID >====================================================
-LogConfig: Display: Loading IOS ini files took 0.03 seconds
-LogConfig: Display: Loading VulkanPC ini files took 0.03 seconds
-LogConfig: Display: Loading Mac ini files took 0.03 seconds
-LogConfig: Display: Loading Android ini files took 0.03 seconds
-LogConfig: Display: Loading TVOS ini files took 0.03 seconds
-LogConfig: Display: Loading Unix ini files took 0.03 seconds
-LogConfig: Display: Loading Windows ini files took 0.04 seconds
-LogAssetRegistry: Display: Asset registry cache read as 17.5 MiB from D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_0.bin
-LogConfig: Display: Loading LinuxArm64 ini files took 0.04 seconds
-LogConfig: Display: Loading Linux ini files took 0.04 seconds
-LogPluginManager: Mounting Engine plugin Bridge
-LogPluginManager: Mounting Engine plugin FastBuildController
-LogPluginManager: Mounting Engine plugin EnhancedInput
-LogPluginManager: Found config from plugin[EnhancedInput] Input
-LogPluginManager: Mounting Engine plugin MeshPainting
-LogPluginManager: Mounting Engine plugin TraceUtilities
-LogPluginManager: Mounting Engine plugin XGEController
-LogPluginManager: Mounting Engine plugin AnimationSharing
-LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess
-LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess
-LogPluginManager: Mounting Engine plugin DumpGPUServices
-LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess
-LogPluginManager: Mounting Engine plugin PerforceSourceControl
-LogPluginManager: Mounting Engine plugin PluginUtils
-LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess
-LogPluginManager: Mounting Engine plugin GitSourceControl
-LogPluginManager: Mounting Engine plugin PixWinPlugin
-LogPluginManager: Mounting Engine plugin NullSourceCodeAccess
-LogPluginManager: Mounting Engine plugin PlasticSourceControl
-LogPluginManager: Mounting Engine plugin PropertyAccessNode
-LogPluginManager: Mounting Engine plugin RenderDocPlugin
-LogPluginManager: Mounting Engine plugin SubversionSourceControl
-LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess
-LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess
-LogPluginManager: Mounting Engine plugin UObjectPlugin
-LogPluginManager: Mounting Engine plugin TraceDataFilters
-LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess
-LogPluginManager: Mounting Engine plugin TextureFormatOodle
-LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess
-LogPluginManager: Mounting Engine plugin InterchangeTests
-LogPluginManager: Mounting Engine plugin ACLPlugin
-LogPluginManager: Mounting Engine plugin AnimationModifierLibrary
-LogPluginManager: Mounting Engine plugin AnimationData
-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 AlembicImporter
-LogPluginManager: Mounting Engine plugin ActorLayerUtilities
-LogPluginManager: Mounting Engine plugin AndroidMoviePlayer
-LogPluginManager: Mounting Engine plugin AndroidFileServer
-LogPluginManager: Mounting Engine plugin AndroidPermission
-LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector
-LogPluginManager: Mounting Engine plugin AppleImageUtils
-LogPluginManager: Mounting Engine plugin AppleMoviePlayer
-LogPluginManager: Mounting Engine plugin ArchVisCharacter
-LogPluginManager: Mounting Engine plugin AssetTags
-LogPluginManager: Mounting Engine plugin AudioCapture
-LogPluginManager: Mounting Engine plugin AudioSynesthesia
-LogPluginManager: Mounting Engine plugin CableComponent
-LogPluginManager: Mounting Engine plugin ChunkDownloader
-LogPluginManager: Mounting Engine plugin AudioWidgets
-LogPluginManager: Mounting Engine plugin CustomMeshComponent
-LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector
-LogPluginManager: Mounting Engine plugin GeometryCache
-LogPluginManager: Mounting Engine plugin GeometryProcessing
-LogPluginManager: Mounting Engine plugin GoogleCloudMessaging
-LogPluginManager: Mounting Engine plugin GooglePAD
-LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector
-LogPluginManager: Mounting Engine plugin InputDebugging
-LogPluginManager: Found config from plugin[InputDebugging] Input
-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 OpenXRHandTracking
-LogPluginManager: Mounting Engine plugin OpenXREyeTracker
-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 WebMMoviePlayer
-LogPluginManager: Mounting Engine plugin WaveTable
-LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector
-LogPluginManager: Mounting Engine plugin WindowsMoviePlayer
-LogPluginManager: Mounting Engine plugin XRBase
-LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor
-LogPluginManager: Mounting Engine plugin AISupport
-LogPluginManager: Mounting Engine plugin BackChannel
-LogPluginManager: Mounting Engine plugin AutomationUtils
-LogPluginManager: Mounting Engine plugin ChaosCloth
-LogPluginManager: Mounting Engine plugin ChaosClothEditor
-LogPluginManager: Mounting Engine plugin ChaosCaching
-LogPluginManager: Mounting Engine plugin ChaosNiagara
-LogPluginManager: Mounting Engine plugin ChaosUserDataPT
-LogPluginManager: Mounting Engine plugin ChaosEditor
-LogPluginManager: Mounting Engine plugin ChaosSolverPlugin
-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 GeometryFlow
-LogPluginManager: Mounting Engine plugin MeshLODToolset
-LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp
-LogPluginManager: Mounting Engine plugin LocalizableMessage
-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 StaticMeshEditorModeling
-LogPluginManager: Mounting Engine plugin StructUtils
-LogPluginManager: Mounting Engine plugin ToolPresets
-LogPluginManager: Mounting Engine plugin AssetManagerEditor
-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 GeometryMode
-LogPluginManager: Mounting Engine plugin GameplayTagsEditor
-LogPluginManager: Mounting Engine plugin MacGraphicsSwitching
-LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode
-LogPluginManager: Mounting Engine plugin MaterialAnalyzer
-LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard
-LogPluginManager: Mounting Engine plugin PluginBrowser
-LogPluginManager: Mounting Engine plugin SpeedTreeImporter
-LogPluginManager: Mounting Engine plugin SequencerAnimTools
-LogPluginManager: Mounting Engine plugin UVEditor
-LogPluginManager: Mounting Engine plugin TcpMessaging
-LogPluginManager: Mounting Engine plugin CameraShakePreviewer
-LogPluginManager: Mounting Engine plugin GameplayCameras
-LogPluginManager: Mounting Engine plugin UdpMessaging
-LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities
-LogPluginManager: Mounting Engine plugin Niagara
-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 Takes
-LogPluginManager: Mounting Engine plugin AndroidMedia
-LogPluginManager: Mounting Engine plugin AvfMedia
-LogPluginManager: Mounting Engine plugin ImgMedia
-LogPluginManager: Mounting Engine plugin MediaCompositing
-LogPluginManager: Mounting Engine plugin MediaPlate
-LogPluginManager: Mounting Engine plugin MediaPlayerEditor
-LogPluginManager: Mounting Engine plugin WebMMedia
-LogPluginManager: Mounting Engine plugin WmfMedia
-LogPluginManager: Mounting Engine plugin ActorSequence
-LogPluginManager: Mounting Engine plugin LevelSequenceEditor
-LogPluginManager: Mounting Engine plugin OodleNetwork
-LogPluginManager: Mounting Engine plugin SequencerScripting
-LogPluginManager: Mounting Engine plugin TemplateSequence
-LogPluginManager: Mounting Engine plugin Interchange
-LogPluginManager: Mounting Engine plugin LauncherChunkInstaller
-LogPluginManager: Mounting Engine plugin InterchangeEditor
-LogPluginManager: Mounting Engine plugin Paper2D
-LogPluginManager: Mounting Engine plugin DatasmithContent
-LogPluginManager: Mounting Engine plugin GLTFExporter
-LogPluginManager: Mounting Engine plugin VariantManager
-LogPluginManager: Mounting Engine plugin VariantManagerContent
-LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay
-LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS
-LogPluginManager: Mounting Engine plugin ConcertMain
-LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource
-LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource
-LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource
-LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource
-LogPluginManager: Mounting Engine plugin SQLiteCore
-LogPluginManager: Mounting Engine plugin LightMixer
-LogPluginManager: Mounting Engine plugin ObjectMixer
-LogPluginManager: Mounting Engine plugin ConcertSyncClient
-LogPluginManager: Mounting Engine plugin ConcertSyncCore
-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/Developer/AnimationSharing/Content/' mounted to '/AnimationSharing/'
-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/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/OpenXRHandTracking/Content/' mounted to '/OpenXRHandTracking/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/OpenXREyeTracker/Content/' mounted to '/OpenXREyeTracker/'
-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/Experimental/ChaosClothEditor/Content/' mounted to '/ChaosClothEditor/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosCaching/Content/' mounted to '/ChaosCaching/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosNiagara/Content/' mounted to '/ChaosNiagara/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosSolverPlugin/Content/' mounted to '/ChaosSolverPlugin/'
-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/GeometryFlow/Content/' mounted to '/GeometryFlow/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/MeshLODToolset/Content/' mounted to '/MeshLODToolset/'
-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/StaticMeshEditorModeling/Content/' mounted to '/StaticMeshEditorModeling/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ToolPresets/Content/' mounted to '/ToolPresets/'
-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/ModelingToolsEditorMode/Content/' mounted to '/ModelingToolsEditorMode/'
-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/FX/Niagara/Content/' mounted to '/Niagara/'
-LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/VirtualProduction/Takes/Content/' mounted to '/Takes/'
-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/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/2D/Paper2D/Content/' mounted to '/Paper2D/'
-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/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/'
-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]
-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 11 (22H2) [10.0.22621.3007] (), CPU: AMD Ryzen 7 3800X 8-Core Processor             , GPU: NVIDIA GeForce RTX 3070
-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: 
-LogInit: Base Directory: C:/Program Files/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
-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.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.VSync:0]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.RHICmdBypass:0]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine]
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]]
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.ReflectionMethod:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine]
-[2024.01.13-17.36.18:870][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]]
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.AllowParallelGC:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.CreateGCClusters:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:0]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Set CVar [[gc.PendingKillEnabled:1]]
-[2024.01.13-17.36.18:870][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine]
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine]
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created
-[2024.01.13-17.36.18:870][  0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created
-[2024.01.13-17.36.18:872][  0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability]
-[2024.01.13-17.36.18:872][  0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]]
-[2024.01.13-17.36.18:872][  0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]]
-[2024.01.13-17.36.18:872][  0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.FXAA.Quality:4]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TSR.ShadingRejection.TileOverscan:3]]
-[2024.01.13-17.36.18:873][  0]LogConfig: CVar [[r.TSR.Velocity.Extrapolation:1]] deferred - dummy variable created
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.LightFunctionQuality:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.ShadowQuality:5]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.VolumetricFog:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.CapsuleShadows:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DistanceFieldAO:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.AOQuality:2]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SSR.Quality:3]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.MotionBlurQuality:4]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.LensFlareQuality:2]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.BloomQuality:5]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.FastBlurThreshold:100]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Upscale.Quality:3]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.LightShaftQuality:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Filter.SizeScale:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2         ; lower gathering resolution]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1        ; higher gathering accumulator quality]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1          ; Median3x3 postfilering method]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0       ; no bokeh simulation when gathering]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4                 ; medium number of samples when gathering]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1    ; additive foreground scattering]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2    ; additive background scattering]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1      ; bokeh simulation when scattering]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1         ; only a maximum of 10% of scattered bokeh]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1                ; cheap slight out of focus]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0    ; no bokeh simulation on slight out of focus]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1                ; more stable temporal accumulation]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Streaming.MipBias:0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Streaming.Boost:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.MaxAnisotropy:8]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.RefractionQuality:2]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SceneColorFormat:4]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.DetailMode:2]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SSS.Scale:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SSS.SampleSet:2]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SSS.Quality:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SSS.HalfRes:0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SSGI.Quality:3]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.ParticleLightQuality:2]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: CVar [[fx.Niagara.QualityLevel:3]] deferred - dummy variable created
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[foliage.DensityScale:1.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[grass.DensityScale:1.0]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]]
-[2024.01.13-17.36.18:873][  0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]]
-[2024.01.13-17.36.18:875][  0]LogRHI: Using Default RHI: D3D11
-[2024.01.13-17.36.18:875][  0]LogRHI: Using Highest Feature Level of D3D11: SM5
-[2024.01.13-17.36.18:875][  0]LogRHI: Loading RHI module D3D11RHI
-[2024.01.13-17.36.18:883][  0]LogD3D11RHI: Loaded GFSDK_Aftermath_Lib.x64.dll
-[2024.01.13-17.36.18:883][  0]LogRHI: Checking if RHI D3D11 with Feature Level SM5 is supported by your system.
-[2024.01.13-17.36.18:885][  0]LogD3D11RHI: D3D11 min allowed feature level: 11_0
-[2024.01.13-17.36.18:885][  0]LogD3D11RHI: D3D11 max allowed feature level: 11_1
-[2024.01.13-17.36.18:885][  0]LogD3D11RHI: D3D11 adapters:
-[2024.01.13-17.36.18:885][  0]LogD3D11RHI: Testing D3D11 Adapter 0:
-[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     Description : NVIDIA GeForce RTX 3070
-[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     VendorId    : 10de
-[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     DeviceId    : 2484
-[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     SubSysId    : 87c11043
-[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     Revision    : 00a1
-[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     DedicatedVideoMemory : 8422162432 bytes
-[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
-[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
-[2024.01.13-17.36.18:885][  0]LogD3D11RHI:     AdapterLuid : 0 66303
-[2024.01.13-17.36.19:010][  0]LogD3D11RHI:    0. 'NVIDIA GeForce RTX 3070' (Feature Level 11_1)
-[2024.01.13-17.36.19:010][  0]LogD3D11RHI:       8032/0/8152 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:1, VendorId:0x10de
-[2024.01.13-17.36.19:010][  0]LogD3D11RHI: Testing D3D11 Adapter 1:
-[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     Description : Microsoft Basic Render Driver
-[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     VendorId    : 1414
-[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     DeviceId    : 008c
-[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     SubSysId    : 0000
-[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     Revision    : 0000
-[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     DedicatedVideoMemory : 0 bytes
-[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
-[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
-[2024.01.13-17.36.19:010][  0]LogD3D11RHI:     AdapterLuid : 0 69664
-[2024.01.13-17.36.19:012][  0]LogD3D11RHI:    1. 'Microsoft Basic Render Driver' (Feature Level 11_1)
-[2024.01.13-17.36.19:012][  0]LogD3D11RHI:       0/0/8152 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:0, VendorId:0x1414
-[2024.01.13-17.36.19:012][  0]LogD3D11RHI: Chosen D3D11 Adapter:
-[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     Description : NVIDIA GeForce RTX 3070
-[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     VendorId    : 10de
-[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     DeviceId    : 2484
-[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     SubSysId    : 87c11043
-[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     Revision    : 00a1
-[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     DedicatedVideoMemory : 8422162432 bytes
-[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
-[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
-[2024.01.13-17.36.19:012][  0]LogD3D11RHI:     AdapterLuid : 0 66303
-[2024.01.13-17.36.19:012][  0]LogRHI: RHI D3D11 with Feature Level SM5 is supported and will be used.
-[2024.01.13-17.36.19:012][  0]LogInit: Selected Device Profile: [WindowsEditor]
-[2024.01.13-17.36.19:012][  0]LogHAL: Display: Platform has ~ 16 GB [17097908224 / 17179869184 / 16], which maps to Larger [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0)
-[2024.01.13-17.36.19:012][  0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows]
-[2024.01.13-17.36.19:012][  0]LogDeviceProfileManager: Going up to parent DeviceProfile []
-[2024.01.13-17.36.19:012][  0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini]
-[2024.01.13-17.36.19:012][  0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]]
-[2024.01.13-17.36.19:012][  0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]]
-[2024.01.13-17.36.19:012][  0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]]
-[2024.01.13-17.36.19:012][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine]
-[2024.01.13-17.36.19:012][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Config/WindowsEditor/Editor.ini]
-[2024.01.13-17.36.19:012][  0]LogInit: Computer: DESKTOP-EOLA6SK
-[2024.01.13-17.36.19:012][  0]LogInit: User: Thomas
-[2024.01.13-17.36.19:012][  0]LogInit: CPU Page size=4096, Cores=8
-[2024.01.13-17.36.19:012][  0]LogInit: High frequency timer resolution =10.000000 MHz
-[2024.01.13-17.36.19:012][  0]LogMemory: Memory total: Physical=15.9GB (16GB approx)
-[2024.01.13-17.36.19:012][  0]LogMemory: Platform Memory Stats for WindowsEditor
-[2024.01.13-17.36.19:012][  0]LogMemory: Process Physical Memory: 488.90 MB used, 500.74 MB peak
-[2024.01.13-17.36.19:012][  0]LogMemory: Process Virtual Memory: 496.51 MB used, 496.51 MB peak
-[2024.01.13-17.36.19:012][  0]LogMemory: Physical Memory: 8643.38 MB used,  7662.46 MB free, 16305.84 MB total
-[2024.01.13-17.36.19:012][  0]LogMemory: Virtual Memory: 13708.68 MB used,  9253.16 MB free, 22961.84 MB total
-[2024.01.13-17.36.19:012][  0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0"
-[2024.01.13-17.36.19:017][  0]LogWindows: WindowsPlatformFeatures enabled
-[2024.01.13-17.36.19:026][  0]LogInit: Physics initialised using underlying interface: Chaos
-[2024.01.13-17.36.19:026][  0]LogInit: Using OS detected language (de-DE).
-[2024.01.13-17.36.19:026][  0]LogInit: Using OS detected locale (de-DE).
-[2024.01.13-17.36.19:029][  0]LogTextLocalizationManager: No specific localization for 'de-DE' exists, so 'de' will be used for the language.
-[2024.01.13-17.36.19:029][  0]LogInit: Setting process to per monitor DPI aware
-[2024.01.13-17.36.19:029][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Editor/de/Editor.locres' could not be opened for reading!
-[2024.01.13-17.36.19:029][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/EditorTutorials/de/EditorTutorials.locres' could not be opened for reading!
-[2024.01.13-17.36.19:029][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Keywords/de/Keywords.locres' could not be opened for reading!
-[2024.01.13-17.36.19:029][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Category/de/Category.locres' could not be opened for reading!
-[2024.01.13-17.36.19:029][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/ToolTips/de/ToolTips.locres' could not be opened for reading!
-[2024.01.13-17.36.19:029][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/PropertyNames/de/PropertyNames.locres' could not be opened for reading!
-[2024.01.13-17.36.19:030][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Engine/de/Engine.locres' could not be opened for reading!
-[2024.01.13-17.36.19:047][  0]LogWindowsTextInputMethodSystem: Available input methods:
-[2024.01.13-17.36.19:047][  0]LogWindowsTextInputMethodSystem:   - Deutsch (Deutschland) - (Keyboard).
-[2024.01.13-17.36.19:047][  0]LogWindowsTextInputMethodSystem: Activated input method: Deutsch (Deutschland) - (Keyboard).
-[2024.01.13-17.36.19:062][  0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0
-[2024.01.13-17.36.19:062][  0]LogSlate: Slate User Registered.  User Index 0, Is Virtual User: 0
-[2024.01.13-17.36.19:182][  0]LogRHI: Using Default RHI: D3D11
-[2024.01.13-17.36.19:182][  0]LogRHI: Using Highest Feature Level of D3D11: SM5
-[2024.01.13-17.36.19:182][  0]LogRHI: Loading RHI module D3D11RHI
-[2024.01.13-17.36.19:182][  0]LogRHI: Checking if RHI D3D11 with Feature Level SM5 is supported by your system.
-[2024.01.13-17.36.19:182][  0]LogRHI: RHI D3D11 with Feature Level SM5 is supported and will be used.
-[2024.01.13-17.36.19:183][  0]LogWindows: Attached monitors:
-[2024.01.13-17.36.19:183][  0]LogWindows:     resolution: 3440x1440, work area: (0, 0) -> (3440, 1392), device: '\\.\DISPLAY1' [PRIMARY]
-[2024.01.13-17.36.19:183][  0]LogWindows: Found 1 attached monitors.
-[2024.01.13-17.36.19:183][  0]LogWindows: Gathering driver information using Windows Setup API
-[2024.01.13-17.36.19:183][  0]LogRHI: RHI Adapter Info:
-[2024.01.13-17.36.19:183][  0]LogRHI:             Name: NVIDIA GeForce RTX 3070
-[2024.01.13-17.36.19:183][  0]LogRHI:   Driver Version: 546.29 (internal:31.0.15.4629, unified:546.29)
-[2024.01.13-17.36.19:183][  0]LogRHI:      Driver Date: 11-29-2023
-[2024.01.13-17.36.19:183][  0]LogD3D11RHI: Creating new Direct3DDevice
-[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     GPU DeviceId: 0x2484 (for the marketing name, search the web for "GPU Device Id")
-[2024.01.13-17.36.19:183][  0]LogRHI: Texture pool is 5622 MB (70% of 8032 MB)
-[2024.01.13-17.36.19:183][  0]LogD3D11RHI: Creating D3DDevice using adapter:
-[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     Description : NVIDIA GeForce RTX 3070
-[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     VendorId    : 10de
-[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     DeviceId    : 2484
-[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     SubSysId    : 87c11043
-[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     Revision    : 00a1
-[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     DedicatedVideoMemory : 8422162432 bytes
-[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
-[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
-[2024.01.13-17.36.19:183][  0]LogD3D11RHI:     AdapterLuid : 0 66303
-[2024.01.13-17.36.19:255][  0]LogD3D11RHI: RHI has support for 64 bit atomics
-[2024.01.13-17.36.19:255][  0]LogD3D11RHI: Async texture creation enabled
-[2024.01.13-17.36.19:255][  0]LogD3D11RHI: D3D11_MAP_WRITE_NO_OVERWRITE for dynamic buffer SRVs is supported
-[2024.01.13-17.36.19:255][  0]LogD3D11RHI: Array index from any shader is supported
-[2024.01.13-17.36.19:282][  0]LogVRS: Current RHI does not support Variable Rate Shading
-[2024.01.13-17.36.19:289][  0]LogD3D11RHI: GPU Timing Frequency: 1000.000000 (Debug: 2 1)
-[2024.01.13-17.36.19:299][  0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_0.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_0.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -platform=all'
-[2024.01.13-17.36.19:299][  0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""C:/Program Files/Epic Games/UE_5.3/Engine/Build/BatchFiles/RunUAT.bat"  -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_0.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_0.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -platform=all" ]
-[2024.01.13-17.36.19:345][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC
-[2024.01.13-17.36.19:345][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT
-[2024.01.13-17.36.19:345][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2
-[2024.01.13-17.36.19:345][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp
-[2024.01.13-17.36.19:345][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed
-[2024.01.13-17.36.19:345][  0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.10
-[2024.01.13-17.36.19:345][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll
-[2024.01.13-17.36.19:346][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.6.dll
-[2024.01.13-17.36.19:346][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.7.dll
-[2024.01.13-17.36.19:347][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.8.dll
-[2024.01.13-17.36.19:347][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.9.dll
-[2024.01.13-17.36.19:347][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.10.dll
-[2024.01.13-17.36.19:348][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle
-[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android'
-[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC'
-[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT'
-[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2'
-[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient'
-[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient'
-[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient'
-[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client'
-[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi'
-[2024.01.13-17.36.19:363][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient'
-[2024.01.13-17.36.19:368][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS'
-[2024.01.13-17.36.19:368][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient'
-[2024.01.13-17.36.19:372][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux'
-[2024.01.13-17.36.19:372][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor'
-[2024.01.13-17.36.19:372][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer'
-[2024.01.13-17.36.19:372][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient'
-[2024.01.13-17.36.19:375][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64'
-[2024.01.13-17.36.19:375][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server'
-[2024.01.13-17.36.19:375][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client'
-[2024.01.13-17.36.19:378][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac'
-[2024.01.13-17.36.19:378][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor'
-[2024.01.13-17.36.19:378][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer'
-[2024.01.13-17.36.19:378][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient'
-[2024.01.13-17.36.19:381][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS'
-[2024.01.13-17.36.19:381][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient'
-[2024.01.13-17.36.19:387][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows'
-[2024.01.13-17.36.19:387][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor'
-[2024.01.13-17.36.19:387][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer'
-[2024.01.13-17.36.19:387][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient'
-[2024.01.13-17.36.19:387][  0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor
-[2024.01.13-17.36.19:394][  0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded.
-[2024.01.13-17.36.19:439][  0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it
-[2024.01.13-17.36.19:442][  0]LogTargetPlatformManager: Loaded format module MetalShaderFormat
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_MRT
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_TVOS
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_MRT_TVOS
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_SM5
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_SM6
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_SIM
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_MACES3_1
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_METAL_MRT_MAC
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   PCD3D_SM6
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   PCD3D_SM5
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   PCD3D_ES31
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   GLSL_150_ES31
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   GLSL_ES3_1_ANDROID
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   VVM_1_0
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_VULKAN_SM5
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_VULKAN_ES31_ANDROID
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_VULKAN_ES31
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_VULKAN_SM5_ANDROID
-[2024.01.13-17.36.19:443][  0]LogTargetPlatformManager:   SF_VULKAN_SM6
-[2024.01.13-17.36.19:443][  0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0).
-[2024.01.13-17.36.19:445][  0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB
-[2024.01.13-17.36.19:445][  0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
-[2024.01.13-17.36.19:445][  0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy.
-[2024.01.13-17.36.19:445][  0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
-[2024.01.13-17.36.19:445][  0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy.
-[2024.01.13-17.36.19:486][  0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2383 MiB)
-[2024.01.13-17.36.19:486][  0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
-[2024.01.13-17.36.19:486][  0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy.
-[2024.01.13-17.36.19:493][  0]LogDerivedDataCache: C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds.
-[2024.01.13-17.36.19:493][  0]LogDerivedDataCache: Display: C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.03ms. RandomReadSpeed=1172.96MBs, RandomWriteSpeed=154.73MBs. Assigned SpeedClass 'Local'
-[2024.01.13-17.36.19:495][  0]LogDerivedDataCache: Local: Using data cache path C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Writable
-[2024.01.13-17.36.19:495][  0]LogDerivedDataCache: Shared: Disabled because no path is configured.
-[2024.01.13-17.36.19:495][  0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy.
-[2024.01.13-17.36.19:495][  0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None'
-[2024.01.13-17.36.19:495][  0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy.
-[2024.01.13-17.36.19:496][  0]LogShaderCompilers: Guid format shader working directory is -12 characters bigger than the processId version (D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/Shaders/WorkingDirectory/10348/).
-[2024.01.13-17.36.19:496][  0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Thomas/AppData/Local/Temp/UnrealShaderWorkingDir/9F102A454E68B557DFBAA9AC6A305FB7/'.
-[2024.01.13-17.36.19:496][  0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine.
-[2024.01.13-17.36.19:496][  0]LogShaderCompilers: Display: Using Local Shader Compiler with 8 workers.
-[2024.01.13-17.36.20:301][  0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0
-[2024.01.13-17.36.20:423][  0]LogShaderCompilers: Display: Compiling shader autogen file: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush
-[2024.01.13-17.36.20:423][  0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write.
-[2024.01.13-17.36.20:693][  0]LogSlate: Using FreeType 2.10.0
-[2024.01.13-17.36.20:693][  0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
-[2024.01.13-17.36.20:714][  0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_*.bin.
-[2024.01.13-17.36.20:715][  0]LogAssetRegistry: FAssetRegistry took 0.0022 seconds to start up
-[2024.01.13-17.36.20:728][  0]LogEditorDomain: Display: EditorDomain is Disabled
-[2024.01.13-17.36.20:971][  0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor).
-[2024.01.13-17.36.20:971][  0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal
-[2024.01.13-17.36.20:971][  0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled
-[2024.01.13-17.36.20:973][  0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found.
-[2024.01.13-17.36.20:973][  0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found.
-[2024.01.13-17.36.21:147][  0]LogDeviceProfileManager: Available device profiles:
-[2024.01.13-17.36.21:147][  0]LogDeviceProfileManager: 	[0000045504F4A200][00000454F87F0000 66] GlobalDefaults, 
-[2024.01.13-17.36.21:147][  0]LogDeviceProfileManager: 	[0000045504F4A800][00000454F87F2800 66] Windows, 
-[2024.01.13-17.36.21:147][  0]LogDeviceProfileManager: 	[0000045504F4AE00][00000454F90BC800 66] WindowsEditor, 
-[2024.01.13-17.36.21:147][  0]LogDeviceProfileManager: 	[0000045504F4B000][00000454F77CC800 66] WindowsServer, 
-[2024.01.13-17.36.21:147][  0]LogDeviceProfileManager: 	[0000045504F4B200][00000454D6A37800 66] WindowsClient, 
-[2024.01.13-17.36.21:147][  0]LogDeviceProfileManager: 	[0000045504F4B400][00000455054C0000 66] IOS, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4B600][00000455054C2800 66] iPadAir2, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4B800][00000455054C5000 66] IPadPro, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4BA00][00000455054C7800 66] iPadAir3, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4BC00][00000455054CA000 66] iPadAir4, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4BE00][00000455054CC800 66] iPadAir5, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4C000][00000455054D0000 66] iPadMini4, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4C200][00000455054D2800 66] iPadMini5, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4C400][00000455054D5000 66] iPadMini6, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4C600][00000455054D7800 66] iPhone6S, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4C800][00000455054DA000 66] iPhone7, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4CA00][00000455054DC800 66] iPodTouch7, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4CC00][00000455054E0000 66] iPhone6SPlus, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4CE00][00000455054E2800 66] iPhone7Plus, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4D000][00000455054E5000 66] iPhoneSE, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4D200][00000455054E7800 66] iPhone8, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4D400][00000455054EA000 66] iPhone8Plus, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4D600][00000455054EC800 66] iPhoneX, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4D800][00000455054F0000 66] iPhoneXS, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4DA00][00000455054F2800 66] iPhoneXSMax, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4DC00][00000455054F5000 66] iPhoneXR, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4DE00][00000455054F7800 66] iPhone11, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4E000][00000455054FA000 66] iPhone11Pro, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4E200][00000455054FC800 66] iPhone11ProMax, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4E400][0000045505500000 66] iPhoneSE2, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4E600][0000045505502800 66] iPhone12Mini, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4E800][0000045505505000 66] iPhone12, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4EA00][0000045505507800 66] iPhone12Pro, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4EC00][000004550550A000 66] iPhone12ProMax, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4EE00][000004550550C800 66] iPhone13Mini, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4F000][0000045505550000 66] iPhone13, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4F200][0000045505552800 66] iPhone13Pro, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4F400][0000045505555000 66] iPhone13ProMax, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4F600][0000045505557800 66] iPhoneSE3, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4F800][000004550555A000 66] iPhone14, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4FA00][000004550555C800 66] iPhone14Plus, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4FC00][0000045505560000 66] iPhone14Pro, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045504F4FE00][0000045505562800 66] iPhone14ProMax, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[00000454F22F5E00][0000045505565000 66] iPhone15, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570000][0000045505567800 66] iPhone15Plus, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570200][000004550556A000 66] iPhone15Pro, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570400][000004550556C800 66] iPhone15ProMax, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570600][0000045505580000 66] iPadPro105, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570800][0000045505582800 66] iPadPro129, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570A00][0000045505585000 66] iPadPro97, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570C00][0000045505587800 66] iPadPro2_129, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505570E00][000004550558A000 66] iPad5, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571000][000004550558C800 66] iPad6, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571200][0000045505590000 66] iPad7, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571400][0000045505592800 66] iPad8, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571600][0000045505595000 66] iPad9, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571800][0000045505597800 66] iPad10, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571A00][000004550559A000 66] iPadPro11, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571C00][000004550559C800 66] iPadPro2_11, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505571E00][00000455055A0000 66] iPadPro3_11, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572000][00000455055A2800 66] iPadPro4_11, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572200][00000455055A5000 66] iPadPro3_129, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572400][00000455055A7800 66] iPadPro4_129, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572600][00000455055AA000 66] iPadPro5_129, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572800][00000455055AC800 66] iPadPro6_129, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572A00][00000455055B0000 66] AppleTV, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572C00][00000455055B2800 66] AppleTV4K, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505572E00][00000455055B5000 66] AppleTV2_4K, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573000][00000455055B7800 66] TVOS, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573200][00000455055BA000 66] Mac, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573400][00000455055BC800 66] MacEditor, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573600][00000455055C0000 66] MacClient, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573800][00000455055C2800 66] MacServer, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573A00][00000455055C5000 66] Linux, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573C00][00000455055C7800 66] LinuxEditor, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505573E00][00000455055CA000 66] LinuxArm64Editor, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574000][00000455055CC800 66] LinuxArm64, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574200][00000455055D0000 66] LinuxClient, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574400][00000455055D2800 66] LinuxArm64Client, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574600][00000455055D5000 66] LinuxServer, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574800][00000455055D7800 66] LinuxArm64Server, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574A00][00000455055DA000 66] Android, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574C00][00000455055DC800 66] Android_Preview_OpenGL, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505574E00][00000455055E0000 66] Android_Preview_Vulkan, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575000][00000455055E2800 66] Android_Low, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575200][00000455055E5000 66] Android_Mid, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575400][00000455055E7800 66] Android_High, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575600][00000455055EA000 66] Android_Default, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575800][00000455055EC800 66] Android_Adreno4xx, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575A00][00000455055F0000 66] Android_Adreno5xx_Low, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575C00][00000455055F2800 66] Android_Adreno5xx, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505575E00][00000455055F5000 66] Android_Adreno6xx, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576000][00000455055F7800 66] Android_Adreno6xx_Vulkan, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576200][00000455055FA000 66] Android_Adreno7xx, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576400][00000455055FC800 66] Android_Adreno7xx_Vulkan, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576600][0000045505600000 66] Android_Mali_T6xx, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576800][0000045505602800 66] Android_Mali_T7xx, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576A00][0000045505605000 66] Android_Mali_T8xx, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576C00][0000045505607800 66] Android_Mali_G71, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505576E00][000004550560A000 66] Android_Mali_G72, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577000][000004550560C800 66] Android_Mali_G72_Vulkan, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577200][0000045505610000 66] Android_Mali_G76, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577400][0000045505612800 66] Android_Mali_G76_Vulkan, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577600][0000045505615000 66] Android_Mali_G77, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577800][0000045505617800 66] Android_Mali_G77_Vulkan, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577A00][000004550561A000 66] Android_Mali_G78, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577C00][000004550561C800 66] Android_Mali_G78_Vulkan, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505577E00][0000045505620000 66] Android_Mali_G710, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505578000][0000045505622800 66] Android_Mali_G710_Vulkan, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505578400][0000045505625000 66] Android_Mali_G7xx, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505578600][0000045505627800 66] Android_Mali_G7xx_Vulkan, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505578800][000004550562A000 66] Android_Xclipse_920, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505578A00][000004550562C800 66] Android_Xclipse_920_Vulkan, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505578E00][0000045505640000 66] Android_Vulkan_SM5, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579000][0000045505642800 66] Android_PowerVR_G6xxx, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579200][0000045505645000 66] Android_PowerVR_GT7xxx, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579400][0000045505647800 66] Android_PowerVR_GE8xxx, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579600][000004550564A000 66] Android_PowerVR_GM9xxx, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579800][000004550564C800 66] Android_PowerVR_GM9xxx_Vulkan, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579A00][0000045505650000 66] Android_TegraK1, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579C00][0000045505652800 66] Android_Unknown_Vulkan, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[0000045505579E00][0000045505655000 66] Oculus_Quest, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[000004550557A000][0000045505657800 66] Oculus_Quest2, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[000004550557A200][000004550565A000 66] Meta_Quest_Pro, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[000004550557A400][000004550565C800 66] Meta_Quest_3, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[000004550557A600][0000045505660000 66] HoloLens, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: 	[000004550557A800][0000045505662800 66] MagicLeap_Vulkan, 
-[2024.01.13-17.36.21:148][  0]LogDeviceProfileManager: Active device profile: [0000045504F4AE00][00000454F90BC800 66] WindowsEditor
-[2024.01.13-17.36.21:148][  0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor"
-[2024.01.13-17.36.21:148][  0]LogShaderCompilers: Display: Compiling shader autogen file: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush
-[2024.01.13-17.36.21:148][  0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write.
-[2024.01.13-17.36.21:148][  0]LogTurnkeySupport: Turnkey Platform: Android: (Status=Invalid, Allowed_Sdk=r25b, Current_Sdk=, Allowed_AutoSdk=r25b, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
-[2024.01.13-17.36.21:149][  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.01.13-17.36.21:149][  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.01.13-17.36.21:149][  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.01.13-17.36.21:149][  0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Invalid, MinAllowed_Sdk=10.0.00000.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=, Allowed_AutoSdk=10.0.18362.0, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
-[2024.01.13-17.36.21:152][  0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_1.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_1.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -Device=Win64@DESKTOP-EOLA6SK'
-[2024.01.13-17.36.21:152][  0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""C:/Program Files/Epic Games/UE_5.3/Engine/Build/BatchFiles/RunUAT.bat"  -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_1.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_1.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -Device=Win64@DESKTOP-EOLA6SK" -nocompile -nocompileuat ]
-[2024.01.13-17.36.21:244][  0]LogMaterial: WorldGridMaterial-SM5-Default: MATSM_DA9E5626FCAE01590760E73DF088B4B4_PCD3D_SM5_-86156035__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC0_VFO_SKYATM_SKYHF_SLWSMDLT_gs1_sdct_VT-0-0-1-0_MIN_DF_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_347391141DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM5_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_A05E64F5EBD44C64BD24277E1DB8EBB792FC705C___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F1D3D5B5AF4A6D9ADE7391C36E24BD5A02F4BAF61_FLumenCardPS<false>0_0_0D25E975B63E407DD6CCDFE4BE03CD3DF848122EAC200DC679A410C1D8AF12A00F0044876007851BC_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F5F6D284012F74DD2CFC45AAEF7606EB9D574CE14_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B4E731E4363CF47597678D99A2AE4FAE80343B3DC_TLightMapDensityPSTLightMapPolicyHQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523A6F8EDE90BA70B7A37D281661EEE0A46689F58DC5_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316FDA2E61854F80E0F91AE4D21CD0BB79DEC508B58_TBasePassPSTLightMapPolicyLQSkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B43165D7C57B710379F5E917839EBE882255DAA29AF8C_FLandscapeGrassWeightVS0_0_077204F3CE0C4459388557E81DE05752C3D36790F47C0690A66AEBFB62A3248327AB8B3401F67DA0D_TLightMapDensityVSFNoLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523ACE92005F85D160B7FACC465666DB47AD63FF14F7_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_067553F61B5470C464BC7EDD63DFF5C95B47B43168A2DFEB19681995675B59DD9556978C705446847_FHitProxyVS0_0_035066ECBC7ACAFB429F4F029D7F02660C69AAB0A52D62CB854026D5374EC4E8A00F09A8B1D3302B8_FHitProxyPS0_0_0E427B9138BA536F768FD73ED5EBD629434FE712F591AC01CFB8D5107B679B4AC4E6A2D25CEE2821A_FLandscapeGrassWeightPS0_0_077204F3CE0C4459388557E81DE05752C3D36790FB0B2C106151A19D437E6A81208418E180C9A94FC_TBasePassPSFNoLightMapPolicy0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316AA7AFF0410210797DA8DBFDCE4DCE7BD73648BF2_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14BF87CEE5C05DBEF9DC24EE7C0F6CF60618ED0AF73_TDepthOnlyVS<true>0_0_0A4B1DB9B93D59E72F068E9E0A27D85C1396E331A6C2F9E9E0F29C1CC4BD070290C8B56F4775CBAE7_FLandscapePhysicalMaterialPS0_0_020E1030965D9050BE2F2C5A9779AD02AE39502F1EB9F96523E4AC1F2529D86D76BDF869A153FCD4A_TLightMapDensityVSFDummyLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523A7B900AFE3BA5C55A32FF9BDFB44D3099D0056480_FLumenCardVS0_0_06124D99229D9D82CAA55E03425A9B9C0FD582F11CC43E529207B75738B69C90E919763AEC6FA2C8A_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_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_OnePassPointLight0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B95DED9C73DC5F223F091004CF57334C099017CF0_TBasePassPSTLightMapPolicyLQ0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431673C1FA12A57DB2481B209BC117CF77EAF777E48D_TLightMapDensityPSTLightMapPolicyLQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523A60462DA9E455B94945F102A0576E9055D6B63400_TBasePassVSTLightMapPolicyLQ0_0_0F0765E97F80A58082337947551EC5C71F929BC6C15BE5EAD592CA3B8CD12BA18828DD2294877D9CA_TLightMapDensityVSTLightMapPolicyHQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523AE6479A49666B1424EE545AF64EE0BE2ED2964B8F_FDebugViewModePS0_0_0CCFA47BD7FA67195CAFC899931E16F7252214F020074CFCF9A67BE69CCE53140F9193C858B3006EA_TBasePassPSTLightMapPolicyHQSkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431634F240AFBCA6DC4F1885665AD7EBA74031254A3C_TDepthOnlyVS<false>0_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_FGeometryCacheVertexVertexFactoryF7A2A7134F95BD0D46418459582942D14D992DC476143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C13F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C1B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE2699101414144444144414441414141414444474010101010101314544441433140101340101014244645121414141424024141414141413133044444437241444444444044444444444444444444341414141424140444444444444243414141414151010003131313123313143434143413142312144404444413131313144403101010151010101010113161656434343434116161616161666243161616161303434344414444444441415151510103001013115161616166244444444444400040404040404040404040404040434343434344444444444444444040404040404044444444404040404444444444444444344444444241442141444444424141414441444141414141414131313131313131444344444444414141414141414141414141434343444444444444434440444141414144414141414141434141414441414141444441444141414133444424444441414143234141414141314141414241234342424242424241434343414341414441414131313134324441414124414131313444444341414121212424213144444444444212222614114221012121212124344444444444404141510151015304341013314146001444444510110151515151616161616101010101015052421316161616161131316260101110044313131413143411014101010101010101010151010101010103044510110101010101010101010101010101010101010101010106001404044414040421213131344141010101016101010101010101310100024313131416161611010161646421413131312121212121212121414444444444414024444442121212121212121212121213121212121212121212121412121212121212121214344314110131313131616161616161616023144444444434144414141414242212121212121212121213121212121212121212121212121212121444442424243434341414441414141414444444444444444214421101313131313131616161606010121010101015101210140444444043424044424141315004444444444443434101313133214030404040434144434143314433414331433143414341433141333143314221414131414141343144121644444444440444644444404440444010151015101510111000101010101010101010101010101202232242414131313130301404044414040210101010110101010101010404424241413131000444444444444444444444444444444444444444444444444444444444444444444444444444440444444444434144414141414342414040121213131222222220101010101011010101010404424241414121010101010101010141410101510101010004044444451510101350404341404404040404040404040404040404040434343434343434444434343434040404040404043434343404040404444424244443444444444424221414141444444424141414341414141414141313131313131314141444344444444414141414141414141414141434343444444444444434440444141414144414141414141434141414441414141444441414141314143214444444441412143434141413141414141412241434342424242424241434343414341414441313131313144424441214144313131414444444341212121212431414144444444010151515151515151515151010101010101010101515151510101015101510151015101510151010101010101015101615101510151015101510151015101510151015101313151515151015101510151015101015101510161614441510144510101616171614343101313131313131343242212131414141010101000000011000000130000001300000013000000130000001300000013000000140000000C00000013000000130000000D000000090000001400000010000000100000000800000009000000080000002500000010000000100000001300000009000000080000000800000010000000100000001000000010000000100000000800000008000000080000001000000010000000D8000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000140000001000000008000000080000000800000014000000140000001300000008000000100000000800000008000000080000000800000008000000080000001300000010000000140000000800000012000000130000001300000013000000130000001300000013000000130000000D0000001300000008000000100000001100000009000000080000000900000008000000080000001700000009000000080000000900000008000000090000000800000009000000080000000C000000090000000800000009000000090000000900000009000000090000000900000009000000080000000800000008000000080000000800000013000000100000001000000010000000170000001000000010000000100000001000000009000000090000000900000009000000100000001000000010000000100000001000000010000000080000001A00000014000000280000000D000000440000000B0000000B00000013000000130000000900000009000000090000001400000008000000100000000D0000000C0000001000000008000000080000002D00000010000000100000001000000010000000100000001000000010000000090000000900000008000000080000000800000008000000130000000E0000000900000009000000090000000900000009000000090000000900000009000000090000000900000009000000090000000C000000080000000A0000000C00000013000000100000001000000010000000100000001000000010000000100000000D0000000F00000009000000080000000900000008000000090000000C00000008000000130000001300000026000000100000000F000000140000000900000009000000090000000900000009000000100000001D000000130000001300000013000000130000001300000009000000080000000C00000008000000090000000800000009000000080000001400000014000000080000001000000009000000080000001300000008000000100000000800000008000000100000001000000041010000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000140000001000000010000000100000001000000009000000433AFC833894B7681A1D3DDBA35F7F5A9509A89900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5;
-[2024.01.13-17.36.21:288][  0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction
-[2024.01.13-17.36.21:288][  0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction
-[2024.01.13-17.36.21:288][  0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging
-[2024.01.13-17.36.21:288][  0]LogMeshReduction: Display: No distributed automatic mesh merging module available
-[2024.01.13-17.36.21:288][  0]LogMeshMerging: No distributed automatic mesh merging module available
-[2024.01.13-17.36.21:653][  0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None
-[2024.01.13-17.36.21:653][  0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled
-[2024.01.13-17.36.21:663][  0]LogUObjectArray: 22493 objects as part of root set at end of initial load.
-[2024.01.13-17.36.21:663][  0]LogUObjectAllocator: 6340896 out of 0 bytes used by permanent object pool.
-[2024.01.13-17.36.21:663][  0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
-[2024.01.13-17.36.21:668][  0]LogLiveCoding: Display: Starting LiveCoding
-[2024.01.13-17.36.21:668][  0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development
-[2024.01.13-17.36.21:669][  0]LogLiveCoding: Display: First instance in process group "UE_BackroomsDigitalArt_0xfbf7b153", spawning console
-[2024.01.13-17.36.21:675][  0]LogLiveCoding: Display: Waiting for server
-[2024.01.13-17.36.21:695][  0]LogSlate: Border
-[2024.01.13-17.36.21:695][  0]LogSlate: BreadcrumbButton
-[2024.01.13-17.36.21:695][  0]LogSlate: Brushes.Title
-[2024.01.13-17.36.21:695][  0]LogSlate: Default
-[2024.01.13-17.36.21:695][  0]LogSlate: Icons.Save
-[2024.01.13-17.36.21:695][  0]LogSlate: Icons.Toolbar.Settings
-[2024.01.13-17.36.21:695][  0]LogSlate: ListView
-[2024.01.13-17.36.21:695][  0]LogSlate: SoftwareCursor_CardinalCross
-[2024.01.13-17.36.21:695][  0]LogSlate: SoftwareCursor_Grab
-[2024.01.13-17.36.21:695][  0]LogSlate: TableView.DarkRow
-[2024.01.13-17.36.21:695][  0]LogSlate: TableView.Row
-[2024.01.13-17.36.21:695][  0]LogSlate: TreeView
-[2024.01.13-17.36.21:802][  0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started...
-[2024.01.13-17.36.21:804][  0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 1 ms
-[2024.01.13-17.36.21:821][  0]LogInit: XR: Instanced Stereo Rendering is Disabled
-[2024.01.13-17.36.21:821][  0]LogInit: XR: MultiViewport is Disabled
-[2024.01.13-17.36.21:821][  0]LogInit: XR: Mobile Multiview is Disabled
-[2024.01.13-17.36.22:000][  0]LogTurnkeySupport: Completed device detection: Code = 0
-[2024.01.13-17.36.22:125][  0]LogAudio: Display: Registering Engine Module Parameter Interfaces...
-[2024.01.13-17.36.22:147][  0]LogMetasoundEngine: MetaSound Engine Initialized
-[2024.01.13-17.36.22:208][  0]LogLiveCoding: Display: Successfully initialized, removing startup thread
-[2024.01.13-17.36.22:314][  0]LogPython: Using Python 3.9.7
-[2024.01.13-17.36.23:019][  0]LogTcpMessaging: Initializing TcpMessaging bridge
-[2024.01.13-17.36.23:036][  0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666.
-[2024.01.13-17.36.23:039][  0]LogUdpMessaging: Display: Added local interface '192.168.178.56' to multicast group '230.0.0.1:6666'
-[2024.01.13-17.36.23:068][  0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: F816380D40C5D352394DEE86ED78606B | Instance: 3C0D2F9D40A4DEFC6EC898AEFFFCEDF1 (DESKTOP-EOLA6SK-10348).
-[2024.01.13-17.36.23:306][  0]LogUProjectInfo: Found projects:
-[2024.01.13-17.36.23:309][  0]SourceControl: Revision control is disabled
-[2024.01.13-17.36.23:312][  0]SourceControl: Revision control is disabled
-[2024.01.13-17.36.23:328][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.13-17.36.23:328][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.13-17.36.23:329][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.13-17.36.23:436][  0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance
-[2024.01.13-17.36.23:458][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
-[2024.01.13-17.36.23:458][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
-[2024.01.13-17.36.23:579][  0]LogTemp: OpenXR ignores max viewport resolution in editor to support full HMD resolutions.
-[2024.01.13-17.36.23:756][  0]LogOpenImageDenoise: OIDN starting up
-[2024.01.13-17.36.24:049][  0]LogCollectionManager: Loaded 0 collections in 0.002217 seconds
-[2024.01.13-17.36.24:051][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Collections/' took 0.00s
-[2024.01.13-17.36.24:052][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/Developers/Thomas/Collections/' took 0.00s
-[2024.01.13-17.36.24:053][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/Collections/' took 0.00s
-[2024.01.13-17.36.24:376][  0]LogEngine: Initializing Engine...
-[2024.01.13-17.36.24:381][  0]LogStats: UGameplayTagsManager::InitializeManager -  0.000 s
-[2024.01.13-17.36.24:456][  0]LogInit: Initializing FReadOnlyCVARCache
-[2024.01.13-17.36.24:462][  0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-17.36.24:462][  0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-17.36.24:468][  0]LogAIModule: Creating AISystem for world Untitled
-[2024.01.13-17.36.24:469][  0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use.
-[2024.01.13-17.36.24:469][  0]LogInit: Texture streaming: Enabled
-[2024.01.13-17.36.24:485][  0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/. AppVersion = 5.3.2-29314046+++UE5+Release-5.3
-[2024.01.13-17.36.24:498][  0]LogAudio: Display: Initializing Audio Device Manager...
-[2024.01.13-17.36.24:511][  0]LogAudio: Display: Loading Default Audio Settings Objects...
-[2024.01.13-17.36.24:511][  0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load).
-[2024.01.13-17.36.24:511][  0]LogAudio: Display: AudioInfo: 'BINKA' Registered
-[2024.01.13-17.36.24:512][  0]LogAudio: Display: AudioInfo: 'PCM' Registered
-[2024.01.13-17.36.24:512][  0]LogAudio: Display: AudioInfo: 'ADPCM' Registered
-[2024.01.13-17.36.24:512][  0]LogAudio: Display: AudioInfo: 'OGG' Registered
-[2024.01.13-17.36.24:512][  0]LogAudio: Display: AudioInfo: 'OPUS' Registered
-[2024.01.13-17.36.24:513][  0]LogAudio: Display: Audio Device Manager Initialized
-[2024.01.13-17.36.24:513][  0]LogAudio: Display: Creating Audio Device:                 Id: 1, Scope: Shared, Realtime: True
-[2024.01.13-17.36.24:513][  0]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-17.36.24:513][  0]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-17.36.24:513][  0]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-17.36.24:513][  0]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-17.36.24:513][  0]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-17.36.24:513][  0]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-17.36.24:513][  0]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-17.36.24:513][  0]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-17.36.24:513][  0]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-17.36.24:513][  0]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-17.36.24:513][  0]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-17.36.24:518][  0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-17.36.24:562][  0]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-17.36.24:562][  0]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-17.36.24:564][  0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-17.36.24:564][  0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-17.36.24:565][  0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1
-[2024.01.13-17.36.24:565][  0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=1
-[2024.01.13-17.36.24:567][  0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1
-[2024.01.13-17.36.24:567][  0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1
-[2024.01.13-17.36.24:567][  0]LogInit: FAudioDevice initialized with ID 1.
-[2024.01.13-17.36.24:567][  0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'.
-[2024.01.13-17.36.24:567][  0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1
-[2024.01.13-17.36.24:580][  0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1"
-[2024.01.13-17.36.24:583][  0]LogInit: Undo buffer set to 32 MB
-[2024.01.13-17.36.24:583][  0]LogInit: Transaction tracking system initialized
-[2024.01.13-17.36.24:606][  0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/SourceControl/UncontrolledChangelists.json
-[2024.01.13-17.36.24:606][  0]LogSourceControl: Uncontrolled asset enumeration started...
-[2024.01.13-17.36.24:616][  0]BlueprintLog: New page: Editor Load
-[2024.01.13-17.36.24:616][  0]LogSourceControl: Uncontrolled asset enumeration finished in 0.009587 seconds (Found 160 uncontrolled assets)
-[2024.01.13-17.36.24:700][  0]LocalizationService: Localization service is disabled
-[2024.01.13-17.36.24:720][  0]TimingProfiler: Initialize
-[2024.01.13-17.36.24:720][  0]TimingProfiler: OnSessionChanged
-[2024.01.13-17.36.24:720][  0]LoadingProfiler: Initialize
-[2024.01.13-17.36.24:720][  0]LoadingProfiler: OnSessionChanged
-[2024.01.13-17.36.24:720][  0]NetworkingProfiler: Initialize
-[2024.01.13-17.36.24:721][  0]NetworkingProfiler: OnSessionChanged
-[2024.01.13-17.36.24:721][  0]MemoryProfiler: Initialize
-[2024.01.13-17.36.24:721][  0]MemoryProfiler: OnSessionChanged
-[2024.01.13-17.36.24:806][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.13-17.36.24:806][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.13-17.36.24:807][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
-[2024.01.13-17.36.24:914][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/' took 0.01s
-[2024.01.13-17.36.25:136][  0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized.
-[2024.01.13-17.36.25:168][  0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init()
-[2024.01.13-17.36.25:170][  0]SourceControl: Revision control is disabled
-[2024.01.13-17.36.25:170][  0]LogUnrealEdMisc: Loading editor; pre map load, took 7.084
-[2024.01.13-17.36.25:170][  0]Cmd: MAP LOAD FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=3
-[2024.01.13-17.36.25:170][  0]LightingResults: New page: Lighting Build
-[2024.01.13-17.36.25:172][  0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-17.36.25:172][  0]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-17.36.25:173][  0]MapCheck: New page: Map Check
-[2024.01.13-17.36.25:173][  0]LightingResults: New page: Lighting Build
-[2024.01.13-17.36.25:177][  0]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-17.36.25:180][  0]LogUObjectHash: Compacting FUObjectHashTables data took   0.55ms
-[2024.01.13-17.36.25:259][  0]LogAssetRegistry: Display: Triggering cache save on discovery complete
-[2024.01.13-17.36.25:323][  0]LogDeviceProfileManager: Going up to parent DeviceProfile []
-[2024.01.13-17.36.25:350][  0]LogAudio: Display: Audio Device (ID: 1) registered with world 'BackroomsMap'.
-[2024.01.13-17.36.25:350][  0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-17.36.25:350][  0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-17.36.25:350][  0]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-17.36.25:403][  0]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
-[2024.01.13-17.36.25:412][  0]LogUObjectHash: Compacting FUObjectHashTables data took   0.60ms
-[2024.01.13-17.36.25:412][  0]Cmd: MAP CHECKDEP NOCLEARLOG
-[2024.01.13-17.36.25:413][  0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0,123ms to complete.
-[2024.01.13-17.36.25:420][  0]LogUnrealEdMisc: Total Editor Startup Time, took 7.334
-[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: ================================================
-[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: === FShaderJobCache stats ===
-[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: Total job queries 0, among them cache hits 0 (0.00%)
-[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: Tracking 0 distinct input hashes that result in 0 distinct outputs (0.00%)
-[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: RAM used: 240,00 B of 819,20 MiB budget. Usage: 0.00%
-[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: === Shader Compilation stats ===
-[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: Shaders Compiled: 0
-[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: Jobs assigned 0, completed 0 (0%)
-[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 0.00 s
-[2024.01.13-17.36.25:420][  0]LogShaderCompilers: Display: ================================================
-[2024.01.13-17.36.25:548][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.36.25:559][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.36.25:569][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.36.25:579][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.36.25:623][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-17.36.25:623][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/StarterContent.upack', mount point: 'root:/'
-[2024.01.13-17.36.25:623][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-17.36.25:624][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/'
-[2024.01.13-17.36.25:624][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-17.36.25:624][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/'
-[2024.01.13-17.36.25:625][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-17.36.25:625][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/'
-[2024.01.13-17.36.25:625][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-17.36.25:626][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/'
-[2024.01.13-17.36.25:626][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-17.36.25:626][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/'
-[2024.01.13-17.36.25:626][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-17.36.25:627][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_TopDown.upack', mount point: 'root:/'
-[2024.01.13-17.36.25:627][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-17.36.25:627][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/'
-[2024.01.13-17.36.25:627][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-17.36.25:627][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/'
-[2024.01.13-17.36.25:628][  0]LogPakFile: Initializing PakPlatformFile
-[2024.01.13-17.36.25:628][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/'
-[2024.01.13-17.36.25:730][  0]LogSlate: Took 0.000173 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K)
-[2024.01.13-17.36.25:733][  0]LogSlate: Took 0.000170 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K)
-[2024.01.13-17.36.25:733][  0]LogSlate: Took 0.000097 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K)
-[2024.01.13-17.36.25:753][  0]LogViewport: Scene viewport resized to 2742x1252, mode Windowed.
-[2024.01.13-17.36.25:840][  0]LogAssetRegistry: Display: Asset registry cache written as 17.5 MiB to D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_*.bin
-[2024.01.13-17.36.26:116][  0]LogStall: Startup...
-[2024.01.13-17.36.26:118][  0]LogStall: Startup complete.
-[2024.01.13-17.36.26:123][  0]LogLoad: (Engine Initialization) Total time: 8.04 seconds
-[2024.01.13-17.36.26:123][  0]LogLoad: (Engine Initialization) Total Blueprint compile time: 0.00 seconds
-[2024.01.13-17.36.26:175][  0]LogAssetRegistry: AssetRegistryGather time 0.3163s: AssetDataDiscovery 0.0422s, AssetDataGather 0.2313s, StoreResults 0.0427s.
-[2024.01.13-17.36.26:197][  0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000006 seconds (updated 0 objects)
-[2024.01.13-17.36.26:262][  0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-EOLA6SK: (Name=DESKTOP-EOLA6SK, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.22621.0, Flags="Device_InstallSoftwareValid")
-[2024.01.13-17.36.26:263][  0]LogContentStreaming: Texture pool size now 1000 MB
-[2024.01.13-17.36.26:332][  1]LogPython: registering <class 'ControlRigWorkflows.workflow_deformation_rig_preset.provider'>
-
-[2024.01.13-17.36.26:333][  1]Running Python start-up script 'C:/Program Files/Epic Games/UE_5.3/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.025011 secs
-[2024.01.13-17.36.55:798][935]LogSlate: Took 0.000176 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K)
-[2024.01.13-17.36.58:601][171]LogSlate: External Image Picker: DecompressImage failed
-[2024.01.13-17.36.58:707][171]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-17.37.15:101][ 17]LogViewport: Scene viewport resized to 1014x580, mode Windowed.
-[2024.01.13-17.37.16:198][ 67]LogViewport: Scene viewport resized to 1361x1246, mode Windowed.
-[2024.01.13-17.38.11:453][370]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-17.38.11:453][370]PIE: New page: PIE session: BackroomsMap (13.01.2024, 19:38:11)
-[2024.01.13-17.38.11:458][370]LogOnline: OSS: Created online subsystem instance for: NULL
-[2024.01.13-17.38.11:458][370]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL]
-[2024.01.13-17.38.11:458][370]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-17.38.11:473][370]LogPlayLevel: PIE: StaticDuplicateObject took: (0.016203s)
-[2024.01.13-17.38.11:473][370]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.016250s)
-[2024.01.13-17.38.11:478][370]LogUObjectHash: Compacting FUObjectHashTables data took   0.52ms
-[2024.01.13-17.38.11:479][370]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-17.38.11:479][370]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-17.38.11:479][370]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-17.38.11:480][370]LogPlayLevel: PIE: World Init took: (0.000875s)
-[2024.01.13-17.38.11:480][370]LogAudio: Display: Creating Audio Device:                 Id: 2, Scope: Unique, Realtime: True
-[2024.01.13-17.38.11:480][370]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-17.38.11:480][370]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-17.38.11:480][370]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-17.38.11:480][370]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-17.38.11:480][370]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-17.38.11:480][370]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-17.38.11:480][370]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-17.38.11:480][370]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-17.38.11:480][370]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-17.38.11:480][370]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-17.38.11:480][370]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-17.38.11:482][370]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-17.38.11:520][370]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-17.38.11:520][370]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-17.38.11:520][370]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-17.38.11:520][370]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-17.38.11:521][370]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2
-[2024.01.13-17.38.11:521][370]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=2
-[2024.01.13-17.38.11:523][370]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2
-[2024.01.13-17.38.11:523][370]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2
-[2024.01.13-17.38.11:523][370]LogInit: FAudioDevice initialized with ID 2.
-[2024.01.13-17.38.11:523][370]LogAudio: Display: Audio Device (ID: 2) registered with world 'BackroomsMap'.
-[2024.01.13-17.38.11:523][370]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2
-[2024.01.13-17.38.12:015][370]LogLoad: Game class is 'VRGameMode_C'
-[2024.01.13-17.38.12:021][370]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-18.38.12
-[2024.01.13-17.38.12:022][370]LogWorld: Bringing up level for play took: 0.006615
-[2024.01.13-17.38.12:025][370]LogOnline: OSS: Created online subsystem instance for: :Context_2
-[2024.01.13-17.38.12:033][370]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1
-[2024.01.13-17.38.12:033][370]LogSlate: Slate User Registered.  User Index 8, Is Virtual User: 1
-[2024.01.13-17.38.12:041][370]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Engine/VREditor/Devices/Generic/GenericHMD.GenericHMD being ready before playing
-[2024.01.13-17.38.12:042][370]PIE: Server logged in
-[2024.01.13-17.38.12:043][370]PIE: Play in editor total start time 0,59 seconds.
-[2024.01.13-17.38.16:816][700]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.38.16:816][700]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-17.38.16:816][700]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-17.38.16:817][700]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-17.38.16:820][700]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-17.38.16:824][700]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-17.38.16:828][700]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-17.38.16:828][700]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2
-[2024.01.13-17.38.16:829][700]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2
-[2024.01.13-17.38.16:830][700]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2
-[2024.01.13-17.38.16:859][700]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.38.16:865][700]LogSlate: Slate User Unregistered.  User Index 8
-[2024.01.13-17.38.16:865][700]LogSlate: Slate User Destroyed.  User Index 8, Is Virtual User: 1
-[2024.01.13-17.38.16:866][700]LogUObjectHash: Compacting FUObjectHashTables data took   0.77ms
-[2024.01.13-17.38.16:899][701]LogPlayLevel: Display: Destroying online subsystem :Context_2
-[2024.01.13-17.38.22:587][ 56]LogDerivedDataCache: C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:03.092 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 2205 files in 3388 folders with total size 175 MiB.
-[2024.01.13-17.43.16:137][ 19]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-17.43.16:145][ 19]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-17.43.16:145][ 19]PIE: New page: PIE session: BackroomsMap (13.01.2024, 19:43:16)
-[2024.01.13-17.43.16:166][ 19]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-17.43.16:182][ 19]LogPlayLevel: PIE: StaticDuplicateObject took: (0.016561s)
-[2024.01.13-17.43.16:182][ 19]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.016624s)
-[2024.01.13-17.43.16:186][ 19]LogUObjectHash: Compacting FUObjectHashTables data took   0.67ms
-[2024.01.13-17.43.16:187][ 19]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-17.43.16:187][ 19]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-17.43.16:188][ 19]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-17.43.16:188][ 19]LogPlayLevel: PIE: World Init took: (0.001012s)
-[2024.01.13-17.43.16:188][ 19]LogAudio: Display: Creating Audio Device:                 Id: 3, Scope: Unique, Realtime: True
-[2024.01.13-17.43.16:188][ 19]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-17.43.16:188][ 19]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-17.43.16:188][ 19]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-17.43.16:188][ 19]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-17.43.16:188][ 19]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-17.43.16:188][ 19]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-17.43.16:188][ 19]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-17.43.16:188][ 19]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-17.43.16:189][ 19]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-17.43.16:189][ 19]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-17.43.16:189][ 19]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-17.43.16:191][ 19]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-17.43.16:228][ 19]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-17.43.16:229][ 19]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-17.43.16:229][ 19]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-17.43.16:229][ 19]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-17.43.16:230][ 19]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3
-[2024.01.13-17.43.16:230][ 19]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=3
-[2024.01.13-17.43.16:232][ 19]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3
-[2024.01.13-17.43.16:232][ 19]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3
-[2024.01.13-17.43.16:232][ 19]LogInit: FAudioDevice initialized with ID 3.
-[2024.01.13-17.43.16:232][ 19]LogAudio: Display: Audio Device (ID: 3) registered with world 'BackroomsMap'.
-[2024.01.13-17.43.16:232][ 19]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3
-[2024.01.13-17.43.16:233][ 19]LogLoad: Game class is 'GameModeBase'
-[2024.01.13-17.43.16:239][ 19]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-18.43.16
-[2024.01.13-17.43.16:240][ 19]LogWorld: Bringing up level for play took: 0.006721
-[2024.01.13-17.43.16:243][ 19]LogOnline: OSS: Created online subsystem instance for: :Context_3
-[2024.01.13-17.43.16:246][ 19]PIE: Server logged in
-[2024.01.13-17.43.16:247][ 19]PIE: Play in editor total start time 0,102 seconds.
-[2024.01.13-17.43.34:616][588]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.43.34:616][588]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-17.43.34:616][588]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-17.43.34:617][588]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-17.43.34:620][588]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-17.43.34:623][588]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-17.43.34:627][588]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.43.34:628][588]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3
-[2024.01.13-17.43.34:628][588]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3
-[2024.01.13-17.43.34:630][588]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3
-[2024.01.13-17.43.34:659][588]LogUObjectHash: Compacting FUObjectHashTables data took   0.62ms
-[2024.01.13-17.43.34:691][589]LogPlayLevel: Display: Destroying online subsystem :Context_3
-[2024.01.13-17.43.50:660][639]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-17.43.50:669][639]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-17.43.50:669][639]PIE: New page: PIE session: BackroomsMap (13.01.2024, 19:43:50)
-[2024.01.13-17.43.50:669][639]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-17.43.50:687][639]LogPlayLevel: PIE: StaticDuplicateObject took: (0.017167s)
-[2024.01.13-17.43.50:687][639]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.017207s)
-[2024.01.13-17.43.50:690][639]LogUObjectHash: Compacting FUObjectHashTables data took   0.58ms
-[2024.01.13-17.43.50:692][639]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-17.43.50:692][639]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-17.43.50:692][639]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-17.43.50:692][639]LogPlayLevel: PIE: World Init took: (0.000890s)
-[2024.01.13-17.43.50:692][639]LogAudio: Display: Creating Audio Device:                 Id: 4, Scope: Unique, Realtime: True
-[2024.01.13-17.43.50:692][639]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-17.43.50:692][639]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-17.43.50:693][639]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-17.43.50:693][639]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-17.43.50:693][639]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-17.43.50:693][639]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-17.43.50:693][639]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-17.43.50:693][639]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-17.43.50:693][639]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-17.43.50:693][639]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-17.43.50:693][639]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-17.43.50:695][639]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-17.43.50:731][639]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-17.43.50:731][639]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-17.43.50:731][639]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-17.43.50:731][639]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-17.43.50:731][639]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4
-[2024.01.13-17.43.50:731][639]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=4
-[2024.01.13-17.43.50:733][639]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4
-[2024.01.13-17.43.50:733][639]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4
-[2024.01.13-17.43.50:733][639]LogInit: FAudioDevice initialized with ID 4.
-[2024.01.13-17.43.50:733][639]LogAudio: Display: Audio Device (ID: 4) registered with world 'BackroomsMap'.
-[2024.01.13-17.43.50:733][639]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4
-[2024.01.13-17.43.50:736][639]LogLoad: Game class is 'GameMode'
-[2024.01.13-17.43.50:742][639]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-18.43.50
-[2024.01.13-17.43.50:742][639]LogWorld: Bringing up level for play took: 0.006663
-[2024.01.13-17.43.50:745][639]LogOnline: OSS: Created online subsystem instance for: :Context_4
-[2024.01.13-17.43.50:745][639]LogGameMode: Display: Match State Changed from EnteringMap to WaitingToStart
-[2024.01.13-17.43.50:746][639]LogGameState: Match State Changed from EnteringMap to WaitingToStart
-[2024.01.13-17.43.50:746][639]LogGameMode: Display: Match State Changed from WaitingToStart to InProgress
-[2024.01.13-17.43.50:747][639]LogGameState: Match State Changed from WaitingToStart to InProgress
-[2024.01.13-17.43.50:747][639]PIE: Server logged in
-[2024.01.13-17.43.50:748][639]PIE: Play in editor total start time 0,079 seconds.
-[2024.01.13-17.45.15:320][794]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.45.15:320][794]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-17.45.15:320][794]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-17.45.15:321][794]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-17.45.15:323][794]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-17.45.15:327][794]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-17.45.15:331][794]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.45.15:332][794]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4
-[2024.01.13-17.45.15:332][794]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4
-[2024.01.13-17.45.15:333][794]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4
-[2024.01.13-17.45.15:348][794]LogUObjectHash: Compacting FUObjectHashTables data took   0.61ms
-[2024.01.13-17.45.15:429][796]LogPlayLevel: Display: Destroying online subsystem :Context_4
-[2024.01.13-17.45.28:835][489]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-17.45.28:843][489]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-17.45.28:843][489]PIE: New page: PIE session: BackroomsMap (13.01.2024, 19:45:28)
-[2024.01.13-17.45.28:844][489]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-17.45.28:861][489]LogPlayLevel: PIE: StaticDuplicateObject took: (0.016930s)
-[2024.01.13-17.45.28:861][489]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.016969s)
-[2024.01.13-17.45.28:866][489]LogUObjectHash: Compacting FUObjectHashTables data took   0.63ms
-[2024.01.13-17.45.28:867][489]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-17.45.28:867][489]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-17.45.28:868][489]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-17.45.28:868][489]LogPlayLevel: PIE: World Init took: (0.000906s)
-[2024.01.13-17.45.28:868][489]LogAudio: Display: Creating Audio Device:                 Id: 5, Scope: Unique, Realtime: True
-[2024.01.13-17.45.28:868][489]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-17.45.28:868][489]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-17.45.28:868][489]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-17.45.28:868][489]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-17.45.28:868][489]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-17.45.28:868][489]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-17.45.28:868][489]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-17.45.28:868][489]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-17.45.28:869][489]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-17.45.28:869][489]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-17.45.28:869][489]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-17.45.28:871][489]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-17.45.28:908][489]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-17.45.28:909][489]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-17.45.28:909][489]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-17.45.28:909][489]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-17.45.28:909][489]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5
-[2024.01.13-17.45.28:909][489]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=5
-[2024.01.13-17.45.28:912][489]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5
-[2024.01.13-17.45.28:912][489]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5
-[2024.01.13-17.45.28:912][489]LogInit: FAudioDevice initialized with ID 5.
-[2024.01.13-17.45.28:912][489]LogAudio: Display: Audio Device (ID: 5) registered with world 'BackroomsMap'.
-[2024.01.13-17.45.28:912][489]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5
-[2024.01.13-17.45.28:913][489]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-17.45.28:920][489]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-18.45.28
-[2024.01.13-17.45.28:921][489]LogWorld: Bringing up level for play took: 0.006679
-[2024.01.13-17.45.28:923][489]LogOnline: OSS: Created online subsystem instance for: :Context_5
-[2024.01.13-17.45.28:934][489]PIE: Server logged in
-[2024.01.13-17.45.28:935][489]PIE: Play in editor total start time 0,091 seconds.
-[2024.01.13-17.45.43:206][628]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.45.43:206][628]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-17.45.43:206][628]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-17.45.43:207][628]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-17.45.43:210][628]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-17.45.43:213][628]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-17.45.43:218][628]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.45.43:219][628]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5
-[2024.01.13-17.45.43:219][628]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5
-[2024.01.13-17.45.43:221][628]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5
-[2024.01.13-17.45.43:239][628]LogUObjectHash: Compacting FUObjectHashTables data took   0.66ms
-[2024.01.13-17.45.43:273][629]LogPlayLevel: Display: Destroying online subsystem :Context_5
-[2024.01.13-17.46.06:119][123]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-17.46.06:127][123]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-17.46.06:128][123]PIE: New page: PIE session: BackroomsMap (13.01.2024, 19:46:06)
-[2024.01.13-17.46.06:128][123]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-17.46.06:145][123]LogPlayLevel: PIE: StaticDuplicateObject took: (0.016907s)
-[2024.01.13-17.46.06:145][123]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.016952s)
-[2024.01.13-17.46.06:149][123]LogUObjectHash: Compacting FUObjectHashTables data took   0.62ms
-[2024.01.13-17.46.06:150][123]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-17.46.06:150][123]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-17.46.06:150][123]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-17.46.06:151][123]LogPlayLevel: PIE: World Init took: (0.000891s)
-[2024.01.13-17.46.06:151][123]LogAudio: Display: Creating Audio Device:                 Id: 6, Scope: Unique, Realtime: True
-[2024.01.13-17.46.06:151][123]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-17.46.06:151][123]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-17.46.06:151][123]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-17.46.06:151][123]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-17.46.06:151][123]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-17.46.06:151][123]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-17.46.06:151][123]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-17.46.06:151][123]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-17.46.06:151][123]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-17.46.06:151][123]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-17.46.06:151][123]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-17.46.06:153][123]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-17.46.06:189][123]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-17.46.06:190][123]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-17.46.06:190][123]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-17.46.06:190][123]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-17.46.06:190][123]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6
-[2024.01.13-17.46.06:190][123]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=6
-[2024.01.13-17.46.06:193][123]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6
-[2024.01.13-17.46.06:193][123]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6
-[2024.01.13-17.46.06:193][123]LogInit: FAudioDevice initialized with ID 6.
-[2024.01.13-17.46.06:193][123]LogAudio: Display: Audio Device (ID: 6) registered with world 'BackroomsMap'.
-[2024.01.13-17.46.06:193][123]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 6
-[2024.01.13-17.46.06:194][123]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-17.46.06:201][123]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-18.46.06
-[2024.01.13-17.46.06:201][123]LogWorld: Bringing up level for play took: 0.006657
-[2024.01.13-17.46.06:203][123]LogOnline: OSS: Created online subsystem instance for: :Context_6
-[2024.01.13-17.46.06:206][123]PIE: Server logged in
-[2024.01.13-17.46.06:207][123]PIE: Play in editor total start time 0,08 seconds.
-[2024.01.13-17.46.18:815][ 94]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.46.18:816][ 94]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-17.46.18:816][ 94]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-17.46.18:817][ 94]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-17.46.18:820][ 94]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-17.46.18:823][ 94]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-17.46.18:827][ 94]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.46.18:828][ 94]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 6
-[2024.01.13-17.46.18:828][ 94]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6
-[2024.01.13-17.46.18:830][ 94]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6
-[2024.01.13-17.46.18:863][ 94]LogUObjectHash: Compacting FUObjectHashTables data took   0.63ms
-[2024.01.13-17.46.18:894][ 95]LogPlayLevel: Display: Destroying online subsystem :Context_6
-[2024.01.13-17.47.13:151][467]Cmd: SELECT NONE
-[2024.01.13-17.47.13:560][486]Cmd: SELECT NONE
-[2024.01.13-17.47.54:358][  4]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-17.47.54:366][  4]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-17.47.54:367][  4]PIE: New page: PIE session: BackroomsMap (13.01.2024, 19:47:54)
-[2024.01.13-17.47.54:367][  4]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-17.47.54:383][  4]LogPlayLevel: PIE: StaticDuplicateObject took: (0.016909s)
-[2024.01.13-17.47.54:383][  4]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.016953s)
-[2024.01.13-17.47.54:388][  4]LogUObjectHash: Compacting FUObjectHashTables data took   0.68ms
-[2024.01.13-17.47.54:389][  4]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-17.47.54:390][  4]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-17.47.54:390][  4]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-17.47.54:390][  4]LogPlayLevel: PIE: World Init took: (0.000945s)
-[2024.01.13-17.47.54:390][  4]LogAudio: Display: Creating Audio Device:                 Id: 7, Scope: Unique, Realtime: True
-[2024.01.13-17.47.54:390][  4]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-17.47.54:390][  4]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-17.47.54:390][  4]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-17.47.54:390][  4]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-17.47.54:390][  4]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-17.47.54:390][  4]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-17.47.54:390][  4]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-17.47.54:390][  4]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-17.47.54:391][  4]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-17.47.54:391][  4]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-17.47.54:391][  4]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-17.47.54:393][  4]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-17.47.54:430][  4]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-17.47.54:430][  4]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-17.47.54:430][  4]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-17.47.54:430][  4]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-17.47.54:431][  4]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7
-[2024.01.13-17.47.54:431][  4]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=7
-[2024.01.13-17.47.54:433][  4]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7
-[2024.01.13-17.47.54:433][  4]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7
-[2024.01.13-17.47.54:433][  4]LogInit: FAudioDevice initialized with ID 7.
-[2024.01.13-17.47.54:433][  4]LogAudio: Display: Audio Device (ID: 7) registered with world 'BackroomsMap'.
-[2024.01.13-17.47.54:433][  4]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 7
-[2024.01.13-17.47.54:435][  4]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-17.47.54:441][  4]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-18.47.54
-[2024.01.13-17.47.54:442][  4]LogWorld: Bringing up level for play took: 0.006721
-[2024.01.13-17.47.54:444][  4]LogOnline: OSS: Created online subsystem instance for: :Context_7
-[2024.01.13-17.47.54:447][  4]PIE: Server logged in
-[2024.01.13-17.47.54:447][  4]PIE: Play in editor total start time 0,081 seconds.
-[2024.01.13-17.48.03:986][714]LogViewport: Scene viewport resized to 2742x1252, mode Windowed.
-[2024.01.13-17.48.15:766][609]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.48.15:766][609]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-17.48.15:766][609]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-17.48.15:767][609]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-17.48.15:776][609]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-17.48.15:780][609]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-17.48.15:785][609]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-17.48.15:785][609]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 7
-[2024.01.13-17.48.15:785][609]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7
-[2024.01.13-17.48.15:787][609]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7
-[2024.01.13-17.48.15:805][609]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.48.15:808][609]LogUObjectHash: Compacting FUObjectHashTables data took   0.61ms
-[2024.01.13-17.48.15:845][610]LogPlayLevel: Display: Destroying online subsystem :Context_7
-[2024.01.13-17.48.17:325][733]LogViewport: Scene viewport resized to 1014x580, mode Windowed.
-[2024.01.13-17.48.18:234][788]LogViewport: Scene viewport resized to 1361x1246, mode Windowed.
-[2024.01.13-17.48.30:508][334]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-17.48.31:645][365]Cmd: DELETE
-[2024.01.13-17.48.31:648][365]Cmd: ACTOR DELETE
-[2024.01.13-17.48.31:671][365]LogEditorActor: Deleted Actor: LockerHide_C
-[2024.01.13-17.48.31:686][365]LogUObjectHash: Compacting FUObjectHashTables data took   0.63ms
-[2024.01.13-17.48.31:687][365]LogEditorActor: Deleted 1 Actors (0.038 secs)
-[2024.01.13-17.48.31:688][365]LogUObjectGlobals: Warning: Failed to find object 'Class /Script/PCG.PCGSettings'
-[2024.01.13-17.49.03:206][820]LogUObjectHash: Compacting FUObjectHashTables data took   0.31ms
-[2024.01.13-17.49.03:209][820]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto1.umap" SILENT=true AUTOSAVING=true KEEPDIRTY=false
-[2024.01.13-17.49.03:218][820]LogPackageLocalizationCache: Processed 51 localized package path(s) for 1 prioritized culture(s) in 0.007260 seconds
-[2024.01.13-17.49.03:266][820]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/BackroomsMap_Auto1
-[2024.01.13-17.49.03:266][820]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/BackroomsMap_Auto15B06AF554B4576DD8EEEFFA0A611C2C1.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto1.umap'
-[2024.01.13-17.49.03:269][820]LogAssetRegistry: Warning: ScanPathsSynchronous: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto1.umap is in the /Temp path, will not scan.
-[2024.01.13-17.49.03:270][820]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/BackroomsMap' took 0.067
-[2024.01.13-17.49.03:270][820]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.067
-[2024.01.13-17.58.03:608][486]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-17.58.03:617][486]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-17.58.03:617][486]PIE: New page: PIE session: BackroomsMap (13.01.2024, 19:58:03)
-[2024.01.13-17.58.03:617][486]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-17.58.03:635][486]LogPlayLevel: PIE: StaticDuplicateObject took: (0.018136s)
-[2024.01.13-17.58.03:635][486]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.018180s)
-[2024.01.13-17.58.03:640][486]LogUObjectHash: Compacting FUObjectHashTables data took   0.72ms
-[2024.01.13-17.58.03:640][486]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-17.58.03:640][486]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-17.58.03:641][486]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-17.58.03:641][486]LogPlayLevel: PIE: World Init took: (0.001005s)
-[2024.01.13-17.58.03:641][486]LogAudio: Display: Creating Audio Device:                 Id: 8, Scope: Unique, Realtime: True
-[2024.01.13-17.58.03:641][486]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-17.58.03:641][486]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-17.58.03:641][486]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-17.58.03:641][486]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-17.58.03:641][486]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-17.58.03:641][486]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-17.58.03:641][486]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-17.58.03:641][486]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-17.58.03:642][486]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-17.58.03:642][486]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-17.58.03:642][486]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-17.58.03:644][486]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-17.58.03:682][486]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-17.58.03:682][486]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-17.58.03:682][486]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-17.58.03:682][486]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-17.58.03:683][486]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=8
-[2024.01.13-17.58.03:683][486]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=8
-[2024.01.13-17.58.03:685][486]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=8
-[2024.01.13-17.58.03:685][486]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=8
-[2024.01.13-17.58.03:685][486]LogInit: FAudioDevice initialized with ID 8.
-[2024.01.13-17.58.03:685][486]LogAudio: Display: Audio Device (ID: 8) registered with world 'BackroomsMap'.
-[2024.01.13-17.58.03:685][486]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 8
-[2024.01.13-17.58.03:687][486]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-17.58.03:693][486]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-18.58.03
-[2024.01.13-17.58.03:694][486]LogWorld: Bringing up level for play took: 0.006380
-[2024.01.13-17.58.03:696][486]LogOnline: OSS: Created online subsystem instance for: :Context_8
-[2024.01.13-17.58.03:699][486]PIE: Server logged in
-[2024.01.13-17.58.03:699][486]PIE: Play in editor total start time 0,083 seconds.
-[2024.01.13-17.59.18:006][846]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.59.18:006][846]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-17.59.18:006][846]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-17.59.18:007][846]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-17.59.18:010][846]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-17.59.18:013][846]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-17.59.18:017][846]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-17.59.18:019][846]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 8
-[2024.01.13-17.59.18:019][846]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8
-[2024.01.13-17.59.18:020][846]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8
-[2024.01.13-17.59.18:035][846]LogUObjectHash: Compacting FUObjectHashTables data took   0.65ms
-[2024.01.13-17.59.18:171][848]LogPlayLevel: Display: Destroying online subsystem :Context_8
-[2024.01.13-17.59.44:085][  7]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.00.16:954][954]LogSlate: Took 0.000192 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K)
-[2024.01.13-18.00.16:990][956]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.00.19:964][244]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.00.19:964][244]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.00.19:968][244]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_0
-[2024.01.13-18.00.19:971][244]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_0
-[2024.01.13-18.00.19:983][244]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance
-[2024.01.13-18.00.20:723][313]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.00.20:723][313]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.00.20:727][313]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_1
-[2024.01.13-18.00.20:729][313]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_1
-[2024.01.13-18.00.20:810][314]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.00.37:571][ 47]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/GameMap/Locker/LockerHide.LockerHide
-[2024.01.13-18.00.37:572][ 47]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.00.37:572][ 47]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.00.37:594][ 47]LogSlate: Warning: The command 'BlueprintEditorSpawnNodes.AddActorRefAction->CommandInfo' has the same default chord as 'BlueprintEditorSpawnNodes.(Class=/Script/BlueprintGraph.K2Node_Knot Key=R Shift=false Ctrl=false Alt=false)' [R]
-[2024.01.13-18.00.38:295][ 47]LogSlate: Took 0.000202 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K)
-[2024.01.13-18.00.38:296][ 47]LogSlate: Took 0.000138 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K)
-[2024.01.13-18.00.38:329][ 47]LogSlateStyle: Warning: Missing Resource from 'CoreStyle' Style: 'Unable to find Color 'Graph.Node.Comment.TextColor'.'
-[2024.01.13-18.00.46:345][717]LogViewport: Scene viewport resized to 894x968, mode Windowed.
-[2024.01.13-18.01.31:457][668]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.01.45:257][173]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.01.46:048][203]Cmd: EDIT COPY
-[2024.01.13-18.01.46:553][222]Cmd: EDIT PASTE
-[2024.01.13-18.01.46:612][222]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
-
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-
-[2024.01.13-18.01.46:622][222]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
-
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-
-[2024.01.13-18.01.46:720][223]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.01.55:770][548]Cmd: EDIT PASTE
-[2024.01.13-18.01.55:805][548]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
-
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-
-[2024.01.13-18.01.55:812][548]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
-
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-
-[2024.01.13-18.01.55:958][549]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.02.01:803][755]Cmd: EDIT PASTE
-[2024.01.13-18.02.01:839][755]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
-
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-
-[2024.01.13-18.02.01:846][755]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
-
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-
-[2024.01.13-18.02.01:945][756]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.02.19:769][291]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.02.21:158][326]Cmd: EDIT PASTE
-[2024.01.13-18.02.21:206][326]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
-
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-
-[2024.01.13-18.02.21:213][326]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
-
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-
-[2024.01.13-18.02.21:415][327]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.02.25:099][412]Cmd: EDIT PASTE
-[2024.01.13-18.02.25:147][412]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
-
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-
-[2024.01.13-18.02.25:154][412]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
-
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-
-[2024.01.13-18.02.25:267][413]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.02.33:796][637]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-18.02.33:806][637]BlueprintLog: New page: Pre-Play auto-recompile
-[2024.01.13-18.02.33:807][637]LogPlayLevel: [PlayLevel] Compiling LockerHide before play...
-[2024.01.13-18.02.33:923][637]LogUObjectHash: Compacting FUObjectHashTables data took   1.39ms
-[2024.01.13-18.02.33:925][637]LogPlayLevel: PlayLevel: Blueprint regeneration took 118 ms (1 blueprints)
-[2024.01.13-18.02.33:925][637]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:02:33)
-[2024.01.13-18.02.33:926][637]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.02.33:945][637]LogPlayLevel: PIE: StaticDuplicateObject took: (0.018623s)
-[2024.01.13-18.02.33:945][637]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.018664s)
-[2024.01.13-18.02.33:959][637]LogUObjectHash: Compacting FUObjectHashTables data took   1.28ms
-[2024.01.13-18.02.33:960][637]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.02.33:960][637]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.02.33:961][637]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.02.33:961][637]LogPlayLevel: PIE: World Init took: (0.001037s)
-[2024.01.13-18.02.33:961][637]LogAudio: Display: Creating Audio Device:                 Id: 9, Scope: Unique, Realtime: True
-[2024.01.13-18.02.33:961][637]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-18.02.33:961][637]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-18.02.33:961][637]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-18.02.33:961][637]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-18.02.33:961][637]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-18.02.33:961][637]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-18.02.33:961][637]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-18.02.33:961][637]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-18.02.33:962][637]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-18.02.33:962][637]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-18.02.33:962][637]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-18.02.33:963][637]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-18.02.34:002][637]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-18.02.34:002][637]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-18.02.34:002][637]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-18.02.34:002][637]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-18.02.34:003][637]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=9
-[2024.01.13-18.02.34:003][637]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=9
-[2024.01.13-18.02.34:005][637]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=9
-[2024.01.13-18.02.34:005][637]LogInit: FAudioDevice initialized with ID 9.
-[2024.01.13-18.02.34:005][637]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=9
-[2024.01.13-18.02.34:005][637]LogAudio: Display: Audio Device (ID: 9) registered with world 'BackroomsMap'.
-[2024.01.13-18.02.34:005][637]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 9
-[2024.01.13-18.02.34:007][637]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.02.34:014][637]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.02.34
-[2024.01.13-18.02.34:015][637]LogWorld: Bringing up level for play took: 0.007647
-[2024.01.13-18.02.34:017][637]LogOnline: OSS: Created online subsystem instance for: :Context_12
-[2024.01.13-18.02.34:022][637]PIE: Server logged in
-[2024.01.13-18.02.34:023][637]PIE: Play in editor total start time 0,217 seconds.
-[2024.01.13-18.03.27:546][211]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.03.27:546][211]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.03.27:546][211]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.03.27:547][211]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.03.27:551][211]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-18.03.27:559][211]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.03.27:573][211]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.03.27:574][211]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 9
-[2024.01.13-18.03.27:574][211]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9
-[2024.01.13-18.03.27:576][211]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9
-[2024.01.13-18.03.27:594][211]LogUObjectHash: Compacting FUObjectHashTables data took   1.34ms
-[2024.01.13-18.03.27:728][212]LogPlayLevel: Display: Destroying online subsystem :Context_12
-[2024.01.13-18.03.33:699][430]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.03.37:611][524]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.03.44:768][701]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.03.54:307][938]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.04.01:021][101]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.04.08:576][288]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.04.12:275][372]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.04.22:017][704]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-18.04.22:026][704]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-18.04.22:026][704]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:04:22)
-[2024.01.13-18.04.22:026][704]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.04.22:046][704]LogPlayLevel: PIE: StaticDuplicateObject took: (0.019611s)
-[2024.01.13-18.04.22:046][704]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.019657s)
-[2024.01.13-18.04.22:063][704]LogUObjectHash: Compacting FUObjectHashTables data took   1.25ms
-[2024.01.13-18.04.22:065][704]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.04.22:065][704]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.04.22:065][704]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.04.22:066][704]LogPlayLevel: PIE: World Init took: (0.001099s)
-[2024.01.13-18.04.22:066][704]LogAudio: Display: Creating Audio Device:                 Id: 10, Scope: Unique, Realtime: True
-[2024.01.13-18.04.22:066][704]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-18.04.22:066][704]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-18.04.22:066][704]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-18.04.22:066][704]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-18.04.22:066][704]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-18.04.22:066][704]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-18.04.22:066][704]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-18.04.22:066][704]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-18.04.22:067][704]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-18.04.22:067][704]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-18.04.22:067][704]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-18.04.22:069][704]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-18.04.22:106][704]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-18.04.22:106][704]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-18.04.22:106][704]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-18.04.22:106][704]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-18.04.22:107][704]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=10
-[2024.01.13-18.04.22:107][704]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=10
-[2024.01.13-18.04.22:109][704]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=10
-[2024.01.13-18.04.22:109][704]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=10
-[2024.01.13-18.04.22:109][704]LogInit: FAudioDevice initialized with ID 10.
-[2024.01.13-18.04.22:109][704]LogAudio: Display: Audio Device (ID: 10) registered with world 'BackroomsMap'.
-[2024.01.13-18.04.22:109][704]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 10
-[2024.01.13-18.04.22:111][704]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.04.22:118][704]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.04.22
-[2024.01.13-18.04.22:119][704]LogWorld: Bringing up level for play took: 0.007294
-[2024.01.13-18.04.22:121][704]LogOnline: OSS: Created online subsystem instance for: :Context_13
-[2024.01.13-18.04.22:123][704]PIE: Server logged in
-[2024.01.13-18.04.22:124][704]PIE: Play in editor total start time 0,098 seconds.
-[2024.01.13-18.05.43:706][340]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.05.43:706][340]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.05.43:706][340]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.05.43:707][340]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.05.43:711][340]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-18.05.43:720][340]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.05.43:735][340]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-18.05.43:736][340]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 10
-[2024.01.13-18.05.43:736][340]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10
-[2024.01.13-18.05.43:738][340]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10
-[2024.01.13-18.05.43:769][340]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.05.43:773][340]LogUObjectHash: Compacting FUObjectHashTables data took   1.49ms
-[2024.01.13-18.05.43:908][341]LogPlayLevel: Display: Destroying online subsystem :Context_13
-[2024.01.13-18.06.02:001][ 43]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.06.05:257][115]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.06.10:237][229]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.06.14:564][328]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.06.22:466][539]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.06.26:985][646]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.06.31:006][745]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-18.06.31:015][745]BlueprintLog: New page: Pre-Play auto-recompile
-[2024.01.13-18.06.31:016][745]LogPlayLevel: [PlayLevel] Compiling LockerHide before play...
-[2024.01.13-18.06.31:133][745]LogUObjectHash: Compacting FUObjectHashTables data took   1.32ms
-[2024.01.13-18.06.31:135][745]LogPlayLevel: PlayLevel: Blueprint regeneration took 120 ms (1 blueprints)
-[2024.01.13-18.06.31:136][745]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:06:31)
-[2024.01.13-18.06.31:136][745]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.06.31:154][745]LogPlayLevel: PIE: StaticDuplicateObject took: (0.018355s)
-[2024.01.13-18.06.31:154][745]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.018391s)
-[2024.01.13-18.06.31:169][745]LogUObjectHash: Compacting FUObjectHashTables data took   1.34ms
-[2024.01.13-18.06.31:169][745]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.06.31:170][745]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.06.31:170][745]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.06.31:171][745]LogPlayLevel: PIE: World Init took: (0.001191s)
-[2024.01.13-18.06.31:171][745]LogAudio: Display: Creating Audio Device:                 Id: 11, Scope: Unique, Realtime: True
-[2024.01.13-18.06.31:171][745]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-18.06.31:171][745]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-18.06.31:171][745]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-18.06.31:171][745]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-18.06.31:171][745]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-18.06.31:171][745]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-18.06.31:171][745]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-18.06.31:171][745]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-18.06.31:171][745]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-18.06.31:171][745]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-18.06.31:171][745]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-18.06.31:174][745]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-18.06.31:211][745]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-18.06.31:211][745]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-18.06.31:211][745]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-18.06.31:211][745]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-18.06.31:212][745]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=11
-[2024.01.13-18.06.31:213][745]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=11
-[2024.01.13-18.06.31:214][745]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=11
-[2024.01.13-18.06.31:214][745]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=11
-[2024.01.13-18.06.31:214][745]LogInit: FAudioDevice initialized with ID 11.
-[2024.01.13-18.06.31:214][745]LogAudio: Display: Audio Device (ID: 11) registered with world 'BackroomsMap'.
-[2024.01.13-18.06.31:214][745]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 11
-[2024.01.13-18.06.31:217][745]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.06.31:224][745]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.06.31
-[2024.01.13-18.06.31:224][745]LogWorld: Bringing up level for play took: 0.007346
-[2024.01.13-18.06.31:227][745]LogOnline: OSS: Created online subsystem instance for: :Context_14
-[2024.01.13-18.06.31:229][745]PIE: Server logged in
-[2024.01.13-18.06.31:230][745]PIE: Play in editor total start time 0,216 seconds.
-[2024.01.13-18.07.01:465][456]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.07.01:465][456]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.07.01:466][456]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.07.01:467][456]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.07.01:472][456]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-18.07.01:478][456]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.07.01:491][456]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.07.01:493][456]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 11
-[2024.01.13-18.07.01:493][456]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11
-[2024.01.13-18.07.01:495][456]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11
-[2024.01.13-18.07.01:506][456]LogUObjectHash: Compacting FUObjectHashTables data took   1.32ms
-[2024.01.13-18.07.01:615][457]LogPlayLevel: Display: Destroying online subsystem :Context_14
-[2024.01.13-18.07.01:709][457]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.07.04:392][516]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.07.07:986][597]Cmd: SELECT NONE
-[2024.01.13-18.07.09:508][650]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.07.10:475][669]LogViewport: Scene viewport resized to 430x393, mode Windowed.
-[2024.01.13-18.07.10:484][669]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.07.12:544][703]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.07.12:552][703]LogViewport: Scene viewport resized to 430x393, mode Windowed.
-[2024.01.13-18.07.12:571][703]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.07.13:813][719]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.07.26:769][910]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.07.27:266][923]Cmd: EDIT COPY
-[2024.01.13-18.07.27:549][930]Cmd: EDIT PASTE
-[2024.01.13-18.07.27:597][930]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
-
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-
-[2024.01.13-18.07.27:603][930]LogClass: Warning: Short type name "LockerHide_C_1" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
-
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-
-[2024.01.13-18.07.27:780][931]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.07.38:834][186]LogViewport: Scene viewport resized to 430x393, mode Windowed.
-[2024.01.13-18.07.38:845][186]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.07.39:479][195]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.07.39:487][195]LogViewport: Scene viewport resized to 430x393, mode Windowed.
-[2024.01.13-18.07.39:507][195]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.07.40:109][202]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.07.46:795][285]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-18.07.46:804][285]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-18.07.46:804][285]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:07:46)
-[2024.01.13-18.07.46:805][285]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.07.46:825][285]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020489s)
-[2024.01.13-18.07.46:825][285]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020530s)
-[2024.01.13-18.07.46:884][285]LogUObjectHash: Compacting FUObjectHashTables data took   1.41ms
-[2024.01.13-18.07.46:888][285]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.07.46:888][285]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.07.46:888][285]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.07.46:889][285]LogPlayLevel: PIE: World Init took: (0.001335s)
-[2024.01.13-18.07.46:889][285]LogAudio: Display: Creating Audio Device:                 Id: 12, Scope: Unique, Realtime: True
-[2024.01.13-18.07.46:889][285]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-18.07.46:889][285]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-18.07.46:889][285]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-18.07.46:889][285]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-18.07.46:889][285]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-18.07.46:889][285]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-18.07.46:889][285]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-18.07.46:889][285]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-18.07.46:890][285]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-18.07.46:890][285]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-18.07.46:890][285]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-18.07.46:892][285]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-18.07.46:932][285]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-18.07.46:932][285]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-18.07.46:933][285]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-18.07.46:933][285]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-18.07.46:935][285]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=12
-[2024.01.13-18.07.46:935][285]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=12
-[2024.01.13-18.07.46:937][285]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=12
-[2024.01.13-18.07.46:937][285]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=12
-[2024.01.13-18.07.46:937][285]LogInit: FAudioDevice initialized with ID 12.
-[2024.01.13-18.07.46:937][285]LogAudio: Display: Audio Device (ID: 12) registered with world 'BackroomsMap'.
-[2024.01.13-18.07.46:937][285]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 12
-[2024.01.13-18.07.46:939][285]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.07.46:946][285]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.07.46
-[2024.01.13-18.07.46:947][285]LogWorld: Bringing up level for play took: 0.008009
-[2024.01.13-18.07.46:950][285]LogOnline: OSS: Created online subsystem instance for: :Context_15
-[2024.01.13-18.07.46:952][285]PIE: Server logged in
-[2024.01.13-18.07.46:953][285]PIE: Play in editor total start time 0,149 seconds.
-[2024.01.13-18.10.33:376][657]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.10.33:376][657]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.10.33:376][657]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.10.33:377][657]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.10.33:381][657]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-18.10.33:388][657]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.10.33:403][657]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-18.10.33:403][657]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 12
-[2024.01.13-18.10.33:403][657]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12
-[2024.01.13-18.10.33:405][657]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12
-[2024.01.13-18.10.33:425][657]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.10.33:430][657]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
-[2024.01.13-18.10.33:542][658]LogPlayLevel: Display: Destroying online subsystem :Context_15
-[2024.01.13-18.10.33:616][658]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.10.33:645][658]LogViewport: Scene viewport resized to 430x393, mode Windowed.
-[2024.01.13-18.10.33:696][658]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.10.33:731][658]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.10.40:278][797]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.10.47:838][976]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.10.55:070][149]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.11.03:240][350]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-18.11.03:249][350]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-18.11.03:249][350]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:11:03)
-[2024.01.13-18.11.03:249][350]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.11.03:270][350]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020414s)
-[2024.01.13-18.11.03:270][350]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020453s)
-[2024.01.13-18.11.03:288][350]LogUObjectHash: Compacting FUObjectHashTables data took   1.34ms
-[2024.01.13-18.11.03:290][350]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.11.03:290][350]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.11.03:291][350]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.11.03:291][350]LogPlayLevel: PIE: World Init took: (0.001019s)
-[2024.01.13-18.11.03:291][350]LogAudio: Display: Creating Audio Device:                 Id: 13, Scope: Unique, Realtime: True
-[2024.01.13-18.11.03:291][350]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-18.11.03:291][350]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-18.11.03:291][350]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-18.11.03:291][350]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-18.11.03:291][350]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-18.11.03:291][350]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-18.11.03:291][350]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-18.11.03:291][350]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-18.11.03:292][350]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-18.11.03:292][350]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-18.11.03:292][350]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-18.11.03:293][350]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-18.11.03:330][350]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-18.11.03:330][350]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-18.11.03:330][350]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-18.11.03:330][350]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-18.11.03:331][350]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=13
-[2024.01.13-18.11.03:331][350]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=13
-[2024.01.13-18.11.03:334][350]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=13
-[2024.01.13-18.11.03:334][350]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=13
-[2024.01.13-18.11.03:334][350]LogInit: FAudioDevice initialized with ID 13.
-[2024.01.13-18.11.03:334][350]LogAudio: Display: Audio Device (ID: 13) registered with world 'BackroomsMap'.
-[2024.01.13-18.11.03:334][350]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 13
-[2024.01.13-18.11.03:337][350]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.11.03:344][350]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.11.03
-[2024.01.13-18.11.03:345][350]LogWorld: Bringing up level for play took: 0.007682
-[2024.01.13-18.11.03:347][350]LogOnline: OSS: Created online subsystem instance for: :Context_16
-[2024.01.13-18.11.03:350][350]PIE: Server logged in
-[2024.01.13-18.11.03:351][350]PIE: Play in editor total start time 0,102 seconds.
-[2024.01.13-18.11.18:306][188]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.11.18:306][188]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.11.18:306][188]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.11.18:307][188]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.11.18:311][188]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-18.11.18:318][188]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.11.18:332][188]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-18.11.18:332][188]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 13
-[2024.01.13-18.11.18:332][188]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13
-[2024.01.13-18.11.18:334][188]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13
-[2024.01.13-18.11.18:347][188]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.11.18:351][188]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
-[2024.01.13-18.11.18:459][189]LogPlayLevel: Display: Destroying online subsystem :Context_16
-[2024.01.13-18.11.18:534][189]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.11.38:789][691]LogEditorViewport: Clicking Background
-[2024.01.13-18.12.00:273][710]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.12.00:273][710]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.12.00:274][710]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_8
-[2024.01.13-18.12.00:276][710]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_8
-[2024.01.13-18.12.02:344][909]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.12.02:344][909]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.12.02:348][909]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_10
-[2024.01.13-18.12.02:350][909]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_10
-[2024.01.13-18.12.02:427][910]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.12.26:396][921]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-18.12.26:404][921]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-18.12.26:404][921]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:12:26)
-[2024.01.13-18.12.26:435][921]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.12.26:454][921]LogPlayLevel: PIE: StaticDuplicateObject took: (0.019349s)
-[2024.01.13-18.12.26:454][921]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.019394s)
-[2024.01.13-18.12.26:474][921]LogUObjectHash: Compacting FUObjectHashTables data took   1.42ms
-[2024.01.13-18.12.26:476][921]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.12.26:476][921]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.12.26:477][921]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.12.26:477][921]LogPlayLevel: PIE: World Init took: (0.001031s)
-[2024.01.13-18.12.26:477][921]LogAudio: Display: Creating Audio Device:                 Id: 14, Scope: Unique, Realtime: True
-[2024.01.13-18.12.26:477][921]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-18.12.26:477][921]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-18.12.26:477][921]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-18.12.26:477][921]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-18.12.26:477][921]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-18.12.26:477][921]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-18.12.26:477][921]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-18.12.26:477][921]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-18.12.26:478][921]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-18.12.26:478][921]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-18.12.26:478][921]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-18.12.26:480][921]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-18.12.26:517][921]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-18.12.26:517][921]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-18.12.26:517][921]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-18.12.26:517][921]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-18.12.26:518][921]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=14
-[2024.01.13-18.12.26:518][921]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=14
-[2024.01.13-18.12.26:520][921]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=14
-[2024.01.13-18.12.26:520][921]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=14
-[2024.01.13-18.12.26:520][921]LogInit: FAudioDevice initialized with ID 14.
-[2024.01.13-18.12.26:520][921]LogAudio: Display: Audio Device (ID: 14) registered with world 'BackroomsMap'.
-[2024.01.13-18.12.26:520][921]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 14
-[2024.01.13-18.12.26:522][921]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.12.26:529][921]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.12.26
-[2024.01.13-18.12.26:530][921]LogWorld: Bringing up level for play took: 0.007581
-[2024.01.13-18.12.26:532][921]LogOnline: OSS: Created online subsystem instance for: :Context_17
-[2024.01.13-18.12.26:540][921]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=2414.905 Y=-2029.368 Z=484.260] for [BP_FirstPersonCharacter_C]
-[2024.01.13-18.12.26:540][921]LogGameMode: Warning: SpawnDefaultPawnAtTransform: Couldn't spawn Pawn of type BP_FirstPersonCharacter_C at Rotation: Pitch 0.000000 Yaw -99.950002 Roll 0.000000
-Translation: 2414.905015 -2029.367962 484.259830
-Scale3D: 1.000000 1.000000 1.000000
-
-[2024.01.13-18.12.26:541][921]PIE: Server logged in
-[2024.01.13-18.12.26:542][921]PIE: Play in editor total start time 0,138 seconds.
-[2024.01.13-18.12.28:335][ 81]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.12.28:335][ 81]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.12.28:336][ 81]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.12.28:337][ 81]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.12.28:341][ 81]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-18.12.28:348][ 81]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.12.28:363][ 81]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-18.12.28:363][ 81]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 14
-[2024.01.13-18.12.28:363][ 81]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14
-[2024.01.13-18.12.28:365][ 81]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14
-[2024.01.13-18.12.28:375][ 81]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.12.28:380][ 81]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
-[2024.01.13-18.12.28:461][ 82]LogPlayLevel: Display: Destroying online subsystem :Context_17
-[2024.01.13-18.12.41:417][545]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-18.12.41:426][545]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-18.12.41:426][545]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:12:41)
-[2024.01.13-18.12.41:455][545]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.12.41:474][545]LogPlayLevel: PIE: StaticDuplicateObject took: (0.018914s)
-[2024.01.13-18.12.41:474][545]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.018964s)
-[2024.01.13-18.12.41:489][545]LogUObjectHash: Compacting FUObjectHashTables data took   1.37ms
-[2024.01.13-18.12.41:491][545]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.12.41:491][545]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.12.41:491][545]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.12.41:492][545]LogPlayLevel: PIE: World Init took: (0.001111s)
-[2024.01.13-18.12.41:492][545]LogAudio: Display: Creating Audio Device:                 Id: 15, Scope: Unique, Realtime: True
-[2024.01.13-18.12.41:492][545]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-18.12.41:492][545]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-18.12.41:492][545]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-18.12.41:492][545]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-18.12.41:492][545]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-18.12.41:492][545]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-18.12.41:492][545]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-18.12.41:492][545]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-18.12.41:492][545]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-18.12.41:492][545]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-18.12.41:492][545]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-18.12.41:494][545]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-18.12.41:529][545]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-18.12.41:530][545]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-18.12.41:530][545]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-18.12.41:530][545]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-18.12.41:530][545]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=15
-[2024.01.13-18.12.41:530][545]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=15
-[2024.01.13-18.12.41:532][545]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=15
-[2024.01.13-18.12.41:532][545]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=15
-[2024.01.13-18.12.41:532][545]LogInit: FAudioDevice initialized with ID 15.
-[2024.01.13-18.12.41:532][545]LogAudio: Display: Audio Device (ID: 15) registered with world 'BackroomsMap'.
-[2024.01.13-18.12.41:532][545]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 15
-[2024.01.13-18.12.41:535][545]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.12.41:542][545]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.12.41
-[2024.01.13-18.12.41:542][545]LogWorld: Bringing up level for play took: 0.007517
-[2024.01.13-18.12.41:545][545]LogOnline: OSS: Created online subsystem instance for: :Context_18
-[2024.01.13-18.12.41:547][545]PIE: Server logged in
-[2024.01.13-18.12.41:547][545]PIE: Play in editor total start time 0,122 seconds.
-[2024.01.13-18.12.50:896][294]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.12.50:896][294]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.12.50:896][294]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.12.50:897][294]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.12.50:901][294]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-18.12.50:908][294]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.12.50:921][294]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.12.50:923][294]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 15
-[2024.01.13-18.12.50:923][294]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15
-[2024.01.13-18.12.50:925][294]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15
-[2024.01.13-18.12.50:943][294]LogUObjectHash: Compacting FUObjectHashTables data took   1.26ms
-[2024.01.13-18.12.51:026][295]LogPlayLevel: Display: Destroying online subsystem :Context_18
-[2024.01.13-18.12.52:178][418]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.12.56:779][637]Cmd: EDIT COPY
-[2024.01.13-18.12.57:021][649]Cmd: EDIT PASTE
-[2024.01.13-18.12.57:050][649]LogClass: Warning: Short type name "LockerHide_C_10" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
-
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-
-[2024.01.13-18.12.57:058][649]LogClass: Warning: Short type name "LockerHide_C_10" provided for TryFindType. Please convert it to a path name (suggested: "None"). Callstack:
-
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-UnknownFunction []
-
-[2024.01.13-18.12.57:146][650]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.13.03:771][950]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-18.13.03:780][950]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-18.13.03:780][950]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:13:03)
-[2024.01.13-18.13.03:780][950]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.13.03:801][950]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020458s)
-[2024.01.13-18.13.03:801][950]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020494s)
-[2024.01.13-18.13.03:819][950]LogUObjectHash: Compacting FUObjectHashTables data took   1.39ms
-[2024.01.13-18.13.03:821][950]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.13.03:821][950]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.13.03:822][950]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.13.03:822][950]LogPlayLevel: PIE: World Init took: (0.000972s)
-[2024.01.13-18.13.03:822][950]LogAudio: Display: Creating Audio Device:                 Id: 16, Scope: Unique, Realtime: True
-[2024.01.13-18.13.03:822][950]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-18.13.03:822][950]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-18.13.03:822][950]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-18.13.03:822][950]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-18.13.03:822][950]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-18.13.03:822][950]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-18.13.03:822][950]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-18.13.03:822][950]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-18.13.03:823][950]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-18.13.03:823][950]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-18.13.03:823][950]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-18.13.03:825][950]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-18.13.03:861][950]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-18.13.03:861][950]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-18.13.03:861][950]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-18.13.03:861][950]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-18.13.03:861][950]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=16
-[2024.01.13-18.13.03:861][950]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=16
-[2024.01.13-18.13.03:864][950]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=16
-[2024.01.13-18.13.03:864][950]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=16
-[2024.01.13-18.13.03:864][950]LogInit: FAudioDevice initialized with ID 16.
-[2024.01.13-18.13.03:864][950]LogAudio: Display: Audio Device (ID: 16) registered with world 'BackroomsMap'.
-[2024.01.13-18.13.03:864][950]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 16
-[2024.01.13-18.13.03:866][950]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.13.03:873][950]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.13.03
-[2024.01.13-18.13.03:874][950]LogWorld: Bringing up level for play took: 0.007678
-[2024.01.13-18.13.03:876][950]LogOnline: OSS: Created online subsystem instance for: :Context_19
-[2024.01.13-18.13.03:879][950]PIE: Server logged in
-[2024.01.13-18.13.03:879][950]PIE: Play in editor total start time 0,1 seconds.
-[2024.01.13-18.13.12:396][551]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.13.12:396][551]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.13.12:396][551]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.13.12:397][551]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.13.12:401][551]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-18.13.12:409][551]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.13.12:424][551]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-18.13.12:425][551]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 16
-[2024.01.13-18.13.12:425][551]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16
-[2024.01.13-18.13.12:427][551]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16
-[2024.01.13-18.13.12:439][551]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.13.12:444][551]LogUObjectHash: Compacting FUObjectHashTables data took   1.34ms
-[2024.01.13-18.13.12:503][552]LogPlayLevel: Display: Destroying online subsystem :Context_19
-[2024.01.13-18.13.12:531][552]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.13.35:150][482]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.13.41:493][766]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.13.45:647][926]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-18.13.45:656][926]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-18.13.45:656][926]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:13:45)
-[2024.01.13-18.13.45:656][926]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.13.45:676][926]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020289s)
-[2024.01.13-18.13.45:676][926]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020329s)
-[2024.01.13-18.13.45:694][926]LogUObjectHash: Compacting FUObjectHashTables data took   1.41ms
-[2024.01.13-18.13.45:697][926]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.13.45:697][926]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.13.45:698][926]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.13.45:698][926]LogPlayLevel: PIE: World Init took: (0.001023s)
-[2024.01.13-18.13.45:698][926]LogAudio: Display: Creating Audio Device:                 Id: 17, Scope: Unique, Realtime: True
-[2024.01.13-18.13.45:698][926]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-18.13.45:698][926]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-18.13.45:698][926]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-18.13.45:698][926]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-18.13.45:698][926]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-18.13.45:698][926]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-18.13.45:698][926]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-18.13.45:698][926]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-18.13.45:699][926]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-18.13.45:699][926]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-18.13.45:699][926]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-18.13.45:701][926]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-18.13.45:738][926]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-18.13.45:738][926]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-18.13.45:738][926]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-18.13.45:738][926]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-18.13.45:738][926]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=17
-[2024.01.13-18.13.45:738][926]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=17
-[2024.01.13-18.13.45:741][926]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=17
-[2024.01.13-18.13.45:741][926]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=17
-[2024.01.13-18.13.45:741][926]LogInit: FAudioDevice initialized with ID 17.
-[2024.01.13-18.13.45:741][926]LogAudio: Display: Audio Device (ID: 17) registered with world 'BackroomsMap'.
-[2024.01.13-18.13.45:741][926]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 17
-[2024.01.13-18.13.45:743][926]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.13.45:750][926]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.13.45
-[2024.01.13-18.13.45:751][926]LogWorld: Bringing up level for play took: 0.007856
-[2024.01.13-18.13.45:753][926]LogOnline: OSS: Created online subsystem instance for: :Context_20
-[2024.01.13-18.13.45:755][926]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=1757.076 Y=-2804.084 Z=320.238] for [BP_FirstPersonCharacter_C]
-[2024.01.13-18.13.45:755][926]LogGameMode: Warning: SpawnDefaultPawnAtTransform: Couldn't spawn Pawn of type BP_FirstPersonCharacter_C at Rotation: Pitch 0.000000 Yaw 103.349996 Roll 0.000000
-Translation: 1757.075792 -2804.083960 320.237549
-Scale3D: 1.000000 1.000000 1.000000
-
-[2024.01.13-18.13.45:756][926]PIE: Server logged in
-[2024.01.13-18.13.45:757][926]PIE: Play in editor total start time 0,101 seconds.
-[2024.01.13-18.13.47:365][ 82]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.13.47:366][ 82]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.13.47:366][ 82]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.13.47:367][ 82]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.13.47:371][ 82]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-18.13.47:377][ 82]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.13.47:391][ 82]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-18.13.47:391][ 82]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 17
-[2024.01.13-18.13.47:391][ 82]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17
-[2024.01.13-18.13.47:393][ 82]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17
-[2024.01.13-18.13.47:416][ 82]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.13.47:420][ 82]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
-[2024.01.13-18.13.47:469][ 83]LogPlayLevel: Display: Destroying online subsystem :Context_20
-[2024.01.13-18.13.47:473][ 83]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.13.58:612][499]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-18.13.58:620][499]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-18.13.58:620][499]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:13:58)
-[2024.01.13-18.13.58:620][499]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.13.58:640][499]LogPlayLevel: PIE: StaticDuplicateObject took: (0.019675s)
-[2024.01.13-18.13.58:640][499]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.019719s)
-[2024.01.13-18.13.58:655][499]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
-[2024.01.13-18.13.58:657][499]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.13.58:657][499]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.13.58:658][499]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.13.58:658][499]LogPlayLevel: PIE: World Init took: (0.001003s)
-[2024.01.13-18.13.58:658][499]LogAudio: Display: Creating Audio Device:                 Id: 18, Scope: Unique, Realtime: True
-[2024.01.13-18.13.58:658][499]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-18.13.58:658][499]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-18.13.58:658][499]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-18.13.58:658][499]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-18.13.58:658][499]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-18.13.58:658][499]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-18.13.58:658][499]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-18.13.58:658][499]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-18.13.58:659][499]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-18.13.58:659][499]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-18.13.58:659][499]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-18.13.58:661][499]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-18.13.58:697][499]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-18.13.58:697][499]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-18.13.58:698][499]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-18.13.58:698][499]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-18.13.58:698][499]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=18
-[2024.01.13-18.13.58:698][499]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=18
-[2024.01.13-18.13.58:701][499]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=18
-[2024.01.13-18.13.58:701][499]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=18
-[2024.01.13-18.13.58:701][499]LogInit: FAudioDevice initialized with ID 18.
-[2024.01.13-18.13.58:701][499]LogAudio: Display: Audio Device (ID: 18) registered with world 'BackroomsMap'.
-[2024.01.13-18.13.58:701][499]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 18
-[2024.01.13-18.13.58:703][499]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.13.58:710][499]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.13.58
-[2024.01.13-18.13.58:711][499]LogWorld: Bringing up level for play took: 0.007634
-[2024.01.13-18.13.58:713][499]LogOnline: OSS: Created online subsystem instance for: :Context_21
-[2024.01.13-18.13.58:716][499]PIE: Server logged in
-[2024.01.13-18.13.58:717][499]PIE: Play in editor total start time 0,097 seconds.
-[2024.01.13-18.14.54:995][946]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.14.54:996][946]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.14.54:996][946]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.14.54:997][946]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.14.55:001][946]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-18.14.55:007][946]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.14.55:021][946]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.14.55:023][946]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 18
-[2024.01.13-18.14.55:023][946]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18
-[2024.01.13-18.14.55:025][946]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18
-[2024.01.13-18.14.55:055][946]LogUObjectHash: Compacting FUObjectHashTables data took   1.28ms
-[2024.01.13-18.14.55:112][947]LogPlayLevel: Display: Destroying online subsystem :Context_21
-[2024.01.13-18.14.55:140][947]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.15.10:279][500]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.15.10:279][500]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.15.10:281][500]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_12
-[2024.01.13-18.15.10:284][500]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_12
-[2024.01.13-18.15.11:518][539]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.15.11:518][539]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.15.11:522][539]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_13
-[2024.01.13-18.15.11:524][539]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_13
-[2024.01.13-18.15.11:630][540]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.15.38:707][692]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.15.38:707][692]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.15.38:710][692]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_14
-[2024.01.13-18.15.38:712][692]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_14
-[2024.01.13-18.15.41:606][798]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.15.41:606][798]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.15.41:609][798]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_15
-[2024.01.13-18.15.41:612][798]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_15
-[2024.01.13-18.15.41:717][799]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.15.58:553][437]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-18.15.58:562][437]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-18.15.58:562][437]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:15:58)
-[2024.01.13-18.15.58:562][437]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.15.58:592][437]LogPlayLevel: PIE: StaticDuplicateObject took: (0.030422s)
-[2024.01.13-18.15.58:592][437]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.030470s)
-[2024.01.13-18.15.58:613][437]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
-[2024.01.13-18.15.58:615][437]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.15.58:615][437]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.15.58:616][437]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.15.58:616][437]LogPlayLevel: PIE: World Init took: (0.001097s)
-[2024.01.13-18.15.58:616][437]LogAudio: Display: Creating Audio Device:                 Id: 19, Scope: Unique, Realtime: True
-[2024.01.13-18.15.58:616][437]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-18.15.58:616][437]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-18.15.58:616][437]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-18.15.58:616][437]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-18.15.58:616][437]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-18.15.58:616][437]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-18.15.58:617][437]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-18.15.58:617][437]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-18.15.58:617][437]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-18.15.58:617][437]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-18.15.58:617][437]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-18.15.58:619][437]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-18.15.58:659][437]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-18.15.58:659][437]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-18.15.58:659][437]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-18.15.58:659][437]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-18.15.58:659][437]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=19
-[2024.01.13-18.15.58:659][437]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=19
-[2024.01.13-18.15.58:662][437]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=19
-[2024.01.13-18.15.58:662][437]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=19
-[2024.01.13-18.15.58:662][437]LogInit: FAudioDevice initialized with ID 19.
-[2024.01.13-18.15.58:662][437]LogAudio: Display: Audio Device (ID: 19) registered with world 'BackroomsMap'.
-[2024.01.13-18.15.58:662][437]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 19
-[2024.01.13-18.15.58:664][437]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.15.58:672][437]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.15.58
-[2024.01.13-18.15.58:673][437]LogWorld: Bringing up level for play took: 0.008340
-[2024.01.13-18.15.58:675][437]LogOnline: OSS: Created online subsystem instance for: :Context_22
-[2024.01.13-18.15.58:678][437]PIE: Server logged in
-[2024.01.13-18.15.58:679][437]PIE: Play in editor total start time 0,117 seconds.
-[2024.01.13-18.15.59:761][516]LogLongPackageNames: Warning: Can't Find URL: Persistent Level: Input 'Persistent Level' contains one of the invalid characters for LongPackageNames: '\:*?"<>|' ,.&!~
-
	@#'.. Invalidating and reverting to Default URL.
-[2024.01.13-18.15.59:772][517]LogLongPackageNames: Warning: Can't Find URL: Persistent Level: Input 'Persistent Level' contains one of the invalid characters for LongPackageNames: '\:*?"<>|' ,.&!~
-
	@#'.. Invalidating and reverting to Default URL.
-[2024.01.13-18.15.59:772][517]LogNet: Browse: /Game/BackroomsMap
-[2024.01.13-18.15.59:772][517]LogNet: Warning: Travel Failure: [InvalidURL]: Invalid URL: /Game/BackroomsMap
-[2024.01.13-18.15.59:773][517]LogNet: TravelFailure: InvalidURL, Reason for Failure: 'Invalid URL: /Game/BackroomsMap'
-[2024.01.13-18.15.59:774][517]LogNet: Warning: Travel Failure: [ClientTravelFailure]: Invalid URL: /Game/BackroomsMap
-[2024.01.13-18.15.59:774][517]LogNet: TravelFailure: ClientTravelFailure, Reason for Failure: 'Invalid URL: /Game/BackroomsMap'
-[2024.01.13-18.15.59:785][518]LogNet: Browse: /Game/BackroomsMap?closed
-[2024.01.13-18.15.59:785][518]LogNet: Connection failed; returning to Entry
-[2024.01.13-18.15.59:785][518]LogLoad: LoadMap: /Game/BackroomsMap?closed
-[2024.01.13-18.15.59:785][518]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.15.59:786][518]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.15.59:787][518]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.15.59:830][518]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-18.15.59:835][518]LogUObjectHash: Compacting FUObjectHashTables data took   1.39ms
-[2024.01.13-18.15.59:838][518]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.15.59:858][518]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020376s)
-[2024.01.13-18.15.59:858][518]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020438s)
-[2024.01.13-18.15.59:858][518]LogAudio: Display: Audio Device (ID: 19) registered with world 'BackroomsMap'.
-[2024.01.13-18.15.59:858][518]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.15.59:858][518]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.15.59:859][518]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.15.59:859][518]LogPlayLevel: PIE: World Init took: (0.000924s)
-[2024.01.13-18.15.59:859][518]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.15.59:866][518]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.15.59
-[2024.01.13-18.15.59:866][518]LogWorld: Bringing up level for play took: 0.007301
-[2024.01.13-18.15.59:870][518]LogLoad: Took 0.084193 seconds to LoadMap(/Game/UEDPIE_0_BackroomsMap)
-[2024.01.13-18.15.59:884][518]LogUObjectHash: Compacting FUObjectHashTables data took   1.26ms
-[2024.01.13-18.16.02:266][674]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.16.02:266][674]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.16.02:266][674]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.16.02:267][674]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.16.02:270][674]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-18.16.02:276][674]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.16.02:291][674]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.16.02:291][674]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 19
-[2024.01.13-18.16.02:291][674]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19
-[2024.01.13-18.16.02:293][674]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19
-[2024.01.13-18.16.02:323][674]LogUObjectHash: Compacting FUObjectHashTables data took   1.35ms
-[2024.01.13-18.16.02:372][675]LogPlayLevel: Display: Destroying online subsystem :Context_22
-[2024.01.13-18.16.02:377][675]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.16.09:386][934]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.16.09:498][935]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.16.18:961][954]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-18.16.18:969][954]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-18.16.18:969][954]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:16:18)
-[2024.01.13-18.16.18:969][954]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.16.18:990][954]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020246s)
-[2024.01.13-18.16.18:990][954]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020282s)
-[2024.01.13-18.16.19:003][954]LogUObjectHash: Compacting FUObjectHashTables data took   1.28ms
-[2024.01.13-18.16.19:005][954]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.16.19:005][954]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.16.19:005][954]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.16.19:006][954]LogPlayLevel: PIE: World Init took: (0.001032s)
-[2024.01.13-18.16.19:006][954]LogAudio: Display: Creating Audio Device:                 Id: 20, Scope: Unique, Realtime: True
-[2024.01.13-18.16.19:006][954]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-18.16.19:006][954]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-18.16.19:006][954]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-18.16.19:006][954]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-18.16.19:006][954]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-18.16.19:006][954]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-18.16.19:006][954]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-18.16.19:006][954]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-18.16.19:006][954]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-18.16.19:006][954]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-18.16.19:006][954]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-18.16.19:008][954]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-18.16.19:044][954]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-18.16.19:044][954]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-18.16.19:044][954]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-18.16.19:044][954]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-18.16.19:045][954]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=20
-[2024.01.13-18.16.19:045][954]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=20
-[2024.01.13-18.16.19:047][954]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=20
-[2024.01.13-18.16.19:047][954]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=20
-[2024.01.13-18.16.19:047][954]LogInit: FAudioDevice initialized with ID 20.
-[2024.01.13-18.16.19:047][954]LogAudio: Display: Audio Device (ID: 20) registered with world 'BackroomsMap'.
-[2024.01.13-18.16.19:047][954]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 20
-[2024.01.13-18.16.19:050][954]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.16.19:058][954]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.16.19
-[2024.01.13-18.16.19:058][954]LogWorld: Bringing up level for play took: 0.007994
-[2024.01.13-18.16.19:061][954]LogOnline: OSS: Created online subsystem instance for: :Context_25
-[2024.01.13-18.16.19:063][954]PIE: Server logged in
-[2024.01.13-18.16.19:064][954]PIE: Play in editor total start time 0,095 seconds.
-[2024.01.13-18.16.28:455][665]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.16.28:456][665]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.16.28:456][665]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.16.28:457][665]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.16.28:460][665]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-18.16.28:466][665]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.16.28:482][665]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-18.16.28:482][665]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 20
-[2024.01.13-18.16.28:482][665]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20
-[2024.01.13-18.16.28:484][665]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20
-[2024.01.13-18.16.28:507][665]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.16.28:511][665]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
-[2024.01.13-18.16.28:641][666]LogPlayLevel: Display: Destroying online subsystem :Context_25
-[2024.01.13-18.16.34:362][269]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-18.16.34:371][269]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-18.16.34:371][269]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:16:34)
-[2024.01.13-18.16.34:395][269]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.16.34:415][269]LogPlayLevel: PIE: StaticDuplicateObject took: (0.019717s)
-[2024.01.13-18.16.34:415][269]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.019764s)
-[2024.01.13-18.16.34:430][269]LogUObjectHash: Compacting FUObjectHashTables data took   1.26ms
-[2024.01.13-18.16.34:432][269]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.16.34:432][269]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.16.34:432][269]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.16.34:433][269]LogPlayLevel: PIE: World Init took: (0.001010s)
-[2024.01.13-18.16.34:433][269]LogAudio: Display: Creating Audio Device:                 Id: 21, Scope: Unique, Realtime: True
-[2024.01.13-18.16.34:433][269]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-18.16.34:433][269]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-18.16.34:433][269]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-18.16.34:433][269]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-18.16.34:433][269]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-18.16.34:433][269]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-18.16.34:433][269]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-18.16.34:433][269]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-18.16.34:433][269]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-18.16.34:433][269]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-18.16.34:433][269]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-18.16.34:436][269]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-18.16.34:471][269]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-18.16.34:472][269]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-18.16.34:472][269]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-18.16.34:472][269]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-18.16.34:472][269]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=21
-[2024.01.13-18.16.34:472][269]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=21
-[2024.01.13-18.16.34:475][269]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=21
-[2024.01.13-18.16.34:475][269]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=21
-[2024.01.13-18.16.34:475][269]LogInit: FAudioDevice initialized with ID 21.
-[2024.01.13-18.16.34:475][269]LogAudio: Display: Audio Device (ID: 21) registered with world 'BackroomsMap'.
-[2024.01.13-18.16.34:475][269]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 21
-[2024.01.13-18.16.34:478][269]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.16.34:485][269]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.16.34
-[2024.01.13-18.16.34:486][269]LogWorld: Bringing up level for play took: 0.007835
-[2024.01.13-18.16.34:488][269]LogOnline: OSS: Created online subsystem instance for: :Context_26
-[2024.01.13-18.16.34:491][269]PIE: Server logged in
-[2024.01.13-18.16.34:492][269]PIE: Play in editor total start time 0,121 seconds.
-[2024.01.13-18.16.36:061][374]LogLongPackageNames: Warning: Can't Find URL: Persistent Level: Input 'Persistent Level' contains one of the invalid characters for LongPackageNames: '\:*?"<>|' ,.&!~
-
	@#'.. Invalidating and reverting to Default URL.
-[2024.01.13-18.16.36:074][375]LogLongPackageNames: Warning: Can't Find URL: Persistent Level: Input 'Persistent Level' contains one of the invalid characters for LongPackageNames: '\:*?"<>|' ,.&!~
-
	@#'.. Invalidating and reverting to Default URL.
-[2024.01.13-18.16.36:074][375]LogNet: Browse: /Game/BackroomsMap
-[2024.01.13-18.16.36:074][375]LogNet: Warning: Travel Failure: [InvalidURL]: Invalid URL: /Game/BackroomsMap
-[2024.01.13-18.16.36:074][375]LogNet: TravelFailure: InvalidURL, Reason for Failure: 'Invalid URL: /Game/BackroomsMap'
-[2024.01.13-18.16.36:074][375]LogNet: Warning: Travel Failure: [ClientTravelFailure]: Invalid URL: /Game/BackroomsMap
-[2024.01.13-18.16.36:074][375]LogNet: TravelFailure: ClientTravelFailure, Reason for Failure: 'Invalid URL: /Game/BackroomsMap'
-[2024.01.13-18.16.36:088][376]LogNet: Browse: /Game/BackroomsMap?closed
-[2024.01.13-18.16.36:088][376]LogNet: Connection failed; returning to Entry
-[2024.01.13-18.16.36:088][376]LogLoad: LoadMap: /Game/BackroomsMap?closed
-[2024.01.13-18.16.36:088][376]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.16.36:088][376]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.16.36:089][376]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.16.36:130][376]LogAudio: Display: Audio Device unregistered from world 'None'.
-[2024.01.13-18.16.36:134][376]LogUObjectHash: Compacting FUObjectHashTables data took   1.49ms
-[2024.01.13-18.16.36:136][376]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.16.36:157][376]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020248s)
-[2024.01.13-18.16.36:157][376]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020307s)
-[2024.01.13-18.16.36:157][376]LogAudio: Display: Audio Device (ID: 21) registered with world 'BackroomsMap'.
-[2024.01.13-18.16.36:157][376]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.16.36:157][376]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.16.36:157][376]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.16.36:158][376]LogPlayLevel: PIE: World Init took: (0.000929s)
-[2024.01.13-18.16.36:158][376]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.16.36:164][376]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.16.36
-[2024.01.13-18.16.36:165][376]LogWorld: Bringing up level for play took: 0.006740
-[2024.01.13-18.16.36:167][376]LogLoad: Took 0.079743 seconds to LoadMap(/Game/UEDPIE_0_BackroomsMap)
-[2024.01.13-18.16.36:182][376]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
-[2024.01.13-18.16.38:945][558]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.16.38:945][558]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.16.38:946][558]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.16.38:947][558]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.16.38:949][558]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-18.16.38:956][558]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.16.38:971][558]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.16.38:971][558]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 21
-[2024.01.13-18.16.38:971][558]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21
-[2024.01.13-18.16.38:973][558]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21
-[2024.01.13-18.16.39:000][558]LogUObjectHash: Compacting FUObjectHashTables data took   1.28ms
-[2024.01.13-18.16.39:121][559]LogPlayLevel: Display: Destroying online subsystem :Context_26
-[2024.01.13-18.16.43:788][ 22]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.17.15:171][148]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.17.15:171][148]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.17.15:173][148]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_16
-[2024.01.13-18.17.15:175][148]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_16
-[2024.01.13-18.17.19:437][549]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.17.19:437][549]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/GameMap/Locker/LockerHide.LockerHide_C
-[2024.01.13-18.17.19:441][549]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_17
-[2024.01.13-18.17.19:443][549]LogActorFactory: Actor Factory spawned Blueprint /Game/GameMap/Locker/LockerHide.LockerHide as actor: LockerHide_C /Game/BackroomsMap.BackroomsMap:PersistentLevel.LockerHide_C_17
-[2024.01.13-18.17.19:593][550]LogViewport: Scene viewport resized to 429x393, mode Windowed.
-[2024.01.13-18.17.28:827][963]LogEditorViewport: Clicking Background
-[2024.01.13-18.17.55:880][954]LogUObjectHash: Compacting FUObjectHashTables data took   1.47ms
-[2024.01.13-18.17.55:883][954]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto2.umap" SILENT=true AUTOSAVING=true KEEPDIRTY=false
-[2024.01.13-18.17.55:940][954]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/BackroomsMap_Auto2
-[2024.01.13-18.17.55:941][954]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/BackroomsMap_Auto26F2ACEF741EE155E47E0E5B905323377.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto2.umap'
-[2024.01.13-18.17.55:941][954]LogAssetRegistry: Warning: ScanPathsSynchronous: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto2.umap is in the /Temp path, will not scan.
-[2024.01.13-18.17.55:942][954]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/BackroomsMap' took 0.080
-[2024.01.13-18.17.55:942][954]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.080
-[2024.01.13-18.17.55:942][954]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/GameMap/Locker/LockerHide] ([2] browsable assets)...
-[2024.01.13-18.17.55:965][954]OBJ SavePackage:     Rendered thumbnail for [Blueprint /Game/GameMap/Locker/LockerHide.LockerHide]
-[2024.01.13-18.17.55:965][954]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Locker/LockerHide]
-[2024.01.13-18.17.55:984][954]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Locker/LockerHide_Auto2
-[2024.01.13-18.17.55:985][954]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/LockerHide_Auto2C305AC02420C02D8B511D58E71BA349D.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Locker/LockerHide_Auto2.uasset'
-[2024.01.13-18.17.55:985][954]LogFileHelpers: Auto-saving content packages took 0.044
-[2024.01.13-18.18.11:241][974]LogDebuggerCommands: Repeating last play command: Selected Viewport
-[2024.01.13-18.18.11:249][974]LogPlayLevel: PlayLevel: No blueprints needed recompiling
-[2024.01.13-18.18.11:249][974]PIE: New page: PIE session: BackroomsMap (13.01.2024, 20:18:11)
-[2024.01.13-18.18.11:250][974]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.18.11:270][974]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020579s)
-[2024.01.13-18.18.11:270][974]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020620s)
-[2024.01.13-18.18.11:285][974]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
-[2024.01.13-18.18.11:286][974]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
-[2024.01.13-18.18.11:286][974]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
-[2024.01.13-18.18.11:287][974]LogAIModule: Creating AISystem for world BackroomsMap
-[2024.01.13-18.18.11:287][974]LogPlayLevel: PIE: World Init took: (0.001079s)
-[2024.01.13-18.18.11:287][974]LogAudio: Display: Creating Audio Device:                 Id: 22, Scope: Unique, Realtime: True
-[2024.01.13-18.18.11:287][974]LogAudioMixer: Display: Audio Mixer Platform Settings:
-[2024.01.13-18.18.11:287][974]LogAudioMixer: Display: 	Sample Rate:						  48000
-[2024.01.13-18.18.11:287][974]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
-[2024.01.13-18.18.11:287][974]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
-[2024.01.13-18.18.11:287][974]LogAudioMixer: Display: 	Number of buffers to queue:			  1
-[2024.01.13-18.18.11:287][974]LogAudioMixer: Display: 	Max Channels (voices):				  32
-[2024.01.13-18.18.11:287][974]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
-[2024.01.13-18.18.11:287][974]LogAudio: Display: AudioDevice MaxSources: 32
-[2024.01.13-18.18.11:288][974]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
-[2024.01.13-18.18.11:288][974]LogAudio: Display: Audio Reverb Plugin: None (built-in).
-[2024.01.13-18.18.11:288][974]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
-[2024.01.13-18.18.11:290][974]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
-[2024.01.13-18.18.11:328][974]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
-[2024.01.13-18.18.11:329][974]LogAudioMixer: Display: Initializing Sound Submixes...
-[2024.01.13-18.18.11:329][974]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
-[2024.01.13-18.18.11:329][974]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
-[2024.01.13-18.18.11:329][974]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=22
-[2024.01.13-18.18.11:329][974]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=22
-[2024.01.13-18.18.11:332][974]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=22
-[2024.01.13-18.18.11:332][974]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=22
-[2024.01.13-18.18.11:332][974]LogInit: FAudioDevice initialized with ID 22.
-[2024.01.13-18.18.11:332][974]LogAudio: Display: Audio Device (ID: 22) registered with world 'BackroomsMap'.
-[2024.01.13-18.18.11:332][974]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 22
-[2024.01.13-18.18.11:333][974]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
-[2024.01.13-18.18.11:341][974]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.13-19.18.11
-[2024.01.13-18.18.11:342][974]LogWorld: Bringing up level for play took: 0.008031
-[2024.01.13-18.18.11:344][974]LogOnline: OSS: Created online subsystem instance for: :Context_27
-[2024.01.13-18.18.11:346][974]PIE: Server logged in
-[2024.01.13-18.18.11:347][974]PIE: Play in editor total start time 0,098 seconds.
-[2024.01.13-18.20.04:436][845]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.20.04:436][845]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
-[2024.01.13-18.20.04:436][845]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.20.04:437][845]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.20.04:442][845]LogPlayLevel: Display: Shutting down PIE online subsystems
-[2024.01.13-18.20.04:449][845]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.20.04:463][845]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
-[2024.01.13-18.20.04:464][845]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 22
-[2024.01.13-18.20.04:464][845]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=22
-[2024.01.13-18.20.04:466][845]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=22
-[2024.01.13-18.20.04:494][845]LogUObjectHash: Compacting FUObjectHashTables data took   1.34ms
-[2024.01.13-18.20.04:533][846]LogPlayLevel: Display: Destroying online subsystem :Context_27
-[2024.01.13-18.20.09:021][380]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-18.20.09:052][380]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap" SILENT=true AUTOSAVING=false KEEPDIRTY=false
-[2024.01.13-18.20.09:093][380]LogUObjectHash: Compacting FUObjectHashTables data took   1.25ms
-[2024.01.13-18.20.09:150][380]LogSavePackage: Moving output files for package: /Game/BackroomsMap
-[2024.01.13-18.20.09:150][380]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/BackroomsMap3CE69A1B4E30AFC32ED924979189F6AD.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap'
-[2024.01.13-18.20.09:158][380]LogFileHelpers: All files are already saved.
-[2024.01.13-18.20.09:158][380]LogFileHelpers: Saving map 'BackroomsMap' took 0.107
-[2024.01.13-18.20.09:174][380]LogFileHelpers: InternalPromptForCheckoutAndSave took 152 ms
-[2024.01.13-18.20.09:177][380]AssetCheck: New page: Asset Save: BackroomsMap
-[2024.01.13-18.20.09:177][380]LogContentValidation: Display: Validating /Script/Engine.World /Game/BackroomsMap.BackroomsMap
-[2024.01.13-18.20.10:543][526]LogUObjectHash: Compacting FUObjectHashTables data took   0.61ms
-[2024.01.13-18.20.12:389][526]LogSlate: Window 'Save Content' being destroyed
-[2024.01.13-18.20.12:432][526]LogFileHelpers: InternalPromptForCheckoutAndSave started...
-[2024.01.13-18.20.12:454][526]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Locker/LockerHide" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset" SILENT=true
-[2024.01.13-18.20.12:468][526]LogSavePackage: Moving output files for package: /Game/GameMap/Locker/LockerHide
-[2024.01.13-18.20.12:468][526]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/LockerHideA1BAD82C4018229AEAAA508335A3D50C.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset'
-[2024.01.13-18.20.12:474][526]LogFileHelpers: InternalPromptForCheckoutAndSave took 42 ms (total: 195 ms)
-[2024.01.13-18.20.12:474][526]LogStall: Shutdown...
-[2024.01.13-18.20.12:481][526]LogStall: Shutdown complete.
-[2024.01.13-18.20.12:507][526]LogSlate: Window 'LockerHide' being destroyed
-[2024.01.13-18.20.12:545][526]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.20.12:545][526]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.20.12:603][526]LogSlate: Window 'Project Settings' being destroyed
-[2024.01.13-18.20.12:693][526]LogSlate: Window 'BackroomsDigitalArt - Unreal Editor' being destroyed
-[2024.01.13-18.20.12:755][526]AssetCheck: New page: Asset Save: LockerHide
-[2024.01.13-18.20.12:755][526]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Locker/LockerHide.LockerHide
-[2024.01.13-18.20.12:757][527]Cmd: QUIT_EDITOR
-[2024.01.13-18.20.12:757][527]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor())
-[2024.01.13-18.20.12:759][527]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested)
-[2024.01.13-18.20.12:759][527]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown
-[2024.01.13-18.20.12:759][527]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown
-[2024.01.13-18.20.12:762][527]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.20.12:762][527]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
-[2024.01.13-18.20.12:768][527]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized.
-[2024.01.13-18.20.13:112][527]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)...
-[2024.01.13-18.20.13:112][527]LogAudio: Display: Destroying 1 Remaining Audio Device(s)...
-[2024.01.13-18.20.13:112][527]LogAudio: Display: Audio Device unregistered from world 'BackroomsMap'.
-[2024.01.13-18.20.13:112][527]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 1
-[2024.01.13-18.20.13:112][527]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1
-[2024.01.13-18.20.13:114][527]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1
-[2024.01.13-18.20.13:130][527]LogAudio: Display: Audio Device Manager Shutdown
-[2024.01.13-18.20.13:131][527]LogWindowsTextInputMethodSystem: Activated input method: Deutsch (Deutschland) - (Keyboard).
-[2024.01.13-18.20.13:134][527]LogExit: Preparing to exit.
-[2024.01.13-18.20.13:156][527]LogUObjectHash: Compacting FUObjectHashTables data took   1.57ms
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.add_null_above_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.align_translation_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.align_translation_all' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.align_translation_x' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.align_translation_y' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.align_translation_z' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.align_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.align_scale' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.search_replace_name_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.search_replace_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.do_rename_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.do_rename_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.set_bone_reference_pose' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:169][527]LogPython: Display: Object '/Engine/PythonTypes.ControlOutputFormat' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
-[2024.01.13-18.20.13:734][527]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.20.13:736][527]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.20.13:738][527]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.20.13:739][527]LogWorld: UWorld::CleanupWorld for World_5, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.20.13:741][527]LogWorld: UWorld::CleanupWorld for World_4, bSessionEnded=true, bCleanupResources=true
-[2024.01.13-18.20.13:886][527]LogExit: Editor shut down
-[2024.01.13-18.20.13:889][527]LogExit: Transaction tracking system shut down
-[2024.01.13-18.20.13:913][527]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled
-[2024.01.13-18.20.14:050][527]LogExit: Object subsystem successfully closed.
-[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: ================================================
-[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: === FShaderJobCache stats ===
-[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: Total job queries 0, among them cache hits 0 (0.00%)
-[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: Tracking 0 distinct input hashes that result in 0 distinct outputs (0.00%)
-[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: RAM used: 240,00 B of 819,20 MiB budget. Usage: 0.00%
-[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: === Shader Compilation stats ===
-[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: Shaders Compiled: 0
-[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: Jobs assigned 0, completed 0 (0%)
-[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 0.00 s
-[2024.01.13-18.20.14:055][527]LogShaderCompilers: Display: ================================================
-[2024.01.13-18.20.14:107][527]LogShaderCompilers: Display: Shaders left to compile 0
-[2024.01.13-18.20.14:121][527]LogVirtualization: UE::Virtualization was shutdown
-[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module MovieSceneCapture (1104)
-[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module Voice (1102)
-[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module ExternalImagePicker (1100)
-[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module HierarchicalLODOutliner (1098)
-[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module AddContentDialog (1096)
-[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module WidgetCarousel (1095)
-[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module SubobjectEditor (1092)
-[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module SceneOutliner (1090)
-[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module StatusBar (1088)
-[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module UnsavedAssetsTracker (1086)
-[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module GameProjectGeneration (1084)
-[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module StatsViewer (1082)
-[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module SequenceRecorderSections (1080)
-[2024.01.13-18.20.14:155][527]LogModuleManager: Shutting down and abandoning module AutomationWorker (1078)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module SmartSnapping (1076)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module TemplateSequenceEditor (1074)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module LevelSequenceEditor (1072)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module ActorSequenceEditor (1070)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module WmfMediaFactory (1068)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module WmfMediaEditor (1066)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module WebMMediaFactory (1064)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module WebMMediaEditor (1062)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module WebMMedia (1060)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module MediaPlayerEditor (1058)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module MediaCompositingEditor (1056)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module SequenceRecorder (1055)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module OpenExrWrapper (1052)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module ImgMediaFactory (1050)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module ImgMediaEditor (1048)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module AvfMediaFactory (1046)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module AvfMediaEditor (1044)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module AndroidMediaFactory (1042)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module AndroidMediaEditor (1040)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module CameraShakePreviewer (1038)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module TextureAlignMode (1036)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module BspMode (1034)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module GeometryMode (1032)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module EngineAssetDefinitions (1030)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module PlanarCut (1028)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module FractureEngine (1026)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module CharacterAI (1024)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module WaveTableEditor (1022)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module RigVMEditor (1020)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module ResonanceAudioEditor (1018)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module OpenXRInput (1016)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module GooglePADEditor (1014)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module AudioCaptureEditor (1012)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module AndroidFileServerEditor (1010)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module LiveLinkMultiUser (1008)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module IKRigEditor (1006)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module ControlRigEditor (1004)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module SessionServices (1002)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module MeshPaint (1000)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module VirtualTexturingEditor (998)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module PlacementMode (997)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module FoliageEdit (994)
-[2024.01.13-18.20.14:156][527]LogModuleManager: Shutting down and abandoning module LandscapeEditor (992)
-[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module SceneDepthPickerMode (990)
-[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module ActorPickerMode (988)
-[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module ViewportSnapping (986)
-[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module EditorWidgets (984)
-[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module ViewportInteraction (982)
-[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module ClothPainter (980)
-[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module SkeletalMeshEditor (979)
-[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module WidgetRegistration (976)
-[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module LogVisualizer (974)
-[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module IOSPlatformEditor (972)
-[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module AndroidPlatformEditor (970)
-[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module PIEPreviewDeviceProfileSelector (969)
-[2024.01.13-18.20.14:157][527]LogModuleManager: Shutting down and abandoning module AndroidDeviceDetection (967)
-[2024.01.13-18.20.14:496][527]LogModuleManager: Shutting down and abandoning module WindowsPlatformEditor (964)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module MacPlatformEditor (962)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module IOSRuntimeSettings (960)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module AndroidRuntimeSettings (958)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module RenderResourceViewer (956)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module GameplayDebuggerEditor (954)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module AnimationSettings (952)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module VirtualizationEditor (950)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module CSVtoSVG (948)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module DerivedDataEditor (946)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module EditorConfig (944)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module EditorFramework (942)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module TraceInsights (940)
-[2024.01.13-18.20.14:497][527]MemoryProfiler: Shutdown
-[2024.01.13-18.20.14:497][527]NetworkingProfiler: Shutdown
-[2024.01.13-18.20.14:497][527]LoadingProfiler: Shutdown
-[2024.01.13-18.20.14:497][527]TimingProfiler: Shutdown
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module TraceServices (939)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module TraceAnalysis (938)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module EditorInteractiveToolsFramework (934)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module InteractiveToolsFramework (933)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module InputBindingEditor (930)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module MergeActors (928)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module LocalizationDashboard (926)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module LocalizationService (925)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module HardwareTargeting (922)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module DeviceProfileEditor (920)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module UndoHistory (918)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module XmlParser (916)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module Blutility (914)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module ProjectSettingsViewer (912)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module ProjectTargetPlatformEditor (911)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module EditorSettingsViewer (908)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module InternationalizationSettings (907)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module SettingsEditor (904)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module ProjectLauncher (902)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module SessionFrontend (900)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module ProfilerClient (898)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module DeviceManager (896)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module AutomationController (894)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module AutomationWindow (892)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module Layers (890)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module ComponentVisualizers (888)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module DetailCustomizations (886)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module PackagesDialog (884)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module AnimationBlueprintEditor (882)
-[2024.01.13-18.20.14:497][527]LogModuleManager: Shutting down and abandoning module Persona (880)
-[2024.01.13-18.20.14:498][527]LogModuleManager: Shutting down and abandoning module Kismet (878)
-[2024.01.13-18.20.14:508][527]LogModuleManager: Shutting down and abandoning module KismetWidgets (877)
-[2024.01.13-18.20.14:508][527]LogModuleManager: Shutting down and abandoning module GraphEditor (874)
-[2024.01.13-18.20.14:508][527]LogModuleManager: Shutting down and abandoning module StructViewer (872)
-[2024.01.13-18.20.14:508][527]LogModuleManager: Shutting down and abandoning module ClassViewer (870)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module UncontrolledChangelists (868)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module SourceControlWindowExtender (866)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module SourceControlWindows (864)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module OutputLog (862)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module Documentation (860)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module SparseVolumeTexture (858)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module MovieSceneTracks (856)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module MovieScene (854)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module StreamingPauseRendering (852)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module BinkAudioDecoder (850)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module AudioMixerXAudio2 (848)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module AudioMixer (847)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module AudioMixerCore (846)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module LauncherPlatform (842)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module AnalyticsET (840)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module PortalServices (838)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module PortalRpc (836)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module MessagingRpc (834)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module AIModule (832)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module GameplayDebugger (831)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module AITestSuite (829)
-[2024.01.13-18.20.14:510][527]LogModuleManager: Shutting down and abandoning module NavigationSystem (827)
-[2024.01.13-18.20.14:511][527]LogModuleManager: Shutting down and abandoning module LevelInstanceEditor (824)
-[2024.01.13-18.20.14:511][527]LogModuleManager: Shutting down and abandoning module TypedElementRuntime (822)
-[2024.01.13-18.20.14:511][527]LogModuleManager: Shutting down and abandoning module TypedElementFramework (820)
-[2024.01.13-18.20.14:511][527]LogModuleManager: Shutting down and abandoning module ImageWriteQueue (818)
-[2024.01.13-18.20.14:511][527]LogModuleManager: Shutting down and abandoning module ProfilerService (816)
-[2024.01.13-18.20.14:724][527]LogModuleManager: Shutting down and abandoning module ProfileVisualizer (814)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module CacheTrackRecorder (812)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module TakeRecorderSources (810)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module TakeTrackRecorders (808)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module TakesCore (806)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module AudioSynesthesiaEditor (804)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module MegascansPlugin (802)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module Bridge (800)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module ConcertSyncClient (798)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module ObjectMixerEditor (796)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module LightMixer (794)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module ContentBrowserClassDataSource (792)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module ContentBrowserFileDataSource (790)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module ContentBrowserAssetDataSource (788)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module CollectionManager (787)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module PortableObjectFileDataSource (784)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module VariantManager (782)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module VariantManagerContentEditor (781)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module DatasmithContentEditor (778)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module PaperTiledImporter (776)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module PaperSpriteSheetImporter (774)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module Paper2DEditor (772)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeEditorUtilities (770)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeEditorPipelines (768)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeEditor (766)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeFbxParser (764)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeCommonParser (762)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeDispatcher (760)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeExport (758)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module InterchangeMessages (756)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module GLTFCore (754)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module TemplateSequence (752)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module SequencerScriptingEditor (750)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module SequencerScripting (748)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module OodleNetworkHandlerComponent (746)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module MediaPlateEditor (744)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module MediaPlate (742)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module MediaCompositing (740)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module ImgMedia (738)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module TakeSequencer (736)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module TakeMovieScene (734)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module NiagaraEditorWidgets (730)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module WorldPartitionHLODUtilities (728)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module UVEditorToolsEditorOnly (726)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module UVEditorTools (724)
-[2024.01.13-18.20.14:725][527]LogModuleManager: Shutting down and abandoning module UVEditor (722)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module SequencerAnimTools (720)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module SpeedTreeImporter (718)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module PluginBrowser (716)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MobileLauncherProfileWizard (714)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MaterialAnalyzer (712)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ModelingToolsEditorMode (710)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module EditorScriptingUtilities (708)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module EditorDebugTools (706)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module CurveEditorTools (704)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module CryptoKeysOpenSSL (702)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module CryptoKeys (700)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ChangelistReview (698)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module BlueprintHeaderView (696)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ToolPresetEditor (694)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ToolPresetAsset (692)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module StructUtilsTestSuite (690)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module StructUtilsNodes (688)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module StructUtilsEditor (686)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module StructUtilsEngine (684)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module StaticMeshEditorModeling (682)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module StaticMeshEditor (681)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AdvancedPreviewScene (680)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module OpenImageDenoise (676)
-[2024.01.13-18.20.14:726][527]LogOpenImageDenoise: OIDN shutting down
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LocalizableMessageBlueprint (674)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LocalizableMessage (672)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module SkeletalMeshModifiers (670)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ModelingEditorUI (668)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryProcessingAdapters (666)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MeshModelingToolsEditorOnlyExp (664)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MeshModelingToolsExp (662)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MeshLODToolset (660)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryFlowMeshProcessingEditor (658)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryFlowMeshProcessing (656)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryFlowCore (654)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCollectionNodes (652)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCollectionTracks (650)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCollectionEngine (649)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCollectionSequencer (647)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCollectionEditor (644)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module DataflowNodes (642)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module DataflowEnginePlugin (640)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module DataflowEditor (638)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ChaosSolverEditor (636)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module FractureEditor (634)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ChaosUserDataPT (632)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ChaosNiagara (630)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ChaosClothEditor (628)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AutomationUtilsEditor (626)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AutomationUtils (624)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module BackChannel (622)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module XRBaseEditor (620)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module XRBase (618)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module SynthesisEditor (616)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ResonanceAudio (614)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ProceduralMeshComponentEditor (612)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module OpenXRHandTrackingEditor (610)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module OpenXREditor (608)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MobilePatchingUtils (606)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ModelingOperatorsEditorOnly (604)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ModelingOperators (602)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ModelingComponentsEditorOnly (600)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ModelingComponents (598)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryFramework (597)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MeshModelingToolsEditorOnly (594)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module MeshModelingTools (592)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module InputDebuggingEditor (590)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module InputDebugging (588)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GooglePAD (586)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module DynamicMesh (584)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryAlgorithms (582)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCacheTracks (580)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCacheStreamer (578)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCacheSequencer (576)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AudioCapture (574)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AudioCaptureWasapi (573)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AssetTags (570)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ArchVisCharacter (568)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AppleImageUtilsBlueprintSupport (566)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AppleImageUtils (564)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AndroidPermission (562)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ActorLayerUtilitiesEditor (560)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module ActorLayerUtilities (558)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AlembicImporter (556)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module AlembicLibrary (555)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCache (554)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module GeometryCacheEd (553)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LiveLinkSequencer (548)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LiveLinkMovieScene (546)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LiveLinkGraphNode (544)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LiveLinkEditor (542)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LiveLinkComponents (540)
-[2024.01.13-18.20.14:726][527]LogModuleManager: Shutting down and abandoning module LiveLink (538)
-[2024.01.13-18.20.15:111][527]LogModuleManager: Shutting down and abandoning module ControlRigSpline (536)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module BlendSpaceMotionAnalysis (534)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module AnimationModifierLibrary (532)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module ACLPluginEditor (530)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module InterchangeTestEditor (528)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module InterchangeTests (526)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module VisualStudioSourceCodeAccess (524)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module UObjectPlugin (522)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module RiderSourceCodeAccess (520)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module VisualStudioCodeSourceCodeAccess (518)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module SubversionSourceControl (516)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module GitSourceControl (514)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module N10XSourceCodeAccess (512)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module PluginUtils (510)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module DumpGPUServices (508)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module CLionSourceCodeAccess (506)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module AnimationSharingEd (504)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module EditorTraceUtilities (502)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module TraceUtilities (500)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module MeshPaintingToolset (498)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module MeshPaintEditorMode (496)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module InputEditor (494)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module ConcertSyncCore (492)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module SQLiteCore (490)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module ConcertServer (488)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module ConcertClient (486)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module ConcertTransport (485)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module Concert (482)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module Paper2D (480)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module InterchangePipelines (478)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module InterchangeImport (476)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module InterchangeFactoryNodes (474)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module InterchangeNodes (472)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module ActorSequence (470)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module ImgMediaEngine (468)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module NiagaraAnimNotifies (466)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module Niagara (464)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module NiagaraEditor (463)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module NiagaraCore (460)
-[2024.01.13-18.20.15:112][527]LogModuleManager: Shutting down and abandoning module UdpMessaging (458)
-[2024.01.13-18.20.15:212][527]LogModuleManager: Shutting down and abandoning module GameplayCameras (456)
-[2024.01.13-18.20.15:212][527]LogModuleManager: Shutting down and abandoning module TcpMessaging (454)
-[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module GameplayTagsEditor (452)
-[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module FacialAnimationEditor (450)
-[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module FacialAnimation (448)
-[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module DataValidation (446)
-[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module AssetManagerEditor (444)
-[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module ContentBrowser (443)
-[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module ContentBrowserData (442)
-[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module TreeMap (439)
-[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module StructUtils (436)
-[2024.01.13-18.20.15:313][527]LogModuleManager: Shutting down and abandoning module PythonScriptPlugin (434)
-[2024.01.13-18.20.15:336][527]LogModuleManager: Shutting down and abandoning module PBIK (432)
-[2024.01.13-18.20.15:336][527]LogModuleManager: Shutting down and abandoning module FullBodyIK (430)
-[2024.01.13-18.20.15:336][527]LogModuleManager: Shutting down and abandoning module ChaosCachingEditor (428)
-[2024.01.13-18.20.15:336][527]LogModuleManager: Shutting down and abandoning module TakeRecorder (427)
-[2024.01.13-18.20.15:336][527]LogModuleManager: Shutting down and abandoning module LevelEditor (425)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module PixelInspectorModule (424)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module CommonMenuExtensions (422)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MainFrame (420)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module HotReload (419)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module ChaosCaching (414)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module EnvironmentQueryEditor (412)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module Synthesis (410)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module SoundFields (408)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module SignificanceManager (406)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module RigVMDeveloper (404)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module RigVM (402)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module PropertyAccessEditor (400)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module ProceduralMeshComponent (398)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MsQuicRuntime (396)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MetasoundEditor (394)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module ToolMenus (393)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AudioWidgets (391)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AdvancedWidgets (390)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MetasoundEngineTest (386)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MetasoundEngine (384)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module WaveTable (383)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AudioCodecEngine (381)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MetasoundStandardNodes (378)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MetasoundFrontend (376)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MetasoundGenerator (374)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module MetasoundGraphCore (372)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module LocationServicesBPLibrary (370)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module CustomMeshComponent (368)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module CableComponent (366)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AudioSynesthesia (364)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AudioAnalyzer (363)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AudioSynesthesiaCore (360)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module SignalProcessing (359)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module IKRigDeveloper (356)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module IKRig (354)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module ControlRigDeveloper (352)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module ControlRig (350)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module Constraints (349)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module LevelSequence (347)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AnimationData (344)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module TraceDataFiltering (342)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module PropertyAccessNode (340)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module AnimationSharing (338)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module InputBlueprintNodes (336)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module BlueprintGraph (335)
-[2024.01.13-18.20.15:338][527]LogModuleManager: Shutting down and abandoning module EnhancedInput (332)
-[2024.01.13-18.20.15:339][527]LogModuleManager: Shutting down and abandoning module WindowsMoviePlayer (330)
-[2024.01.13-18.20.15:341][527]LogModuleManager: Shutting down and abandoning module WebMMoviePlayer (328)
-[2024.01.13-18.20.15:341][527]LogModuleManager: Shutting down and abandoning module AndroidFileServer (326)
-[2024.01.13-18.20.15:341][527]LogModuleManager: Shutting down and abandoning module NetworkReplayStreaming (324)
-[2024.01.13-18.20.15:341][527]LogModuleManager: Shutting down and abandoning module PacketHandler (322)
-[2024.01.13-18.20.15:341][527]LogModuleManager: Shutting down and abandoning module WorldPartitionEditor (320)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module AnimGraph (318)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module TimeManagement (316)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module AnimationDataController (314)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module ClothingSystemEditor (312)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module ClothingSystemRuntimeNv (310)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module MediaAssets (308)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module Overlay (306)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module OverlayEditor (305)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module VREditor (302)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module StringTableEditor (300)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module GameplayTasksEditor (298)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module BehaviorTreeEditor (296)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module FunctionalTesting (294)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module CollisionAnalyzer (292)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module WorkspaceMenuStructure (291)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module ScriptableEditorWidgets (288)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module UMG (286)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module UMGEditor (285)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module EditorStyle (280)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module SlateReflector (278)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module Slate (276)
-[2024.01.13-18.20.15:342][527]LogModuleManager: Shutting down and abandoning module SlateCore (274)
-[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module SubobjectDataInterface (272)
-[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module LandscapeEditorUtilities (270)
-[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module UnrealEd (268)
-[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module MRMesh (266)
-[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module Messaging (264)
-[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module SourceCodeAccess (262)
-[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module HeadMountedDisplay (260)
-[2024.01.13-18.20.15:344][527]LogModuleManager: Shutting down and abandoning module LiveCoding (258)
-[2024.01.13-18.20.15:351][527]LogModuleManager: Shutting down and abandoning module Networking (256)
-[2024.01.13-18.20.15:351][527]LogModuleManager: Shutting down and abandoning module Core (254)
-[2024.01.13-18.20.15:351][527]LogModuleManager: Shutting down and abandoning module AssetDefinition (252)
-[2024.01.13-18.20.15:351][527]LogModuleManager: Shutting down and abandoning module MovieSceneTools (250)
-[2024.01.13-18.20.15:351][527]LogModuleManager: Shutting down and abandoning module CurveEditor (249)
-[2024.01.13-18.20.15:351][527]LogModuleManager: Shutting down and abandoning module Sequencer (247)
-[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module KismetCompiler (244)
-[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module MeshBuilder (242)
-[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module NaniteBuilder (240)
-[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module MeshUtilities (238)
-[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module MeshMergeUtilities (237)
-[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module StaticMeshDescription (236)
-[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module GeometryProcessingInterfaces (235)
-[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module MeshReductionInterface (232)
-[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module MeshBoneReduction (231)
-[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module SkeletalMeshReduction (229)
-[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module ProxyLODMeshReduction (227)
-[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module QuadricMeshReduction (225)
-[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module MaterialBaking (221)
-[2024.01.13-18.20.15:352][527]LogModuleManager: Shutting down and abandoning module TargetDeviceServices (218)
-[2024.01.13-18.20.15:362][527]LogModuleManager: Shutting down and abandoning module TelemetryUtils (215)
-[2024.01.13-18.20.15:362][527]LogModuleManager: Shutting down and abandoning module NullInstallBundleManager (212)
-[2024.01.13-18.20.15:362][527]LogModuleManager: Shutting down and abandoning module ShaderPreprocessor (210)
-[2024.01.13-18.20.15:362][527]LogModuleManager: Shutting down and abandoning module DerivedDataCache (208)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TargetPlatform (206)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module MetalShaderFormat (205)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module VulkanShaderFormat (203)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module ShaderFormatOpenGL (201)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module ShaderFormatD3D (199)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module ShaderFormatVectorVM (197)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module AudioFormatBINK (195)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module AudioFormatADPCM (193)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module AudioFormatOGG (191)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module AudioFormatOPUS (189)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module WindowsTargetPlatform (187)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TVOSTargetPlatform (185)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module MacTargetPlatform (183)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module LinuxArm64TargetPlatform (181)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module LinuxTargetPlatform (179)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module IOSTargetPlatform (177)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module AndroidTargetPlatform (175)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TextureFormat (173)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module ImageWrapper (172)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TextureFormatOodle (170)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TextureFormatUncompressed (168)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TextureFormatIntelISPCTexComp (166)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TextureFormatETC2 (164)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TextureFormatDXT (162)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TextureFormatASTC (160)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module TurnkeySupport (157)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module InputCore (154)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module Settings (152)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module DirectoryWatcher (150)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module ChaosSolverEngine (148)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module FieldSystemEngine (147)
-[2024.01.13-18.20.15:367][527]LogModuleManager: Shutting down and abandoning module Chaos (144)
-[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module GeometryCore (143)
-[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module WindowsPlatformFeatures (140)
-[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module GameplayMediaEncoder (139)
-[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module AVEncoder (138)
-[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module D3D11RHI (134)
-[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module VariantManagerContent (132)
-[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module GLTFExporter (130)
-[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module DatasmithContent (128)
-[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module LauncherChunkInstaller (126)
-[2024.01.13-18.20.15:368][527]LogModuleManager: Shutting down and abandoning module WmfMedia (124)
-[2024.01.13-18.20.15:371][527]LogModuleManager: Shutting down and abandoning module Media (123)
-[2024.01.13-18.20.15:372][527]LogModuleManager: Shutting down and abandoning module ExrReaderGpu (120)
-[2024.01.13-18.20.15:372][527]LogModuleManager: Shutting down and abandoning module OnlineBlueprintSupport (118)
-[2024.01.13-18.20.15:372][527]LogModuleManager: Shutting down and abandoning module OnlineSubsystemUtils (116)
-[2024.01.13-18.20.15:372][527]LogModuleManager: Shutting down and abandoning module OnlineSubsystem (114)
-[2024.01.13-18.20.15:373][527]LogModuleManager: Shutting down and abandoning module XMPP (109)
-[2024.01.13-18.20.15:373][527]LogModuleManager: Shutting down and abandoning module WebSockets (108)
-[2024.01.13-18.20.15:384][527]LogModuleManager: Shutting down and abandoning module HTTP (105)
-[2024.01.13-18.20.15:384][527]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests:
-[2024.01.13-18.20.15:384][527]LogHttp: Warning: 	verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7BD4AB0F18-4341-302A-45E1-5091E89FB475%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.3.2-29314046%2B%2B%2BUE5%2BRelease-5.3&UserID=002976d644467f527d076c834710bdb4%7Ccd35b1242a2748e081d62e29436d61f6%7Cd9b9d71b-f921-4b23-8fde-93c9a0418955&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[1] status=Processing
-[2024.01.13-18.20.15:392][527]LogModuleManager: Shutting down and abandoning module SSL (104)
-[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module OnlineServicesCommonEngineUtils (100)
-[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module OnlineServicesCommon (98)
-[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module OnlineServicesInterface (96)
-[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module NiagaraVertexFactories (94)
-[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module NiagaraShader (92)
-[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module ChaosCloth (90)
-[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module AISupportModule (88)
-[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module WindowsDeviceProfileSelector (86)
-[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module OpenXREyeTracker (84)
-[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module OpenXRHandTracking (82)
-[2024.01.13-18.20.15:393][527]LogSlate: Slate User Destroyed.  User Index 0, Is Virtual User: 0
-[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module OpenXRAR (80)
-[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module AugmentedReality (79)
-[2024.01.13-18.20.15:393][527]LogModuleManager: Shutting down and abandoning module OpenXRHMD (76)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module ExampleDeviceProfileSelector (74)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module ChunkDownloader (72)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module ACLPlugin (70)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module RenderDocPlugin (68)
-[2024.01.13-18.20.15:394][527]RenderDocPlugin: plugin has been unloaded.
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PixWinPlugin (66)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module DesktopPlatform (64)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PythonScriptPluginPreload (62)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PlatformCryptoOpenSSL (60)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PlatformCryptoTypes (58)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PlatformCrypto (56)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PlasticSourceControl (54)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PerforceSourceControl (52)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module SourceControl (51)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module XGEController (48)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module FastBuildController (46)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module IoStoreOnDemand (44)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module AnimationModifiers (42)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module AudioEditor (40)
-[2024.01.13-18.20.15:394][527]LogModuleManager: Shutting down and abandoning module PropertyEditor (39)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module Virtualization (36)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module MessageLog (35)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module TextureCompressor (32)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module OpenColorIOWrapper (31)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module RenderCore (28)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module Landscape (26)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module SlateRHIRenderer (24)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module AnimGraphRuntime (22)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module Renderer (20)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module Engine (18)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module CoreUObject (16)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module SandboxFile (14)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module PakFile (12)
-[2024.01.13-18.20.15:395][527]LogPakFile: Destroying PakPlatformFile
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module RSA (11)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module NetworkFile (8)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module StreamingFile (6)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module CookOnTheFly (4)
-[2024.01.13-18.20.15:395][527]LogModuleManager: Shutting down and abandoning module StorageServerClient (2)
-[2024.01.13-18.20.15:399][527]LogD3D11RHI: Shutdown
-[2024.01.13-18.20.15:399][527]LogD3D11RHI: CleanupD3DDevice
-[2024.01.13-18.20.15:431][527]LogExit: Exiting.
-[2024.01.13-18.20.15:443][527]Log file closed, 01/13/24 19:20:15
+         Session CrashGUID >   UECC-Windows-71B1157F4F3EF97938E878A357F1D5EE
+         Session CrashGUID >====================================================
+LogConfig: Display: Loading IOS ini files took 0.03 seconds
+LogConfig: Display: Loading VulkanPC ini files took 0.03 seconds
+LogConfig: Display: Loading Mac ini files took 0.03 seconds
+LogConfig: Display: Loading Android ini files took 0.03 seconds
+LogConfig: Display: Loading Unix ini files took 0.04 seconds
+LogConfig: Display: Loading Windows ini files took 0.04 seconds
+LogConfig: Display: Loading TVOS 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 D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_0.bin
+LogPluginManager: Mounting Engine plugin FastBuildController
+LogPluginManager: Mounting Engine plugin Bridge
+LogPluginManager: Mounting Engine plugin MeshPainting
+LogPluginManager: Mounting Engine plugin EnhancedInput
+LogPluginManager: Found config from plugin[EnhancedInput] Input
+LogPluginManager: Mounting Engine plugin TraceUtilities
+LogPluginManager: Mounting Engine plugin XGEController
+LogPluginManager: Mounting Engine plugin OodleNetwork
+LogPluginManager: Mounting Engine plugin VariantManager
+LogPluginManager: Mounting Engine plugin GLTFExporter
+LogPluginManager: Mounting Engine plugin VariantManagerContent
+LogPluginManager: Mounting Engine plugin DatasmithContent
+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 Niagara
+LogPluginManager: Mounting Engine plugin ACLPlugin
+LogPluginManager: Mounting Engine plugin UdpMessaging
+LogPluginManager: Mounting Engine plugin AnimationModifierLibrary
+LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis
+LogPluginManager: Mounting Engine plugin AnimationData
+LogPluginManager: Mounting Engine plugin ControlRig
+LogPluginManager: Mounting Engine plugin ControlRigSpline
+LogPluginManager: Mounting Engine plugin TcpMessaging
+LogPluginManager: Mounting Engine plugin LiveLink
+LogPluginManager: Mounting Engine plugin IKRig
+LogPluginManager: Mounting Engine plugin AutomationUtils
+LogPluginManager: Mounting Engine plugin ChaosCaching
+LogPluginManager: Mounting Engine plugin BackChannel
+LogPluginManager: Mounting Engine plugin ChaosCloth
+LogPluginManager: Mounting Engine plugin ChaosClothEditor
+LogPluginManager: Mounting Engine plugin ChaosEditor
+LogPluginManager: Mounting Engine plugin ChaosNiagara
+LogPluginManager: Mounting Engine plugin ChaosSolverPlugin
+LogPluginManager: Mounting Engine plugin CharacterAI
+LogPluginManager: Mounting Engine plugin ChaosUserDataPT
+LogPluginManager: Mounting Engine plugin Dataflow
+LogPluginManager: Mounting Engine plugin Fracture
+LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin
+LogPluginManager: Mounting Engine plugin GeometryFlow
+LogPluginManager: Mounting Engine plugin FullBodyIK
+LogPluginManager: Mounting Engine plugin LocalizableMessage
+LogPluginManager: Mounting Engine plugin MeshLODToolset
+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 StaticMeshEditorModeling
+LogPluginManager: Mounting Engine plugin StructUtils
+LogPluginManager: Mounting Engine plugin ToolPresets
+LogPluginManager: Mounting Engine plugin ActorLayerUtilities
+LogPluginManager: Mounting Engine plugin AndroidMoviePlayer
+LogPluginManager: Mounting Engine plugin AndroidPermission
+LogPluginManager: Mounting Engine plugin AndroidFileServer
+LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector
+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 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 AudioSynesthesia
+LogPluginManager: Mounting Engine plugin GoogleCloudMessaging
+LogPluginManager: Mounting Engine plugin GeometryProcessing
+LogPluginManager: Mounting Engine plugin GeometryCache
+LogPluginManager: Mounting Engine plugin GooglePAD
+LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector
+LogPluginManager: Mounting Engine plugin InputDebugging
+LogPluginManager: Found config from plugin[InputDebugging] Input
+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 PropertyAccessEditor
+LogPluginManager: Mounting Engine plugin ProceduralMeshComponent
+LogPluginManager: Mounting Engine plugin ResonanceAudio
+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 RigVM
+LogPluginManager: Mounting Engine plugin WindowsMoviePlayer
+LogPluginManager: Mounting Engine plugin XRBase
+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 N10XSourceCodeAccess
+LogPluginManager: Mounting Engine plugin PerforceSourceControl
+LogPluginManager: Mounting Engine plugin InterchangeTests
+LogPluginManager: Mounting Engine plugin NullSourceCodeAccess
+LogPluginManager: Mounting Engine plugin PixWinPlugin
+LogPluginManager: Mounting Engine plugin PlasticSourceControl
+LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess
+LogPluginManager: Mounting Engine plugin PluginUtils
+LogPluginManager: Mounting Engine plugin PropertyAccessNode
+LogPluginManager: Mounting Engine plugin RenderDocPlugin
+LogPluginManager: Mounting Engine plugin SubversionSourceControl
+LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess
+LogPluginManager: Mounting Engine plugin TraceDataFilters
+LogPluginManager: Mounting Engine plugin UObjectPlugin
+LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess
+LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess
+LogPluginManager: Mounting Engine plugin GameplayCameras
+LogPluginManager: Mounting Engine plugin ActorSequence
+LogPluginManager: Mounting Engine plugin CameraShakePreviewer
+LogPluginManager: Mounting Engine plugin LevelSequenceEditor
+LogPluginManager: Mounting Engine plugin TextureFormatOodle
+LogPluginManager: Mounting Engine plugin SequencerScripting
+LogPluginManager: Mounting Engine plugin TemplateSequence
+LogPluginManager: Mounting Engine plugin InterchangeEditor
+LogPluginManager: Mounting Engine plugin Interchange
+LogPluginManager: Mounting Engine plugin AndroidMedia
+LogPluginManager: Mounting Engine plugin AvfMedia
+LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess
+LogPluginManager: Mounting Engine plugin ImgMedia
+LogPluginManager: Mounting Engine plugin MediaCompositing
+LogPluginManager: Mounting Engine plugin MediaPlate
+LogPluginManager: Mounting Engine plugin MediaPlayerEditor
+LogPluginManager: Mounting Engine plugin WmfMedia
+LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor
+LogPluginManager: Mounting Engine plugin WebMMedia
+LogPluginManager: Mounting Engine plugin AlembicImporter
+LogPluginManager: Mounting Engine plugin Paper2D
+LogPluginManager: Mounting Engine plugin AISupport
+LogPluginManager: Mounting Engine plugin AssetManagerEditor
+LogPluginManager: Mounting Engine plugin BlueprintHeaderView
+LogPluginManager: Mounting Engine plugin CryptoKeys
+LogPluginManager: Mounting Engine plugin ChangelistReview
+LogPluginManager: Mounting Engine plugin DataValidation
+LogPluginManager: Mounting Engine plugin EditorScriptingUtilities
+LogPluginManager: Mounting Engine plugin EditorDebugTools
+LogPluginManager: Mounting Engine plugin CurveEditorTools
+LogPluginManager: Mounting Engine plugin FacialAnimation
+LogPluginManager: Mounting Engine plugin EngineAssetDefinitions
+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 ModelingToolsEditorMode
+LogPluginManager: Mounting Engine plugin PluginBrowser
+LogPluginManager: Mounting Engine plugin SequencerAnimTools
+LogPluginManager: Mounting Engine plugin SpeedTreeImporter
+LogPluginManager: Mounting Engine plugin UVEditor
+LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities
+LogPluginManager: Mounting Engine plugin LauncherChunkInstaller
+LogPluginManager: Mounting Engine plugin Takes
+LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource
+LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay
+LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS
+LogPluginManager: Mounting Engine plugin SQLiteCore
+LogPluginManager: Mounting Engine plugin ConcertMain
+LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource
+LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource
+LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource
+LogPluginManager: Mounting Engine plugin LightMixer
+LogPluginManager: Mounting Engine plugin ObjectMixer
+LogPluginManager: Mounting Engine plugin ConcertSyncCore
+LogPluginManager: Mounting Engine plugin ConcertSyncClient
+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/Enterprise/GLTFExporter/Content/' mounted to '/GLTFExporter/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Enterprise/DatasmithContent/Content/' mounted to '/DatasmithContent/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/FX/Niagara/Content/' mounted to '/Niagara/'
+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/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/ChaosNiagara/Content/' mounted to '/ChaosNiagara/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosSolverPlugin/Content/' mounted to '/ChaosSolverPlugin/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/Dataflow/Content/' mounted to '/Dataflow/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/GeometryCollectionPlugin/Content/' mounted to '/GeometryCollectionPlugin/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/GeometryFlow/Content/' mounted to '/GeometryFlow/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/FullBodyIK/Content/' mounted to '/FullBodyIK/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/MeshLODToolset/Content/' mounted to '/MeshLODToolset/'
+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/StaticMeshEditorModeling/Content/' mounted to '/StaticMeshEditorModeling/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ToolPresets/Content/' mounted to '/ToolPresets/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/AudioWidgets/Content/' mounted to '/AudioWidgets/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/AudioSynesthesia/Content/' mounted to '/AudioSynesthesia/'
+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/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/Runtime/RigVM/Content/' mounted to '/RigVM/'
+LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Developer/AnimationSharing/Content/' mounted to '/AnimationSharing/'
+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/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/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/ModelingToolsEditorMode/Content/' mounted to '/ModelingToolsEditorMode/'
+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/VirtualProduction/Takes/Content/' mounted to '/Takes/'
+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/'
+SourceControl: Revision control is disabled
+SourceControl: Revision control is disabled
+SourceControl: Revision control is disabled
+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]
+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.
+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 11 (22H2) [10.0.22621.3007] (), CPU: AMD Ryzen 7 3800X 8-Core Processor             , GPU: NVIDIA GeForce RTX 3070
+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: 
+LogInit: Base Directory: C:/Program Files/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
+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.01.14-12.31.09:234][  0]LogConfig: Set CVar [[r.VSync:0]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[r.RHICmdBypass:0]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine]
+[2024.01.14-12.31.09:234][  0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created
+[2024.01.14-12.31.09:234][  0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]]
+[2024.01.14-12.31.09:234][  0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[r.ReflectionMethod:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine]
+[2024.01.14-12.31.09:234][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]]
+[2024.01.14-12.31.09:234][  0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created
+[2024.01.14-12.31.09:234][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created
+[2024.01.14-12.31.09:234][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created
+[2024.01.14-12.31.09:234][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.AllowParallelGC:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.CreateGCClusters:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:0]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Set CVar [[gc.PendingKillEnabled:1]]
+[2024.01.14-12.31.09:234][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine]
+[2024.01.14-12.31.09:234][  0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created
+[2024.01.14-12.31.09:234][  0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created
+[2024.01.14-12.31.09:234][  0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine]
+[2024.01.14-12.31.09:234][  0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created
+[2024.01.14-12.31.09:234][  0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created
+[2024.01.14-12.31.09:235][  0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created
+[2024.01.14-12.31.09:237][  0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.FXAA.Quality:4]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.TSR.ShadingRejection.TileOverscan:3]]
+[2024.01.14-12.31.09:237][  0]LogConfig: CVar [[r.TSR.Velocity.Extrapolation:1]] deferred - dummy variable created
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.LightFunctionQuality:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.ShadowQuality:5]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.VolumetricFog:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.CapsuleShadows:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DistanceFieldAO:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.AOQuality:2]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.SSR.Quality:3]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.MotionBlurQuality:4]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.LensFlareQuality:2]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.BloomQuality:5]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.FastBlurThreshold:100]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Upscale.Quality:3]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.LightShaftQuality:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Filter.SizeScale:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2         ; lower gathering resolution]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1        ; higher gathering accumulator quality]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1          ; Median3x3 postfilering method]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0       ; no bokeh simulation when gathering]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4                 ; medium number of samples when gathering]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1    ; additive foreground scattering]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2    ; additive background scattering]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1      ; bokeh simulation when scattering]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1         ; only a maximum of 10% of scattered bokeh]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1                ; cheap slight out of focus]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0    ; no bokeh simulation on slight out of focus]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1                ; more stable temporal accumulation]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Streaming.MipBias:0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.Streaming.Boost:1]]
+[2024.01.14-12.31.09:237][  0]LogConfig: Set CVar [[r.MaxAnisotropy:8]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.RefractionQuality:2]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SceneColorFormat:4]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.DetailMode:2]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SSS.Scale:1]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SSS.SampleSet:2]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SSS.Quality:1]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SSS.HalfRes:0]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SSGI.Quality:3]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.ParticleLightQuality:2]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]]
+[2024.01.14-12.31.09:238][  0]LogConfig: CVar [[fx.Niagara.QualityLevel:3]] deferred - dummy variable created
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[foliage.DensityScale:1.0]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[grass.DensityScale:1.0]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]]
+[2024.01.14-12.31.09:238][  0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]]
+[2024.01.14-12.31.09:240][  0]LogRHI: Using Default RHI: D3D11
+[2024.01.14-12.31.09:240][  0]LogRHI: Using Highest Feature Level of D3D11: SM5
+[2024.01.14-12.31.09:240][  0]LogRHI: Loading RHI module D3D11RHI
+[2024.01.14-12.31.09:247][  0]LogD3D11RHI: Loaded GFSDK_Aftermath_Lib.x64.dll
+[2024.01.14-12.31.09:247][  0]LogRHI: Checking if RHI D3D11 with Feature Level SM5 is supported by your system.
+[2024.01.14-12.31.09:249][  0]LogD3D11RHI: D3D11 min allowed feature level: 11_0
+[2024.01.14-12.31.09:249][  0]LogD3D11RHI: D3D11 max allowed feature level: 11_1
+[2024.01.14-12.31.09:249][  0]LogD3D11RHI: D3D11 adapters:
+[2024.01.14-12.31.09:249][  0]LogD3D11RHI: Testing D3D11 Adapter 0:
+[2024.01.14-12.31.09:249][  0]LogD3D11RHI:     Description : NVIDIA GeForce RTX 3070
+[2024.01.14-12.31.09:249][  0]LogD3D11RHI:     VendorId    : 10de
+[2024.01.14-12.31.09:249][  0]LogD3D11RHI:     DeviceId    : 2484
+[2024.01.14-12.31.09:249][  0]LogD3D11RHI:     SubSysId    : 87c11043
+[2024.01.14-12.31.09:249][  0]LogD3D11RHI:     Revision    : 00a1
+[2024.01.14-12.31.09:249][  0]LogD3D11RHI:     DedicatedVideoMemory : 8422162432 bytes
+[2024.01.14-12.31.09:250][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
+[2024.01.14-12.31.09:250][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
+[2024.01.14-12.31.09:250][  0]LogD3D11RHI:     AdapterLuid : 0 66303
+[2024.01.14-12.31.09:365][  0]LogD3D11RHI:    0. 'NVIDIA GeForce RTX 3070' (Feature Level 11_1)
+[2024.01.14-12.31.09:365][  0]LogD3D11RHI:       8032/0/8152 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:1, VendorId:0x10de
+[2024.01.14-12.31.09:365][  0]LogD3D11RHI: Testing D3D11 Adapter 1:
+[2024.01.14-12.31.09:365][  0]LogD3D11RHI:     Description : Microsoft Basic Render Driver
+[2024.01.14-12.31.09:365][  0]LogD3D11RHI:     VendorId    : 1414
+[2024.01.14-12.31.09:365][  0]LogD3D11RHI:     DeviceId    : 008c
+[2024.01.14-12.31.09:365][  0]LogD3D11RHI:     SubSysId    : 0000
+[2024.01.14-12.31.09:365][  0]LogD3D11RHI:     Revision    : 0000
+[2024.01.14-12.31.09:365][  0]LogD3D11RHI:     DedicatedVideoMemory : 0 bytes
+[2024.01.14-12.31.09:365][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
+[2024.01.14-12.31.09:365][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
+[2024.01.14-12.31.09:365][  0]LogD3D11RHI:     AdapterLuid : 0 69664
+[2024.01.14-12.31.09:367][  0]LogD3D11RHI:    1. 'Microsoft Basic Render Driver' (Feature Level 11_1)
+[2024.01.14-12.31.09:367][  0]LogD3D11RHI:       0/0/8152 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:0, VendorId:0x1414
+[2024.01.14-12.31.09:367][  0]LogD3D11RHI: Chosen D3D11 Adapter:
+[2024.01.14-12.31.09:367][  0]LogD3D11RHI:     Description : NVIDIA GeForce RTX 3070
+[2024.01.14-12.31.09:367][  0]LogD3D11RHI:     VendorId    : 10de
+[2024.01.14-12.31.09:367][  0]LogD3D11RHI:     DeviceId    : 2484
+[2024.01.14-12.31.09:367][  0]LogD3D11RHI:     SubSysId    : 87c11043
+[2024.01.14-12.31.09:367][  0]LogD3D11RHI:     Revision    : 00a1
+[2024.01.14-12.31.09:367][  0]LogD3D11RHI:     DedicatedVideoMemory : 8422162432 bytes
+[2024.01.14-12.31.09:367][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
+[2024.01.14-12.31.09:367][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
+[2024.01.14-12.31.09:367][  0]LogD3D11RHI:     AdapterLuid : 0 66303
+[2024.01.14-12.31.09:367][  0]LogRHI: RHI D3D11 with Feature Level SM5 is supported and will be used.
+[2024.01.14-12.31.09:367][  0]LogInit: Selected Device Profile: [WindowsEditor]
+[2024.01.14-12.31.09:367][  0]LogHAL: Display: Platform has ~ 16 GB [17097908224 / 17179869184 / 16], which maps to Larger [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0)
+[2024.01.14-12.31.09:367][  0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows]
+[2024.01.14-12.31.09:367][  0]LogDeviceProfileManager: Going up to parent DeviceProfile []
+[2024.01.14-12.31.09:367][  0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini]
+[2024.01.14-12.31.09:367][  0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]]
+[2024.01.14-12.31.09:367][  0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]]
+[2024.01.14-12.31.09:367][  0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]]
+[2024.01.14-12.31.09:367][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine]
+[2024.01.14-12.31.09:367][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Config/WindowsEditor/Editor.ini]
+[2024.01.14-12.31.09:367][  0]LogInit: Computer: DESKTOP-EOLA6SK
+[2024.01.14-12.31.09:367][  0]LogInit: User: Thomas
+[2024.01.14-12.31.09:367][  0]LogInit: CPU Page size=4096, Cores=8
+[2024.01.14-12.31.09:367][  0]LogInit: High frequency timer resolution =10.000000 MHz
+[2024.01.14-12.31.09:367][  0]LogMemory: Memory total: Physical=15.9GB (16GB approx)
+[2024.01.14-12.31.09:367][  0]LogMemory: Platform Memory Stats for WindowsEditor
+[2024.01.14-12.31.09:367][  0]LogMemory: Process Physical Memory: 490.40 MB used, 501.03 MB peak
+[2024.01.14-12.31.09:367][  0]LogMemory: Process Virtual Memory: 500.08 MB used, 500.08 MB peak
+[2024.01.14-12.31.09:367][  0]LogMemory: Physical Memory: 10352.91 MB used,  5952.92 MB free, 16305.84 MB total
+[2024.01.14-12.31.09:367][  0]LogMemory: Virtual Memory: 15986.62 MB used,  6975.22 MB free, 22961.84 MB total
+[2024.01.14-12.31.09:367][  0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0"
+[2024.01.14-12.31.09:372][  0]LogWindows: WindowsPlatformFeatures enabled
+[2024.01.14-12.31.09:381][  0]LogInit: Physics initialised using underlying interface: Chaos
+[2024.01.14-12.31.09:382][  0]LogInit: Using OS detected language (de-DE).
+[2024.01.14-12.31.09:382][  0]LogInit: Using OS detected locale (de-DE).
+[2024.01.14-12.31.09:385][  0]LogTextLocalizationManager: No specific localization for 'de-DE' exists, so 'de' will be used for the language.
+[2024.01.14-12.31.09:385][  0]LogInit: Setting process to per monitor DPI aware
+[2024.01.14-12.31.09:385][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Editor/de/Editor.locres' could not be opened for reading!
+[2024.01.14-12.31.09:385][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/EditorTutorials/de/EditorTutorials.locres' could not be opened for reading!
+[2024.01.14-12.31.09:385][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Keywords/de/Keywords.locres' could not be opened for reading!
+[2024.01.14-12.31.09:385][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Category/de/Category.locres' could not be opened for reading!
+[2024.01.14-12.31.09:385][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/ToolTips/de/ToolTips.locres' could not be opened for reading!
+[2024.01.14-12.31.09:385][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/PropertyNames/de/PropertyNames.locres' could not be opened for reading!
+[2024.01.14-12.31.09:385][  0]LogTextLocalizationResource: LocRes '../../../Engine/Content/Localization/Engine/de/Engine.locres' could not be opened for reading!
+[2024.01.14-12.31.09:400][  0]LogWindowsTextInputMethodSystem: Available input methods:
+[2024.01.14-12.31.09:400][  0]LogWindowsTextInputMethodSystem:   - Deutsch (Deutschland) - (Keyboard).
+[2024.01.14-12.31.09:400][  0]LogWindowsTextInputMethodSystem: Activated input method: Deutsch (Deutschland) - (Keyboard).
+[2024.01.14-12.31.09:415][  0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0
+[2024.01.14-12.31.09:415][  0]LogSlate: Slate User Registered.  User Index 0, Is Virtual User: 0
+[2024.01.14-12.31.09:536][  0]LogRHI: Using Default RHI: D3D11
+[2024.01.14-12.31.09:536][  0]LogRHI: Using Highest Feature Level of D3D11: SM5
+[2024.01.14-12.31.09:536][  0]LogRHI: Loading RHI module D3D11RHI
+[2024.01.14-12.31.09:536][  0]LogRHI: Checking if RHI D3D11 with Feature Level SM5 is supported by your system.
+[2024.01.14-12.31.09:536][  0]LogRHI: RHI D3D11 with Feature Level SM5 is supported and will be used.
+[2024.01.14-12.31.09:537][  0]LogWindows: Attached monitors:
+[2024.01.14-12.31.09:537][  0]LogWindows:     resolution: 3440x1440, work area: (0, 0) -> (3440, 1392), device: '\\.\DISPLAY1' [PRIMARY]
+[2024.01.14-12.31.09:537][  0]LogWindows: Found 1 attached monitors.
+[2024.01.14-12.31.09:537][  0]LogWindows: Gathering driver information using Windows Setup API
+[2024.01.14-12.31.09:537][  0]LogRHI: RHI Adapter Info:
+[2024.01.14-12.31.09:537][  0]LogRHI:             Name: NVIDIA GeForce RTX 3070
+[2024.01.14-12.31.09:537][  0]LogRHI:   Driver Version: 546.29 (internal:31.0.15.4629, unified:546.29)
+[2024.01.14-12.31.09:537][  0]LogRHI:      Driver Date: 11-29-2023
+[2024.01.14-12.31.09:537][  0]LogD3D11RHI: Creating new Direct3DDevice
+[2024.01.14-12.31.09:537][  0]LogD3D11RHI:     GPU DeviceId: 0x2484 (for the marketing name, search the web for "GPU Device Id")
+[2024.01.14-12.31.09:537][  0]LogRHI: Texture pool is 5622 MB (70% of 8032 MB)
+[2024.01.14-12.31.09:537][  0]LogD3D11RHI: Creating D3DDevice using adapter:
+[2024.01.14-12.31.09:537][  0]LogD3D11RHI:     Description : NVIDIA GeForce RTX 3070
+[2024.01.14-12.31.09:537][  0]LogD3D11RHI:     VendorId    : 10de
+[2024.01.14-12.31.09:537][  0]LogD3D11RHI:     DeviceId    : 2484
+[2024.01.14-12.31.09:537][  0]LogD3D11RHI:     SubSysId    : 87c11043
+[2024.01.14-12.31.09:537][  0]LogD3D11RHI:     Revision    : 00a1
+[2024.01.14-12.31.09:537][  0]LogD3D11RHI:     DedicatedVideoMemory : 8422162432 bytes
+[2024.01.14-12.31.09:537][  0]LogD3D11RHI:     DedicatedSystemMemory : 0 bytes
+[2024.01.14-12.31.09:537][  0]LogD3D11RHI:     SharedSystemMemory : 8548954112 bytes
+[2024.01.14-12.31.09:537][  0]LogD3D11RHI:     AdapterLuid : 0 66303
+[2024.01.14-12.31.09:617][  0]LogD3D11RHI: RHI has support for 64 bit atomics
+[2024.01.14-12.31.09:617][  0]LogD3D11RHI: Async texture creation enabled
+[2024.01.14-12.31.09:617][  0]LogD3D11RHI: D3D11_MAP_WRITE_NO_OVERWRITE for dynamic buffer SRVs is supported
+[2024.01.14-12.31.09:617][  0]LogD3D11RHI: Array index from any shader is supported
+[2024.01.14-12.31.09:642][  0]LogVRS: Current RHI does not support Variable Rate Shading
+[2024.01.14-12.31.09:650][  0]LogD3D11RHI: GPU Timing Frequency: 1000.000000 (Debug: 2 1)
+[2024.01.14-12.31.09:661][  0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_0.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_0.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -platform=all'
+[2024.01.14-12.31.09:661][  0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""C:/Program Files/Epic Games/UE_5.3/Engine/Build/BatchFiles/RunUAT.bat"  -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_0.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_0.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -platform=all" ]
+[2024.01.14-12.31.09:691][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC
+[2024.01.14-12.31.09:691][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT
+[2024.01.14-12.31.09:691][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2
+[2024.01.14-12.31.09:691][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp
+[2024.01.14-12.31.09:691][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed
+[2024.01.14-12.31.09:691][  0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.10
+[2024.01.14-12.31.09:691][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll
+[2024.01.14-12.31.09:692][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.6.dll
+[2024.01.14-12.31.09:692][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.7.dll
+[2024.01.14-12.31.09:692][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.8.dll
+[2024.01.14-12.31.09:693][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.9.dll
+[2024.01.14-12.31.09:693][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.10.dll
+[2024.01.14-12.31.09:694][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle
+[2024.01.14-12.31.09:710][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android'
+[2024.01.14-12.31.09:710][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC'
+[2024.01.14-12.31.09:710][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT'
+[2024.01.14-12.31.09:710][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2'
+[2024.01.14-12.31.09:710][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient'
+[2024.01.14-12.31.09:710][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient'
+[2024.01.14-12.31.09:710][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient'
+[2024.01.14-12.31.09:710][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client'
+[2024.01.14-12.31.09:710][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi'
+[2024.01.14-12.31.09:710][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient'
+[2024.01.14-12.31.09:714][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS'
+[2024.01.14-12.31.09:714][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient'
+[2024.01.14-12.31.09:718][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux'
+[2024.01.14-12.31.09:718][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor'
+[2024.01.14-12.31.09:718][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer'
+[2024.01.14-12.31.09:718][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient'
+[2024.01.14-12.31.09:721][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64'
+[2024.01.14-12.31.09:721][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server'
+[2024.01.14-12.31.09:721][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client'
+[2024.01.14-12.31.09:725][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac'
+[2024.01.14-12.31.09:725][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor'
+[2024.01.14-12.31.09:725][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer'
+[2024.01.14-12.31.09:725][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient'
+[2024.01.14-12.31.09:728][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS'
+[2024.01.14-12.31.09:728][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient'
+[2024.01.14-12.31.09:734][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows'
+[2024.01.14-12.31.09:734][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor'
+[2024.01.14-12.31.09:734][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer'
+[2024.01.14-12.31.09:734][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient'
+[2024.01.14-12.31.09:734][  0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor
+[2024.01.14-12.31.09:743][  0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded.
+[2024.01.14-12.31.09:794][  0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager: Loaded format module MetalShaderFormat
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   SF_METAL
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   SF_METAL_MRT
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   SF_METAL_TVOS
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   SF_METAL_MRT_TVOS
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   SF_METAL_SM5
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   SF_METAL_SM6
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   SF_METAL_SIM
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   SF_METAL_MACES3_1
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   SF_METAL_MRT_MAC
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   PCD3D_SM6
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   PCD3D_SM5
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   PCD3D_ES31
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   GLSL_150_ES31
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   GLSL_ES3_1_ANDROID
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   VVM_1_0
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   SF_VULKAN_SM5
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   SF_VULKAN_ES31_ANDROID
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   SF_VULKAN_ES31
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   SF_VULKAN_SM5_ANDROID
+[2024.01.14-12.31.09:797][  0]LogTargetPlatformManager:   SF_VULKAN_SM6
+[2024.01.14-12.31.09:797][  0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0).
+[2024.01.14-12.31.09:800][  0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB
+[2024.01.14-12.31.09:800][  0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
+[2024.01.14-12.31.09:800][  0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy.
+[2024.01.14-12.31.09:800][  0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
+[2024.01.14-12.31.09:800][  0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy.
+[2024.01.14-12.31.09:842][  0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2383 MiB)
+[2024.01.14-12.31.09:842][  0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
+[2024.01.14-12.31.09:842][  0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy.
+[2024.01.14-12.31.09:850][  0]LogDerivedDataCache: C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds.
+[2024.01.14-12.31.09:850][  0]LogDerivedDataCache: Display: C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.03ms. RandomReadSpeed=1218.94MBs, RandomWriteSpeed=133.71MBs. Assigned SpeedClass 'Local'
+[2024.01.14-12.31.09:852][  0]LogDerivedDataCache: Local: Using data cache path C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Writable
+[2024.01.14-12.31.09:852][  0]LogDerivedDataCache: Shared: Disabled because no path is configured.
+[2024.01.14-12.31.09:852][  0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy.
+[2024.01.14-12.31.09:852][  0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None'
+[2024.01.14-12.31.09:852][  0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy.
+[2024.01.14-12.31.09:853][  0]LogShaderCompilers: Guid format shader working directory is -11 characters bigger than the processId version (D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/Shaders/WorkingDirectory/8404/).
+[2024.01.14-12.31.09:853][  0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Thomas/AppData/Local/Temp/UnrealShaderWorkingDir/77653BF348356E2E2AF806B41E606988/'.
+[2024.01.14-12.31.09:854][  0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine.
+[2024.01.14-12.31.09:854][  0]LogShaderCompilers: Display: Using Local Shader Compiler with 8 workers.
+[2024.01.14-12.31.10:688][  0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0
+[2024.01.14-12.31.10:778][  0]LogShaderCompilers: Display: Compiling shader autogen file: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush
+[2024.01.14-12.31.10:778][  0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write.
+[2024.01.14-12.31.11:043][  0]LogSlate: Using FreeType 2.10.0
+[2024.01.14-12.31.11:043][  0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
+[2024.01.14-12.31.11:061][  0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_*.bin.
+[2024.01.14-12.31.11:061][  0]LogAssetRegistry: FAssetRegistry took 0.0020 seconds to start up
+[2024.01.14-12.31.11:071][  0]LogEditorDomain: Display: EditorDomain is Disabled
+[2024.01.14-12.31.11:246][  0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor).
+[2024.01.14-12.31.11:246][  0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal
+[2024.01.14-12.31.11:246][  0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled
+[2024.01.14-12.31.11:248][  0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found.
+[2024.01.14-12.31.11:248][  0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found.
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: Available device profiles:
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA709A00][000009D8B29DA000 66] GlobalDefaults, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70A200][000009D8B29DC800 66] Windows, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70A400][000009D8B1A12800 66] WindowsEditor, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70A600][000009D8B2D32800 66] WindowsServer, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70A800][000009D8911D5000 66] WindowsClient, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70AA00][000009D8ACCCA000 66] IOS, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70AC00][000009D8BAC90000 66] iPadAir2, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70AE00][000009D8BAC92800 66] IPadPro, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70B000][000009D8BAC95000 66] iPadAir3, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70B200][000009D8BAC97800 66] iPadAir4, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70B400][000009D8BAC9A000 66] iPadAir5, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70B600][000009D8BAC9C800 66] iPadMini4, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70B800][000009D8BACA0000 66] iPadMini5, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70BA00][000009D8BACA2800 66] iPadMini6, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70BC00][000009D8BACA5000 66] iPhone6S, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70BE00][000009D8BACA7800 66] iPhone7, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70C000][000009D8BACAA000 66] iPodTouch7, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70C200][000009D8BACAC800 66] iPhone6SPlus, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70C400][000009D8BACB0000 66] iPhone7Plus, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70C600][000009D8BACB2800 66] iPhoneSE, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70C800][000009D8BACB5000 66] iPhone8, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70CA00][000009D8BACB7800 66] iPhone8Plus, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70CC00][000009D8BACBA000 66] iPhoneX, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70CE00][000009D8BACBC800 66] iPhoneXS, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70D000][000009D8BACC0000 66] iPhoneXSMax, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70D200][000009D8BACC2800 66] iPhoneXR, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70D400][000009D8BACC5000 66] iPhone11, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70D600][000009D8BACC7800 66] iPhone11Pro, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70D800][000009D8BACCA000 66] iPhone11ProMax, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70DA00][000009D8BACCC800 66] iPhoneSE2, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70DC00][000009D8BACD0000 66] iPhone12Mini, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70DE00][000009D8BACD2800 66] iPhone12, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70E000][000009D8BACD5000 66] iPhone12Pro, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70E200][000009D8BACD7800 66] iPhone12ProMax, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70E400][000009D8BACDA000 66] iPhone13Mini, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70E600][000009D8BACDC800 66] iPhone13, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70E800][000009D8BACE0000 66] iPhone13Pro, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70EA00][000009D8BACE2800 66] iPhone13ProMax, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70EC00][000009D8BACE5000 66] iPhoneSE3, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70EE00][000009D8BACE7800 66] iPhone14, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70F000][000009D8BACEA000 66] iPhone14Plus, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70F200][000009D8BACEC800 66] iPhone14Pro, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70F400][000009D8BAD30000 66] iPhone14ProMax, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70F600][000009D8BAD32800 66] iPhone15, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70F800][000009D8BAD35000 66] iPhone15Plus, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70FA00][000009D8BAD37800 66] iPhone15Pro, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70FC00][000009D8BAD3A000 66] iPhone15ProMax, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA70FE00][000009D8BAD3C800 66] iPadPro105, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BA1DF200][000009D8BAD40000 66] iPadPro129, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8ACAE6A00][000009D8BAD42800 66] iPadPro97, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC80000][000009D8BAD45000 66] iPadPro2_129, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC80200][000009D8BAD47800 66] iPad5, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC80400][000009D8BAD4A000 66] iPad6, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC80600][000009D8BAD4C800 66] iPad7, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC80800][000009D8BAD50000 66] iPad8, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC80A00][000009D8BAD52800 66] iPad9, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC80C00][000009D8BAD55000 66] iPad10, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC80E00][000009D8BAD57800 66] iPadPro11, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC81000][000009D8BAD5A000 66] iPadPro2_11, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC81200][000009D8BAD5C800 66] iPadPro3_11, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC81400][000009D8BAD60000 66] iPadPro4_11, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC81600][000009D8BAD62800 66] iPadPro3_129, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC81800][000009D8BAD65000 66] iPadPro4_129, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC81A00][000009D8BAD67800 66] iPadPro5_129, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC81C00][000009D8BAD6A000 66] iPadPro6_129, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC81E00][000009D8BAD6C800 66] AppleTV, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC82000][000009D8BAD70000 66] AppleTV4K, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC82200][000009D8BAD72800 66] AppleTV2_4K, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC82400][000009D8BAD75000 66] TVOS, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC82600][000009D8BAD77800 66] Mac, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC82800][000009D8BAD7A000 66] MacEditor, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC82A00][000009D8BAD7C800 66] MacClient, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC82C00][000009D8BAD80000 66] MacServer, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC82E00][000009D8BAD82800 66] Linux, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC83000][000009D8BAD85000 66] LinuxEditor, 
+[2024.01.14-12.31.11:423][  0]LogDeviceProfileManager: 	[000009D8BAC83200][000009D8BAD87800 66] LinuxArm64Editor, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC83400][000009D8BAD8A000 66] LinuxArm64, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC83600][000009D8BAD8C800 66] LinuxClient, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC83800][000009D8BAD90000 66] LinuxArm64Client, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC83A00][000009D8BAD92800 66] LinuxServer, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC83C00][000009D8BAD95000 66] LinuxArm64Server, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC83E00][000009D8BAD97800 66] Android, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC84000][000009D8BAD9A000 66] Android_Preview_OpenGL, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC84200][000009D8BAD9C800 66] Android_Preview_Vulkan, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC84400][000009D8BADA0000 66] Android_Low, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC84600][000009D8BADA2800 66] Android_Mid, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC84800][000009D8BADA5000 66] Android_High, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC84A00][000009D8BADA7800 66] Android_Default, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC84C00][000009D8BADAA000 66] Android_Adreno4xx, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC84E00][000009D8BADAC800 66] Android_Adreno5xx_Low, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC85000][000009D8BADB0000 66] Android_Adreno5xx, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC85200][000009D8BADB2800 66] Android_Adreno6xx, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC85400][000009D8BADB5000 66] Android_Adreno6xx_Vulkan, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC85600][000009D8BADB7800 66] Android_Adreno7xx, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC85800][000009D8BADBA000 66] Android_Adreno7xx_Vulkan, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC85A00][000009D8BADBC800 66] Android_Mali_T6xx, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC85C00][000009D8BADC0000 66] Android_Mali_T7xx, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC85E00][000009D8BADC2800 66] Android_Mali_T8xx, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC86000][000009D8BADC5000 66] Android_Mali_G71, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC86200][000009D8BADC7800 66] Android_Mali_G72, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC86400][000009D8BADCA000 66] Android_Mali_G72_Vulkan, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC86600][000009D8BADCC800 66] Android_Mali_G76, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC86800][000009D8BADD0000 66] Android_Mali_G76_Vulkan, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC86A00][000009D8BADD2800 66] Android_Mali_G77, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC86C00][000009D8BADD5000 66] Android_Mali_G77_Vulkan, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC86E00][000009D8BADD7800 66] Android_Mali_G78, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC87000][000009D8BADDA000 66] Android_Mali_G78_Vulkan, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC87200][000009D8BADDC800 66] Android_Mali_G710, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC87400][000009D8BADE0000 66] Android_Mali_G710_Vulkan, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC87800][000009D8BADE2800 66] Android_Mali_G7xx, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC87A00][000009D8BADE5000 66] Android_Mali_G7xx_Vulkan, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC87C00][000009D8BADE7800 66] Android_Xclipse_920, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC87E00][000009D8BADEA000 66] Android_Xclipse_920_Vulkan, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC88200][000009D8BADEC800 66] Android_Vulkan_SM5, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC88400][000009D8BADF0000 66] Android_PowerVR_G6xxx, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC88600][000009D8BADF2800 66] Android_PowerVR_GT7xxx, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC88800][000009D8BADF5000 66] Android_PowerVR_GE8xxx, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC88A00][000009D8BADF7800 66] Android_PowerVR_GM9xxx, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC88C00][000009D8BADFA000 66] Android_PowerVR_GM9xxx_Vulkan, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC88E00][000009D8BADFC800 66] Android_TegraK1, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC89000][000009D8BAE00000 66] Android_Unknown_Vulkan, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC89200][000009D8BAE02800 66] Oculus_Quest, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC89400][000009D8BAE05000 66] Oculus_Quest2, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC89600][000009D8BAE07800 66] Meta_Quest_Pro, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC89800][000009D8BAE0A000 66] Meta_Quest_3, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC89A00][000009D8BAE0C800 66] HoloLens, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: 	[000009D8BAC89C00][000009D8BAE10000 66] MagicLeap_Vulkan, 
+[2024.01.14-12.31.11:424][  0]LogDeviceProfileManager: Active device profile: [000009D8BA70A400][000009D8B1A12800 66] WindowsEditor
+[2024.01.14-12.31.11:424][  0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor"
+[2024.01.14-12.31.11:424][  0]LogShaderCompilers: Display: Compiling shader autogen file: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush
+[2024.01.14-12.31.11:424][  0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write.
+[2024.01.14-12.31.11:424][  0]LogTurnkeySupport: Turnkey Platform: Android: (Status=Invalid, Allowed_Sdk=r25b, Current_Sdk=, Allowed_AutoSdk=r25b, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
+[2024.01.14-12.31.11:424][  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.01.14-12.31.11:424][  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.01.14-12.31.11:424][  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.01.14-12.31.11:424][  0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Invalid, MinAllowed_Sdk=10.0.00000.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=, Allowed_AutoSdk=10.0.18362.0, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
+[2024.01.14-12.31.11:428][  0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_1.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_1.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -Device=Win64@DESKTOP-EOLA6SK'
+[2024.01.14-12.31.11:428][  0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""C:/Program Files/Epic Games/UE_5.3/Engine/Build/BatchFiles/RunUAT.bat"  -ScriptsForProject="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyReport_1.log" -log="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/TurnkeyLog_1.log" -project="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/BackroomsDigitalArt.uproject"  -Device=Win64@DESKTOP-EOLA6SK" -nocompile -nocompileuat ]
+[2024.01.14-12.31.11:520][  0]LogMaterial: WorldGridMaterial-SM5-Default: MATSM_DA9E5626FCAE01590760E73DF088B4B4_PCD3D_SM5_-86156035__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC0_VFO_SKYATM_SKYHF_SLWSMDLT_gs1_sdct_VT-0-0-1-0_MIN_DF_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_347391141DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM5_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_A05E64F5EBD44C64BD24277E1DB8EBB792FC705C___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F1D3D5B5AF4A6D9ADE7391C36E24BD5A02F4BAF61_FLumenCardPS<false>0_0_0D25E975B63E407DD6CCDFE4BE03CD3DF848122EAC200DC679A410C1D8AF12A00F0044876007851BC_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_0BC5A599B5C56BF447371F2EEB6380AD10D05029F5F6D284012F74DD2CFC45AAEF7606EB9D574CE14_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B4E731E4363CF47597678D99A2AE4FAE80343B3DC_TLightMapDensityPSTLightMapPolicyHQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523A6F8EDE90BA70B7A37D281661EEE0A46689F58DC5_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316FDA2E61854F80E0F91AE4D21CD0BB79DEC508B58_TBasePassPSTLightMapPolicyLQSkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B43165D7C57B710379F5E917839EBE882255DAA29AF8C_FLandscapeGrassWeightVS0_0_077204F3CE0C4459388557E81DE05752C3D36790F47C0690A66AEBFB62A3248327AB8B3401F67DA0D_TLightMapDensityVSFNoLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523ACE92005F85D160B7FACC465666DB47AD63FF14F7_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_067553F61B5470C464BC7EDD63DFF5C95B47B43168A2DFEB19681995675B59DD9556978C705446847_FHitProxyVS0_0_035066ECBC7ACAFB429F4F029D7F02660C69AAB0A52D62CB854026D5374EC4E8A00F09A8B1D3302B8_FHitProxyPS0_0_0E427B9138BA536F768FD73ED5EBD629434FE712F591AC01CFB8D5107B679B4AC4E6A2D25CEE2821A_FLandscapeGrassWeightPS0_0_077204F3CE0C4459388557E81DE05752C3D36790FB0B2C106151A19D437E6A81208418E180C9A94FC_TBasePassPSFNoLightMapPolicy0_0_067553F61B5470C464BC7EDD63DFF5C95B47B4316AA7AFF0410210797DA8DBFDCE4DCE7BD73648BF2_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14BF87CEE5C05DBEF9DC24EE7C0F6CF60618ED0AF73_TDepthOnlyVS<true>0_0_0A4B1DB9B93D59E72F068E9E0A27D85C1396E331A6C2F9E9E0F29C1CC4BD070290C8B56F4775CBAE7_FLandscapePhysicalMaterialPS0_0_020E1030965D9050BE2F2C5A9779AD02AE39502F1EB9F96523E4AC1F2529D86D76BDF869A153FCD4A_TLightMapDensityVSFDummyLightMapPolicy0_0_0410332860002B35DEDDE2E984567E5B7F27B523A7B900AFE3BA5C55A32FF9BDFB44D3099D0056480_FLumenCardVS0_0_06124D99229D9D82CAA55E03425A9B9C0FD582F11CC43E529207B75738B69C90E919763AEC6FA2C8A_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_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_OnePassPointLight0_0_023B8D8A0B296C7EA81C7449673557E8484B1F14B95DED9C73DC5F223F091004CF57334C099017CF0_TBasePassPSTLightMapPolicyLQ0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431673C1FA12A57DB2481B209BC117CF77EAF777E48D_TLightMapDensityPSTLightMapPolicyLQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523A60462DA9E455B94945F102A0576E9055D6B63400_TBasePassVSTLightMapPolicyLQ0_0_0F0765E97F80A58082337947551EC5C71F929BC6C15BE5EAD592CA3B8CD12BA18828DD2294877D9CA_TLightMapDensityVSTLightMapPolicyHQ0_0_0410332860002B35DEDDE2E984567E5B7F27B523AE6479A49666B1424EE545AF64EE0BE2ED2964B8F_FDebugViewModePS0_0_0CCFA47BD7FA67195CAFC899931E16F7252214F020074CFCF9A67BE69CCE53140F9193C858B3006EA_TBasePassPSTLightMapPolicyHQSkylight0_0_067553F61B5470C464BC7EDD63DFF5C95B47B431634F240AFBCA6DC4F1885665AD7EBA74031254A3C_TDepthOnlyVS<false>0_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_FGeometryCacheVertexVertexFactoryF7A2A7134F95BD0D46418459582942D14D992DC476143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C13F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactoryF93AC2298DAB32583F62E042E13F0BF24F1C98C1B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE2699101414144444144414441414141414444474010101010101314544441433140101340101014244645121414141424024141414141413133044444437241444444444044444444444444444444341414141424140444444444444243414141414151010003131313123313143434143413142312144404444413131313144403101010151010101010113161656434343434116161616161666243161616161303434344414444444441415151510103001013115161616166244444444444400040404040404040404040404040434343434344444444444444444040404040404044444444404040404444444444444444344444444241442141444444424141414441444141414141414131313131313131444344444444414141414141414141414141434343444444444444434440444141414144414141414141434141414441414141444441444141414133444424444441414143234141414141314141414241234342424242424241434343414341414441414131313134324441414124414131313444444341414121212424213144444444444212222614114221012121212124344444444444404141510151015304341013314146001444444510110151515151616161616101010101015052421316161616161131316260101110044313131413143411014101010101010101010151010101010103044510110101010101010101010101010101010101010101010106001404044414040421213131344141010101016101010101010101310100024313131416161611010161646421413131312121212121212121414444444444414024444442121212121212121212121213121212121212121212121412121212121212121214344314110131313131616161616161616023144444444434144414141414242212121212121212121213121212121212121212121212121212121444442424243434341414441414141414444444444444444214421101313131313131616161606010121010101015101210140444444043424044424141315004444444444443434101313133214030404040434144434143314433414331433143414341433141333143314221414131414141343144121644444444440444644444404440444010151015101510111000101010101010101010101010101202232242414131313130301404044414040210101010110101010101010404424241413131000444444444444444444444444444444444444444444444444444444444444444444444444444440444444444434144414141414342414040121213131222222220101010101011010101010404424241414121010101010101010141410101510101010004044444451510101350404341404404040404040404040404040404040434343434343434444434343434040404040404043434343404040404444424244443444444444424221414141444444424141414341414141414141313131313131314141444344444444414141414141414141414141434343444444444444434440444141414144414141414141434141414441414141444441414141314143214444444441412143434141413141414141412241434342424242424241434343414341414441313131313144424441214144313131414444444341212121212431414144444444010151515151515151515151010101010101010101515151510101015101510151015101510151010101010101015101615101510151015101510151015101510151015101313151515151015101510151015101015101510161614441510144510101616171614343101313131313131343242212131414141010101000000011000000130000001300000013000000130000001300000013000000140000000C00000013000000130000000D000000090000001400000010000000100000000800000009000000080000002500000010000000100000001300000009000000080000000800000010000000100000001000000010000000100000000800000008000000080000001000000010000000D8000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000140000001000000008000000080000000800000014000000140000001300000008000000100000000800000008000000080000000800000008000000080000001300000010000000140000000800000012000000130000001300000013000000130000001300000013000000130000000D0000001300000008000000100000001100000009000000080000000900000008000000080000001700000009000000080000000900000008000000090000000800000009000000080000000C000000090000000800000009000000090000000900000009000000090000000900000009000000080000000800000008000000080000000800000013000000100000001000000010000000170000001000000010000000100000001000000009000000090000000900000009000000100000001000000010000000100000001000000010000000080000001A00000014000000280000000D000000440000000B0000000B00000013000000130000000900000009000000090000001400000008000000100000000D0000000C0000001000000008000000080000002D00000010000000100000001000000010000000100000001000000010000000090000000900000008000000080000000800000008000000130000000E0000000900000009000000090000000900000009000000090000000900000009000000090000000900000009000000090000000C000000080000000A0000000C00000013000000100000001000000010000000100000001000000010000000100000000D0000000F00000009000000080000000900000008000000090000000C00000008000000130000001300000026000000100000000F000000140000000900000009000000090000000900000009000000100000001D000000130000001300000013000000130000001300000009000000080000000C00000008000000090000000800000009000000080000001400000014000000080000001000000009000000080000001300000008000000100000000800000008000000100000001000000041010000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000140000001000000010000000100000001000000009000000433AFC833894B7681A1D3DDBA35F7F5A9509A89900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5;
+[2024.01.14-12.31.11:565][  0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction
+[2024.01.14-12.31.11:565][  0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction
+[2024.01.14-12.31.11:565][  0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging
+[2024.01.14-12.31.11:565][  0]LogMeshReduction: Display: No distributed automatic mesh merging module available
+[2024.01.14-12.31.11:565][  0]LogMeshMerging: No distributed automatic mesh merging module available
+[2024.01.14-12.31.11:937][  0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None
+[2024.01.14-12.31.11:937][  0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled
+[2024.01.14-12.31.11:947][  0]LogUObjectArray: 22493 objects as part of root set at end of initial load.
+[2024.01.14-12.31.11:947][  0]LogUObjectAllocator: 6340896 out of 0 bytes used by permanent object pool.
+[2024.01.14-12.31.11:947][  0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
+[2024.01.14-12.31.11:953][  0]LogLiveCoding: Display: Starting LiveCoding
+[2024.01.14-12.31.11:953][  0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development
+[2024.01.14-12.31.11:954][  0]LogLiveCoding: Display: First instance in process group "UE_BackroomsDigitalArt_0xfbf7b153", spawning console
+[2024.01.14-12.31.11:959][  0]LogLiveCoding: Display: Waiting for server
+[2024.01.14-12.31.11:982][  0]LogSlate: Border
+[2024.01.14-12.31.11:982][  0]LogSlate: BreadcrumbButton
+[2024.01.14-12.31.11:982][  0]LogSlate: Brushes.Title
+[2024.01.14-12.31.11:982][  0]LogSlate: Default
+[2024.01.14-12.31.11:982][  0]LogSlate: Icons.Save
+[2024.01.14-12.31.11:982][  0]LogSlate: Icons.Toolbar.Settings
+[2024.01.14-12.31.11:982][  0]LogSlate: ListView
+[2024.01.14-12.31.11:982][  0]LogSlate: SoftwareCursor_CardinalCross
+[2024.01.14-12.31.11:982][  0]LogSlate: SoftwareCursor_Grab
+[2024.01.14-12.31.11:982][  0]LogSlate: TableView.DarkRow
+[2024.01.14-12.31.11:982][  0]LogSlate: TableView.Row
+[2024.01.14-12.31.11:982][  0]LogSlate: TreeView
+[2024.01.14-12.31.12:093][  0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started...
+[2024.01.14-12.31.12:094][  0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 1 ms
+[2024.01.14-12.31.12:112][  0]LogInit: XR: Instanced Stereo Rendering is Disabled
+[2024.01.14-12.31.12:112][  0]LogInit: XR: MultiViewport is Disabled
+[2024.01.14-12.31.12:112][  0]LogInit: XR: Mobile Multiview is Disabled
+[2024.01.14-12.31.12:182][  0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: B1D6F68546C803FCC37DA0B3C398DBAC | Instance: CCEAC19B407B62E12C8388B82FA12A57 (DESKTOP-EOLA6SK-8404).
+[2024.01.14-12.31.12:235][  0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666.
+[2024.01.14-12.31.12:239][  0]LogUdpMessaging: Display: Added local interface '192.168.178.56' to multicast group '230.0.0.1:6666'
+[2024.01.14-12.31.12:264][  0]LogTurnkeySupport: Completed device detection: Code = 0
+[2024.01.14-12.31.12:339][  0]LogTcpMessaging: Initializing TcpMessaging bridge
+[2024.01.14-12.31.12:477][  0]LogPython: Using Python 3.9.7
+[2024.01.14-12.31.12:502][  0]LogLiveCoding: Display: Successfully initialized, removing startup thread
+[2024.01.14-12.31.13:308][  0]LogAudio: Display: Registering Engine Module Parameter Interfaces...
+[2024.01.14-12.31.13:329][  0]LogMetasoundEngine: MetaSound Engine Initialized
+[2024.01.14-12.31.13:932][  0]LogOpenImageDenoise: OIDN starting up
+[2024.01.14-12.31.13:987][  0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance
+[2024.01.14-12.31.14:004][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
+[2024.01.14-12.31.14:004][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
+[2024.01.14-12.31.14:099][  0]LogTemp: OpenXR ignores max viewport resolution in editor to support full HMD resolutions.
+[2024.01.14-12.31.14:143][  0]SourceControl: Revision control is disabled
+[2024.01.14-12.31.14:147][  0]LogUProjectInfo: Found projects:
+[2024.01.14-12.31.14:176][  0]SourceControl: Revision control is disabled
+[2024.01.14-12.31.14:192][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.14-12.31.14:192][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.14-12.31.14:193][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.14-12.31.14:462][  0]LogCollectionManager: Loaded 0 collections in 0.002232 seconds
+[2024.01.14-12.31.14:464][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Collections/' took 0.00s
+[2024.01.14-12.31.14:466][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/Developers/Thomas/Collections/' took 0.00s
+[2024.01.14-12.31.14:467][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/Collections/' took 0.00s
+[2024.01.14-12.31.14:805][  0]LogEngine: Initializing Engine...
+[2024.01.14-12.31.14:809][  0]LogAssetEditorSubsystem: Warning: Something went wrong while loading recent assets! Num Recent Assets  = 30, Num Recent Asset Editors = 29
+[2024.01.14-12.31.14:809][  0]LogStats: UGameplayTagsManager::InitializeManager -  0.000 s
+[2024.01.14-12.31.14:888][  0]LogInit: Initializing FReadOnlyCVARCache
+[2024.01.14-12.31.14:896][  0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-12.31.14:896][  0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-12.31.14:902][  0]LogAIModule: Creating AISystem for world Untitled
+[2024.01.14-12.31.14:903][  0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use.
+[2024.01.14-12.31.14:903][  0]LogInit: Texture streaming: Enabled
+[2024.01.14-12.31.14:918][  0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/. AppVersion = 5.3.2-29314046+++UE5+Release-5.3
+[2024.01.14-12.31.14:930][  0]LogAudio: Display: Initializing Audio Device Manager...
+[2024.01.14-12.31.14:943][  0]LogAudio: Display: Loading Default Audio Settings Objects...
+[2024.01.14-12.31.14:944][  0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load).
+[2024.01.14-12.31.14:944][  0]LogAudio: Display: AudioInfo: 'BINKA' Registered
+[2024.01.14-12.31.14:944][  0]LogAudio: Display: AudioInfo: 'PCM' Registered
+[2024.01.14-12.31.14:944][  0]LogAudio: Display: AudioInfo: 'ADPCM' Registered
+[2024.01.14-12.31.14:944][  0]LogAudio: Display: AudioInfo: 'OGG' Registered
+[2024.01.14-12.31.14:945][  0]LogAudio: Display: AudioInfo: 'OPUS' Registered
+[2024.01.14-12.31.14:945][  0]LogAudio: Display: Audio Device Manager Initialized
+[2024.01.14-12.31.14:945][  0]LogAudio: Display: Creating Audio Device:                 Id: 1, Scope: Shared, Realtime: True
+[2024.01.14-12.31.14:945][  0]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-12.31.14:945][  0]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-12.31.14:945][  0]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-12.31.14:945][  0]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-12.31.14:945][  0]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-12.31.14:945][  0]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-12.31.14:945][  0]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-12.31.14:945][  0]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-12.31.14:945][  0]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-12.31.14:945][  0]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-12.31.14:945][  0]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-12.31.14:950][  0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-12.31.14:995][  0]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-12.31.14:996][  0]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-12.31.14:998][  0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-12.31.14:998][  0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-12.31.14:999][  0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1
+[2024.01.14-12.31.14:999][  0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=1
+[2024.01.14-12.31.15:001][  0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1
+[2024.01.14-12.31.15:001][  0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1
+[2024.01.14-12.31.15:001][  0]LogInit: FAudioDevice initialized with ID 1.
+[2024.01.14-12.31.15:001][  0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'.
+[2024.01.14-12.31.15:001][  0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1
+[2024.01.14-12.31.15:015][  0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1"
+[2024.01.14-12.31.15:019][  0]LogInit: Undo buffer set to 32 MB
+[2024.01.14-12.31.15:019][  0]LogInit: Transaction tracking system initialized
+[2024.01.14-12.31.15:042][  0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/SourceControl/UncontrolledChangelists.json
+[2024.01.14-12.31.15:042][  0]LogSourceControl: Uncontrolled asset enumeration started...
+[2024.01.14-12.31.15:051][  0]LogSourceControl: Uncontrolled asset enumeration finished in 0.009526 seconds (Found 160 uncontrolled assets)
+[2024.01.14-12.31.15:052][  0]BlueprintLog: New page: Editor Load
+[2024.01.14-12.31.15:138][  0]LocalizationService: Localization service is disabled
+[2024.01.14-12.31.15:157][  0]TimingProfiler: Initialize
+[2024.01.14-12.31.15:157][  0]TimingProfiler: OnSessionChanged
+[2024.01.14-12.31.15:157][  0]LoadingProfiler: Initialize
+[2024.01.14-12.31.15:157][  0]LoadingProfiler: OnSessionChanged
+[2024.01.14-12.31.15:157][  0]NetworkingProfiler: Initialize
+[2024.01.14-12.31.15:157][  0]NetworkingProfiler: OnSessionChanged
+[2024.01.14-12.31.15:157][  0]MemoryProfiler: Initialize
+[2024.01.14-12.31.15:157][  0]MemoryProfiler: OnSessionChanged
+[2024.01.14-12.31.15:239][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.14-12.31.15:239][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.14-12.31.15:240][  0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154
+[2024.01.14-12.31.15:339][  0]LogFileCache: Scanning file cache for directory 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/' took 0.01s
+[2024.01.14-12.31.15:467][  0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized.
+[2024.01.14-12.31.15:566][  0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init()
+[2024.01.14-12.31.15:568][  0]SourceControl: Revision control is disabled
+[2024.01.14-12.31.15:597][  0]LogAssetRegistry: Display: Triggering cache save on discovery complete
+[2024.01.14-12.31.15:669][  0]LogSlate: Took 0.000228 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K)
+[2024.01.14-12.31.15:688][  0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-EOLA6SK: (Name=DESKTOP-EOLA6SK, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.22621.0, Flags="Device_InstallSoftwareValid")
+[2024.01.14-12.31.16:190][  0]LogAssetRegistry: Display: Asset registry cache written as 17.5 MiB to D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Intermediate/CachedAssetRegistry_*.bin
+[2024.01.14-12.31.31:952][  0]LogSlate: Window 'Restore Packages' being destroyed
+[2024.01.14-12.31.35:599][  0]LogSlate: Window 'Unable to Check Out From Revision Control!' being destroyed
+[2024.01.14-12.31.35:606][  0]Message dialog closed, result: Ok, title: Unable to Check Out From Revision Control!, text: The following assets could not be successfully checked out from revision control:
+/Game/GameMap/Door/Blueprint_door
+/Game/BackroomsMap
+[2024.01.14-12.31.35:622][  0]LogUnrealEdMisc: Loading editor; pre map load, took 27.284
+[2024.01.14-12.31.35:623][  0]Cmd: MAP LOAD FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=3
+[2024.01.14-12.31.35:624][  0]LightingResults: New page: Lighting Build
+[2024.01.14-12.31.35:626][  0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-12.31.35:626][  0]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-12.31.35:627][  0]MapCheck: New page: Map Check
+[2024.01.14-12.31.35:627][  0]LightingResults: New page: Lighting Build
+[2024.01.14-12.31.35:630][  0]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-12.31.35:634][  0]LogUObjectHash: Compacting FUObjectHashTables data took   0.56ms
+[2024.01.14-12.31.35:798][  0]LogDeviceProfileManager: Going up to parent DeviceProfile []
+[2024.01.14-12.31.35:824][  0]LogAudio: Display: Audio Device (ID: 1) registered with world 'BackroomsMap'.
+[2024.01.14-12.31.35:824][  0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-12.31.35:824][  0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-12.31.35:825][  0]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-12.31.35:889][  0]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
+[2024.01.14-12.31.35:898][  0]LogUObjectHash: Compacting FUObjectHashTables data took   0.65ms
+[2024.01.14-12.31.35:899][  0]Cmd: MAP CHECKDEP NOCLEARLOG
+[2024.01.14-12.31.35:899][  0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0,122ms to complete.
+[2024.01.14-12.31.35:907][  0]LogUnrealEdMisc: Total Editor Startup Time, took 27.568
+[2024.01.14-12.31.35:907][  0]LogShaderCompilers: Display: ================================================
+[2024.01.14-12.31.35:907][  0]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.01.14-12.31.35:907][  0]LogShaderCompilers: Display: Total job queries 0, among them cache hits 0 (0.00%)
+[2024.01.14-12.31.35:907][  0]LogShaderCompilers: Display: Tracking 0 distinct input hashes that result in 0 distinct outputs (0.00%)
+[2024.01.14-12.31.35:907][  0]LogShaderCompilers: Display: RAM used: 240,00 B of 819,20 MiB budget. Usage: 0.00%
+[2024.01.14-12.31.35:907][  0]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.01.14-12.31.35:907][  0]LogShaderCompilers: Display: Shaders Compiled: 0
+[2024.01.14-12.31.35:907][  0]LogShaderCompilers: Display: Jobs assigned 0, completed 0 (0%)
+[2024.01.14-12.31.35:907][  0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 0.00 s
+[2024.01.14-12.31.35:907][  0]LogShaderCompilers: Display: ================================================
+[2024.01.14-12.31.36:007][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-12.31.36:018][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-12.31.36:029][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-12.31.36:039][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-12.31.36:084][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-12.31.36:084][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/StarterContent.upack', mount point: 'root:/'
+[2024.01.14-12.31.36:084][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-12.31.36:084][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/'
+[2024.01.14-12.31.36:085][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-12.31.36:085][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/'
+[2024.01.14-12.31.36:085][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-12.31.36:085][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/'
+[2024.01.14-12.31.36:086][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-12.31.36:086][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/'
+[2024.01.14-12.31.36:086][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-12.31.36:086][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/'
+[2024.01.14-12.31.36:086][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-12.31.36:086][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_TopDown.upack', mount point: 'root:/'
+[2024.01.14-12.31.36:087][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-12.31.36:087][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/'
+[2024.01.14-12.31.36:087][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-12.31.36:087][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/'
+[2024.01.14-12.31.36:087][  0]LogPakFile: Initializing PakPlatformFile
+[2024.01.14-12.31.36:088][  0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.3/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/'
+[2024.01.14-12.31.36:760][  0]LogSlate: External Image Picker: DecompressImage failed
+[2024.01.14-12.31.36:885][  0]LogStall: Startup...
+[2024.01.14-12.31.36:887][  0]LogStall: Startup complete.
+[2024.01.14-12.31.36:893][  0]LogLoad: (Engine Initialization) Total time: 28.55 seconds
+[2024.01.14-12.31.36:893][  0]LogLoad: (Engine Initialization) Total Blueprint compile time: 0.00 seconds
+[2024.01.14-12.31.36:911][  0]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-12.31.36:954][  0]LogAssetRegistry: AssetRegistryGather time 0.1013s: AssetDataDiscovery 0.0268s, AssetDataGather 0.0294s, StoreResults 0.0451s.
+[2024.01.14-12.31.36:972][  0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000005 seconds (updated 0 objects)
+[2024.01.14-12.31.37:479][  0]LogSlate: External Image Picker: DecompressImage failed
+[2024.01.14-12.31.37:616][  0]LogContentStreaming: Texture pool size now 1000 MB
+[2024.01.14-12.31.37:645][  0]LogSlate: Took 0.000290 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K)
+[2024.01.14-12.31.37:645][  0]LogSlate: Took 0.000113 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K)
+[2024.01.14-12.31.37:677][  0]LogViewport: Scene viewport resized to 1014x580, mode Windowed.
+[2024.01.14-12.31.37:781][  0]LogSlate: Took 0.000152 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K)
+[2024.01.14-12.31.37:833][  1]LogPython: registering <class 'ControlRigWorkflows.workflow_deformation_rig_preset.provider'>
+
+[2024.01.14-12.31.37:842][  1]Running Python start-up script 'C:/Program Files/Epic Games/UE_5.3/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.033572 secs
+[2024.01.14-12.31.40:174][247]LogSlate: Window 'Project Settings' being destroyed
+[2024.01.14-12.31.40:177][247]LogSlate: Window 'Project Settings' being destroyed
+[2024.01.14-12.31.43:416][547]LogViewport: Scene viewport resized to 1361x1246, mode Windowed.
+[2024.01.14-12.31.52:568][605]LogSlate: Took 0.000260 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K)
+[2024.01.14-12.31.52:747][622]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-12.31.52:799][625]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-12.32.23:710][117]LogAssetEditorSubsystem: Opening Asset editor for StaticMesh /Game/GameMap/Door/door_Tuer.door_Tuer
+[2024.01.14-12.32.23:739][117]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-12.32.23:739][117]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-12.32.24:294][117]LogViewport: Scene viewport resized to 1039x767, mode Windowed.
+[2024.01.14-12.32.43:201][658]LogSlate: Took 0.000181 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K)
+[2024.01.14-12.32.49:597][201]LogAssetEditorSubsystem: Opening Asset editor for Material /Game/GameMap/Door/Holztextur.Holztextur
+[2024.01.14-12.32.49:666][201]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-12.32.49:666][201]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-12.32.49:839][201]MaterialEditorStats: Texture samplers: 0/16
+[2024.01.14-12.32.49:840][201]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1)
+[2024.01.14-12.32.49:840][201]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0)
+[2024.01.14-12.32.49:840][201]MaterialEditorStats: Shader Count: 0
+[2024.01.14-12.32.49:846][201]LogSlate: Took 0.000209 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K)
+[2024.01.14-12.32.49:851][201]LogViewport: Scene viewport resized to 277x381, mode Windowed.
+[2024.01.14-12.32.50:034][203]MaterialEditorStats: Base pass shader: 144 instructions
+[2024.01.14-12.32.50:034][203]MaterialEditorStats: Base pass vertex shader: 122 instructions
+[2024.01.14-12.32.50:034][203]MaterialEditorStats: Texture samplers: 3/16
+[2024.01.14-12.32.50:034][203]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1)
+[2024.01.14-12.32.50:034][203]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0)
+[2024.01.14-12.32.50:034][203]MaterialEditorStats: Shader Count: 4
+[2024.01.14-12.33.05:990][968]LogSlate: Window 'Holztextur' being destroyed
+[2024.01.14-12.33.05:994][968]LogSlate: Window 'Holztextur' being destroyed
+[2024.01.14-12.33.06:024][968]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-12.33.06:024][968]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-12.33.06:052][968]LogWorld: UWorld::CleanupWorld for World_4, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-12.33.06:052][968]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-12.33.12:966][175]LogDerivedDataCache: C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:03.112 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 2332 files in 3575 folders with total size 176 MiB.
+[2024.01.14-12.34.55:590][679]LogSlate: Window 'Merge Actors' being destroyed
+[2024.01.14-12.34.55:595][679]LogSlate: Window 'Merge Actors' being destroyed
+[2024.01.14-12.35.14:139][443]LogAudioMixer: Warning: FMixerPlatformXAudio2: Changing default audio render device to new device: Role=Console, DeviceName=Kopfhörer (CORSAIR VIRTUOSO SE Wireless Gaming Headset), InstanceID=1
+[2024.01.14-12.35.14:152][443]LogAudioMixer: Display: FMixerNullCallback: Simulating a h/w device callback at [21ms], ThreadID=6248
+[2024.01.14-12.35.14:481][444]LogAudioMixer: Display: Successful Swap new Device is (NumChannels=8, SampleRate=48000, DeviceID={0.0.0.00000000}.{d92bbb3c-13b1-497e-80d6-c9b3036a0389}, Name=Kopfhörer (CORSAIR VIRTUOSO SE Wireless Gaming Headset)), Reason=FMixerPlatformXAudio2::OnDefaultRenderDeviceChanged, InstanceID=1, DurationMS=248.06
+[2024.01.14-12.35.14:482][444]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=8, Samples=8192, InstanceID=1
+[2024.01.14-12.35.14:484][444]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1
+[2024.01.14-12.37.17:797][931]LogAudioMixer: Warning: FMixerPlatformXAudio2: Changing default audio render device to new device: Role=Console, DeviceName=Lautsprecher (Realtek(R) Audio), InstanceID=1
+[2024.01.14-12.37.18:126][932]LogAudioMixer: Display: FMixerNullCallback: Simulating a h/w device callback at [21ms], ThreadID=6248
+[2024.01.14-12.37.18:460][933]LogAudioMixer: Display: Successful Swap new Device is (NumChannels=6, SampleRate=48000, DeviceID={0.0.0.00000000}.{41ae7c40-5117-4081-a270-f4f24e5c6407}, Name=Lautsprecher (Realtek(R) Audio)), Reason=FMixerPlatformXAudio2::OnDefaultRenderDeviceChanged, InstanceID=1, DurationMS=25.34
+[2024.01.14-12.37.18:460][933]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=1
+[2024.01.14-12.37.18:462][933]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1
+[2024.01.14-12.40.17:211][673]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-12.40.17:212][673]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-12.40.17:212][673]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-12.40.17:217][673]LogSlate: Warning: The command 'BlueprintEditorSpawnNodes.AddActorRefAction->CommandInfo' has the same default chord as 'BlueprintEditorSpawnNodes.(Class=/Script/BlueprintGraph.K2Node_Knot Key=R Shift=false Ctrl=false Alt=false)' [R]
+[2024.01.14-12.40.17:924][673]LogSlate: Took 0.000237 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K)
+[2024.01.14-12.40.22:741][ 51]LogViewport: Scene viewport resized to 741x583, mode Windowed.
+[2024.01.14-12.40.28:373][490]LogUObjectGlobals: Warning: Failed to find object 'Class /Script/PCG.PCGSettings'
+[2024.01.14-12.43.45:241][662]LogUObjectHash: Compacting FUObjectHashTables data took   1.36ms
+[2024.01.14-12.43.45:244][662]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto1.umap" SILENT=true AUTOSAVING=true KEEPDIRTY=false
+[2024.01.14-12.43.45:253][662]LogPackageLocalizationCache: Processed 51 localized package path(s) for 1 prioritized culture(s) in 0.009614 seconds
+[2024.01.14-12.43.45:312][662]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/BackroomsMap_Auto1
+[2024.01.14-12.43.45:312][662]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/BackroomsMap_Auto12C51219D436E3EB9107240A286C55D25.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto1.umap'
+[2024.01.14-12.43.45:313][662]LogAssetRegistry: Warning: ScanPathsSynchronous: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto1.umap is in the /Temp path, will not scan.
+[2024.01.14-12.43.45:313][662]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/BackroomsMap' took 0.111
+[2024.01.14-12.43.45:313][662]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.111
+[2024.01.14-12.43.45:314][662]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/GameMap/Door/Blueprint_door] ([2] browsable assets)...
+[2024.01.14-12.43.45:393][662]OBJ SavePackage:     Rendered thumbnail for [Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door]
+[2024.01.14-12.43.45:393][662]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Blueprint_door]
+[2024.01.14-12.43.45:397][662]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Blueprint_door_Auto1
+[2024.01.14-12.43.45:397][662]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door_Auto1DA8F7FD7410D3C32CD3A8482779DDBE3.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto1.uasset'
+[2024.01.14-12.43.45:398][662]LogFileHelpers: Auto-saving content packages took 0.085
+[2024.01.14-12.43.48:064][755]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-12.43.48:097][755]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
+[2024.01.14-12.43.48:895][801]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-12.43.48:945][801]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-12.43.48:949][801]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-12.43.48:949][801]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_doorC41747D645E6F5CEE45836B2B374832B.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-12.43.48:958][801]LogFileHelpers: InternalPromptForCheckoutAndSave took 63 ms
+[2024.01.14-12.43.48:959][801]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-12.43.48:959][801]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-12.43.51:010][930]LogViewport: Scene viewport resized to 894x968, mode Windowed.
+[2024.01.14-12.48.08:562][941]LogSlate: Took 0.010599 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensedItalic.ttf' (160K)
+[2024.01.14-12.48.29:703][519]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-12.48.29:782][519]LogUObjectHash: Compacting FUObjectHashTables data took   1.47ms
+[2024.01.14-12.48.43:397][594]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-12.48.43:429][594]LogUObjectHash: Compacting FUObjectHashTables data took   1.26ms
+[2024.01.14-12.52.03:605][419]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-12.52.03:641][419]LogUObjectHash: Compacting FUObjectHashTables data took   1.32ms
+[2024.01.14-12.52.03:720][419]LogSlateStyle: Warning: Missing Resource from 'CoreStyle' Style: 'Unable to find Color 'Graph.Node.Comment.TextColor'.'
+[2024.01.14-12.52.04:556][489]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-12.52.04:607][489]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-12.52.04:618][489]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-12.52.04:618][489]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door640AA8F04A5FE36835DC6795938AC1DA.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-12.52.04:624][489]LogFileHelpers: InternalPromptForCheckoutAndSave took 68 ms (total: 131 ms)
+[2024.01.14-12.52.04:626][489]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-12.52.04:626][489]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-12.53.45:897][457]LogUObjectHash: Compacting FUObjectHashTables data took   1.47ms
+[2024.01.14-12.53.45:900][457]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto2.umap" SILENT=true AUTOSAVING=true KEEPDIRTY=false
+[2024.01.14-12.53.45:956][457]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/BackroomsMap_Auto2
+[2024.01.14-12.53.45:957][457]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/BackroomsMap_Auto2E81809B64737F0EDF41F7CBF50844984.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto2.umap'
+[2024.01.14-12.53.45:963][457]LogAssetRegistry: Warning: ScanPathsSynchronous: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto2.umap is in the /Temp path, will not scan.
+[2024.01.14-12.53.45:963][457]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/BackroomsMap' took 0.083
+[2024.01.14-12.53.45:963][457]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.083
+[2024.01.14-12.54.04:192][607]LogSlate: External Image Picker: DecompressImage failed
+[2024.01.14-12.55.26:577][133]LogSlate: Window 'Project Settings' being destroyed
+[2024.01.14-12.55.26:582][133]LogSlate: Window 'Project Settings' being destroyed
+[2024.01.14-13.00.50:216][647]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.00.50:256][647]LogUObjectHash: Compacting FUObjectHashTables data took   1.39ms
+[2024.01.14-13.01.44:113][909]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.01.44:153][909]LogUObjectHash: Compacting FUObjectHashTables data took   1.29ms
+[2024.01.14-13.03.33:777][716]LogEditorTransaction: Undo Move Nodes
+[2024.01.14-13.03.58:410][910]LogEditorTransaction: Undo Move Nodes
+[2024.01.14-13.03.59:176][946]LogEditorTransaction: Undo Paste clipboard contents
+[2024.01.14-13.03.59:837][  0]LogEditorTransaction: Undo Delete current selection
+[2024.01.14-13.05.42:179][894]LogUObjectHash: Compacting FUObjectHashTables data took   1.46ms
+[2024.01.14-13.05.42:181][894]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto3.umap" SILENT=true AUTOSAVING=true KEEPDIRTY=false
+[2024.01.14-13.05.42:240][894]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/BackroomsMap_Auto3
+[2024.01.14-13.05.42:240][894]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/BackroomsMap_Auto3BD8F048E4A0B1EFF6A87C7863C9E3AE8.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto3.umap'
+[2024.01.14-13.05.42:241][894]LogAssetRegistry: Warning: ScanPathsSynchronous: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto3.umap is in the /Temp path, will not scan.
+[2024.01.14-13.05.42:241][894]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/BackroomsMap' took 0.079
+[2024.01.14-13.05.42:241][894]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.079
+[2024.01.14-13.05.42:241][894]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/GameMap/Door/Blueprint_door] ([2] browsable assets)...
+[2024.01.14-13.05.42:283][894]OBJ SavePackage:     Rendered thumbnail for [Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door]
+[2024.01.14-13.05.42:283][894]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Blueprint_door]
+[2024.01.14-13.05.42:292][894]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Blueprint_door_Auto3
+[2024.01.14-13.05.42:292][894]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door_Auto3AB2381084B44726791733C8B77ED074B.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto3.uasset'
+[2024.01.14-13.05.42:293][894]LogFileHelpers: Auto-saving content packages took 0.051
+[2024.01.14-13.05.50:041][993]LogEditorTransaction: Undo Move Nodes
+[2024.01.14-13.05.53:738][281]LogEditorTransaction: Undo Paste clipboard contents
+[2024.01.14-13.05.54:268][297]LogEditorTransaction: Undo Delete current selection
+[2024.01.14-13.08.42:341][728]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.08.42:349][728]BlueprintLog: New page: Pre-Play auto-recompile
+[2024.01.14-13.08.42:350][728]LogPlayLevel: [PlayLevel] Compiling Blueprint_door before play...
+[2024.01.14-13.08.42:404][728]LogUObjectHash: Compacting FUObjectHashTables data took   1.29ms
+[2024.01.14-13.08.42:410][728]LogPlayLevel: PlayLevel: Blueprint regeneration took 61 ms (1 blueprints)
+[2024.01.14-13.08.42:411][728]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:08:42)
+[2024.01.14-13.08.42:415][728]LogOnline: OSS: Created online subsystem instance for: NULL
+[2024.01.14-13.08.42:415][728]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL]
+[2024.01.14-13.08.42:415][728]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.08.42:435][728]LogPlayLevel: PIE: StaticDuplicateObject took: (0.019852s)
+[2024.01.14-13.08.42:435][728]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.019901s)
+[2024.01.14-13.08.42:449][728]LogUObjectHash: Compacting FUObjectHashTables data took   1.29ms
+[2024.01.14-13.08.42:450][728]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.08.42:451][728]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.08.42:451][728]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.08.42:451][728]LogPlayLevel: PIE: World Init took: (0.001070s)
+[2024.01.14-13.08.42:451][728]LogAudio: Display: Creating Audio Device:                 Id: 2, Scope: Unique, Realtime: True
+[2024.01.14-13.08.42:451][728]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.08.42:452][728]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.08.42:452][728]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.08.42:452][728]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.08.42:452][728]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.08.42:452][728]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.08.42:452][728]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.08.42:452][728]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.08.42:452][728]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.08.42:452][728]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.08.42:452][728]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.08.42:454][728]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.08.42:491][728]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.08.42:491][728]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.08.42:491][728]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.08.42:491][728]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.08.42:492][728]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2
+[2024.01.14-13.08.42:492][728]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=2
+[2024.01.14-13.08.42:494][728]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2
+[2024.01.14-13.08.42:494][728]LogInit: FAudioDevice initialized with ID 2.
+[2024.01.14-13.08.42:494][728]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2
+[2024.01.14-13.08.42:494][728]LogAudio: Display: Audio Device (ID: 2) registered with world 'BackroomsMap'.
+[2024.01.14-13.08.42:494][728]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2
+[2024.01.14-13.08.42:795][728]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.08.42:803][728]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.08.42
+[2024.01.14-13.08.42:804][728]LogWorld: Bringing up level for play took: 0.008750
+[2024.01.14-13.08.42:807][728]LogOnline: OSS: Created online subsystem instance for: :Context_7
+[2024.01.14-13.08.42:819][728]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=8468.836 Y=-2666.710 Z=384.600] for [BP_FirstPersonCharacter_C]
+[2024.01.14-13.08.42:819][728]LogGameMode: Warning: SpawnDefaultPawnAtTransform: Couldn't spawn Pawn of type BP_FirstPersonCharacter_C at Rotation: Pitch 0.000000 Yaw -55.700002 Roll 0.000000
+Translation: 8468.835639 -2666.710337 384.599640
+Scale3D: 1.000000 1.000000 1.000000
+
+[2024.01.14-13.08.42:824][728]PIE: Server logged in
+[2024.01.14-13.08.42:825][728]PIE: Play in editor total start time 0,476 seconds.
+[2024.01.14-13.08.44:687][823]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.08.44:687][823]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.08.44:687][823]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.08.44:688][823]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.08.44:700][823]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.08.44:706][823]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.08.44:721][823]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.08.44:722][823]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2
+[2024.01.14-13.08.44:723][823]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2
+[2024.01.14-13.08.44:724][823]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2
+[2024.01.14-13.08.44:766][823]LogUObjectHash: Compacting FUObjectHashTables data took   1.32ms
+[2024.01.14-13.08.44:864][824]LogPlayLevel: Display: Destroying online subsystem :Context_7
+[2024.01.14-13.08.53:401][510]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.08.53:409][510]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.08.53:409][510]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:08:53)
+[2024.01.14-13.08.53:409][510]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.08.53:430][510]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020230s)
+[2024.01.14-13.08.53:430][510]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020274s)
+[2024.01.14-13.08.53:443][510]LogUObjectHash: Compacting FUObjectHashTables data took   1.23ms
+[2024.01.14-13.08.53:447][510]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.08.53:447][510]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.08.53:447][510]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.08.53:448][510]LogPlayLevel: PIE: World Init took: (0.001026s)
+[2024.01.14-13.08.53:448][510]LogAudio: Display: Creating Audio Device:                 Id: 3, Scope: Unique, Realtime: True
+[2024.01.14-13.08.53:448][510]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.08.53:448][510]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.08.53:448][510]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.08.53:448][510]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.08.53:448][510]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.08.53:448][510]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.08.53:448][510]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.08.53:448][510]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.08.53:448][510]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.08.53:448][510]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.08.53:448][510]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.08.53:450][510]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.08.53:486][510]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.08.53:486][510]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.08.53:486][510]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.08.53:486][510]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.08.53:486][510]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3
+[2024.01.14-13.08.53:486][510]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=3
+[2024.01.14-13.08.53:489][510]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3
+[2024.01.14-13.08.53:489][510]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3
+[2024.01.14-13.08.53:489][510]LogInit: FAudioDevice initialized with ID 3.
+[2024.01.14-13.08.53:489][510]LogAudio: Display: Audio Device (ID: 3) registered with world 'BackroomsMap'.
+[2024.01.14-13.08.53:489][510]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3
+[2024.01.14-13.08.53:491][510]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.08.53:499][510]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.08.53
+[2024.01.14-13.08.53:499][510]LogWorld: Bringing up level for play took: 0.007913
+[2024.01.14-13.08.53:502][510]LogOnline: OSS: Created online subsystem instance for: :Context_8
+[2024.01.14-13.08.53:504][510]PIE: Server logged in
+[2024.01.14-13.08.53:505][510]PIE: Play in editor total start time 0,096 seconds.
+[2024.01.14-13.09.01:137][115]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.09.01:137][115]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.09.01:137][115]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.09.01:138][115]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.09.01:149][115]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.09.01:156][115]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.09.01:169][115]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.09.01:170][115]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3
+[2024.01.14-13.09.01:170][115]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3
+[2024.01.14-13.09.01:172][115]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3
+[2024.01.14-13.09.01:189][115]LogUObjectHash: Compacting FUObjectHashTables data took   1.31ms
+[2024.01.14-13.09.01:284][116]LogPlayLevel: Display: Destroying online subsystem :Context_8
+[2024.01.14-13.11.38:859][461]LogViewport: Scene viewport resized to 1014x580, mode Windowed.
+[2024.01.14-13.11.39:705][519]LogViewport: Scene viewport resized to 1361x1246, mode Windowed.
+[2024.01.14-13.12.48:314][230]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.12.48:351][230]LogUObjectHash: Compacting FUObjectHashTables data took   1.43ms
+[2024.01.14-13.12.49:590][324]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.12.49:629][324]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.12.49:639][324]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.12.49:639][324]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door0A11219C4984BDC848EC38AFF4E65D5C.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.12.49:645][324]LogFileHelpers: InternalPromptForCheckoutAndSave took 54 ms (total: 185 ms)
+[2024.01.14-13.12.49:646][324]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.12.49:646][324]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.12.55:239][816]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.12.55:248][816]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.12.55:248][816]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:12:55)
+[2024.01.14-13.12.55:248][816]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.12.55:269][816]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020720s)
+[2024.01.14-13.12.55:269][816]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020759s)
+[2024.01.14-13.12.55:283][816]LogUObjectHash: Compacting FUObjectHashTables data took   1.26ms
+[2024.01.14-13.12.55:287][816]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.12.55:287][816]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.12.55:288][816]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.12.55:288][816]LogPlayLevel: PIE: World Init took: (0.001075s)
+[2024.01.14-13.12.55:288][816]LogAudio: Display: Creating Audio Device:                 Id: 4, Scope: Unique, Realtime: True
+[2024.01.14-13.12.55:288][816]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.12.55:288][816]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.12.55:288][816]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.12.55:288][816]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.12.55:288][816]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.12.55:288][816]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.12.55:288][816]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.12.55:288][816]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.12.55:289][816]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.12.55:289][816]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.12.55:289][816]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.12.55:291][816]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.12.55:326][816]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.12.55:327][816]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.12.55:327][816]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.12.55:327][816]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.12.55:328][816]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4
+[2024.01.14-13.12.55:328][816]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=4
+[2024.01.14-13.12.55:330][816]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4
+[2024.01.14-13.12.55:330][816]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4
+[2024.01.14-13.12.55:330][816]LogInit: FAudioDevice initialized with ID 4.
+[2024.01.14-13.12.55:330][816]LogAudio: Display: Audio Device (ID: 4) registered with world 'BackroomsMap'.
+[2024.01.14-13.12.55:330][816]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4
+[2024.01.14-13.12.55:332][816]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.12.55:339][816]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.12.55
+[2024.01.14-13.12.55:340][816]LogWorld: Bringing up level for play took: 0.007628
+[2024.01.14-13.12.55:343][816]LogOnline: OSS: Created online subsystem instance for: :Context_9
+[2024.01.14-13.12.55:346][816]PIE: Server logged in
+[2024.01.14-13.12.55:346][816]PIE: Play in editor total start time 0,099 seconds.
+[2024.01.14-13.13.29:107][775]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.13.29:107][775]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.13.29:107][775]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.13.29:109][775]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.13.29:121][775]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.13.29:127][775]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.13.29:142][775]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-13.13.29:143][775]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4
+[2024.01.14-13.13.29:143][775]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4
+[2024.01.14-13.13.29:145][775]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4
+[2024.01.14-13.13.29:178][775]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.13.29:183][775]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
+[2024.01.14-13.13.29:241][776]LogPlayLevel: Display: Destroying online subsystem :Context_9
+[2024.01.14-13.20.09:485][518]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.20.09:529][518]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.20.09:542][518]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.20.09:542][518]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door8B0FA80943555D62CDAC729100426352.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.20.09:548][518]LogFileHelpers: InternalPromptForCheckoutAndSave took 62 ms (total: 247 ms)
+[2024.01.14-13.20.09:550][518]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.20.09:550][518]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.20.10:202][569]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.20.10:243][569]LogUObjectHash: Compacting FUObjectHashTables data took   1.40ms
+[2024.01.14-13.20.11:510][657]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.20.11:555][657]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.20.11:569][657]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.20.11:569][657]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door8D50992745B006463B960F92BB041223.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.20.11:574][657]LogFileHelpers: InternalPromptForCheckoutAndSave took 64 ms (total: 311 ms)
+[2024.01.14-13.20.11:575][657]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.20.11:575][657]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.20.15:116][  1]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.20.15:124][  1]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.20.15:124][  1]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:20:15)
+[2024.01.14-13.20.15:146][  1]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.20.15:166][  1]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020321s)
+[2024.01.14-13.20.15:167][  1]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020369s)
+[2024.01.14-13.20.15:182][  1]LogUObjectHash: Compacting FUObjectHashTables data took   1.25ms
+[2024.01.14-13.20.15:187][  1]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.20.15:187][  1]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.20.15:188][  1]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.20.15:188][  1]LogPlayLevel: PIE: World Init took: (0.001126s)
+[2024.01.14-13.20.15:188][  1]LogAudio: Display: Creating Audio Device:                 Id: 5, Scope: Unique, Realtime: True
+[2024.01.14-13.20.15:188][  1]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.20.15:188][  1]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.20.15:188][  1]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.20.15:188][  1]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.20.15:188][  1]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.20.15:188][  1]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.20.15:188][  1]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.20.15:189][  1]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.20.15:189][  1]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.20.15:189][  1]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.20.15:189][  1]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.20.15:192][  1]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.20.15:228][  1]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.20.15:228][  1]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.20.15:228][  1]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.20.15:228][  1]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.20.15:229][  1]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5
+[2024.01.14-13.20.15:229][  1]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=5
+[2024.01.14-13.20.15:231][  1]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5
+[2024.01.14-13.20.15:231][  1]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5
+[2024.01.14-13.20.15:231][  1]LogInit: FAudioDevice initialized with ID 5.
+[2024.01.14-13.20.15:231][  1]LogAudio: Display: Audio Device (ID: 5) registered with world 'BackroomsMap'.
+[2024.01.14-13.20.15:231][  1]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5
+[2024.01.14-13.20.15:234][  1]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.20.15:243][  1]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.20.15
+[2024.01.14-13.20.15:243][  1]LogWorld: Bringing up level for play took: 0.009058
+[2024.01.14-13.20.15:246][  1]LogOnline: OSS: Created online subsystem instance for: :Context_10
+[2024.01.14-13.20.15:249][  1]PIE: Server logged in
+[2024.01.14-13.20.15:249][  1]PIE: Play in editor total start time 0,125 seconds.
+[2024.01.14-13.20.25:937][957]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.20.25:937][957]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.20.25:937][957]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.20.25:938][957]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.20.25:949][957]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.20.25:956][957]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.20.25:972][957]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-13.20.25:972][957]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5
+[2024.01.14-13.20.25:972][957]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5
+[2024.01.14-13.20.25:974][957]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5
+[2024.01.14-13.20.25:996][957]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.20.26:000][957]LogUObjectHash: Compacting FUObjectHashTables data took   1.29ms
+[2024.01.14-13.20.26:059][958]LogPlayLevel: Display: Destroying online subsystem :Context_10
+[2024.01.14-13.21.09:424][426]LogEditorTransaction: Undo Delete current selection
+[2024.01.14-13.22.37:130][421]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.22.37:171][421]LogUObjectHash: Compacting FUObjectHashTables data took   1.56ms
+[2024.01.14-13.22.37:991][468]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.22.38:037][468]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.22.38:049][468]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.22.38:050][468]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door0E6F541842E2098C7C1EF3A1F22B6E5E.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.22.38:055][468]LogFileHelpers: InternalPromptForCheckoutAndSave took 63 ms (total: 375 ms)
+[2024.01.14-13.22.38:056][468]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.22.38:056][468]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.22.44:011][988]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.22.44:020][988]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.22.44:020][988]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:22:44)
+[2024.01.14-13.22.44:046][988]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.22.44:067][988]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020420s)
+[2024.01.14-13.22.44:067][988]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020469s)
+[2024.01.14-13.22.44:082][988]LogUObjectHash: Compacting FUObjectHashTables data took   1.25ms
+[2024.01.14-13.22.44:086][988]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.22.44:086][988]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.22.44:087][988]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.22.44:087][988]LogPlayLevel: PIE: World Init took: (0.001055s)
+[2024.01.14-13.22.44:087][988]LogAudio: Display: Creating Audio Device:                 Id: 6, Scope: Unique, Realtime: True
+[2024.01.14-13.22.44:087][988]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.22.44:087][988]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.22.44:087][988]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.22.44:087][988]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.22.44:087][988]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.22.44:087][988]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.22.44:087][988]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.22.44:087][988]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.22.44:088][988]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.22.44:088][988]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.22.44:088][988]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.22.44:090][988]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.22.44:126][988]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.22.44:126][988]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.22.44:126][988]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.22.44:126][988]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.22.44:127][988]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6
+[2024.01.14-13.22.44:127][988]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=6
+[2024.01.14-13.22.44:129][988]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6
+[2024.01.14-13.22.44:129][988]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6
+[2024.01.14-13.22.44:129][988]LogInit: FAudioDevice initialized with ID 6.
+[2024.01.14-13.22.44:129][988]LogAudio: Display: Audio Device (ID: 6) registered with world 'BackroomsMap'.
+[2024.01.14-13.22.44:129][988]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 6
+[2024.01.14-13.22.44:132][988]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.22.44:140][988]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.22.44
+[2024.01.14-13.22.44:140][988]LogWorld: Bringing up level for play took: 0.008376
+[2024.01.14-13.22.44:143][988]LogOnline: OSS: Created online subsystem instance for: :Context_11
+[2024.01.14-13.22.44:145][988]PIE: Server logged in
+[2024.01.14-13.22.44:146][988]PIE: Play in editor total start time 0,126 seconds.
+[2024.01.14-13.22.50:427][546]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.22.50:427][546]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.22.50:427][546]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.22.50:428][546]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.22.50:439][546]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.22.50:444][546]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.22.50:461][546]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-13.22.50:461][546]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 6
+[2024.01.14-13.22.50:461][546]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6
+[2024.01.14-13.22.50:463][546]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6
+[2024.01.14-13.22.50:486][546]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.22.50:490][546]LogUObjectHash: Compacting FUObjectHashTables data took   1.28ms
+[2024.01.14-13.22.50:547][547]LogPlayLevel: Display: Destroying online subsystem :Context_11
+[2024.01.14-13.24.24:662][129]LogUObjectHash: Compacting FUObjectHashTables data took   1.26ms
+[2024.01.14-13.24.24:668][129]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto4.umap" SILENT=true AUTOSAVING=true KEEPDIRTY=false
+[2024.01.14-13.24.24:723][129]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/BackroomsMap_Auto4
+[2024.01.14-13.24.24:723][129]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/BackroomsMap_Auto4F873255C4366606AFADA67B273AE0DEA.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto4.umap'
+[2024.01.14-13.24.24:724][129]LogAssetRegistry: Warning: ScanPathsSynchronous: D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/BackroomsMap_Auto4.umap is in the /Temp path, will not scan.
+[2024.01.14-13.24.24:724][129]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/BackroomsMap' took 0.078
+[2024.01.14-13.24.24:724][129]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.078
+[2024.01.14-13.24.24:724][129]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/GameMap/Door/Blueprint_door] ([2] browsable assets)...
+[2024.01.14-13.24.24:724][129]OBJ SavePackage: Finished generating thumbnails for package [/Game/GameMap/Door/Blueprint_door]
+[2024.01.14-13.24.24:736][129]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/GameMap/Door/Blueprint_door_Auto4
+[2024.01.14-13.24.24:736][129]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door_Auto457F2C172402DDC633C616BBB2B7F3CCA.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Autosaves/Game/GameMap/Door/Blueprint_door_Auto4.uasset'
+[2024.01.14-13.24.24:737][129]LogFileHelpers: Auto-saving content packages took 0.013
+[2024.01.14-13.28.10:309][467]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.28.10:357][467]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.28.10:369][467]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.28.10:370][467]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door9306D4C34578C7009FC64A81A461FE7F.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.28.10:375][467]LogFileHelpers: InternalPromptForCheckoutAndSave took 66 ms (total: 441 ms)
+[2024.01.14-13.28.10:377][467]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.28.10:377][467]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.28.15:597][987]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.28.15:605][987]BlueprintLog: New page: Pre-Play auto-recompile
+[2024.01.14-13.28.15:606][987]LogPlayLevel: [PlayLevel] Compiling Blueprint_door before play...
+[2024.01.14-13.28.15:663][987]LogUObjectHash: Compacting FUObjectHashTables data took   1.44ms
+[2024.01.14-13.28.15:666][987]LogPlayLevel: PlayLevel: Blueprint regeneration took 60 ms (1 blueprints)
+[2024.01.14-13.28.15:666][987]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:28:15)
+[2024.01.14-13.28.15:696][987]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.28.15:716][987]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020124s)
+[2024.01.14-13.28.15:716][987]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020173s)
+[2024.01.14-13.28.15:732][987]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
+[2024.01.14-13.28.15:733][987]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.28.15:733][987]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.28.15:734][987]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.28.15:734][987]LogPlayLevel: PIE: World Init took: (0.001039s)
+[2024.01.14-13.28.15:734][987]LogAudio: Display: Creating Audio Device:                 Id: 7, Scope: Unique, Realtime: True
+[2024.01.14-13.28.15:734][987]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.28.15:734][987]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.28.15:734][987]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.28.15:734][987]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.28.15:734][987]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.28.15:734][987]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.28.15:734][987]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.28.15:734][987]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.28.15:734][987]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.28.15:734][987]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.28.15:734][987]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.28.15:737][987]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.28.15:773][987]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.28.15:773][987]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.28.15:773][987]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.28.15:773][987]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.28.15:774][987]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7
+[2024.01.14-13.28.15:774][987]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=7
+[2024.01.14-13.28.15:776][987]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7
+[2024.01.14-13.28.15:776][987]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7
+[2024.01.14-13.28.15:776][987]LogInit: FAudioDevice initialized with ID 7.
+[2024.01.14-13.28.15:776][987]LogAudio: Display: Audio Device (ID: 7) registered with world 'BackroomsMap'.
+[2024.01.14-13.28.15:776][987]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 7
+[2024.01.14-13.28.15:779][987]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.28.15:787][987]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.28.15
+[2024.01.14-13.28.15:788][987]LogWorld: Bringing up level for play took: 0.008254
+[2024.01.14-13.28.15:790][987]LogOnline: OSS: Created online subsystem instance for: :Context_12
+[2024.01.14-13.28.15:793][987]PIE: Server logged in
+[2024.01.14-13.28.15:793][987]PIE: Play in editor total start time 0,189 seconds.
+[2024.01.14-13.28.25:246][846]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.28.25:246][846]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.28.25:247][846]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.28.25:248][846]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.28.25:252][846]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.28.25:258][846]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.28.25:272][846]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.28.25:274][846]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 7
+[2024.01.14-13.28.25:274][846]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7
+[2024.01.14-13.28.25:276][846]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7
+[2024.01.14-13.28.25:306][846]LogUObjectHash: Compacting FUObjectHashTables data took   1.33ms
+[2024.01.14-13.28.25:361][847]LogPlayLevel: Display: Destroying online subsystem :Context_12
+[2024.01.14-13.28.53:113][263]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.28.53:156][263]LogUObjectHash: Compacting FUObjectHashTables data took   1.51ms
+[2024.01.14-13.28.53:848][307]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.28.53:888][307]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.28.53:899][307]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.28.53:899][307]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_doorBA1AA6F74092C068E116C4A1ED66A935.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.28.53:904][307]LogFileHelpers: InternalPromptForCheckoutAndSave took 56 ms (total: 497 ms)
+[2024.01.14-13.28.53:906][307]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.28.53:906][307]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.28.56:906][625]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.28.56:914][625]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.28.56:914][625]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:28:56)
+[2024.01.14-13.28.56:936][625]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.28.56:956][625]LogPlayLevel: PIE: StaticDuplicateObject took: (0.019907s)
+[2024.01.14-13.28.56:956][625]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.019952s)
+[2024.01.14-13.28.56:971][625]LogUObjectHash: Compacting FUObjectHashTables data took   1.32ms
+[2024.01.14-13.28.56:975][625]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.28.56:975][625]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.28.56:976][625]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.28.56:976][625]LogPlayLevel: PIE: World Init took: (0.001077s)
+[2024.01.14-13.28.56:976][625]LogAudio: Display: Creating Audio Device:                 Id: 8, Scope: Unique, Realtime: True
+[2024.01.14-13.28.56:976][625]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.28.56:976][625]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.28.56:976][625]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.28.56:976][625]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.28.56:976][625]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.28.56:976][625]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.28.56:976][625]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.28.56:976][625]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.28.56:977][625]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.28.56:977][625]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.28.56:977][625]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.28.56:979][625]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.28.57:014][625]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.28.57:014][625]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.28.57:014][625]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.28.57:014][625]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.28.57:015][625]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=8
+[2024.01.14-13.28.57:015][625]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=8
+[2024.01.14-13.28.57:018][625]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=8
+[2024.01.14-13.28.57:018][625]LogInit: FAudioDevice initialized with ID 8.
+[2024.01.14-13.28.57:018][625]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=8
+[2024.01.14-13.28.57:018][625]LogAudio: Display: Audio Device (ID: 8) registered with world 'BackroomsMap'.
+[2024.01.14-13.28.57:018][625]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 8
+[2024.01.14-13.28.57:020][625]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.28.57:028][625]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.28.57
+[2024.01.14-13.28.57:028][625]LogWorld: Bringing up level for play took: 0.008263
+[2024.01.14-13.28.57:031][625]LogOnline: OSS: Created online subsystem instance for: :Context_13
+[2024.01.14-13.28.57:034][625]PIE: Server logged in
+[2024.01.14-13.28.57:034][625]PIE: Play in editor total start time 0,12 seconds.
+[2024.01.14-13.29.02:406][108]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.29.02:406][108]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.29.02:407][108]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.29.02:408][108]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.29.02:417][108]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.29.02:424][108]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.29.02:438][108]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-13.29.02:440][108]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 8
+[2024.01.14-13.29.02:440][108]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8
+[2024.01.14-13.29.02:442][108]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8
+[2024.01.14-13.29.02:479][108]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.29.02:484][108]LogUObjectHash: Compacting FUObjectHashTables data took   1.38ms
+[2024.01.14-13.29.02:540][109]LogPlayLevel: Display: Destroying online subsystem :Context_13
+[2024.01.14-13.29.24:351][899]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.29.24:394][899]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.29.24:405][899]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.29.24:406][899]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door2F118766452021E5E173BA83A1E45D30.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.29.24:411][899]LogFileHelpers: InternalPromptForCheckoutAndSave took 60 ms (total: 558 ms)
+[2024.01.14-13.29.24:412][899]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.29.24:412][899]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.29.26:065][ 42]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.29.26:105][ 42]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
+[2024.01.14-13.29.26:846][ 90]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.29.26:895][ 90]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.29.26:906][ 90]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.29.26:906][ 90]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door2C8906FF465E047567DA7D9A6A4250A6.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.29.26:911][ 90]LogFileHelpers: InternalPromptForCheckoutAndSave took 65 ms (total: 624 ms)
+[2024.01.14-13.29.26:913][ 90]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.29.26:913][ 90]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.29.29:784][397]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.29.29:792][397]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.29.29:792][397]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:29:29)
+[2024.01.14-13.29.29:836][397]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.29.29:856][397]LogPlayLevel: PIE: StaticDuplicateObject took: (0.019917s)
+[2024.01.14-13.29.29:856][397]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.019965s)
+[2024.01.14-13.29.29:871][397]LogUObjectHash: Compacting FUObjectHashTables data took   1.33ms
+[2024.01.14-13.29.29:874][397]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.29.29:874][397]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.29.29:874][397]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.29.29:875][397]LogPlayLevel: PIE: World Init took: (0.001005s)
+[2024.01.14-13.29.29:875][397]LogAudio: Display: Creating Audio Device:                 Id: 9, Scope: Unique, Realtime: True
+[2024.01.14-13.29.29:875][397]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.29.29:875][397]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.29.29:875][397]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.29.29:875][397]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.29.29:875][397]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.29.29:875][397]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.29.29:875][397]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.29.29:875][397]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.29.29:876][397]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.29.29:876][397]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.29.29:876][397]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.29.29:878][397]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.29.29:912][397]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.29.29:913][397]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.29.29:913][397]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.29.29:913][397]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.29.29:913][397]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=9
+[2024.01.14-13.29.29:913][397]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=9
+[2024.01.14-13.29.29:916][397]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=9
+[2024.01.14-13.29.29:916][397]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=9
+[2024.01.14-13.29.29:916][397]LogInit: FAudioDevice initialized with ID 9.
+[2024.01.14-13.29.29:916][397]LogAudio: Display: Audio Device (ID: 9) registered with world 'BackroomsMap'.
+[2024.01.14-13.29.29:916][397]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 9
+[2024.01.14-13.29.29:918][397]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.29.29:925][397]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.29.29
+[2024.01.14-13.29.29:926][397]LogWorld: Bringing up level for play took: 0.007995
+[2024.01.14-13.29.29:929][397]LogOnline: OSS: Created online subsystem instance for: :Context_14
+[2024.01.14-13.29.29:931][397]PIE: Server logged in
+[2024.01.14-13.29.29:932][397]PIE: Play in editor total start time 0,14 seconds.
+[2024.01.14-13.29.38:747][182]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.29.38:747][182]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.29.38:747][182]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.29.38:748][182]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.29.38:757][182]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.29.38:763][182]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.29.38:779][182]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-13.29.38:779][182]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 9
+[2024.01.14-13.29.38:779][182]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9
+[2024.01.14-13.29.38:782][182]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9
+[2024.01.14-13.29.38:789][182]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.29.38:793][182]LogUObjectHash: Compacting FUObjectHashTables data took   1.31ms
+[2024.01.14-13.29.38:850][183]LogPlayLevel: Display: Destroying online subsystem :Context_14
+[2024.01.14-13.30.00:581][757]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.30.00:618][757]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.30.00:629][757]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.30.00:629][757]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door08F251A04C604382FA0334B26B6F3870.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.30.00:634][757]LogFileHelpers: InternalPromptForCheckoutAndSave took 53 ms (total: 677 ms)
+[2024.01.14-13.30.00:636][757]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.30.00:636][757]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.30.01:584][817]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.30.01:637][817]LogUObjectHash: Compacting FUObjectHashTables data took   1.31ms
+[2024.01.14-13.30.02:174][837]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.30.02:216][837]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.30.02:227][837]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.30.02:227][837]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door26C3228B4F8170D0B551CE9A8F0F84D3.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.30.02:233][837]LogFileHelpers: InternalPromptForCheckoutAndSave took 58 ms (total: 736 ms)
+[2024.01.14-13.30.02:234][837]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.30.02:234][837]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.30.07:368][208]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.30.07:376][208]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.30.07:377][208]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:30:07)
+[2024.01.14-13.30.07:377][208]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.30.07:397][208]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020470s)
+[2024.01.14-13.30.07:397][208]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020507s)
+[2024.01.14-13.30.07:413][208]LogUObjectHash: Compacting FUObjectHashTables data took   1.26ms
+[2024.01.14-13.30.07:417][208]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.30.07:417][208]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.30.07:418][208]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.30.07:418][208]LogPlayLevel: PIE: World Init took: (0.000995s)
+[2024.01.14-13.30.07:418][208]LogAudio: Display: Creating Audio Device:                 Id: 10, Scope: Unique, Realtime: True
+[2024.01.14-13.30.07:418][208]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.30.07:418][208]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.30.07:418][208]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.30.07:418][208]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.30.07:418][208]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.30.07:418][208]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.30.07:418][208]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.30.07:418][208]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.30.07:419][208]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.30.07:419][208]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.30.07:419][208]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.30.07:421][208]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.30.07:456][208]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.30.07:457][208]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.30.07:457][208]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.30.07:457][208]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.30.07:458][208]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=10
+[2024.01.14-13.30.07:458][208]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=10
+[2024.01.14-13.30.07:460][208]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=10
+[2024.01.14-13.30.07:460][208]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=10
+[2024.01.14-13.30.07:460][208]LogInit: FAudioDevice initialized with ID 10.
+[2024.01.14-13.30.07:460][208]LogAudio: Display: Audio Device (ID: 10) registered with world 'BackroomsMap'.
+[2024.01.14-13.30.07:460][208]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 10
+[2024.01.14-13.30.07:462][208]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.30.07:469][208]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.30.07
+[2024.01.14-13.30.07:470][208]LogWorld: Bringing up level for play took: 0.008132
+[2024.01.14-13.30.07:473][208]LogOnline: OSS: Created online subsystem instance for: :Context_15
+[2024.01.14-13.30.07:475][208]PIE: Server logged in
+[2024.01.14-13.30.07:476][208]PIE: Play in editor total start time 0,1 seconds.
+[2024.01.14-13.30.22:626][521]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.30.22:626][521]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.30.22:627][521]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.30.22:628][521]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.30.22:633][521]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.30.22:639][521]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.30.22:655][521]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-13.30.22:656][521]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 10
+[2024.01.14-13.30.22:656][521]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10
+[2024.01.14-13.30.22:658][521]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10
+[2024.01.14-13.30.22:691][521]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.30.22:696][521]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
+[2024.01.14-13.30.22:754][522]LogPlayLevel: Display: Destroying online subsystem :Context_15
+[2024.01.14-13.30.41:577][772]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.30.41:584][772]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.30.41:584][772]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:30:41)
+[2024.01.14-13.30.41:616][772]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.30.41:636][772]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020061s)
+[2024.01.14-13.30.41:636][772]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020111s)
+[2024.01.14-13.30.41:651][772]LogUObjectHash: Compacting FUObjectHashTables data took   1.29ms
+[2024.01.14-13.30.41:653][772]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.30.41:653][772]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.30.41:654][772]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.30.41:654][772]LogPlayLevel: PIE: World Init took: (0.001027s)
+[2024.01.14-13.30.41:654][772]LogAudio: Display: Creating Audio Device:                 Id: 11, Scope: Unique, Realtime: True
+[2024.01.14-13.30.41:654][772]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.30.41:654][772]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.30.41:654][772]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.30.41:654][772]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.30.41:654][772]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.30.41:654][772]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.30.41:654][772]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.30.41:654][772]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.30.41:654][772]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.30.41:654][772]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.30.41:654][772]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.30.41:657][772]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.30.41:692][772]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.30.41:692][772]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.30.41:692][772]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.30.41:692][772]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.30.41:693][772]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=11
+[2024.01.14-13.30.41:693][772]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=11
+[2024.01.14-13.30.41:695][772]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=11
+[2024.01.14-13.30.41:695][772]LogInit: FAudioDevice initialized with ID 11.
+[2024.01.14-13.30.41:695][772]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=11
+[2024.01.14-13.30.41:695][772]LogAudio: Display: Audio Device (ID: 11) registered with world 'BackroomsMap'.
+[2024.01.14-13.30.41:696][772]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 11
+[2024.01.14-13.30.41:698][772]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.30.41:705][772]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.30.41
+[2024.01.14-13.30.41:706][772]LogWorld: Bringing up level for play took: 0.007991
+[2024.01.14-13.30.41:708][772]LogOnline: OSS: Created online subsystem instance for: :Context_16
+[2024.01.14-13.30.41:711][772]PIE: Server logged in
+[2024.01.14-13.30.41:712][772]PIE: Play in editor total start time 0,127 seconds.
+[2024.01.14-13.30.50:057][512]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.30.50:057][512]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.30.50:057][512]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.30.50:058][512]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.30.50:063][512]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.30.50:070][512]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.30.50:084][512]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.30.50:086][512]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 11
+[2024.01.14-13.30.50:086][512]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11
+[2024.01.14-13.30.50:088][512]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11
+[2024.01.14-13.30.50:127][512]LogUObjectHash: Compacting FUObjectHashTables data took   1.34ms
+[2024.01.14-13.30.50:183][513]LogPlayLevel: Display: Destroying online subsystem :Context_16
+[2024.01.14-13.31.24:359][100]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.31.24:405][100]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.31.24:416][100]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.31.24:416][100]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door1E3F33794743CF46BCF004B939E0CF4A.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.31.24:423][100]LogFileHelpers: InternalPromptForCheckoutAndSave took 64 ms (total: 800 ms)
+[2024.01.14-13.31.24:424][100]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.31.24:424][100]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.31.27:228][349]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.31.27:256][349]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.31.27:266][349]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.31.27:267][349]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door7FEB6726446216C556CC4F8CE577ECDF.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.31.27:272][349]LogFileHelpers: InternalPromptForCheckoutAndSave took 44 ms (total: 844 ms)
+[2024.01.14-13.31.27:274][349]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.31.27:274][349]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.31.27:744][392]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.31.27:784][392]LogUObjectHash: Compacting FUObjectHashTables data took   1.33ms
+[2024.01.14-13.31.28:646][454]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.31.28:690][454]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.31.28:705][454]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.31.28:706][454]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_doorD46BBC0B4FF4BC6E4C8D16B6A1B3F112.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.31.28:711][454]LogFileHelpers: InternalPromptForCheckoutAndSave took 65 ms (total: 910 ms)
+[2024.01.14-13.31.28:712][454]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.31.28:712][454]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.31.32:919][836]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.31.32:927][836]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.31.32:927][836]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:31:32)
+[2024.01.14-13.31.32:928][836]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.31.32:948][836]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020900s)
+[2024.01.14-13.31.32:949][836]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020939s)
+[2024.01.14-13.31.32:964][836]LogUObjectHash: Compacting FUObjectHashTables data took   1.33ms
+[2024.01.14-13.31.32:968][836]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.31.32:968][836]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.31.32:968][836]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.31.32:969][836]LogPlayLevel: PIE: World Init took: (0.001036s)
+[2024.01.14-13.31.32:969][836]LogAudio: Display: Creating Audio Device:                 Id: 12, Scope: Unique, Realtime: True
+[2024.01.14-13.31.32:969][836]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.31.32:969][836]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.31.32:969][836]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.31.32:969][836]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.31.32:969][836]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.31.32:969][836]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.31.32:969][836]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.31.32:969][836]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.31.32:969][836]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.31.32:969][836]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.31.32:969][836]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.31.32:971][836]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.31.33:006][836]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.31.33:006][836]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.31.33:006][836]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.31.33:006][836]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.31.33:007][836]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=12
+[2024.01.14-13.31.33:007][836]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=12
+[2024.01.14-13.31.33:009][836]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=12
+[2024.01.14-13.31.33:009][836]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=12
+[2024.01.14-13.31.33:009][836]LogInit: FAudioDevice initialized with ID 12.
+[2024.01.14-13.31.33:009][836]LogAudio: Display: Audio Device (ID: 12) registered with world 'BackroomsMap'.
+[2024.01.14-13.31.33:010][836]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 12
+[2024.01.14-13.31.33:012][836]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.31.33:019][836]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.31.33
+[2024.01.14-13.31.33:020][836]LogWorld: Bringing up level for play took: 0.008112
+[2024.01.14-13.31.33:022][836]LogOnline: OSS: Created online subsystem instance for: :Context_17
+[2024.01.14-13.31.33:025][836]PIE: Server logged in
+[2024.01.14-13.31.33:026][836]PIE: Play in editor total start time 0,099 seconds.
+[2024.01.14-13.32.09:347][ 91]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.32.09:347][ 91]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.32.09:347][ 91]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.32.09:348][ 91]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.32.09:357][ 91]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.32.09:364][ 91]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.32.09:380][ 91]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-13.32.09:380][ 91]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 12
+[2024.01.14-13.32.09:380][ 91]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12
+[2024.01.14-13.32.09:382][ 91]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12
+[2024.01.14-13.32.09:417][ 91]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.32.09:422][ 91]LogUObjectHash: Compacting FUObjectHashTables data took   1.29ms
+[2024.01.14-13.32.09:479][ 92]LogPlayLevel: Display: Destroying online subsystem :Context_17
+[2024.01.14-13.32.10:669][229]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.32.10:676][229]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.32.10:676][229]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:32:10)
+[2024.01.14-13.32.10:706][229]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.32.10:726][229]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020353s)
+[2024.01.14-13.32.10:727][229]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020402s)
+[2024.01.14-13.32.10:741][229]LogUObjectHash: Compacting FUObjectHashTables data took   1.31ms
+[2024.01.14-13.32.10:744][229]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.32.10:744][229]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.32.10:744][229]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.32.10:744][229]LogPlayLevel: PIE: World Init took: (0.000995s)
+[2024.01.14-13.32.10:744][229]LogAudio: Display: Creating Audio Device:                 Id: 13, Scope: Unique, Realtime: True
+[2024.01.14-13.32.10:744][229]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.32.10:744][229]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.32.10:744][229]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.32.10:744][229]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.32.10:744][229]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.32.10:744][229]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.32.10:744][229]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.32.10:744][229]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.32.10:745][229]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.32.10:745][229]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.32.10:745][229]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.32.10:748][229]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.32.10:783][229]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.32.10:783][229]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.32.10:783][229]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.32.10:783][229]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.32.10:783][229]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=13
+[2024.01.14-13.32.10:783][229]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=13
+[2024.01.14-13.32.10:786][229]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=13
+[2024.01.14-13.32.10:786][229]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=13
+[2024.01.14-13.32.10:786][229]LogInit: FAudioDevice initialized with ID 13.
+[2024.01.14-13.32.10:786][229]LogAudio: Display: Audio Device (ID: 13) registered with world 'BackroomsMap'.
+[2024.01.14-13.32.10:786][229]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 13
+[2024.01.14-13.32.10:788][229]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.32.10:796][229]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.32.10
+[2024.01.14-13.32.10:797][229]LogWorld: Bringing up level for play took: 0.008252
+[2024.01.14-13.32.10:799][229]LogOnline: OSS: Created online subsystem instance for: :Context_18
+[2024.01.14-13.32.10:802][229]PIE: Server logged in
+[2024.01.14-13.32.10:802][229]PIE: Play in editor total start time 0,126 seconds.
+[2024.01.14-13.32.21:917][245]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.32.21:917][245]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.32.21:917][245]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.32.21:918][245]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.32.21:922][245]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.32.21:928][245]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.32.21:943][245]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.32.21:944][245]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 13
+[2024.01.14-13.32.21:944][245]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13
+[2024.01.14-13.32.21:946][245]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13
+[2024.01.14-13.32.21:968][245]LogUObjectHash: Compacting FUObjectHashTables data took   1.31ms
+[2024.01.14-13.32.22:024][246]LogPlayLevel: Display: Destroying online subsystem :Context_18
+[2024.01.14-13.33.13:937][145]LogDerivedDataCache: C:/Users/Thomas/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:04.083 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 2332 files in 3575 folders with total size 176 MiB.
+[2024.01.14-13.34.44:235][847]LogSlate: Window 'Delete Variable' being destroyed
+[2024.01.14-13.34.47:095][928]LogSlate: Window 'Delete Variable' being destroyed
+[2024.01.14-13.36.37:008][646]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.36.37:052][646]LogUObjectHash: Compacting FUObjectHashTables data took   1.48ms
+[2024.01.14-13.37.10:751][767]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.37.10:795][767]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.37.10:808][767]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.37.10:808][767]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door6ADA938E453AA2BE96AD18B5354751F3.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.37.10:814][767]LogFileHelpers: InternalPromptForCheckoutAndSave took 63 ms (total: 973 ms)
+[2024.01.14-13.37.10:816][767]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.37.10:816][767]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.37.30:134][590]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.37.30:158][590]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.37.30:170][590]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.37.30:170][590]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_doorE9EADAFB4B9EA51FBA8CC2B620D30E03.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.37.30:175][590]LogFileHelpers: InternalPromptForCheckoutAndSave took 41 ms (total: 1.01 sec)
+[2024.01.14-13.37.30:176][590]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.37.30:176][590]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.37.45:894][ 83]LogEditorTransaction: Undo Delete track
+[2024.01.14-13.38.47:955][191]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.38.47:998][191]LogUObjectHash: Compacting FUObjectHashTables data took   1.52ms
+[2024.01.14-13.38.48:688][233]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.38.48:736][233]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.38.48:748][233]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.38.48:749][233]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door512C962E4806692BF29E46B48A161F5A.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.38.48:754][233]LogFileHelpers: InternalPromptForCheckoutAndSave took 66 ms (total: 1.08 sec)
+[2024.01.14-13.38.48:756][233]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.38.48:756][233]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.38.50:992][459]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.38.51:001][459]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.38.51:001][459]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:38:51)
+[2024.01.14-13.38.51:026][459]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.38.51:047][459]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020769s)
+[2024.01.14-13.38.51:047][459]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020816s)
+[2024.01.14-13.38.51:062][459]LogUObjectHash: Compacting FUObjectHashTables data took   1.31ms
+[2024.01.14-13.38.51:067][459]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.38.51:067][459]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.38.51:067][459]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.38.51:068][459]LogPlayLevel: PIE: World Init took: (0.001146s)
+[2024.01.14-13.38.51:068][459]LogAudio: Display: Creating Audio Device:                 Id: 14, Scope: Unique, Realtime: True
+[2024.01.14-13.38.51:068][459]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.38.51:068][459]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.38.51:068][459]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.38.51:068][459]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.38.51:068][459]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.38.51:068][459]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.38.51:068][459]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.38.51:068][459]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.38.51:068][459]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.38.51:068][459]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.38.51:068][459]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.38.51:070][459]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.38.51:107][459]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.38.51:107][459]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.38.51:107][459]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.38.51:107][459]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.38.51:108][459]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=14
+[2024.01.14-13.38.51:108][459]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=14
+[2024.01.14-13.38.51:110][459]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=14
+[2024.01.14-13.38.51:110][459]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=14
+[2024.01.14-13.38.51:110][459]LogInit: FAudioDevice initialized with ID 14.
+[2024.01.14-13.38.51:110][459]LogAudio: Display: Audio Device (ID: 14) registered with world 'BackroomsMap'.
+[2024.01.14-13.38.51:110][459]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 14
+[2024.01.14-13.38.51:112][459]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.38.51:120][459]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.38.51
+[2024.01.14-13.38.51:120][459]LogWorld: Bringing up level for play took: 0.008207
+[2024.01.14-13.38.51:123][459]LogOnline: OSS: Created online subsystem instance for: :Context_19
+[2024.01.14-13.38.51:125][459]PIE: Server logged in
+[2024.01.14-13.38.51:126][459]PIE: Play in editor total start time 0,126 seconds.
+[2024.01.14-13.39.05:106][735]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.39.05:107][735]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.39.05:107][735]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.39.05:108][735]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.39.05:120][735]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.39.05:126][735]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.39.05:142][735]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-13.39.05:142][735]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 14
+[2024.01.14-13.39.05:142][735]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14
+[2024.01.14-13.39.05:144][735]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14
+[2024.01.14-13.39.05:168][735]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.39.05:173][735]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
+[2024.01.14-13.39.05:230][736]LogPlayLevel: Display: Destroying online subsystem :Context_19
+[2024.01.14-13.39.48:428][ 20]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.39.48:469][ 20]LogUObjectHash: Compacting FUObjectHashTables data took   1.35ms
+[2024.01.14-13.39.49:365][ 74]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.39.49:408][ 74]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.39.49:421][ 74]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.39.49:421][ 74]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door3905A63247E9D3113A217CA89C6DCC76.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.39.49:427][ 74]LogFileHelpers: InternalPromptForCheckoutAndSave took 61 ms (total: 1.14 sec)
+[2024.01.14-13.39.49:428][ 74]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.39.49:428][ 74]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.39.51:934][319]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.39.51:942][319]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.39.51:942][319]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:39:51)
+[2024.01.14-13.39.51:976][319]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.39.51:997][319]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020389s)
+[2024.01.14-13.39.51:997][319]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020437s)
+[2024.01.14-13.39.52:013][319]LogUObjectHash: Compacting FUObjectHashTables data took   1.46ms
+[2024.01.14-13.39.52:017][319]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.39.52:017][319]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.39.52:018][319]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.39.52:018][319]LogPlayLevel: PIE: World Init took: (0.001131s)
+[2024.01.14-13.39.52:018][319]LogAudio: Display: Creating Audio Device:                 Id: 15, Scope: Unique, Realtime: True
+[2024.01.14-13.39.52:018][319]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.39.52:018][319]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.39.52:018][319]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.39.52:018][319]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.39.52:018][319]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.39.52:018][319]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.39.52:018][319]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.39.52:018][319]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.39.52:019][319]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.39.52:019][319]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.39.52:019][319]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.39.52:021][319]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.39.52:056][319]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.39.52:057][319]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.39.52:057][319]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.39.52:057][319]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.39.52:057][319]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=15
+[2024.01.14-13.39.52:057][319]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=15
+[2024.01.14-13.39.52:060][319]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=15
+[2024.01.14-13.39.52:060][319]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=15
+[2024.01.14-13.39.52:060][319]LogInit: FAudioDevice initialized with ID 15.
+[2024.01.14-13.39.52:060][319]LogAudio: Display: Audio Device (ID: 15) registered with world 'BackroomsMap'.
+[2024.01.14-13.39.52:060][319]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 15
+[2024.01.14-13.39.52:062][319]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.39.52:070][319]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.39.52
+[2024.01.14-13.39.52:070][319]LogWorld: Bringing up level for play took: 0.007966
+[2024.01.14-13.39.52:073][319]LogOnline: OSS: Created online subsystem instance for: :Context_20
+[2024.01.14-13.39.52:075][319]PIE: Server logged in
+[2024.01.14-13.39.52:076][319]PIE: Play in editor total start time 0,134 seconds.
+[2024.01.14-13.40.01:956][211]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.40.01:956][211]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.40.01:957][211]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.40.01:958][211]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.40.01:970][211]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.40.01:977][211]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.40.01:992][211]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-13.40.01:993][211]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 15
+[2024.01.14-13.40.01:993][211]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15
+[2024.01.14-13.40.01:994][211]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15
+[2024.01.14-13.40.02:019][211]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.40.02:024][211]LogUObjectHash: Compacting FUObjectHashTables data took   1.39ms
+[2024.01.14-13.40.02:082][212]LogPlayLevel: Display: Destroying online subsystem :Context_20
+[2024.01.14-13.41.12:306][911]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.41.12:348][911]LogUObjectHash: Compacting FUObjectHashTables data took   1.36ms
+[2024.01.14-13.42.21:412][835]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.42.21:458][835]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.42.21:470][835]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.42.21:470][835]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_doorDAE759734BE0EDF12A4D1390BC800508.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.42.21:476][835]LogFileHelpers: InternalPromptForCheckoutAndSave took 63 ms (total: 1.20 sec)
+[2024.01.14-13.42.21:478][835]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.42.21:478][835]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.42.29:030][335]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.42.29:039][335]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.42.29:039][335]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:42:29)
+[2024.01.14-13.42.29:076][335]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.42.29:096][335]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020480s)
+[2024.01.14-13.42.29:096][335]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020529s)
+[2024.01.14-13.42.29:111][335]LogUObjectHash: Compacting FUObjectHashTables data took   1.25ms
+[2024.01.14-13.42.29:117][335]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.42.29:118][335]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.42.29:118][335]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.42.29:118][335]LogPlayLevel: PIE: World Init took: (0.001214s)
+[2024.01.14-13.42.29:119][335]LogAudio: Display: Creating Audio Device:                 Id: 16, Scope: Unique, Realtime: True
+[2024.01.14-13.42.29:119][335]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.42.29:119][335]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.42.29:119][335]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.42.29:119][335]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.42.29:119][335]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.42.29:119][335]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.42.29:119][335]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.42.29:119][335]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.42.29:119][335]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.42.29:119][335]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.42.29:119][335]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.42.29:121][335]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.42.29:156][335]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.42.29:157][335]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.42.29:157][335]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.42.29:157][335]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.42.29:157][335]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=16
+[2024.01.14-13.42.29:157][335]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=16
+[2024.01.14-13.42.29:160][335]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=16
+[2024.01.14-13.42.29:160][335]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=16
+[2024.01.14-13.42.29:160][335]LogInit: FAudioDevice initialized with ID 16.
+[2024.01.14-13.42.29:160][335]LogAudio: Display: Audio Device (ID: 16) registered with world 'BackroomsMap'.
+[2024.01.14-13.42.29:160][335]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 16
+[2024.01.14-13.42.29:162][335]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.42.29:170][335]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.42.29
+[2024.01.14-13.42.29:170][335]LogWorld: Bringing up level for play took: 0.008348
+[2024.01.14-13.42.29:173][335]LogOnline: OSS: Created online subsystem instance for: :Context_21
+[2024.01.14-13.42.29:175][335]PIE: Server logged in
+[2024.01.14-13.42.29:177][335]PIE: Play in editor total start time 0,138 seconds.
+[2024.01.14-13.42.43:966][685]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.42.43:967][685]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.42.43:967][685]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.42.43:968][685]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.42.43:980][685]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.42.43:987][685]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.42.44:003][685]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-13.42.44:003][685]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 16
+[2024.01.14-13.42.44:003][685]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16
+[2024.01.14-13.42.44:005][685]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16
+[2024.01.14-13.42.44:020][685]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.42.44:025][685]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.14-13.42.44:083][686]LogPlayLevel: Display: Destroying online subsystem :Context_21
+[2024.01.14-13.42.51:781][ 67]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.42.51:812][ 67]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.42.51:824][ 67]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.42.51:824][ 67]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door824EF1264A13769B7D2895B05160F97E.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.42.51:829][ 67]LogFileHelpers: InternalPromptForCheckoutAndSave took 48 ms (total: 1.25 sec)
+[2024.01.14-13.42.51:830][ 67]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.42.51:831][ 67]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.43.52:568][549]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.43.52:613][549]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.43.52:626][549]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.43.52:626][549]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door9CA7836140B93DCC31EFB2A7F1739D98.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.43.52:632][549]LogFileHelpers: InternalPromptForCheckoutAndSave took 64 ms (total: 1.31 sec)
+[2024.01.14-13.43.52:634][549]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.43.52:634][549]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.43.53:413][607]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.43.53:454][607]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
+[2024.01.14-13.43.55:884][833]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.43.55:893][833]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.43.55:893][833]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:43:55)
+[2024.01.14-13.43.55:926][833]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.43.55:946][833]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020413s)
+[2024.01.14-13.43.55:946][833]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020466s)
+[2024.01.14-13.43.55:963][833]LogUObjectHash: Compacting FUObjectHashTables data took   1.28ms
+[2024.01.14-13.43.55:967][833]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.43.55:967][833]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.43.55:967][833]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.43.55:968][833]LogPlayLevel: PIE: World Init took: (0.001044s)
+[2024.01.14-13.43.55:968][833]LogAudio: Display: Creating Audio Device:                 Id: 17, Scope: Unique, Realtime: True
+[2024.01.14-13.43.55:968][833]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.43.55:968][833]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.43.55:968][833]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.43.55:968][833]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.43.55:968][833]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.43.55:968][833]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.43.55:968][833]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.43.55:968][833]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.43.55:969][833]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.43.55:969][833]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.43.55:969][833]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.43.55:971][833]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.43.56:007][833]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.43.56:008][833]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.43.56:008][833]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.43.56:008][833]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.43.56:009][833]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=17
+[2024.01.14-13.43.56:009][833]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=17
+[2024.01.14-13.43.56:011][833]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=17
+[2024.01.14-13.43.56:011][833]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=17
+[2024.01.14-13.43.56:011][833]LogInit: FAudioDevice initialized with ID 17.
+[2024.01.14-13.43.56:011][833]LogAudio: Display: Audio Device (ID: 17) registered with world 'BackroomsMap'.
+[2024.01.14-13.43.56:011][833]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 17
+[2024.01.14-13.43.56:013][833]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.43.56:021][833]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.43.56
+[2024.01.14-13.43.56:022][833]LogWorld: Bringing up level for play took: 0.008794
+[2024.01.14-13.43.56:024][833]LogOnline: OSS: Created online subsystem instance for: :Context_22
+[2024.01.14-13.43.56:027][833]PIE: Server logged in
+[2024.01.14-13.43.56:028][833]PIE: Play in editor total start time 0,135 seconds.
+[2024.01.14-13.44.15:657][590]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.44.15:657][590]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.44.15:657][590]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.44.15:658][590]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.44.15:670][590]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.44.15:677][590]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.44.15:693][590]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-13.44.15:693][590]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 17
+[2024.01.14-13.44.15:693][590]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17
+[2024.01.14-13.44.15:694][590]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17
+[2024.01.14-13.44.15:723][590]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.44.15:728][590]LogUObjectHash: Compacting FUObjectHashTables data took   1.32ms
+[2024.01.14-13.44.15:787][591]LogPlayLevel: Display: Destroying online subsystem :Context_22
+[2024.01.14-13.44.52:015][459]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.44.52:065][459]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.44.52:077][459]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.44.52:077][459]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door3DB09BC448E4B5771E672397A1327D0A.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.44.52:083][459]LogFileHelpers: InternalPromptForCheckoutAndSave took 68 ms (total: 1.38 sec)
+[2024.01.14-13.44.52:084][459]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.44.52:084][459]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.44.53:722][580]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.44.53:765][580]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
+[2024.01.14-13.44.56:522][765]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.44.56:571][765]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.44.56:582][765]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.44.56:583][765]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door4282AA754092B94A0DA083BB936CB072.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.44.56:588][765]LogFileHelpers: InternalPromptForCheckoutAndSave took 66 ms (total: 1.45 sec)
+[2024.01.14-13.44.56:590][765]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.44.56:590][765]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.45.00:040][ 64]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.45.00:049][ 64]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.45.00:049][ 64]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:45:00)
+[2024.01.14-13.45.00:049][ 64]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.45.00:070][ 64]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020628s)
+[2024.01.14-13.45.00:070][ 64]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020665s)
+[2024.01.14-13.45.00:085][ 64]LogUObjectHash: Compacting FUObjectHashTables data took   1.31ms
+[2024.01.14-13.45.00:089][ 64]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.45.00:090][ 64]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.45.00:090][ 64]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.45.00:090][ 64]LogPlayLevel: PIE: World Init took: (0.001022s)
+[2024.01.14-13.45.00:090][ 64]LogAudio: Display: Creating Audio Device:                 Id: 18, Scope: Unique, Realtime: True
+[2024.01.14-13.45.00:090][ 64]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.45.00:091][ 64]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.45.00:091][ 64]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.45.00:091][ 64]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.45.00:091][ 64]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.45.00:091][ 64]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.45.00:091][ 64]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.45.00:091][ 64]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.45.00:091][ 64]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.45.00:091][ 64]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.45.00:091][ 64]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.45.00:093][ 64]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.45.00:131][ 64]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.45.00:131][ 64]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.45.00:131][ 64]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.45.00:131][ 64]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.45.00:132][ 64]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=18
+[2024.01.14-13.45.00:132][ 64]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=18
+[2024.01.14-13.45.00:134][ 64]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=18
+[2024.01.14-13.45.00:134][ 64]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=18
+[2024.01.14-13.45.00:134][ 64]LogInit: FAudioDevice initialized with ID 18.
+[2024.01.14-13.45.00:134][ 64]LogAudio: Display: Audio Device (ID: 18) registered with world 'BackroomsMap'.
+[2024.01.14-13.45.00:134][ 64]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 18
+[2024.01.14-13.45.00:136][ 64]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.45.00:144][ 64]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.45.00
+[2024.01.14-13.45.00:145][ 64]LogWorld: Bringing up level for play took: 0.008481
+[2024.01.14-13.45.00:147][ 64]LogOnline: OSS: Created online subsystem instance for: :Context_23
+[2024.01.14-13.45.00:150][ 64]PIE: Server logged in
+[2024.01.14-13.45.00:151][ 64]PIE: Play in editor total start time 0,102 seconds.
+[2024.01.14-13.45.04:487][444]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.45.04:487][444]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.45.04:487][444]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.45.04:488][444]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.45.04:504][444]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.45.04:511][444]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.45.04:527][444]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-13.45.04:528][444]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 18
+[2024.01.14-13.45.04:528][444]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18
+[2024.01.14-13.45.04:530][444]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18
+[2024.01.14-13.45.04:561][444]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.45.04:565][444]LogUObjectHash: Compacting FUObjectHashTables data took   1.33ms
+[2024.01.14-13.45.04:627][445]LogPlayLevel: Display: Destroying online subsystem :Context_23
+[2024.01.14-13.45.46:795][990]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.45.46:839][990]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.45.46:850][990]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.45.46:851][990]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door42B273004B5F414F2B684797CA73E315.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.45.46:857][990]LogFileHelpers: InternalPromptForCheckoutAndSave took 62 ms (total: 1.51 sec)
+[2024.01.14-13.45.46:859][990]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.45.46:859][990]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.46.09:079][605]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.46.09:124][605]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.46.09:135][605]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.46.09:135][605]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door68E3EE62452B6C6BD9CFA5965213944F.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.46.09:142][605]LogFileHelpers: InternalPromptForCheckoutAndSave took 63 ms (total: 1.57 sec)
+[2024.01.14-13.46.09:143][605]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.46.09:143][605]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.46.10:400][710]BlueprintLog: New page: Compile Blueprint_door
+[2024.01.14-13.46.10:442][710]LogUObjectHash: Compacting FUObjectHashTables data took   1.42ms
+[2024.01.14-13.46.20:705][630]LogDebuggerCommands: Repeating last play command: Selected Viewport
+[2024.01.14-13.46.20:713][630]LogPlayLevel: PlayLevel: No blueprints needed recompiling
+[2024.01.14-13.46.20:713][630]PIE: New page: PIE session: BackroomsMap (14.01.2024, 15:46:20)
+[2024.01.14-13.46.20:736][630]LogPlayLevel: Creating play world package: /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.46.20:757][630]LogPlayLevel: PIE: StaticDuplicateObject took: (0.020660s)
+[2024.01.14-13.46.20:757][630]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/BackroomsMap.BackroomsMap to /Game/UEDPIE_0_BackroomsMap.BackroomsMap (0.020708s)
+[2024.01.14-13.46.20:772][630]LogUObjectHash: Compacting FUObjectHashTables data took   1.27ms
+[2024.01.14-13.46.20:777][630]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
+[2024.01.14-13.46.20:777][630]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
+[2024.01.14-13.46.20:777][630]LogAIModule: Creating AISystem for world BackroomsMap
+[2024.01.14-13.46.20:778][630]LogPlayLevel: PIE: World Init took: (0.001071s)
+[2024.01.14-13.46.20:778][630]LogAudio: Display: Creating Audio Device:                 Id: 19, Scope: Unique, Realtime: True
+[2024.01.14-13.46.20:778][630]LogAudioMixer: Display: Audio Mixer Platform Settings:
+[2024.01.14-13.46.20:778][630]LogAudioMixer: Display: 	Sample Rate:						  48000
+[2024.01.14-13.46.20:778][630]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
+[2024.01.14-13.46.20:778][630]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
+[2024.01.14-13.46.20:778][630]LogAudioMixer: Display: 	Number of buffers to queue:			  1
+[2024.01.14-13.46.20:778][630]LogAudioMixer: Display: 	Max Channels (voices):				  32
+[2024.01.14-13.46.20:778][630]LogAudioMixer: Display: 	Number of Async Source Workers:		  4
+[2024.01.14-13.46.20:778][630]LogAudio: Display: AudioDevice MaxSources: 32
+[2024.01.14-13.46.20:779][630]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
+[2024.01.14-13.46.20:779][630]LogAudio: Display: Audio Reverb Plugin: None (built-in).
+[2024.01.14-13.46.20:779][630]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
+[2024.01.14-13.46.20:781][630]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
+[2024.01.14-13.46.20:817][630]LogAudioMixer: Display: Using Audio Hardware Device Lautsprecher (Realtek(R) Audio)
+[2024.01.14-13.46.20:817][630]LogAudioMixer: Display: Initializing Sound Submixes...
+[2024.01.14-13.46.20:817][630]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
+[2024.01.14-13.46.20:817][630]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
+[2024.01.14-13.46.20:818][630]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=19
+[2024.01.14-13.46.20:818][630]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=19
+[2024.01.14-13.46.20:820][630]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=19
+[2024.01.14-13.46.20:820][630]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=19
+[2024.01.14-13.46.20:820][630]LogInit: FAudioDevice initialized with ID 19.
+[2024.01.14-13.46.20:820][630]LogAudio: Display: Audio Device (ID: 19) registered with world 'BackroomsMap'.
+[2024.01.14-13.46.20:821][630]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 19
+[2024.01.14-13.46.20:827][630]LogLoad: Game class is 'BP_FirstPersonGameMode_C'
+[2024.01.14-13.46.20:835][630]LogWorld: Bringing World /Game/UEDPIE_0_BackroomsMap.BackroomsMap up for play (max tick rate 0) at 2024.01.14-14.46.20
+[2024.01.14-13.46.20:836][630]LogWorld: Bringing up level for play took: 0.008581
+[2024.01.14-13.46.20:838][630]LogOnline: OSS: Created online subsystem instance for: :Context_24
+[2024.01.14-13.46.20:841][630]PIE: Server logged in
+[2024.01.14-13.46.20:842][630]PIE: Play in editor total start time 0,129 seconds.
+[2024.01.14-13.46.27:987][260]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.46.27:987][260]LogWorld: BeginTearingDown for /Game/UEDPIE_0_BackroomsMap
+[2024.01.14-13.46.27:987][260]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.46.27:988][260]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.46.28:004][260]LogPlayLevel: Display: Shutting down PIE online subsystems
+[2024.01.14-13.46.28:011][260]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.46.28:029][260]LogAudio: Display: Audio Device unregistered from world 'None'.
+[2024.01.14-13.46.28:029][260]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 19
+[2024.01.14-13.46.28:029][260]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19
+[2024.01.14-13.46.28:031][260]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19
+[2024.01.14-13.46.28:063][260]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
+[2024.01.14-13.46.28:068][260]LogUObjectHash: Compacting FUObjectHashTables data took   1.30ms
+[2024.01.14-13.46.28:128][261]LogPlayLevel: Display: Destroying online subsystem :Context_24
+[2024.01.14-13.46.32:024][625]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.46.32:059][625]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/BackroomsMap" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap" SILENT=true AUTOSAVING=false KEEPDIRTY=false
+[2024.01.14-13.46.32:100][625]LogUObjectHash: Compacting FUObjectHashTables data took   1.28ms
+[2024.01.14-13.46.32:162][625]LogSavePackage: Moving output files for package: /Game/BackroomsMap
+[2024.01.14-13.46.32:162][625]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/BackroomsMapCF7A6D9245AE54ED55F6F89AA953D27C.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap'
+[2024.01.14-13.46.32:172][625]LogFileHelpers: All files are already saved.
+[2024.01.14-13.46.32:172][625]LogFileHelpers: Saving map 'BackroomsMap' took 0.113
+[2024.01.14-13.46.32:185][625]LogFileHelpers: InternalPromptForCheckoutAndSave took 161 ms (total: 1.74 sec)
+[2024.01.14-13.46.32:188][625]AssetCheck: New page: Asset Save: BackroomsMap
+[2024.01.14-13.46.32:188][625]LogContentValidation: Display: Validating /Script/Engine.World /Game/BackroomsMap.BackroomsMap
+[2024.01.14-13.46.52:859][302]LogFileHelpers: InternalPromptForCheckoutAndSave started...
+[2024.01.14-13.46.52:907][302]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/GameMap/Door/Blueprint_door" FILE="D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset" SILENT=true
+[2024.01.14-13.46.52:918][302]LogSavePackage: Moving output files for package: /Game/GameMap/Door/Blueprint_door
+[2024.01.14-13.46.52:919][302]LogSavePackage: Moving 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Saved/Blueprint_door1E491C2F475D9F528CDBB59469758053.tmp' to 'D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset'
+[2024.01.14-13.46.52:925][302]LogFileHelpers: InternalPromptForCheckoutAndSave took 65 ms (total: 1.80 sec)
+[2024.01.14-13.46.52:926][302]AssetCheck: New page: Asset Save: Blueprint_door
+[2024.01.14-13.46.52:926][302]LogContentValidation: Display: Validating /Script/Engine.Blueprint /Game/GameMap/Door/Blueprint_door.Blueprint_door
+[2024.01.14-13.46.55:432][503]LogSlate: Window 'Blueprint_door' being destroyed
+[2024.01.14-13.46.55:436][503]LogSlate: Window 'Blueprint_door' being destroyed
+[2024.01.14-13.46.55:476][503]LogWorld: UWorld::CleanupWorld for World_5, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.46.55:476][503]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.46.56:931][664]LogUObjectHash: Compacting FUObjectHashTables data took   1.25ms
+[2024.01.14-13.46.56:941][664]LogStall: Shutdown...
+[2024.01.14-13.46.56:945][664]LogStall: Shutdown complete.
+[2024.01.14-13.46.56:989][664]LogSlate: Window 'BackroomsDigitalArt - Unreal Editor' being destroyed
+[2024.01.14-13.46.57:076][665]Cmd: QUIT_EDITOR
+[2024.01.14-13.46.57:076][665]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor())
+[2024.01.14-13.46.57:084][665]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested)
+[2024.01.14-13.46.57:084][665]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown
+[2024.01.14-13.46.57:084][665]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown
+[2024.01.14-13.46.57:087][665]LogWorld: UWorld::CleanupWorld for BackroomsMap, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.46.57:088][665]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
+[2024.01.14-13.46.57:097][665]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized.
+[2024.01.14-13.46.57:768][665]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)...
+[2024.01.14-13.46.57:768][665]LogAudio: Display: Destroying 1 Remaining Audio Device(s)...
+[2024.01.14-13.46.57:768][665]LogAudio: Display: Audio Device unregistered from world 'BackroomsMap'.
+[2024.01.14-13.46.57:768][665]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 1
+[2024.01.14-13.46.57:786][665]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1
+[2024.01.14-13.46.57:788][665]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1
+[2024.01.14-13.46.57:821][665]LogAudio: Display: Audio Device Manager Shutdown
+[2024.01.14-13.46.57:821][665]LogWindowsTextInputMethodSystem: Activated input method: Deutsch (Deutschland) - (Keyboard).
+[2024.01.14-13.46.57:825][665]LogExit: Preparing to exit.
+[2024.01.14-13.46.57:854][665]LogUObjectHash: Compacting FUObjectHashTables data took   1.62ms
+[2024.01.14-13.46.57:861][665]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:861][665]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:863][665]LogPython: Display: Object '/Engine/PythonTypes.add_null_above_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.align_translation_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.align_translation_all' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.align_translation_x' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.align_translation_y' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.align_translation_z' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.align_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.align_scale' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.search_replace_name_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.search_replace_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.do_rename_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.do_rename_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.set_bone_reference_pose' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.57:864][665]LogPython: Display: Object '/Engine/PythonTypes.ControlOutputFormat' was externally referenced when shutting down Python. Forcibly releasing its Python resources!
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogWorld: UWorld::CleanupWorld for None, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogWorld: UWorld::CleanupWorld for None, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogActorComponent: UnregisterComponent: (None.None) Not registered. Aborting.
+[2024.01.14-13.46.58:580][665]LogWorld: UWorld::CleanupWorld for None, bSessionEnded=true, bCleanupResources=true
+[2024.01.14-13.46.58:616][665]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled
+[2024.01.14-13.46.58:631][665]LogExit: Editor shut down
+[2024.01.14-13.46.58:635][665]LogExit: Transaction tracking system shut down
+[2024.01.14-13.46.58:886][665]LogExit: Object subsystem successfully closed.
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: ================================================
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: === FShaderJobCache stats ===
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Total job queries 8, among them cache hits 2 (25.00%)
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Tracking 6 distinct input hashes that result in 6 distinct outputs (100.00%)
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: RAM used: 13,53 KiB of 819,20 MiB budget. Usage: 0.00%
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: === Shader Compilation stats ===
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Shaders Compiled: 2
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Jobs assigned 2, completed 2 (100%)
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Time job spent in pending queue: average 0.10 s, longest 0.10 s
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Job execution time: average 0.67 s, max 0.72 s
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Job life time (pending + execution): average 0.78 s, max 0.83
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Shader code size: average 4,029 KiB, min 2,648 KiB, max 5,41 KiB
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 0.83 s
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Jobs were issued in 2 batches (only local compilation was used), average 1.00 jobs/batch
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Average processing rate: 2.42 jobs/sec
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Total thread time: 0,766 s
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Total thread preprocess time: 0,088 s
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Percentage time preprocessing: 11.52%
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Effective parallelization: 0.93 (times faster than compiling all shaders on one thread). Compare with number of workers: 8
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Top 2 most expensive shader types by average time:
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display:                                 TBasePassVSFNoLightMapPolicy (compiled    1 times, average 0.45 sec, max 0.45 sec, min 0.45 sec)
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display:                                 TBasePassPSFNoLightMapPolicy (compiled    1 times, average 0.32 sec, max 0.32 sec, min 0.32 sec)
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: Top 2 shader types by total compile time:
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display:                                 TBasePassVSFNoLightMapPolicy - 58.41% of total time (compiled    1 times, average 0.45 sec, max 0.45 sec, min 0.45 sec)
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display:                                 TBasePassPSFNoLightMapPolicy - 41.59% of total time (compiled    1 times, average 0.32 sec, max 0.32 sec, min 0.32 sec)
+[2024.01.14-13.46.58:894][665]LogShaderCompilers: Display: ================================================
+[2024.01.14-13.46.58:967][665]LogShaderCompilers: Display: Shaders left to compile 0
+[2024.01.14-13.46.58:988][665]LogVirtualization: UE::Virtualization was shutdown
+[2024.01.14-13.46.59:047][665]LogModuleManager: Shutting down and abandoning module MovieSceneCapture (1106)
+[2024.01.14-13.46.59:047][665]LogModuleManager: Shutting down and abandoning module Voice (1104)
+[2024.01.14-13.46.59:048][665]LogModuleManager: Shutting down and abandoning module MaterialEditor (1102)
+[2024.01.14-13.46.59:048][665]LogModuleManager: Shutting down and abandoning module HierarchicalLODOutliner (1100)
+[2024.01.14-13.46.59:048][665]LogModuleManager: Shutting down and abandoning module ExternalImagePicker (1098)
+[2024.01.14-13.46.59:048][665]LogModuleManager: Shutting down and abandoning module AddContentDialog (1096)
+[2024.01.14-13.46.59:050][665]LogModuleManager: Shutting down and abandoning module WidgetCarousel (1095)
+[2024.01.14-13.46.59:050][665]LogModuleManager: Shutting down and abandoning module SubobjectEditor (1092)
+[2024.01.14-13.46.59:050][665]LogModuleManager: Shutting down and abandoning module SceneOutliner (1090)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module StatusBar (1088)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module UnsavedAssetsTracker (1086)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module GameProjectGeneration (1084)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module StatsViewer (1082)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module SequenceRecorderSections (1080)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module AutomationWorker (1078)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module TextureAlignMode (1076)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module BspMode (1074)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module GeometryMode (1072)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module EngineAssetDefinitions (1070)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module SmartSnapping (1068)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module WebMMediaFactory (1066)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module WebMMediaEditor (1064)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module WebMMedia (1062)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module WmfMediaFactory (1060)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module WmfMediaEditor (1058)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module MediaPlayerEditor (1056)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module MediaCompositingEditor (1054)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module SequenceRecorder (1053)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module OpenExrWrapper (1050)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module ImgMediaFactory (1048)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module ImgMediaEditor (1046)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module AvfMediaFactory (1044)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module AvfMediaEditor (1042)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module AndroidMediaFactory (1040)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module AndroidMediaEditor (1038)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module TemplateSequenceEditor (1036)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module LevelSequenceEditor (1034)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module CameraShakePreviewer (1032)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module ActorSequenceEditor (1030)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module RigVMEditor (1028)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module WaveTableEditor (1026)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module ResonanceAudioEditor (1024)
+[2024.01.14-13.46.59:051][665]LogModuleManager: Shutting down and abandoning module OpenXRInput (1022)
+[2024.01.14-13.46.59:052][665]LogModuleManager: Shutting down and abandoning module GooglePADEditor (1020)
+[2024.01.14-13.46.59:052][665]LogModuleManager: Shutting down and abandoning module AudioCaptureEditor (1018)
+[2024.01.14-13.46.59:052][665]LogModuleManager: Shutting down and abandoning module AndroidFileServerEditor (1016)
+[2024.01.14-13.46.59:052][665]LogModuleManager: Shutting down and abandoning module PlanarCut (1014)
+[2024.01.14-13.46.59:052][665]LogModuleManager: Shutting down and abandoning module FractureEngine (1012)
+[2024.01.14-13.46.59:052][665]LogModuleManager: Shutting down and abandoning module CharacterAI (1010)
+[2024.01.14-13.46.59:052][665]LogModuleManager: Shutting down and abandoning module IKRigEditor (1008)
+[2024.01.14-13.46.59:052][665]LogModuleManager: Shutting down and abandoning module LiveLinkMultiUser (1006)
+[2024.01.14-13.46.59:054][665]LogModuleManager: Shutting down and abandoning module ControlRigEditor (1004)
+[2024.01.14-13.46.59:054][665]LogModuleManager: Shutting down and abandoning module SessionServices (1002)
+[2024.01.14-13.46.59:054][665]LogModuleManager: Shutting down and abandoning module MeshPaint (1000)
+[2024.01.14-13.46.59:054][665]LogModuleManager: Shutting down and abandoning module VirtualTexturingEditor (998)
+[2024.01.14-13.46.59:054][665]LogModuleManager: Shutting down and abandoning module PlacementMode (997)
+[2024.01.14-13.46.59:055][665]LogModuleManager: Shutting down and abandoning module FoliageEdit (994)
+[2024.01.14-13.46.59:055][665]LogModuleManager: Shutting down and abandoning module LandscapeEditor (992)
+[2024.01.14-13.46.59:055][665]LogModuleManager: Shutting down and abandoning module SceneDepthPickerMode (990)
+[2024.01.14-13.46.59:055][665]LogModuleManager: Shutting down and abandoning module ActorPickerMode (988)
+[2024.01.14-13.46.59:055][665]LogModuleManager: Shutting down and abandoning module ViewportSnapping (986)
+[2024.01.14-13.46.59:055][665]LogModuleManager: Shutting down and abandoning module EditorWidgets (984)
+[2024.01.14-13.46.59:055][665]LogModuleManager: Shutting down and abandoning module ViewportInteraction (982)
+[2024.01.14-13.46.59:055][665]LogModuleManager: Shutting down and abandoning module ClothPainter (980)
+[2024.01.14-13.46.59:055][665]LogModuleManager: Shutting down and abandoning module SkeletalMeshEditor (979)
+[2024.01.14-13.46.59:055][665]LogModuleManager: Shutting down and abandoning module WidgetRegistration (976)
+[2024.01.14-13.46.59:055][665]LogModuleManager: Shutting down and abandoning module LogVisualizer (974)
+[2024.01.14-13.46.59:055][665]LogModuleManager: Shutting down and abandoning module IOSPlatformEditor (972)
+[2024.01.14-13.46.59:055][665]LogModuleManager: Shutting down and abandoning module AndroidPlatformEditor (970)
+[2024.01.14-13.46.59:055][665]LogModuleManager: Shutting down and abandoning module PIEPreviewDeviceProfileSelector (969)
+[2024.01.14-13.46.59:055][665]LogModuleManager: Shutting down and abandoning module AndroidDeviceDetection (967)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module WindowsPlatformEditor (964)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module MacPlatformEditor (962)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module IOSRuntimeSettings (960)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module AndroidRuntimeSettings (958)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module RenderResourceViewer (956)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module GameplayDebuggerEditor (954)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module AnimationSettings (952)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module VirtualizationEditor (950)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module CSVtoSVG (948)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module DerivedDataEditor (946)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module EditorConfig (944)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module EditorFramework (942)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module TraceInsights (940)
+[2024.01.14-13.46.59:493][665]MemoryProfiler: Shutdown
+[2024.01.14-13.46.59:493][665]NetworkingProfiler: Shutdown
+[2024.01.14-13.46.59:493][665]LoadingProfiler: Shutdown
+[2024.01.14-13.46.59:493][665]TimingProfiler: Shutdown
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module TraceServices (939)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module TraceAnalysis (938)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module EditorInteractiveToolsFramework (934)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module InteractiveToolsFramework (933)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module InputBindingEditor (930)
+[2024.01.14-13.46.59:493][665]LogModuleManager: Shutting down and abandoning module MergeActors (928)
+[2024.01.14-13.46.59:498][665]LogModuleManager: Shutting down and abandoning module LocalizationDashboard (926)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module LocalizationService (925)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module HardwareTargeting (922)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module DeviceProfileEditor (920)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module UndoHistory (918)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module XmlParser (916)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module Blutility (914)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module ProjectSettingsViewer (912)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module ProjectTargetPlatformEditor (911)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module EditorSettingsViewer (908)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module InternationalizationSettings (907)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module SettingsEditor (904)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module ProjectLauncher (902)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module SessionFrontend (900)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module ProfilerClient (898)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module DeviceManager (896)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module AutomationController (894)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module AutomationWindow (892)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module Layers (890)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module ComponentVisualizers (888)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module DetailCustomizations (886)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module PackagesDialog (884)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module AnimationBlueprintEditor (882)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module Persona (880)
+[2024.01.14-13.46.59:499][665]LogModuleManager: Shutting down and abandoning module Kismet (878)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module KismetWidgets (877)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module GraphEditor (874)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module StructViewer (872)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module ClassViewer (870)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module UncontrolledChangelists (868)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module SourceControlWindowExtender (866)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module SourceControlWindows (864)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module OutputLog (862)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module Documentation (860)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module SparseVolumeTexture (858)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module MovieSceneTracks (856)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module MovieScene (854)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module StreamingPauseRendering (852)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module BinkAudioDecoder (850)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module AudioMixerXAudio2 (848)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module AudioMixer (847)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module AudioMixerCore (846)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module LauncherPlatform (842)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module AnalyticsET (840)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module PortalServices (838)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module PortalRpc (836)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module MessagingRpc (834)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module AIModule (832)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module GameplayDebugger (831)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module AITestSuite (829)
+[2024.01.14-13.46.59:510][665]LogModuleManager: Shutting down and abandoning module NavigationSystem (827)
+[2024.01.14-13.46.59:511][665]LogModuleManager: Shutting down and abandoning module LevelInstanceEditor (824)
+[2024.01.14-13.46.59:511][665]LogModuleManager: Shutting down and abandoning module TypedElementRuntime (822)
+[2024.01.14-13.46.59:511][665]LogModuleManager: Shutting down and abandoning module TypedElementFramework (820)
+[2024.01.14-13.46.59:511][665]LogModuleManager: Shutting down and abandoning module ImageWriteQueue (818)
+[2024.01.14-13.46.59:511][665]LogModuleManager: Shutting down and abandoning module ProfilerService (816)
+[2024.01.14-13.46.59:763][665]LogModuleManager: Shutting down and abandoning module ProfileVisualizer (814)
+[2024.01.14-13.46.59:763][665]LogModuleManager: Shutting down and abandoning module CacheTrackRecorder (812)
+[2024.01.14-13.46.59:763][665]LogModuleManager: Shutting down and abandoning module TakeRecorderSources (810)
+[2024.01.14-13.46.59:763][665]LogModuleManager: Shutting down and abandoning module TakeTrackRecorders (808)
+[2024.01.14-13.46.59:763][665]LogModuleManager: Shutting down and abandoning module TakesCore (806)
+[2024.01.14-13.46.59:763][665]LogModuleManager: Shutting down and abandoning module AudioSynesthesiaEditor (804)
+[2024.01.14-13.46.59:763][665]LogModuleManager: Shutting down and abandoning module MegascansPlugin (802)
+[2024.01.14-13.46.59:763][665]LogModuleManager: Shutting down and abandoning module Bridge (800)
+[2024.01.14-13.46.59:763][665]LogModuleManager: Shutting down and abandoning module ConcertSyncClient (798)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module ObjectMixerEditor (796)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module LightMixer (794)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module ContentBrowserFileDataSource (792)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module ContentBrowserClassDataSource (790)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module ContentBrowserAssetDataSource (788)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module CollectionManager (787)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module PortableObjectFileDataSource (784)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module TakeSequencer (782)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module TakeMovieScene (780)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module WorldPartitionHLODUtilities (778)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module UVEditorToolsEditorOnly (776)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module UVEditorTools (774)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module UVEditor (772)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module SpeedTreeImporter (770)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module SequencerAnimTools (768)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module PluginBrowser (766)
+[2024.01.14-13.46.59:766][665]LogModuleManager: Shutting down and abandoning module ModelingToolsEditorMode (764)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module MobileLauncherProfileWizard (762)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module MaterialAnalyzer (760)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module CurveEditorTools (758)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module EditorDebugTools (756)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module EditorScriptingUtilities (754)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module ChangelistReview (752)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module CryptoKeysOpenSSL (750)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module CryptoKeys (748)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module BlueprintHeaderView (746)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module PaperTiledImporter (744)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module PaperSpriteSheetImporter (742)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module Paper2DEditor (740)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module AlembicImporter (738)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module AlembicLibrary (737)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module MediaPlateEditor (734)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module MediaPlate (732)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module MediaCompositing (730)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module ImgMedia (728)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module VisualStudioCodeSourceCodeAccess (726)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module InterchangeFbxParser (724)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module InterchangeCommonParser (722)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module InterchangeDispatcher (720)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module InterchangeExport (718)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module InterchangeMessages (716)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module GLTFCore (714)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module InterchangeEditorUtilities (712)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module InterchangeEditorPipelines (710)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module InterchangeEditor (708)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module TemplateSequence (706)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module SequencerScriptingEditor (704)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module SequencerScripting (702)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module VisualStudioSourceCodeAccess (700)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module UObjectPlugin (698)
+[2024.01.14-13.46.59:768][665]LogModuleManager: Shutting down and abandoning module RiderSourceCodeAccess (696)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module SubversionSourceControl (694)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module PluginUtils (692)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module InterchangeTestEditor (690)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module InterchangeTests (688)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module N10XSourceCodeAccess (686)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module GitSourceControl (684)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module DumpGPUServices (682)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module CLionSourceCodeAccess (680)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module AnimationSharingEd (678)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module XRBaseEditor (676)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module XRBase (674)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module SynthesisEditor (672)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module ResonanceAudio (670)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module ProceduralMeshComponentEditor (668)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module OpenXRHandTrackingEditor (666)
+[2024.01.14-13.46.59:769][665]LogModuleManager: Shutting down and abandoning module OpenXREditor (664)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module MobilePatchingUtils (662)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module ModelingOperatorsEditorOnly (660)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module ModelingOperators (658)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module ModelingComponentsEditorOnly (656)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module ModelingComponents (654)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module GeometryFramework (653)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module MeshModelingToolsEditorOnly (650)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module MeshModelingTools (648)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module InputDebuggingEditor (646)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module InputDebugging (644)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module GooglePAD (642)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module GeometryCacheTracks (640)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module GeometryCache (638)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module GeometryCacheStreamer (636)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module GeometryCacheSequencer (634)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module GeometryCacheEd (632)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module DynamicMesh (630)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module GeometryAlgorithms (628)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module ArchVisCharacter (626)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module AudioCapture (624)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module AudioCaptureWasapi (623)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module AssetTags (620)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module AppleImageUtilsBlueprintSupport (618)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module AppleImageUtils (616)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module AndroidPermission (614)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module ActorLayerUtilitiesEditor (612)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module ActorLayerUtilities (610)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module ToolPresetEditor (608)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module ToolPresetAsset (606)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module StructUtilsTestSuite (604)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module StructUtilsNodes (602)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module StructUtilsEditor (600)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module StructUtilsEngine (598)
+[2024.01.14-13.46.59:772][665]LogModuleManager: Shutting down and abandoning module StaticMeshEditorModeling (596)
+[2024.01.14-13.46.59:773][665]LogModuleManager: Shutting down and abandoning module StaticMeshEditor (595)
+[2024.01.14-13.46.59:773][665]LogModuleManager: Shutting down and abandoning module AdvancedPreviewScene (594)
+[2024.01.14-13.46.59:773][665]LogModuleManager: Shutting down and abandoning module OpenImageDenoise (590)
+[2024.01.14-13.46.59:773][665]LogOpenImageDenoise: OIDN shutting down
+[2024.01.14-13.46.59:773][665]LogModuleManager: Shutting down and abandoning module SkeletalMeshModifiers (588)
+[2024.01.14-13.46.59:773][665]LogModuleManager: Shutting down and abandoning module ModelingEditorUI (586)
+[2024.01.14-13.46.59:773][665]LogModuleManager: Shutting down and abandoning module GeometryProcessingAdapters (584)
+[2024.01.14-13.46.59:773][665]LogModuleManager: Shutting down and abandoning module MeshModelingToolsEditorOnlyExp (582)
+[2024.01.14-13.46.59:773][665]LogModuleManager: Shutting down and abandoning module MeshModelingToolsExp (580)
+[2024.01.14-13.46.59:773][665]LogModuleManager: Shutting down and abandoning module MeshLODToolset (578)
+[2024.01.14-13.46.59:773][665]LogModuleManager: Shutting down and abandoning module LocalizableMessageBlueprint (576)
+[2024.01.14-13.46.59:773][665]LogModuleManager: Shutting down and abandoning module LocalizableMessage (574)
+[2024.01.14-13.46.59:773][665]LogModuleManager: Shutting down and abandoning module GeometryFlowMeshProcessingEditor (572)
+[2024.01.14-13.46.59:773][665]LogModuleManager: Shutting down and abandoning module GeometryFlowMeshProcessing (570)
+[2024.01.14-13.46.59:773][665]LogModuleManager: Shutting down and abandoning module GeometryFlowCore (568)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module GeometryCollectionNodes (566)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module GeometryCollectionTracks (564)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module GeometryCollectionEngine (563)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module GeometryCollectionSequencer (561)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module GeometryCollectionEditor (558)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module DataflowNodes (556)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module DataflowEnginePlugin (554)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module DataflowEditor (552)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module ChaosUserDataPT (550)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module ChaosSolverEditor (548)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module ChaosNiagara (546)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module FractureEditor (544)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module ChaosClothEditor (542)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module BackChannel (540)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module AutomationUtilsEditor (538)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module AutomationUtils (536)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module LiveLinkSequencer (534)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module LiveLinkMovieScene (532)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module LiveLinkGraphNode (530)
+[2024.01.14-13.46.59:774][665]LogModuleManager: Shutting down and abandoning module LiveLinkEditor (528)
+[2024.01.14-13.46.59:780][665]LogModuleManager: Shutting down and abandoning module LiveLinkComponents (526)
+[2024.01.14-13.46.59:780][665]LogModuleManager: Shutting down and abandoning module LiveLink (524)
+[2024.01.14-13.46.59:984][665]LogModuleManager: Shutting down and abandoning module ControlRigSpline (522)
+[2024.01.14-13.46.59:984][665]LogModuleManager: Shutting down and abandoning module BlendSpaceMotionAnalysis (520)
+[2024.01.14-13.46.59:984][665]LogModuleManager: Shutting down and abandoning module AnimationModifierLibrary (518)
+[2024.01.14-13.46.59:984][665]LogModuleManager: Shutting down and abandoning module ACLPluginEditor (516)
+[2024.01.14-13.46.59:984][665]LogModuleManager: Shutting down and abandoning module NiagaraEditorWidgets (514)
+[2024.01.14-13.46.59:984][665]LogModuleManager: Shutting down and abandoning module DatasmithContentEditor (510)
+[2024.01.14-13.46.59:984][665]LogModuleManager: Shutting down and abandoning module VariantManager (508)
+[2024.01.14-13.46.59:985][665]LogModuleManager: Shutting down and abandoning module VariantManagerContentEditor (507)
+[2024.01.14-13.46.59:985][665]LogModuleManager: Shutting down and abandoning module OodleNetworkHandlerComponent (504)
+[2024.01.14-13.46.59:985][665]LogModuleManager: Shutting down and abandoning module EditorTraceUtilities (502)
+[2024.01.14-13.46.59:985][665]LogModuleManager: Shutting down and abandoning module TraceUtilities (500)
+[2024.01.14-13.46.59:985][665]LogModuleManager: Shutting down and abandoning module InputEditor (498)
+[2024.01.14-13.46.59:985][665]LogModuleManager: Shutting down and abandoning module MeshPaintingToolset (496)
+[2024.01.14-13.46.59:985][665]LogModuleManager: Shutting down and abandoning module MeshPaintEditorMode (494)
+[2024.01.14-13.46.59:985][665]LogModuleManager: Shutting down and abandoning module ConcertSyncCore (492)
+[2024.01.14-13.46.59:986][665]LogModuleManager: Shutting down and abandoning module ConcertServer (490)
+[2024.01.14-13.46.59:987][665]LogModuleManager: Shutting down and abandoning module ConcertClient (488)
+[2024.01.14-13.46.59:987][665]LogModuleManager: Shutting down and abandoning module ConcertTransport (487)
+[2024.01.14-13.46.59:987][665]LogModuleManager: Shutting down and abandoning module Concert (484)
+[2024.01.14-13.46.59:987][665]LogModuleManager: Shutting down and abandoning module SQLiteCore (482)
+[2024.01.14-13.46.59:993][665]LogModuleManager: Shutting down and abandoning module GameplayTagsEditor (480)
+[2024.01.14-13.46.59:993][665]LogModuleManager: Shutting down and abandoning module FacialAnimationEditor (478)
+[2024.01.14-13.46.59:993][665]LogModuleManager: Shutting down and abandoning module FacialAnimation (476)
+[2024.01.14-13.46.59:993][665]LogModuleManager: Shutting down and abandoning module DataValidation (474)
+[2024.01.14-13.46.59:993][665]LogModuleManager: Shutting down and abandoning module AssetManagerEditor (472)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module TreeMap (471)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module Paper2D (468)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module EnvironmentQueryEditor (466)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module ImgMediaEngine (464)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module InterchangePipelines (462)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module InterchangeImport (460)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module InterchangeFactoryNodes (458)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module InterchangeNodes (456)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module ActorSequence (454)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module GameplayCameras (452)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module TraceDataFiltering (450)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module PropertyAccessNode (448)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module AnimationSharing (446)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module RigVMDeveloper (444)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module RigVM (442)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module Synthesis (440)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module SoundFields (438)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module SignificanceManager (436)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module ProceduralMeshComponent (434)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module PropertyAccessEditor (432)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module MsQuicRuntime (430)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module MetasoundEditor (428)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module AudioWidgets (427)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module AdvancedWidgets (426)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module MetasoundEngineTest (422)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module MetasoundEngine (420)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module WaveTable (419)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module AudioCodecEngine (417)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module MetasoundStandardNodes (414)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module MetasoundFrontend (412)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module MetasoundGenerator (410)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module MetasoundGraphCore (408)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module LocationServicesBPLibrary (406)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module AudioSynesthesia (404)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module AudioAnalyzer (403)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module AudioSynesthesiaCore (400)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module CustomMeshComponent (398)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module CableComponent (396)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module StructUtils (394)
+[2024.01.14-13.46.59:994][665]LogModuleManager: Shutting down and abandoning module PythonScriptPlugin (392)
+[2024.01.14-13.46.59:995][665]LogModuleManager: Shutting down and abandoning module PBIK (390)
+[2024.01.14-13.46.59:995][665]LogModuleManager: Shutting down and abandoning module FullBodyIK (388)
+[2024.01.14-13.46.59:995][665]LogModuleManager: Shutting down and abandoning module ChaosCachingEditor (386)
+[2024.01.14-13.46.59:995][665]LogModuleManager: Shutting down and abandoning module TakeRecorder (385)
+[2024.01.14-13.46.59:995][665]LogModuleManager: Shutting down and abandoning module LevelEditor (383)
+[2024.01.14-13.46.59:998][665]LogModuleManager: Shutting down and abandoning module PixelInspectorModule (382)
+[2024.01.14-13.46.59:998][665]LogModuleManager: Shutting down and abandoning module CommonMenuExtensions (380)
+[2024.01.14-13.46.59:998][665]LogModuleManager: Shutting down and abandoning module MainFrame (378)
+[2024.01.14-13.46.59:998][665]LogModuleManager: Shutting down and abandoning module HotReload (377)
+[2024.01.14-13.46.59:999][665]LogModuleManager: Shutting down and abandoning module ChaosCaching (372)
+[2024.01.14-13.46.59:999][665]LogModuleManager: Shutting down and abandoning module IKRigDeveloper (370)
+[2024.01.14-13.46.59:999][665]LogModuleManager: Shutting down and abandoning module IKRig (368)
+[2024.01.14-13.46.59:999][665]LogModuleManager: Shutting down and abandoning module TcpMessaging (366)
+[2024.01.14-13.47.00:099][665]LogModuleManager: Shutting down and abandoning module ControlRigDeveloper (364)
+[2024.01.14-13.47.00:099][665]LogModuleManager: Shutting down and abandoning module ControlRig (362)
+[2024.01.14-13.47.00:099][665]LogModuleManager: Shutting down and abandoning module Constraints (361)
+[2024.01.14-13.47.00:099][665]LogModuleManager: Shutting down and abandoning module AnimationData (358)
+[2024.01.14-13.47.00:099][665]LogModuleManager: Shutting down and abandoning module UdpMessaging (356)
+[2024.01.14-13.47.00:200][665]LogModuleManager: Shutting down and abandoning module NiagaraAnimNotifies (354)
+[2024.01.14-13.47.00:200][665]LogModuleManager: Shutting down and abandoning module Niagara (352)
+[2024.01.14-13.47.00:200][665]LogModuleManager: Shutting down and abandoning module SignalProcessing (351)
+[2024.01.14-13.47.00:200][665]LogModuleManager: Shutting down and abandoning module NiagaraEditor (349)
+[2024.01.14-13.47.00:200][665]LogModuleManager: Shutting down and abandoning module LevelSequence (348)
+[2024.01.14-13.47.00:200][665]LogModuleManager: Shutting down and abandoning module ContentBrowser (346)
+[2024.01.14-13.47.00:200][665]LogModuleManager: Shutting down and abandoning module ToolMenus (345)
+[2024.01.14-13.47.00:200][665]LogModuleManager: Shutting down and abandoning module ContentBrowserData (343)
+[2024.01.14-13.47.00:200][665]LogModuleManager: Shutting down and abandoning module NiagaraCore (338)
+[2024.01.14-13.47.00:200][665]LogModuleManager: Shutting down and abandoning module InputBlueprintNodes (336)
+[2024.01.14-13.47.00:200][665]LogModuleManager: Shutting down and abandoning module BlueprintGraph (335)
+[2024.01.14-13.47.00:200][665]LogModuleManager: Shutting down and abandoning module EnhancedInput (332)
+[2024.01.14-13.47.00:200][665]LogModuleManager: Shutting down and abandoning module WindowsMoviePlayer (330)
+[2024.01.14-13.47.00:207][665]LogModuleManager: Shutting down and abandoning module WebMMoviePlayer (328)
+[2024.01.14-13.47.00:207][665]LogModuleManager: Shutting down and abandoning module AndroidFileServer (326)
+[2024.01.14-13.47.00:207][665]LogModuleManager: Shutting down and abandoning module NetworkReplayStreaming (324)
+[2024.01.14-13.47.00:207][665]LogModuleManager: Shutting down and abandoning module PacketHandler (322)
+[2024.01.14-13.47.00:207][665]LogModuleManager: Shutting down and abandoning module WorldPartitionEditor (320)
+[2024.01.14-13.47.00:208][665]LogModuleManager: Shutting down and abandoning module AnimGraph (318)
+[2024.01.14-13.47.00:208][665]LogModuleManager: Shutting down and abandoning module TimeManagement (316)
+[2024.01.14-13.47.00:208][665]LogModuleManager: Shutting down and abandoning module AnimationDataController (314)
+[2024.01.14-13.47.00:208][665]LogModuleManager: Shutting down and abandoning module ClothingSystemEditor (312)
+[2024.01.14-13.47.00:208][665]LogModuleManager: Shutting down and abandoning module ClothingSystemRuntimeNv (310)
+[2024.01.14-13.47.00:208][665]LogModuleManager: Shutting down and abandoning module MediaAssets (308)
+[2024.01.14-13.47.00:208][665]LogModuleManager: Shutting down and abandoning module Overlay (306)
+[2024.01.14-13.47.00:208][665]LogModuleManager: Shutting down and abandoning module OverlayEditor (305)
+[2024.01.14-13.47.00:208][665]LogModuleManager: Shutting down and abandoning module VREditor (302)
+[2024.01.14-13.47.00:208][665]LogModuleManager: Shutting down and abandoning module StringTableEditor (300)
+[2024.01.14-13.47.00:208][665]LogModuleManager: Shutting down and abandoning module GameplayTasksEditor (298)
+[2024.01.14-13.47.00:208][665]LogModuleManager: Shutting down and abandoning module BehaviorTreeEditor (296)
+[2024.01.14-13.47.00:208][665]LogModuleManager: Shutting down and abandoning module FunctionalTesting (294)
+[2024.01.14-13.47.00:208][665]LogModuleManager: Shutting down and abandoning module CollisionAnalyzer (292)
+[2024.01.14-13.47.00:208][665]LogModuleManager: Shutting down and abandoning module WorkspaceMenuStructure (291)
+[2024.01.14-13.47.00:214][665]LogModuleManager: Shutting down and abandoning module ScriptableEditorWidgets (288)
+[2024.01.14-13.47.00:214][665]LogModuleManager: Shutting down and abandoning module UMG (286)
+[2024.01.14-13.47.00:214][665]LogModuleManager: Shutting down and abandoning module UMGEditor (285)
+[2024.01.14-13.47.00:214][665]LogModuleManager: Shutting down and abandoning module EditorStyle (280)
+[2024.01.14-13.47.00:214][665]LogModuleManager: Shutting down and abandoning module SlateReflector (278)
+[2024.01.14-13.47.00:214][665]LogModuleManager: Shutting down and abandoning module Slate (276)
+[2024.01.14-13.47.00:214][665]LogModuleManager: Shutting down and abandoning module SlateCore (274)
+[2024.01.14-13.47.00:215][665]LogModuleManager: Shutting down and abandoning module SubobjectDataInterface (272)
+[2024.01.14-13.47.00:215][665]LogModuleManager: Shutting down and abandoning module LandscapeEditorUtilities (270)
+[2024.01.14-13.47.00:215][665]LogModuleManager: Shutting down and abandoning module UnrealEd (268)
+[2024.01.14-13.47.00:215][665]LogModuleManager: Shutting down and abandoning module MRMesh (266)
+[2024.01.14-13.47.00:215][665]LogModuleManager: Shutting down and abandoning module Messaging (264)
+[2024.01.14-13.47.00:215][665]LogModuleManager: Shutting down and abandoning module SourceCodeAccess (262)
+[2024.01.14-13.47.00:215][665]LogModuleManager: Shutting down and abandoning module HeadMountedDisplay (260)
+[2024.01.14-13.47.00:215][665]LogModuleManager: Shutting down and abandoning module LiveCoding (258)
+[2024.01.14-13.47.00:227][665]LogModuleManager: Shutting down and abandoning module Networking (256)
+[2024.01.14-13.47.00:227][665]LogModuleManager: Shutting down and abandoning module Core (254)
+[2024.01.14-13.47.00:227][665]LogModuleManager: Shutting down and abandoning module AssetDefinition (252)
+[2024.01.14-13.47.00:227][665]LogModuleManager: Shutting down and abandoning module MovieSceneTools (250)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module CurveEditor (249)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module Sequencer (247)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module KismetCompiler (244)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module MeshBuilder (242)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module NaniteBuilder (240)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module MeshUtilities (238)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module MeshMergeUtilities (237)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module StaticMeshDescription (236)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module GeometryProcessingInterfaces (235)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module MeshReductionInterface (232)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module MeshBoneReduction (231)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module SkeletalMeshReduction (229)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module ProxyLODMeshReduction (227)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module QuadricMeshReduction (225)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module MaterialBaking (221)
+[2024.01.14-13.47.00:228][665]LogModuleManager: Shutting down and abandoning module TargetDeviceServices (218)
+[2024.01.14-13.47.00:239][665]LogModuleManager: Shutting down and abandoning module TelemetryUtils (215)
+[2024.01.14-13.47.00:239][665]LogModuleManager: Shutting down and abandoning module NullInstallBundleManager (212)
+[2024.01.14-13.47.00:239][665]LogModuleManager: Shutting down and abandoning module ShaderPreprocessor (210)
+[2024.01.14-13.47.00:239][665]LogModuleManager: Shutting down and abandoning module DerivedDataCache (208)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module TargetPlatform (206)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module MetalShaderFormat (205)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module VulkanShaderFormat (203)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module ShaderFormatOpenGL (201)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module ShaderFormatD3D (199)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module ShaderFormatVectorVM (197)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module AudioFormatBINK (195)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module AudioFormatADPCM (193)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module AudioFormatOGG (191)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module AudioFormatOPUS (189)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module WindowsTargetPlatform (187)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module TVOSTargetPlatform (185)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module MacTargetPlatform (183)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module LinuxArm64TargetPlatform (181)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module LinuxTargetPlatform (179)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module IOSTargetPlatform (177)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module AndroidTargetPlatform (175)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module TextureFormat (173)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module ImageWrapper (172)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module TextureFormatOodle (170)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module TextureFormatUncompressed (168)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module TextureFormatIntelISPCTexComp (166)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module TextureFormatETC2 (164)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module TextureFormatDXT (162)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module TextureFormatASTC (160)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module TurnkeySupport (157)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module InputCore (154)
+[2024.01.14-13.47.00:252][665]LogModuleManager: Shutting down and abandoning module Settings (152)
+[2024.01.14-13.47.00:253][665]LogModuleManager: Shutting down and abandoning module DirectoryWatcher (150)
+[2024.01.14-13.47.00:254][665]LogModuleManager: Shutting down and abandoning module ChaosSolverEngine (148)
+[2024.01.14-13.47.00:254][665]LogModuleManager: Shutting down and abandoning module FieldSystemEngine (147)
+[2024.01.14-13.47.00:254][665]LogModuleManager: Shutting down and abandoning module Chaos (144)
+[2024.01.14-13.47.00:254][665]LogModuleManager: Shutting down and abandoning module GeometryCore (143)
+[2024.01.14-13.47.00:254][665]LogModuleManager: Shutting down and abandoning module WindowsPlatformFeatures (140)
+[2024.01.14-13.47.00:254][665]LogModuleManager: Shutting down and abandoning module GameplayMediaEncoder (139)
+[2024.01.14-13.47.00:254][665]LogModuleManager: Shutting down and abandoning module AVEncoder (138)
+[2024.01.14-13.47.00:254][665]LogModuleManager: Shutting down and abandoning module D3D11RHI (134)
+[2024.01.14-13.47.00:254][665]LogModuleManager: Shutting down and abandoning module LauncherChunkInstaller (132)
+[2024.01.14-13.47.00:254][665]LogModuleManager: Shutting down and abandoning module AISupportModule (130)
+[2024.01.14-13.47.00:254][665]LogModuleManager: Shutting down and abandoning module WmfMedia (128)
+[2024.01.14-13.47.00:258][665]LogModuleManager: Shutting down and abandoning module Media (127)
+[2024.01.14-13.47.00:260][665]LogModuleManager: Shutting down and abandoning module ExrReaderGpu (124)
+[2024.01.14-13.47.00:260][665]LogModuleManager: Shutting down and abandoning module RenderDocPlugin (122)
+[2024.01.14-13.47.00:260][665]RenderDocPlugin: plugin has been unloaded.
+[2024.01.14-13.47.00:260][665]LogModuleManager: Shutting down and abandoning module PixWinPlugin (120)
+[2024.01.14-13.47.00:260][665]LogModuleManager: Shutting down and abandoning module WindowsDeviceProfileSelector (118)
+[2024.01.14-13.47.00:260][665]LogModuleManager: Shutting down and abandoning module OpenXRHandTracking (116)
+[2024.01.14-13.47.00:261][665]LogSlate: Slate User Destroyed.  User Index 0, Is Virtual User: 0
+[2024.01.14-13.47.00:261][665]LogModuleManager: Shutting down and abandoning module OpenXREyeTracker (114)
+[2024.01.14-13.47.00:261][665]LogModuleManager: Shutting down and abandoning module OpenXRAR (112)
+[2024.01.14-13.47.00:261][665]LogModuleManager: Shutting down and abandoning module AugmentedReality (111)
+[2024.01.14-13.47.00:261][665]LogModuleManager: Shutting down and abandoning module OpenXRHMD (108)
+[2024.01.14-13.47.00:270][665]LogModuleManager: Shutting down and abandoning module ExampleDeviceProfileSelector (106)
+[2024.01.14-13.47.00:270][665]LogModuleManager: Shutting down and abandoning module ChunkDownloader (104)
+[2024.01.14-13.47.00:270][665]LogModuleManager: Shutting down and abandoning module ChaosCloth (102)
+[2024.01.14-13.47.00:270][665]LogModuleManager: Shutting down and abandoning module ACLPlugin (100)
+[2024.01.14-13.47.00:270][665]LogModuleManager: Shutting down and abandoning module NiagaraVertexFactories (98)
+[2024.01.14-13.47.00:270][665]LogModuleManager: Shutting down and abandoning module NiagaraShader (96)
+[2024.01.14-13.47.00:270][665]LogModuleManager: Shutting down and abandoning module OnlineBlueprintSupport (94)
+[2024.01.14-13.47.00:270][665]LogModuleManager: Shutting down and abandoning module OnlineSubsystemUtils (92)
+[2024.01.14-13.47.00:270][665]LogModuleManager: Shutting down and abandoning module OnlineSubsystem (90)
+[2024.01.14-13.47.00:272][665]LogModuleManager: Shutting down and abandoning module XMPP (85)
+[2024.01.14-13.47.00:272][665]LogModuleManager: Shutting down and abandoning module WebSockets (84)
+[2024.01.14-13.47.00:292][665]LogModuleManager: Shutting down and abandoning module HTTP (81)
+[2024.01.14-13.47.00:292][665]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests:
+[2024.01.14-13.47.00:292][665]LogHttp: Warning: 	verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B975CA2C5-424B-CD0F-8D51-788AFD82F799%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.3.2-29314046%2B%2B%2BUE5%2BRelease-5.3&UserID=002976d644467f527d076c834710bdb4%7Ccd35b1242a2748e081d62e29436d61f6%7Cd9b9d71b-f921-4b23-8fde-93c9a0418955&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[1] status=Processing
+[2024.01.14-13.47.00:306][665]LogModuleManager: Shutting down and abandoning module SSL (80)
+[2024.01.14-13.47.00:308][665]LogModuleManager: Shutting down and abandoning module OnlineServicesCommonEngineUtils (76)
+[2024.01.14-13.47.00:308][665]LogModuleManager: Shutting down and abandoning module OnlineServicesCommon (74)
+[2024.01.14-13.47.00:308][665]LogModuleManager: Shutting down and abandoning module OnlineServicesInterface (72)
+[2024.01.14-13.47.00:308][665]LogModuleManager: Shutting down and abandoning module DatasmithContent (70)
+[2024.01.14-13.47.00:308][665]LogModuleManager: Shutting down and abandoning module VariantManagerContent (68)
+[2024.01.14-13.47.00:308][665]LogModuleManager: Shutting down and abandoning module GLTFExporter (66)
+[2024.01.14-13.47.00:308][665]LogModuleManager: Shutting down and abandoning module DesktopPlatform (64)
+[2024.01.14-13.47.00:308][665]LogModuleManager: Shutting down and abandoning module PlasticSourceControl (62)
+[2024.01.14-13.47.00:308][665]LogModuleManager: Shutting down and abandoning module PerforceSourceControl (60)
+[2024.01.14-13.47.00:308][665]LogModuleManager: Shutting down and abandoning module SourceControl (59)
+[2024.01.14-13.47.00:308][665]LogModuleManager: Shutting down and abandoning module PythonScriptPluginPreload (56)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module PlatformCryptoOpenSSL (54)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module PlatformCryptoTypes (52)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module PlatformCrypto (50)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module XGEController (48)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module FastBuildController (46)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module IoStoreOnDemand (44)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module AnimationModifiers (42)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module AudioEditor (40)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module PropertyEditor (39)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module Virtualization (36)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module MessageLog (35)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module TextureCompressor (32)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module OpenColorIOWrapper (31)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module RenderCore (28)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module Landscape (26)
+[2024.01.14-13.47.00:309][665]LogModuleManager: Shutting down and abandoning module SlateRHIRenderer (24)
+[2024.01.14-13.47.00:311][665]LogModuleManager: Shutting down and abandoning module AnimGraphRuntime (22)
+[2024.01.14-13.47.00:311][665]LogModuleManager: Shutting down and abandoning module Renderer (20)
+[2024.01.14-13.47.00:311][665]LogModuleManager: Shutting down and abandoning module Engine (18)
+[2024.01.14-13.47.00:311][665]LogModuleManager: Shutting down and abandoning module CoreUObject (16)
+[2024.01.14-13.47.00:311][665]LogModuleManager: Shutting down and abandoning module SandboxFile (14)
+[2024.01.14-13.47.00:311][665]LogModuleManager: Shutting down and abandoning module PakFile (12)
+[2024.01.14-13.47.00:311][665]LogPakFile: Destroying PakPlatformFile
+[2024.01.14-13.47.00:311][665]LogModuleManager: Shutting down and abandoning module RSA (11)
+[2024.01.14-13.47.00:311][665]LogModuleManager: Shutting down and abandoning module NetworkFile (8)
+[2024.01.14-13.47.00:311][665]LogModuleManager: Shutting down and abandoning module StreamingFile (6)
+[2024.01.14-13.47.00:311][665]LogModuleManager: Shutting down and abandoning module CookOnTheFly (4)
+[2024.01.14-13.47.00:311][665]LogModuleManager: Shutting down and abandoning module StorageServerClient (2)
+[2024.01.14-13.47.00:317][665]LogD3D11RHI: Shutdown
+[2024.01.14-13.47.00:317][665]LogD3D11RHI: CleanupD3DDevice
+[2024.01.14-13.47.00:362][665]LogExit: Exiting.
+[2024.01.14-13.47.00:404][665]Log file closed, 01/14/24 14:47:00
diff --git a/BackroomsDigitalArt/Saved/SourceControl/UncontrolledChangelists.json b/BackroomsDigitalArt/Saved/SourceControl/UncontrolledChangelists.json
index 263d7413332ecc9629ae017a9f7138defc388aae..e2f33264a8d699726fc58e0acd97cd6b133a5d8b 100644
--- a/BackroomsDigitalArt/Saved/SourceControl/UncontrolledChangelists.json
+++ b/BackroomsDigitalArt/Saved/SourceControl/UncontrolledChangelists.json
@@ -5,6 +5,18 @@
 			"guid": "00000000000000000000000000000000",
 			"description": "Default Uncontrolled Changelist",
 			"files": [
+				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap",
+				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/FPWeapon/Materials/BaseMaterial.uasset",
+				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Ceiling/Ceiling_Material.uasset",
+				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Lamp/Lamp_Backside.uasset",
+				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/locker_Locker.uasset",
+				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/locker_Locker_Door.uasset",
+				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset",
+				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/Locker.uasset",
+				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Floor/Floor_Material.uasset",
+				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/locker_fixed_Locker.uasset",
+				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/locker_fixed_Locker_Door.uasset",
+				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Door/Blueprint_door.uasset",
 				"G:/digital_art/BackroomsDigitalArt/Content/GameMap/Floor/Floor_Material.uasset",
 				"G:/digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap",
 				"G:/digital_art/BackroomsDigitalArt/Content/_GENERATED/user/Rectangle_00FD29C2.uasset",
@@ -69,18 +81,7 @@
 				"G:/digital_art/BackroomsDigitalArt/Content/GameMap/Lamp/Sound/Hum_noise.uasset",
 				"G:/digital_art/BackroomsDigitalArt/Content/GameMap/Lamp/Hum.uasset",
 				"G:/digital_art/BackroomsDigitalArt/Content/GameMap/Lamp/_Lamp_Grid.uasset",
-				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/BackroomsMap.umap",
-				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/FPWeapon/Materials/BaseMaterial.uasset",
-				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Ceiling/Ceiling_Material.uasset",
-				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Lamp/Lamp_Backside.uasset",
-				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/locker_Locker.uasset",
-				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/locker_Locker_Door.uasset",
-				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/LockerHide.uasset",
-				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/Locker.uasset",
 				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/Locker_Door.uasset",
-				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Floor/Floor_Material.uasset",
-				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/locker_fixed_Locker.uasset",
-				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Locker/locker_fixed_Locker_Door.uasset",
 				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Lamp/locker_Locker.uasset",
 				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Lamp/locker_Locker_Door.uasset",
 				"D:/Repositories_Hochschule/digital_art/BackroomsDigitalArt/Content/GameMap/Lamp/LockerHide.uasset",
diff --git a/Sources.txt b/Sources.txt
index 3c2dd13bb3fef4a2f81b3a27557f1532307307f0..ca69b3948d58d11eb61277887dcfc4f883d282fd 100644
--- a/Sources.txt
+++ b/Sources.txt
@@ -5,6 +5,7 @@ Walls - https://www.sharetextures.com/textures/wall/wallpaper-10
 Ceiling - https://ambientcg.com/view?id=OfficeCeiling001
 Lamps - https://ambientcg.com/view?id=OfficeCeiling004
 Locker Metal - https://ambientcg.com/view?id=Metal038
+Wooden Door - https://poly.cam/tools/ai-texture-generator (Prompt: light wood with grain and smooth surface)
 
 
 Sounds:
diff --git a/blender/door/door.blend b/blender/door/door.blend
new file mode 100644
index 0000000000000000000000000000000000000000..e7f0cb72cd5e7d954e3550407ea8079bbab1e512
Binary files /dev/null and b/blender/door/door.blend differ
diff --git a/blender/door/door.blend1 b/blender/door/door.blend1
new file mode 100644
index 0000000000000000000000000000000000000000..0c37db736b8bd76243db32762a06cc14ed14dd8d
Binary files /dev/null and b/blender/door/door.blend1 differ
diff --git a/blender/door/door.fbx b/blender/door/door.fbx
new file mode 100644
index 0000000000000000000000000000000000000000..3ffd0d3b5caeadcb0229cdccbb58d1f40ae54098
Binary files /dev/null and b/blender/door/door.fbx differ
diff --git a/blender/door/door_simplified.blend b/blender/door/door_simplified.blend
new file mode 100644
index 0000000000000000000000000000000000000000..014542b66e5d22384205802648ffa1916460f640
Binary files /dev/null and b/blender/door/door_simplified.blend differ
diff --git a/blender/door/door_simplified.blend1 b/blender/door/door_simplified.blend1
new file mode 100644
index 0000000000000000000000000000000000000000..f329afffec4a77575095eb5591300675a89fbb0e
Binary files /dev/null and b/blender/door/door_simplified.blend1 differ
diff --git a/blender/door/door_simplified.fbx b/blender/door/door_simplified.fbx
new file mode 100644
index 0000000000000000000000000000000000000000..f56e078d8b9e5f5b15c3a89e8c045685b080e629
Binary files /dev/null and b/blender/door/door_simplified.fbx differ
diff --git a/blender/door/img/wood.jpg b/blender/door/img/wood.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..da909a537f244124774be03ffd2d0c1f28faae8f
Binary files /dev/null and b/blender/door/img/wood.jpg differ