commit 3af9cbdfdffffb9bb0995f0fbdbc267167eca502 Author: 10000Je Date: Sat Apr 12 11:16:42 2025 +0900 first commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3e8f1d6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +Content/** filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0bc7d35 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +Binaries +DerivedDataCache +Intermediate +.idea +.vscode +.vs +*.VC.db +*.opensdf +*.opendb +*.sdf +*.sln +*.suo +*.xcodeproj +*.xcworkspace \ No newline at end of file diff --git a/Config/DefaultEditor.ini b/Config/DefaultEditor.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Config/DefaultEditor.ini @@ -0,0 +1 @@ + diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini new file mode 100644 index 0000000..0e5ae60 --- /dev/null +++ b/Config/DefaultEngine.ini @@ -0,0 +1,44 @@ + + +[/Script/EngineSettings.GameMapsSettings] +GameDefaultMap=/Game/Main.Main + + +EditorStartupMap=/Game/Main.Main + +[/Script/HardwareTargeting.HardwareTargetingSettings] +TargetedHardwareClass=Desktop +AppliedTargetedHardwareClass=Desktop +DefaultGraphicsPerformance=Maximum +AppliedDefaultGraphicsPerformance=Maximum + +[/Script/WindowsTargetPlatform.WindowsTargetSettings] +DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 + +[/Script/Engine.RendererSettings] +r.GenerateMeshDistanceFields=True +r.DynamicGlobalIlluminationMethod=1 +r.ReflectionMethod=1 +r.Shadow.Virtual.Enable=1 + +[/Script/WorldPartitionEditor.WorldPartitionEditorSettings] +CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet' + +[/Script/Engine.Engine] ++ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/WarehouseWreckage") ++ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/WarehouseWreckage") + +[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings] +bEnablePlugin=True +bAllowNetworkConnection=True +SecurityToken=03E648944F01D73DCA9BAA9F6FF7C2BE +bIncludeInShipping=False +bAllowExternalStartInShipping=False +bCompileAFSProject=False +bUseCompression=False +bLogFiles=False +bReportStats=False +ConnectionType=USBOnly +bUseManualIPAddress=False +ManualIPAddress= + diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini new file mode 100644 index 0000000..d5b2e4c --- /dev/null +++ b/Config/DefaultGame.ini @@ -0,0 +1,8 @@ + + +[/Script/EngineSettings.GeneralProjectSettings] +ProjectID=1FE88C2449F04E7F5516D9B910812A7A + +[StartupActions] +bAddPacks=True +InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent") diff --git a/Config/HoloLens/HoloLensEngine.ini b/Config/HoloLens/HoloLensEngine.ini new file mode 100644 index 0000000..7b8b53f --- /dev/null +++ b/Config/HoloLens/HoloLensEngine.ini @@ -0,0 +1,31 @@ + + +[/Script/HoloLensPlatformEditor.HoloLensTargetSettings] +bBuildForEmulation=False +bBuildForDevice=True +bUseNameForLogo=True +bBuildForRetailWindowsStore=False +bAutoIncrementVersion=False +bShouldCreateAppInstaller=False +AppInstallerInstallationURL= +HoursBetweenUpdateChecks=0 +bEnablePIXProfiling=False +TileBackgroundColor=(B=64,G=0,R=0,A=255) +SplashScreenBackgroundColor=(B=64,G=0,R=0,A=255) ++PerCultureResources=(CultureId="",Strings=(PackageDisplayName="",PublisherDisplayName="",PackageDescription="",ApplicationDisplayName="",ApplicationDescription=""),Images=()) +TargetDeviceFamily=Windows.Holographic +MinimumPlatformVersion= +MaximumPlatformVersionTested=10.0.18362.0 +MaxTrianglesPerCubicMeter=500.000000 +SpatialMeshingVolumeSize=20.000000 +CompilerVersion=Default +Windows10SDKVersion=10.0.18362.0 ++CapabilityList=internetClientServer ++CapabilityList=privateNetworkClientServer ++Uap2CapabilityList=spatialPerception +bSetDefaultCapabilities=False +SpatializationPlugin= +ReverbPlugin= +OcclusionPlugin= +SoundCueCookQualityIndex=-1 + diff --git a/Content/IndustryPropsPack6/Maps/Overview.umap b/Content/IndustryPropsPack6/Maps/Overview.umap new file mode 100644 index 0000000..32a51cd --- /dev/null +++ b/Content/IndustryPropsPack6/Maps/Overview.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5223f6f71a6a8f2c663b0043df199642f1ea2db2b103422a3d9399f3143cf8d2 +size 202519 diff --git a/Content/IndustryPropsPack6/Maps/Showcase.umap b/Content/IndustryPropsPack6/Maps/Showcase.umap new file mode 100644 index 0000000..b036a23 --- /dev/null +++ b/Content/IndustryPropsPack6/Maps/Showcase.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd1fa7b0f6e7693ff3694fe952e1f2b2f872998325229f2bc1ec1ef2d7ccfba +size 1288222 diff --git a/Content/IndustryPropsPack6/Materials/BaseMaterial/M_base.uasset b/Content/IndustryPropsPack6/Materials/BaseMaterial/M_base.uasset new file mode 100644 index 0000000..4e9f6cd --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/BaseMaterial/M_base.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21293a8ce265df6d61d0c8264cbfbfacdd57ecf7cb6098437d1cf309e10b5cb +size 285659 diff --git a/Content/IndustryPropsPack6/Materials/MI_Barrel01_1.uasset b/Content/IndustryPropsPack6/Materials/MI_Barrel01_1.uasset new file mode 100644 index 0000000..bf2e110 --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Barrel01_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667d9f34ec14938e68cf063ecb52887ac3dc430fff3b98b35fbefbb1e07cf3d4 +size 117487 diff --git a/Content/IndustryPropsPack6/Materials/MI_Barrel01_2.uasset b/Content/IndustryPropsPack6/Materials/MI_Barrel01_2.uasset new file mode 100644 index 0000000..fc9453c --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Barrel01_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb885f1045f14e8d2664881a87386f8ef347f4804ccec9b98b8f4fd7b3ef720 +size 114376 diff --git a/Content/IndustryPropsPack6/Materials/MI_Barrel01_3.uasset b/Content/IndustryPropsPack6/Materials/MI_Barrel01_3.uasset new file mode 100644 index 0000000..0591f1f --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Barrel01_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e192b74782e886842481a277757d276651c847f9a36104bdf35636210cd6f7 +size 99599 diff --git a/Content/IndustryPropsPack6/Materials/MI_Barrel01_4.uasset b/Content/IndustryPropsPack6/Materials/MI_Barrel01_4.uasset new file mode 100644 index 0000000..1486845 --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Barrel01_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bee61f5517c064f894eafe4a1d5477e62c99ff2be0f05a62e5bcf902d91abe +size 116750 diff --git a/Content/IndustryPropsPack6/Materials/MI_Barrel01_5.uasset b/Content/IndustryPropsPack6/Materials/MI_Barrel01_5.uasset new file mode 100644 index 0000000..4ec8636 --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Barrel01_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9bb4110fb82254024c23082d8bc30ffd12e0bdf3f520c6d35e29d5c668f4ce +size 118001 diff --git a/Content/IndustryPropsPack6/Materials/MI_Barrel01_6.uasset b/Content/IndustryPropsPack6/Materials/MI_Barrel01_6.uasset new file mode 100644 index 0000000..8c35658 --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Barrel01_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d208b72093df0918f14a760d0971e26faa8578556f4b8e6378fe8a268d70ef +size 122192 diff --git a/Content/IndustryPropsPack6/Materials/MI_Box01_1.uasset b/Content/IndustryPropsPack6/Materials/MI_Box01_1.uasset new file mode 100644 index 0000000..d55c3ab --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Box01_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0343e0b55fe3db98158a4041d83c64aef6f4982d88210b07a58d2b3c1d0ef97c +size 110199 diff --git a/Content/IndustryPropsPack6/Materials/MI_Box01_2.uasset b/Content/IndustryPropsPack6/Materials/MI_Box01_2.uasset new file mode 100644 index 0000000..d9d5be9 --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Box01_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de068f617c9601056f63dc3c682cab314a4f659b5c139f1f96e00a375d13a0c0 +size 109070 diff --git a/Content/IndustryPropsPack6/Materials/MI_Box01_3.uasset b/Content/IndustryPropsPack6/Materials/MI_Box01_3.uasset new file mode 100644 index 0000000..f7985ec --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Box01_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354c7cc17a0177f6277be9895cb9d7b11292344cc1427df19396faf252a7722a +size 104296 diff --git a/Content/IndustryPropsPack6/Materials/MI_Box01_4.uasset b/Content/IndustryPropsPack6/Materials/MI_Box01_4.uasset new file mode 100644 index 0000000..289e2e7 --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Box01_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0687505bff7901f691d03841009599a8ef24b950e937ca86c308efe5ca183240 +size 109408 diff --git a/Content/IndustryPropsPack6/Materials/MI_Cartonbox01_1.uasset b/Content/IndustryPropsPack6/Materials/MI_Cartonbox01_1.uasset new file mode 100644 index 0000000..6bc41e7 --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Cartonbox01_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69fa1bf2545d398918c3f1c1306257bd11a31f8ed26290f51d963a678b7523d4 +size 106419 diff --git a/Content/IndustryPropsPack6/Materials/MI_Cartonbox01_2.uasset b/Content/IndustryPropsPack6/Materials/MI_Cartonbox01_2.uasset new file mode 100644 index 0000000..640b9da --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Cartonbox01_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5211fddeab30c0086514dbefc68cd5030dde58ad0e33b050bf23e57436ad3cb +size 114768 diff --git a/Content/IndustryPropsPack6/Materials/MI_Gray.uasset b/Content/IndustryPropsPack6/Materials/MI_Gray.uasset new file mode 100644 index 0000000..a522369 --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Gray.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3dd5ece1d1facc0c40ee64b5b7a67f6d2319d991d8cf0d16d71f0278b0cc492 +size 75964 diff --git a/Content/IndustryPropsPack6/Materials/MI_Hose01_1.uasset b/Content/IndustryPropsPack6/Materials/MI_Hose01_1.uasset new file mode 100644 index 0000000..86dc641 --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Hose01_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0352137eaacd64e99c0f158535f7085f7647f95ab70d455f18f1dce5ab0d00 +size 108852 diff --git a/Content/IndustryPropsPack6/Materials/MI_Hose01_2.uasset b/Content/IndustryPropsPack6/Materials/MI_Hose01_2.uasset new file mode 100644 index 0000000..3f4f571 --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Hose01_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51684f9f82ce0566b73304a953d452709de8dd71cf48f5efba6e66cd73b1fd2b +size 129120 diff --git a/Content/IndustryPropsPack6/Materials/MI_Newspaper01_1.uasset b/Content/IndustryPropsPack6/Materials/MI_Newspaper01_1.uasset new file mode 100644 index 0000000..c0acaeb --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Newspaper01_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c963170d0dafe919b5e53bcf6fdebc19dd1b68627341cee51b53d4420a17001 +size 123500 diff --git a/Content/IndustryPropsPack6/Materials/MI_Newspaper01_2.uasset b/Content/IndustryPropsPack6/Materials/MI_Newspaper01_2.uasset new file mode 100644 index 0000000..f82d299 --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Newspaper01_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df44011f81595ce5a3954c7e2bdf1117969407989a3d4f301cd366b03156958d +size 121948 diff --git a/Content/IndustryPropsPack6/Materials/MI_Rack01_1.uasset b/Content/IndustryPropsPack6/Materials/MI_Rack01_1.uasset new file mode 100644 index 0000000..532332d --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Rack01_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e22940454331d82fff98f0857c1caa7ee657b9e6f81f173cd30339904aed97b +size 112220 diff --git a/Content/IndustryPropsPack6/Materials/MI_Tarp01_1.uasset b/Content/IndustryPropsPack6/Materials/MI_Tarp01_1.uasset new file mode 100644 index 0000000..95cec04 --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_Tarp01_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68969a54df931df276edc52e12d43c058831ff91f2a0ef72d1c4538661dc8d73 +size 119722 diff --git a/Content/IndustryPropsPack6/Materials/MI_TrafficBarrel01_1.uasset b/Content/IndustryPropsPack6/Materials/MI_TrafficBarrel01_1.uasset new file mode 100644 index 0000000..1084bc7 --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_TrafficBarrel01_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a5172dca5ebf4a45267cd94f00b6ea84054602e2c0f4c41f65abb98b1c22de +size 103140 diff --git a/Content/IndustryPropsPack6/Materials/MI_WaterTank01.uasset b/Content/IndustryPropsPack6/Materials/MI_WaterTank01.uasset new file mode 100644 index 0000000..5bcca61 --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/MI_WaterTank01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447794951362aced5d29989f0c74b03f5f87e607e59c23e1a19e45fedfcd0c2a +size 104585 diff --git a/Content/IndustryPropsPack6/Materials/Mi_Tarp01_2.uasset b/Content/IndustryPropsPack6/Materials/Mi_Tarp01_2.uasset new file mode 100644 index 0000000..e3d8ee8 --- /dev/null +++ b/Content/IndustryPropsPack6/Materials/Mi_Tarp01_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62629a161c9447404e3dba1b833d2465c01852ef9776739a31b2e92b57202bb8 +size 119125 diff --git a/Content/IndustryPropsPack6/Meshes/BP_Barrel.uasset b/Content/IndustryPropsPack6/Meshes/BP_Barrel.uasset new file mode 100644 index 0000000..36862ce --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/BP_Barrel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757f5617a3d403ee7566f22f6499187471787325a45a202065c609cb3d8dcaa3 +size 34135 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Barrel01.uasset b/Content/IndustryPropsPack6/Meshes/SM_Barrel01.uasset new file mode 100644 index 0000000..4f58308 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Barrel01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010d90b5f65ee1912df65ce76bbcbdf61dac719d4028608eb5d533c0fe1ec7a4 +size 102952 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Barrel02.uasset b/Content/IndustryPropsPack6/Meshes/SM_Barrel02.uasset new file mode 100644 index 0000000..e2805af --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Barrel02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed29781a9d91bd4c9f045e2ef62fd432ccc3b5f19053abde1fb98ab9daef65a8 +size 267344 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Barrel03.uasset b/Content/IndustryPropsPack6/Meshes/SM_Barrel03.uasset new file mode 100644 index 0000000..ba436bd --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Barrel03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5565430653e30eb02f1a1da18d8536c036ed424fea0f0402490802076c28e882 +size 265831 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Barrel04.uasset b/Content/IndustryPropsPack6/Meshes/SM_Barrel04.uasset new file mode 100644 index 0000000..31ade8b --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Barrel04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0489bdd7ccbcadd8716fc6906750b1808ecf53a0c3d52da205b078cb2fdf061 +size 1009388 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Box01.uasset b/Content/IndustryPropsPack6/Meshes/SM_Box01.uasset new file mode 100644 index 0000000..9c37e96 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Box01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7467d0669113823338fc13e9353265871cd3b4361b523fe2e65b044155b2c154 +size 476672 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Box02.uasset b/Content/IndustryPropsPack6/Meshes/SM_Box02.uasset new file mode 100644 index 0000000..50514ea --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Box02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a592a558bde859ae1e80cd6efd8c71f2dd9b862f6515fc9224e37168ea9e15c +size 427670 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Box03.uasset b/Content/IndustryPropsPack6/Meshes/SM_Box03.uasset new file mode 100644 index 0000000..1854f42 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Box03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b8c1dc0f562ffb00e1e8764273ba3b791ebed81a881410600f05b29486062b +size 772602 diff --git a/Content/IndustryPropsPack6/Meshes/SM_CartonBox01.uasset b/Content/IndustryPropsPack6/Meshes/SM_CartonBox01.uasset new file mode 100644 index 0000000..558ddf4 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_CartonBox01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8095554519b8613f2cc2916e01a9faed42d47c4eb1e09be87c3210e0b7451212 +size 105896 diff --git a/Content/IndustryPropsPack6/Meshes/SM_CartonBox02.uasset b/Content/IndustryPropsPack6/Meshes/SM_CartonBox02.uasset new file mode 100644 index 0000000..aac0993 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_CartonBox02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02803c873f2388f480314eabba0c29a5d52ea8e52e5206c304a40732ef82dceb +size 109574 diff --git a/Content/IndustryPropsPack6/Meshes/SM_CartonBox03.uasset b/Content/IndustryPropsPack6/Meshes/SM_CartonBox03.uasset new file mode 100644 index 0000000..88ded2e --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_CartonBox03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4542f679201c31047cb3e00f9c7643864b3754725aa8d5187962b710869b521c +size 112764 diff --git a/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage01.uasset b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage01.uasset new file mode 100644 index 0000000..3e91518 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90c3af7a3826b0a3e72fdd86e6c23e40d43f75fd89db7e4ec0688ebca5d2ce1 +size 111587 diff --git a/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage02.uasset b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage02.uasset new file mode 100644 index 0000000..292351c --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3808759d2cccb34b4dce6935e01c6d13fc5ff93bb93ced7dc2ada3d9be7cb96 +size 111446 diff --git a/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage03.uasset b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage03.uasset new file mode 100644 index 0000000..5c37951 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550b6487794c583ccd30d35f90fd90b77e35f82437d110b73356665508f4927f +size 107027 diff --git a/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage04.uasset b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage04.uasset new file mode 100644 index 0000000..b839edd --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7e08b89c7d5d90d11df07cdea1ae9e5920fdcf9b55952acc7e8244c5abd69c +size 101491 diff --git a/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage05.uasset b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage05.uasset new file mode 100644 index 0000000..7ddc840 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d6475ec264561377979b86da725f2f53700d4d19dfefe13650bcd8fac63d43 +size 121207 diff --git a/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage06.uasset b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage06.uasset new file mode 100644 index 0000000..d562431 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8703d27b77d9f53b7defe1e53e4a3486b44dfb9377877ac8b3a890b4a30b5df2 +size 118433 diff --git a/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage07.uasset b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage07.uasset new file mode 100644 index 0000000..1a36e95 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb491c407930c18cbcc92a39f4932a9528160cd4120fd00fabf369459249999 +size 145357 diff --git a/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage08.uasset b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage08.uasset new file mode 100644 index 0000000..e81f4d0 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff361e5983fa230b15028500df4c100248b70052b92ac62dfb5b39b7b8d9a09d +size 134480 diff --git a/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage09.uasset b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage09.uasset new file mode 100644 index 0000000..613ca50 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_CartonGarbage09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa423659fac2443e5eb995d799c64dc9c91f98d67c99ee6e54a3fb510d4ad8da +size 203040 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Hose01.uasset b/Content/IndustryPropsPack6/Meshes/SM_Hose01.uasset new file mode 100644 index 0000000..a883503 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Hose01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8901768b31393f291de610243e617a65e935cabc6ab4c83151d3a455b5a1688a +size 261395 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Newspaper01.uasset b/Content/IndustryPropsPack6/Meshes/SM_Newspaper01.uasset new file mode 100644 index 0000000..308f08c --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Newspaper01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9303c6c9544242352f71b03b06752222f98369c8f8dcdce23e01dc5223af499 +size 107930 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Newspaper02.uasset b/Content/IndustryPropsPack6/Meshes/SM_Newspaper02.uasset new file mode 100644 index 0000000..5ed0719 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Newspaper02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f891416b9de22d59171c7bc0722e85f3c9b4a0aac83f5c01d4b5092dc50f9e2 +size 136764 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Newspaper03.uasset b/Content/IndustryPropsPack6/Meshes/SM_Newspaper03.uasset new file mode 100644 index 0000000..2475494 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Newspaper03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3537d6e1917bf6e925f448f544872b3159ec4a1e447103aee7a120e992f188 +size 153256 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Pallet01.uasset b/Content/IndustryPropsPack6/Meshes/SM_Pallet01.uasset new file mode 100644 index 0000000..a6df63d --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Pallet01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab67f347f53072f032d5314d8bbef140d764333aab8c611c4d1086c4a740a71 +size 214138 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Rack01.uasset b/Content/IndustryPropsPack6/Meshes/SM_Rack01.uasset new file mode 100644 index 0000000..cf4ab08 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Rack01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba1fceaa0fe9ccb9555e07d4ac76401f694e5f4ae11fac97511443ac4c8c69e +size 275915 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Rack02.uasset b/Content/IndustryPropsPack6/Meshes/SM_Rack02.uasset new file mode 100644 index 0000000..5aa0d1e --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Rack02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61357c6219d27b25e4309dea05a90678b83e1940ed5336948147ca99713ed05 +size 140905 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Tarp01.uasset b/Content/IndustryPropsPack6/Meshes/SM_Tarp01.uasset new file mode 100644 index 0000000..b5852c8 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Tarp01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce1157c08655a4415ad5718ac1f15f8f7354804c430835af9f0602d1b96615e +size 269220 diff --git a/Content/IndustryPropsPack6/Meshes/SM_Tarp02.uasset b/Content/IndustryPropsPack6/Meshes/SM_Tarp02.uasset new file mode 100644 index 0000000..90e44ef --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_Tarp02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f84d19b170681aa1d2cebe6ee2190a6193710f3a198c68e6a76eea0f39dbc6 +size 232643 diff --git a/Content/IndustryPropsPack6/Meshes/SM_TrafficBarrel01.uasset b/Content/IndustryPropsPack6/Meshes/SM_TrafficBarrel01.uasset new file mode 100644 index 0000000..86cd778 --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_TrafficBarrel01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5274be455ef18e57c78d8b054d0d7943e86ab0b3024208e06b59a4a4758e34 +size 215027 diff --git a/Content/IndustryPropsPack6/Meshes/SM_WaterTank01.uasset b/Content/IndustryPropsPack6/Meshes/SM_WaterTank01.uasset new file mode 100644 index 0000000..77af9cb --- /dev/null +++ b/Content/IndustryPropsPack6/Meshes/SM_WaterTank01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649d3930d7412c048b3bf43872711167198ea1219d8ec704b26b4ece96f6f3d5 +size 514590 diff --git a/Content/IndustryPropsPack6/Textures/BaseTextures/BB_D.uasset b/Content/IndustryPropsPack6/Textures/BaseTextures/BB_D.uasset new file mode 100644 index 0000000..1e38ae9 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/BaseTextures/BB_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5fdcb3c52659e7cc6f190ee83f80cc6e3199a40033923f28805d87e81e21717 +size 2922 diff --git a/Content/IndustryPropsPack6/Textures/BaseTextures/BG_D.uasset b/Content/IndustryPropsPack6/Textures/BaseTextures/BG_D.uasset new file mode 100644 index 0000000..262e6ef --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/BaseTextures/BG_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253e928d867f7394e74ebf42291c965e183b9a971a6e23457fcefe9eade21aaf +size 2919 diff --git a/Content/IndustryPropsPack6/Textures/BaseTextures/BW_D.uasset b/Content/IndustryPropsPack6/Textures/BaseTextures/BW_D.uasset new file mode 100644 index 0000000..9027d8a --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/BaseTextures/BW_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c843a728fccd9b08008dce9c0bb46e8a2febf6eb6fcb3d88a510c3f1dbb3fc +size 2920 diff --git a/Content/IndustryPropsPack6/Textures/BaseTextures/B_N.uasset b/Content/IndustryPropsPack6/Textures/BaseTextures/B_N.uasset new file mode 100644 index 0000000..39040f6 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/BaseTextures/B_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e628c543c032c1ac36a8e3b350a8b57c89264a103dcd2f60f86f94fd87eab6ab +size 3206 diff --git a/Content/IndustryPropsPack6/Textures/BaseTextures/TC_HDR01.uasset b/Content/IndustryPropsPack6/Textures/BaseTextures/TC_HDR01.uasset new file mode 100644 index 0000000..a96611e --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/BaseTextures/TC_HDR01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf8be34a26a7168452ee5d548abce1a0812f44ee0907d7989eb70ad4b87eac1 +size 306438 diff --git a/Content/IndustryPropsPack6/Textures/BaseTextures/TC_HDR02.uasset b/Content/IndustryPropsPack6/Textures/BaseTextures/TC_HDR02.uasset new file mode 100644 index 0000000..71abd1c --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/BaseTextures/TC_HDR02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3395ea994a12cd45a8dc931d3637290105eb0a48be784c154bcdc7c8420e524 +size 2169032 diff --git a/Content/IndustryPropsPack6/Textures/BaseTextures/T_Dirt_N.uasset b/Content/IndustryPropsPack6/Textures/BaseTextures/T_Dirt_N.uasset new file mode 100644 index 0000000..6ab88f8 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/BaseTextures/T_Dirt_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d415b5c817014b083f5860478aac8c88db72670d1dd6b312f67efe476502c914 +size 2561485 diff --git a/Content/IndustryPropsPack6/Textures/BaseTextures/T_MASK1.uasset b/Content/IndustryPropsPack6/Textures/BaseTextures/T_MASK1.uasset new file mode 100644 index 0000000..d9e817a --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/BaseTextures/T_MASK1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57bbc9f7604b7a0e1f3374d86964a003590b5ced3c63f700862b9ab58e169bba +size 110290 diff --git a/Content/IndustryPropsPack6/Textures/BaseTextures/T_MASK2.uasset b/Content/IndustryPropsPack6/Textures/BaseTextures/T_MASK2.uasset new file mode 100644 index 0000000..a9b18cb --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/BaseTextures/T_MASK2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0500910b11afd42ea21299a7d2a2923c746cd4109dcad6f581fff722bc996f8 +size 13417254 diff --git a/Content/IndustryPropsPack6/Textures/BaseTextures/T_gradient_D.uasset b/Content/IndustryPropsPack6/Textures/BaseTextures/T_gradient_D.uasset new file mode 100644 index 0000000..9b6f7a4 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/BaseTextures/T_gradient_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfe97c0076b1b4af16046572ae211bd0daa8eb34108dc41767209cb169d45d6 +size 92451 diff --git a/Content/IndustryPropsPack6/Textures/T_Barrel01_D.uasset b/Content/IndustryPropsPack6/Textures/T_Barrel01_D.uasset new file mode 100644 index 0000000..4f10928 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Barrel01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3555eb404c9f80fd6d842cdc3a3f1333b43e840052c6e6b9f1f84f25bd7aba66 +size 8625891 diff --git a/Content/IndustryPropsPack6/Textures/T_Barrel01_N.uasset b/Content/IndustryPropsPack6/Textures/T_Barrel01_N.uasset new file mode 100644 index 0000000..f91b027 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Barrel01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade6f53635cffb2310d88b9cf66910febc3bd033995b7b3d08ed0fdcb5002087 +size 7028207 diff --git a/Content/IndustryPropsPack6/Textures/T_Barrel01_SRM.uasset b/Content/IndustryPropsPack6/Textures/T_Barrel01_SRM.uasset new file mode 100644 index 0000000..43b57d2 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Barrel01_SRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cc905a71eb55a4dacf0dfd0803bc58c807799aaf0beef7ced6d3d4c2220ba8 +size 9324400 diff --git a/Content/IndustryPropsPack6/Textures/T_Box01_D.uasset b/Content/IndustryPropsPack6/Textures/T_Box01_D.uasset new file mode 100644 index 0000000..d5905b0 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Box01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d8e96b2be96fe978d1aaf3733eef4fd3f5e6205e469a000afba459a7fc3656 +size 10158190 diff --git a/Content/IndustryPropsPack6/Textures/T_Box01_N.uasset b/Content/IndustryPropsPack6/Textures/T_Box01_N.uasset new file mode 100644 index 0000000..213ca9e --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Box01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12eb1e2990c027198995b96a07e436d1adffed38058a04f090b3350886f31051 +size 8114831 diff --git a/Content/IndustryPropsPack6/Textures/T_Box01_SRM.uasset b/Content/IndustryPropsPack6/Textures/T_Box01_SRM.uasset new file mode 100644 index 0000000..a726481 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Box01_SRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce69ec073d255f1479b66146df4d042b7d4c4cbf8b17a5416de21aaf9fa51510 +size 6304317 diff --git a/Content/IndustryPropsPack6/Textures/T_Cartonbox01_D.uasset b/Content/IndustryPropsPack6/Textures/T_Cartonbox01_D.uasset new file mode 100644 index 0000000..4279609 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Cartonbox01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abe7a580a8e75cf80c41311ec91ee1dae79192e33de643f8e23bb93766e51cb +size 8103628 diff --git a/Content/IndustryPropsPack6/Textures/T_Cartonbox01_N.uasset b/Content/IndustryPropsPack6/Textures/T_Cartonbox01_N.uasset new file mode 100644 index 0000000..7ddb208 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Cartonbox01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f9fbf7163d60807a2a19946fe14438161567c87de9a90586620bcc82883ac8 +size 7831109 diff --git a/Content/IndustryPropsPack6/Textures/T_Cartonbox01_SRM.uasset b/Content/IndustryPropsPack6/Textures/T_Cartonbox01_SRM.uasset new file mode 100644 index 0000000..dd99a38 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Cartonbox01_SRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfdab5483509c7c28379a987e2f26ebc873e4d94cd8eb97fbce875a3cbcc49af +size 10285801 diff --git a/Content/IndustryPropsPack6/Textures/T_Hose_D.uasset b/Content/IndustryPropsPack6/Textures/T_Hose_D.uasset new file mode 100644 index 0000000..a9c8d08 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Hose_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189a047c98669c37d4c33b69bf742c6e960d7e48e417550c31fc3b53c999510f +size 170141 diff --git a/Content/IndustryPropsPack6/Textures/T_Hose_N.uasset b/Content/IndustryPropsPack6/Textures/T_Hose_N.uasset new file mode 100644 index 0000000..c83a84b --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Hose_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f246b03a9ffd180f6d7466c6b2908e3bd75ea49f8ce34a92d04c6df8ab402b0f +size 239557 diff --git a/Content/IndustryPropsPack6/Textures/T_Hose_SRM.uasset b/Content/IndustryPropsPack6/Textures/T_Hose_SRM.uasset new file mode 100644 index 0000000..addb662 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Hose_SRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d55635d64bec203c9997e12c8a8e45bb63886f614121645fc54e6ebb28712b +size 194965 diff --git a/Content/IndustryPropsPack6/Textures/T_Newspaper01_D.uasset b/Content/IndustryPropsPack6/Textures/T_Newspaper01_D.uasset new file mode 100644 index 0000000..02b022f --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Newspaper01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e1f39c09234ee4f60db312d6b8e0cbee59d0f95130fd33be987deda991d902 +size 2179626 diff --git a/Content/IndustryPropsPack6/Textures/T_Newspaper01_N.uasset b/Content/IndustryPropsPack6/Textures/T_Newspaper01_N.uasset new file mode 100644 index 0000000..2748ae5 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Newspaper01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732d4a0887ae12d21785b2b579b8982f561b824d0a2d8de65aabfb38328e287f +size 2017666 diff --git a/Content/IndustryPropsPack6/Textures/T_Newspaper01_SRM.uasset b/Content/IndustryPropsPack6/Textures/T_Newspaper01_SRM.uasset new file mode 100644 index 0000000..a60b96b --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Newspaper01_SRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf1d824de9355a483504af3d7990716584671741cd8953089343f9be92df58e +size 1850644 diff --git a/Content/IndustryPropsPack6/Textures/T_Rack_D.uasset b/Content/IndustryPropsPack6/Textures/T_Rack_D.uasset new file mode 100644 index 0000000..7c79f62 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Rack_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f053e8d9d412c88d95f7b4c5c30b07604ae6d60005784332ab46aec2d70101 +size 1564374 diff --git a/Content/IndustryPropsPack6/Textures/T_Rack_N.uasset b/Content/IndustryPropsPack6/Textures/T_Rack_N.uasset new file mode 100644 index 0000000..bc02dde --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Rack_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fae7217036545bc1854af8ea4b64f8bc237de28d3e4588b429d898cf5083864 +size 863757 diff --git a/Content/IndustryPropsPack6/Textures/T_Rack_SRM.uasset b/Content/IndustryPropsPack6/Textures/T_Rack_SRM.uasset new file mode 100644 index 0000000..b09103b --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Rack_SRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf7644da3acd08d2fe859363316f0c554550e55970f6bfac7aadfb3f7ae27a9 +size 1283215 diff --git a/Content/IndustryPropsPack6/Textures/T_Tarp01_D.uasset b/Content/IndustryPropsPack6/Textures/T_Tarp01_D.uasset new file mode 100644 index 0000000..34f74a6 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Tarp01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b60aa7362cbe4c27264bec8da76ca1d7d2ecd378339a9e09c620a509f23ba84 +size 13328728 diff --git a/Content/IndustryPropsPack6/Textures/T_Tarp01_N.uasset b/Content/IndustryPropsPack6/Textures/T_Tarp01_N.uasset new file mode 100644 index 0000000..9e07abb --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Tarp01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12fd74f2bfc7eec0a26a1ac530b9e1739c1984d61a31822e86954f096b9d585 +size 9762299 diff --git a/Content/IndustryPropsPack6/Textures/T_Tarp01_SRM.uasset b/Content/IndustryPropsPack6/Textures/T_Tarp01_SRM.uasset new file mode 100644 index 0000000..c4daa7b --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Tarp01_SRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f700c73b969214881e1ccdf60b42aa4f882ed498e16a0fe05abce0e39171d6b +size 8654762 diff --git a/Content/IndustryPropsPack6/Textures/T_Tarp02_D.uasset b/Content/IndustryPropsPack6/Textures/T_Tarp02_D.uasset new file mode 100644 index 0000000..a8a1586 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Tarp02_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04a51c8cf444f1565f3f694cdb56992ae218cdc6b88b2f2a6f0f798992e1c29 +size 12128865 diff --git a/Content/IndustryPropsPack6/Textures/T_Tarp02_N.uasset b/Content/IndustryPropsPack6/Textures/T_Tarp02_N.uasset new file mode 100644 index 0000000..7645e8c --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_Tarp02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b078f276313298388e41f6c12b3247b76db0823f8cf0dd6b20c1bff0c1592562 +size 8895417 diff --git a/Content/IndustryPropsPack6/Textures/T_TrafficBarrel01_D.uasset b/Content/IndustryPropsPack6/Textures/T_TrafficBarrel01_D.uasset new file mode 100644 index 0000000..c70ee4b --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_TrafficBarrel01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684fc63bf0b76091550b270566428154b54768d8e60f9aaf503035c1e7d7730e +size 3489800 diff --git a/Content/IndustryPropsPack6/Textures/T_TrafficBarrel01_N.uasset b/Content/IndustryPropsPack6/Textures/T_TrafficBarrel01_N.uasset new file mode 100644 index 0000000..8988ca4 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_TrafficBarrel01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3aa9b4671e0ae630489145699da286b81de310c6bdfa096a2ed56ac7c09f24 +size 476538 diff --git a/Content/IndustryPropsPack6/Textures/T_TrafficBarrel01_SRM.uasset b/Content/IndustryPropsPack6/Textures/T_TrafficBarrel01_SRM.uasset new file mode 100644 index 0000000..973c9ec --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_TrafficBarrel01_SRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f704651ed531a81fea0766bf0dbd3c504ac9e1dd6f174cee0131691ba44a723 +size 4871373 diff --git a/Content/IndustryPropsPack6/Textures/T_WaterTank01_D.uasset b/Content/IndustryPropsPack6/Textures/T_WaterTank01_D.uasset new file mode 100644 index 0000000..82bf1d5 --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_WaterTank01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d7e79ada62289497ca52f8e038af24db2c0ef88b4e09e0b76f6fb337da8209 +size 4940341 diff --git a/Content/IndustryPropsPack6/Textures/T_WaterTank01_N.uasset b/Content/IndustryPropsPack6/Textures/T_WaterTank01_N.uasset new file mode 100644 index 0000000..95b237b --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_WaterTank01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a792f96c166fd2612096ebbeee0bd1c18d93ab0cdcbe53dc8954c582590ba0d4 +size 3785855 diff --git a/Content/IndustryPropsPack6/Textures/T_WaterTank01_SRM.uasset b/Content/IndustryPropsPack6/Textures/T_WaterTank01_SRM.uasset new file mode 100644 index 0000000..ea7deee --- /dev/null +++ b/Content/IndustryPropsPack6/Textures/T_WaterTank01_SRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485a3752c8f7848ea026fc218ad6013ea9c15e6fc100b2c377ddaccdc75daabb +size 6422131 diff --git a/Content/Main.umap b/Content/Main.umap new file mode 100644 index 0000000..18a4e64 --- /dev/null +++ b/Content/Main.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7baa2d5e329f57e6f4cbe62955dea90941bdb004f3cfa12063b33ac18e61e4 +size 293576 diff --git a/Content/Main_BuiltData.uasset b/Content/Main_BuiltData.uasset new file mode 100644 index 0000000..e674d92 --- /dev/null +++ b/Content/Main_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d6db4e4ad190414782b55f7e044b01d2b11edc4af66ee6b65ff15d9f425b4c +size 1290091 diff --git a/Content/StarterContent/Architecture/Floor_400x400.uasset b/Content/StarterContent/Architecture/Floor_400x400.uasset new file mode 100644 index 0000000..d120dc0 --- /dev/null +++ b/Content/StarterContent/Architecture/Floor_400x400.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5316b85ea5658370c6a2ba04d93e304b8fe080a40d5d41aa244ba145b5a5eddd +size 48141 diff --git a/Content/StarterContent/Architecture/Pillar_50x500.uasset b/Content/StarterContent/Architecture/Pillar_50x500.uasset new file mode 100644 index 0000000..5b2ce28 --- /dev/null +++ b/Content/StarterContent/Architecture/Pillar_50x500.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4d85be6cad305d2cdc7dcb7af8cb5098df903da6fa50da443084c9a5ecb648 +size 65452 diff --git a/Content/StarterContent/Architecture/SM_AssetPlatform.uasset b/Content/StarterContent/Architecture/SM_AssetPlatform.uasset new file mode 100644 index 0000000..7d1b0db --- /dev/null +++ b/Content/StarterContent/Architecture/SM_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab571e8bab1be7c4ae4ec038151f5ad6330f93446e25ce40615d5a586686412 +size 452977 diff --git a/Content/StarterContent/Architecture/Wall_400x200.uasset b/Content/StarterContent/Architecture/Wall_400x200.uasset new file mode 100644 index 0000000..7c96b16 --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_400x200.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629b8725214e505785b18e5645308f49f3f0fac9d5bf0d2fd0230966a1726f8a +size 42169 diff --git a/Content/StarterContent/Architecture/Wall_400x300.uasset b/Content/StarterContent/Architecture/Wall_400x300.uasset new file mode 100644 index 0000000..482aad2 --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_400x300.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355ab5f0e043a5ead3afbf1e225b3caa24087a5ecfe903fac2a89eccb9e00ce1 +size 41804 diff --git a/Content/StarterContent/Architecture/Wall_400x400.uasset b/Content/StarterContent/Architecture/Wall_400x400.uasset new file mode 100644 index 0000000..3ec2814 --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_400x400.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01321d9304a60b831b470196f200846eb9430f410960fff89586b3ea24c6734d +size 43426 diff --git a/Content/StarterContent/Architecture/Wall_500x500.uasset b/Content/StarterContent/Architecture/Wall_500x500.uasset new file mode 100644 index 0000000..ae44d09 --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_500x500.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3352393fee50e0b9700c5387c52f65ea265f6abd2f9700fd678deb1514912bae +size 57909 diff --git a/Content/StarterContent/Architecture/Wall_Door_400x300.uasset b/Content/StarterContent/Architecture/Wall_Door_400x300.uasset new file mode 100644 index 0000000..1bbe1e6 --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_Door_400x300.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f30eb5adeddd7afb0917c48229bd1ef728a0d6cc1d0f60ed883eb6320ab987 +size 52430 diff --git a/Content/StarterContent/Architecture/Wall_Door_400x400.uasset b/Content/StarterContent/Architecture/Wall_Door_400x400.uasset new file mode 100644 index 0000000..c2459c9 --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_Door_400x400.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4136d98e3ecd935eb5f2ab6091b6a37906c9fb18642f15b3504c3af9354fe66c +size 53246 diff --git a/Content/StarterContent/Architecture/Wall_Window_400x300.uasset b/Content/StarterContent/Architecture/Wall_Window_400x300.uasset new file mode 100644 index 0000000..10e92cd --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_Window_400x300.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9dcac8d733c2a85995617772faf92e5a670cac878e7c3364be08bfb2a456731 +size 53709 diff --git a/Content/StarterContent/Architecture/Wall_Window_400x400.uasset b/Content/StarterContent/Architecture/Wall_Window_400x400.uasset new file mode 100644 index 0000000..759ed3a --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_Window_400x400.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec78a6dfeb0aed640660c22734930c78e37d3c805c558d143863a75a6841ba0c +size 54778 diff --git a/Content/StarterContent/Audio/Collapse01.uasset b/Content/StarterContent/Audio/Collapse01.uasset new file mode 100644 index 0000000..5e3ff30 --- /dev/null +++ b/Content/StarterContent/Audio/Collapse01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c827023ee4b466228ec65e92b4b4a0415a106de041ac1c2cab481a2a5dfa8d +size 348532 diff --git a/Content/StarterContent/Audio/Collapse02.uasset b/Content/StarterContent/Audio/Collapse02.uasset new file mode 100644 index 0000000..f45a091 --- /dev/null +++ b/Content/StarterContent/Audio/Collapse02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5690c3cdc857ea7d3ae21ed1c6a22e82bb15e8bb24b995228af244c2bb4f0d3 +size 346701 diff --git a/Content/StarterContent/Audio/Collapse_Cue.uasset b/Content/StarterContent/Audio/Collapse_Cue.uasset new file mode 100644 index 0000000..81e69e1 --- /dev/null +++ b/Content/StarterContent/Audio/Collapse_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbd215bbb20c2a86f7b9ba4d90aa1870edd1999e00b5ff64a52a657a50a690b +size 6517 diff --git a/Content/StarterContent/Audio/Explosion01.uasset b/Content/StarterContent/Audio/Explosion01.uasset new file mode 100644 index 0000000..5a0119b --- /dev/null +++ b/Content/StarterContent/Audio/Explosion01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c3e6decfc990f2bc468b309a9652d7eb98d4481fbd26563ff88139052ace5c +size 282440 diff --git a/Content/StarterContent/Audio/Explosion02.uasset b/Content/StarterContent/Audio/Explosion02.uasset new file mode 100644 index 0000000..dfdedf4 --- /dev/null +++ b/Content/StarterContent/Audio/Explosion02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44ed6a6a3a6dec3a4ec729cc4b5ecd3ac4477ca4c9f32107b357ea02dafcddc +size 289195 diff --git a/Content/StarterContent/Audio/Explosion_Cue.uasset b/Content/StarterContent/Audio/Explosion_Cue.uasset new file mode 100644 index 0000000..a67301e --- /dev/null +++ b/Content/StarterContent/Audio/Explosion_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b66cedcfeedcaa25d7b2afe79c3dfb636e625f626fb56ce9b410fc6495ef3b +size 8088 diff --git a/Content/StarterContent/Audio/Fire01.uasset b/Content/StarterContent/Audio/Fire01.uasset new file mode 100644 index 0000000..67eb428 --- /dev/null +++ b/Content/StarterContent/Audio/Fire01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a6926e93f33107f58a79edd09d5a4ed06196b797f5fc284efc35fbe2df073d +size 549696 diff --git a/Content/StarterContent/Audio/Fire01_Cue.uasset b/Content/StarterContent/Audio/Fire01_Cue.uasset new file mode 100644 index 0000000..b723ef5 --- /dev/null +++ b/Content/StarterContent/Audio/Fire01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c93dca255ffe4fcd045103b0cf1341adda3640b47a5656c82ef6236639a51c +size 4280 diff --git a/Content/StarterContent/Audio/Fire_Sparks01.uasset b/Content/StarterContent/Audio/Fire_Sparks01.uasset new file mode 100644 index 0000000..8159b34 --- /dev/null +++ b/Content/StarterContent/Audio/Fire_Sparks01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad12649c70f5ef2acd9c19835c59855aaecd4c946260bf6aee182d3fe317d0f2 +size 796274 diff --git a/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset b/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset new file mode 100644 index 0000000..693d437 --- /dev/null +++ b/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c13448535c552552c0216aa5a9d5af5957d4606153a004cdcec934ea5e9a22b +size 4299 diff --git a/Content/StarterContent/Audio/Light01.uasset b/Content/StarterContent/Audio/Light01.uasset new file mode 100644 index 0000000..dcb7c70 --- /dev/null +++ b/Content/StarterContent/Audio/Light01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267cbc3d508a60edd5aaa8efe0d62e0097c9741782a57fab3d63ffda96314586 +size 364532 diff --git a/Content/StarterContent/Audio/Light01_Cue.uasset b/Content/StarterContent/Audio/Light01_Cue.uasset new file mode 100644 index 0000000..24a1775 --- /dev/null +++ b/Content/StarterContent/Audio/Light01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc123926fc005aceaa148edfc4cf3778e694a8c17e1e359448377462d4a63d95 +size 4237 diff --git a/Content/StarterContent/Audio/Light02.uasset b/Content/StarterContent/Audio/Light02.uasset new file mode 100644 index 0000000..55b3882 --- /dev/null +++ b/Content/StarterContent/Audio/Light02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ac34417b5db1bf38044e258066d93415e7439dbfec09465c70eb3b96e9a201 +size 308156 diff --git a/Content/StarterContent/Audio/Light02_Cue.uasset b/Content/StarterContent/Audio/Light02_Cue.uasset new file mode 100644 index 0000000..da4e413 --- /dev/null +++ b/Content/StarterContent/Audio/Light02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65561c4b6d3767df9e90d24684abfb9fd7b8f980c1a812e329d319b15ab1c87 +size 4237 diff --git a/Content/StarterContent/Audio/Smoke01.uasset b/Content/StarterContent/Audio/Smoke01.uasset new file mode 100644 index 0000000..97d92a1 --- /dev/null +++ b/Content/StarterContent/Audio/Smoke01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d9cdaab035abab672f71362fe0710533dac23e0c4b4f7fc0f48fa1dd613758 +size 476002 diff --git a/Content/StarterContent/Audio/Smoke01_Cue.uasset b/Content/StarterContent/Audio/Smoke01_Cue.uasset new file mode 100644 index 0000000..d0d0bbf --- /dev/null +++ b/Content/StarterContent/Audio/Smoke01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a08e7214107b0f39835ba844b7dcbc69b6613b3573de87e3e9c0e9cfe1a057 +size 4257 diff --git a/Content/StarterContent/Audio/Starter_Background_Cue.uasset b/Content/StarterContent/Audio/Starter_Background_Cue.uasset new file mode 100644 index 0000000..8eed863 --- /dev/null +++ b/Content/StarterContent/Audio/Starter_Background_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36bc3a7bbeaad1ecf33a97465da041171bdd205f780a171d8ec712b16174e8b8 +size 10330 diff --git a/Content/StarterContent/Audio/Starter_Birds01.uasset b/Content/StarterContent/Audio/Starter_Birds01.uasset new file mode 100644 index 0000000..48fe853 --- /dev/null +++ b/Content/StarterContent/Audio/Starter_Birds01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17fb5652999970bbd06344540cdfd616331a382da43a82de082374883bdc84e +size 2689459 diff --git a/Content/StarterContent/Audio/Starter_Music01.uasset b/Content/StarterContent/Audio/Starter_Music01.uasset new file mode 100644 index 0000000..9034d40 --- /dev/null +++ b/Content/StarterContent/Audio/Starter_Music01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7eb074ff2fea1ac87017ca6638cb140b26ec60733878503ea2c618d726a780c +size 8445372 diff --git a/Content/StarterContent/Audio/Starter_Music_Cue.uasset b/Content/StarterContent/Audio/Starter_Music_Cue.uasset new file mode 100644 index 0000000..9b4e0b5 --- /dev/null +++ b/Content/StarterContent/Audio/Starter_Music_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fdbda2320b26aa806d967ca88390fbd6dd6078432952800fd029cf313bb2ce +size 3753 diff --git a/Content/StarterContent/Audio/Starter_Wind05.uasset b/Content/StarterContent/Audio/Starter_Wind05.uasset new file mode 100644 index 0000000..5b51a8b --- /dev/null +++ b/Content/StarterContent/Audio/Starter_Wind05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ff816d0d35668e42096d85b2beabd89d6a87751f4f2c4ab030f4ee32b64ce7 +size 2312702 diff --git a/Content/StarterContent/Audio/Starter_Wind06.uasset b/Content/StarterContent/Audio/Starter_Wind06.uasset new file mode 100644 index 0000000..13d7d30 --- /dev/null +++ b/Content/StarterContent/Audio/Starter_Wind06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517dad0128fbc9bf1acc611065a47892ff48f23e68fdde1d37d84cecb8dc0c7f +size 2195539 diff --git a/Content/StarterContent/Audio/Steam01.uasset b/Content/StarterContent/Audio/Steam01.uasset new file mode 100644 index 0000000..96b5845 --- /dev/null +++ b/Content/StarterContent/Audio/Steam01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf02809b4d2541d2f851691f852afe55587710645207cea7bf01e0b8418473f +size 819028 diff --git a/Content/StarterContent/Audio/Steam01_Cue.uasset b/Content/StarterContent/Audio/Steam01_Cue.uasset new file mode 100644 index 0000000..2050940 --- /dev/null +++ b/Content/StarterContent/Audio/Steam01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43fb733ebfc395af98ce820de46fed7d2b3f2a42ad03f55c8cf8e12d1bd417f +size 4285 diff --git a/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset b/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset new file mode 100644 index 0000000..d92619f --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e07717499d03b1c67ec665e97f506873abc1467fb684b0a91ada159022dbf5 +size 1011 diff --git a/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset b/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset new file mode 100644 index 0000000..88d202c --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bb406076803f0a334b39cc075f1faf7de41b8443efce2c847243d0183607b6 +size 44857 diff --git a/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset new file mode 100644 index 0000000..70bc908 --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0931f2206f0d518529180371faca5154a92496de79f66fa9bdf6f1413ec5c239 +size 67062 diff --git a/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset new file mode 100644 index 0000000..6de051c --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0bdbd07f341c968a33788bdc7405fda6b35c14be63a85e5b5a4edf44b1785a +size 100458 diff --git a/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset new file mode 100644 index 0000000..731cddd --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c01ca4029a945710da9cda402637fb78c5cdbd44ee79c6a6eb77abdef2b86e +size 75669 diff --git a/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset b/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset new file mode 100644 index 0000000..5b806ef --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0339e4064beb122a74dbcfa9fb2021b2f837b6f696c44982f4bff844713bd43 +size 520136 diff --git a/Content/StarterContent/Blueprints/Assets/Skybox.uasset b/Content/StarterContent/Blueprints/Assets/Skybox.uasset new file mode 100644 index 0000000..5234d14 --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/Skybox.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050f542626a97e0dd66040313037ceb138a1579ffbaf0ff6b22e50ccb92dbb8f +size 792947 diff --git a/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset b/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset new file mode 100644 index 0000000..efe2224 --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24df919d06f5aff48925880834d3963da990e8786dabdcbd8062d6a33ca9d0c9 +size 4255 diff --git a/Content/StarterContent/Blueprints/BP_LightStudio.uasset b/Content/StarterContent/Blueprints/BP_LightStudio.uasset new file mode 100644 index 0000000..2ea4332 --- /dev/null +++ b/Content/StarterContent/Blueprints/BP_LightStudio.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33349930c4785a2bcd4f90e8c4e13df4ea6e29e33a1a8e5c8f576e0bf6a6663f +size 646714 diff --git a/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset b/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset new file mode 100644 index 0000000..c5c3b84 --- /dev/null +++ b/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a60a29ad596546d481e43dfb8698842a78cc07f4a4b1000fa397cfba4e72331 +size 158206 diff --git a/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset b/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset new file mode 100644 index 0000000..4269e35 --- /dev/null +++ b/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd9abdc6a00b26e0721b48a0bb06e3100c4c1ac407fcc3e4141225572d56cc2 +size 16095 diff --git a/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset b/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset new file mode 100644 index 0000000..97e76f4 --- /dev/null +++ b/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad0a791b92c961cde738111acefeab728b3b4e61589d133144b5a1c84b3a6fc +size 16096 diff --git a/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset b/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset new file mode 100644 index 0000000..ca8a053 --- /dev/null +++ b/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad60f189780f8ae94abd489b48cbd5de03a539e118a842c78585a174a09280eb +size 16117 diff --git a/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset b/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset new file mode 100644 index 0000000..d1cd7fc --- /dev/null +++ b/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80b6d88fabd6b817e73b3b1da4b33def861812ea41b1971154f34c8f8420658 +size 14539 diff --git a/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset b/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset new file mode 100644 index 0000000..a2ee9aa --- /dev/null +++ b/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae4ddbe5ac59963ae5a3177f417bb812d01be33076308bb1bd352a934149c38 +size 16133 diff --git a/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset b/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset new file mode 100644 index 0000000..d4c7b4e --- /dev/null +++ b/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6ae820b88cfa7250fa16726c0dedcb150760c0e0b7c824993b01e152751607 +size 158241 diff --git a/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset b/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset new file mode 100644 index 0000000..e05d695 --- /dev/null +++ b/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78989a852ee5d53ac0d6466b8f7c5ef0b18e48b79214c10e713d97480de1e1f +size 66790569 diff --git a/Content/StarterContent/Maps/Advanced_Lighting.umap b/Content/StarterContent/Maps/Advanced_Lighting.umap new file mode 100644 index 0000000..ec8eff1 --- /dev/null +++ b/Content/StarterContent/Maps/Advanced_Lighting.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285c67c63d3781fa401267302d4f816a94002efae742b159faad04fe80348c9b +size 44639 diff --git a/Content/StarterContent/Maps/Advanced_Lighting_BuiltData.uasset b/Content/StarterContent/Maps/Advanced_Lighting_BuiltData.uasset new file mode 100644 index 0000000..c0b0164 --- /dev/null +++ b/Content/StarterContent/Maps/Advanced_Lighting_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c088805867a483190325dceebb7d11e85d0becbab002255fb0fc99d74577d316 +size 1213338 diff --git a/Content/StarterContent/Maps/BP_Projectile.uasset b/Content/StarterContent/Maps/BP_Projectile.uasset new file mode 100644 index 0000000..f556e1a --- /dev/null +++ b/Content/StarterContent/Maps/BP_Projectile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222d16d16ed0bcc4653f90670830e3808929dfa39f1216c0f92f3efb99838fb6 +size 58046 diff --git a/Content/StarterContent/Maps/Minimal_Default.umap b/Content/StarterContent/Maps/Minimal_Default.umap new file mode 100644 index 0000000..67670f6 --- /dev/null +++ b/Content/StarterContent/Maps/Minimal_Default.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb501423c2a3f73939b03584ea1ebad420fc6c69f25cb7237e4c2162d62bbd2a +size 135749 diff --git a/Content/StarterContent/Maps/Minimal_Default_BuiltData.uasset b/Content/StarterContent/Maps/Minimal_Default_BuiltData.uasset new file mode 100644 index 0000000..45f3724 --- /dev/null +++ b/Content/StarterContent/Maps/Minimal_Default_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95d89fc904c9966cf7336969e37a6fadc4b78dd3c276c78782350219b0a0874 +size 3173454 diff --git a/Content/StarterContent/Maps/StarterMap.umap b/Content/StarterContent/Maps/StarterMap.umap new file mode 100644 index 0000000..59362e3 --- /dev/null +++ b/Content/StarterContent/Maps/StarterMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd205fe0b91226c5aade79f2f8b88596cceddb541d53cf6c88039854fc6e7a9 +size 970103 diff --git a/Content/StarterContent/Maps/StarterMap_BuiltData.uasset b/Content/StarterContent/Maps/StarterMap_BuiltData.uasset new file mode 100644 index 0000000..841fbb4 --- /dev/null +++ b/Content/StarterContent/Maps/StarterMap_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66c92700dd4d5b0d7c5b5577c4abdc77c4f122a3af46dd077378d735cfd32b7 +size 22514534 diff --git a/Content/StarterContent/Materials/M_AssetPlatform.uasset b/Content/StarterContent/Materials/M_AssetPlatform.uasset new file mode 100644 index 0000000..7270b60 --- /dev/null +++ b/Content/StarterContent/Materials/M_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a106364bc2de5fa639d7a2c42962b650b2ada6481580747722036e216afe08b +size 91023 diff --git a/Content/StarterContent/Materials/M_Basic_Floor.uasset b/Content/StarterContent/Materials/M_Basic_Floor.uasset new file mode 100644 index 0000000..da72132 --- /dev/null +++ b/Content/StarterContent/Materials/M_Basic_Floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c04525eb66dce42783727ea5124369a8687cbbc9874aaba1817cc4599b05b3 +size 95397 diff --git a/Content/StarterContent/Materials/M_Basic_Wall.uasset b/Content/StarterContent/Materials/M_Basic_Wall.uasset new file mode 100644 index 0000000..aa2ed6a --- /dev/null +++ b/Content/StarterContent/Materials/M_Basic_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d02fce275e89f40c715445239a723968e0d0473dd3e506fe5f3158d165e72ab +size 83202 diff --git a/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset b/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset new file mode 100644 index 0000000..bd70364 --- /dev/null +++ b/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6300c7d46de8dbab2b02eb86cb8aa84d0cd24f61b23bd31265d68a62c59f21c8 +size 150135 diff --git a/Content/StarterContent/Materials/M_Brick_Clay_New.uasset b/Content/StarterContent/Materials/M_Brick_Clay_New.uasset new file mode 100644 index 0000000..a7fdec5 --- /dev/null +++ b/Content/StarterContent/Materials/M_Brick_Clay_New.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503c42095e01b248fc1ca5e06968d54d0d60522f52c55f48cee2b3a489558e12 +size 162039 diff --git a/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset b/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset new file mode 100644 index 0000000..f49004e --- /dev/null +++ b/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d379b1f4a1d602fe96d3572ef933c331a3e8483517805954134e71b6c86fa6 +size 183105 diff --git a/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset b/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset new file mode 100644 index 0000000..2259bf4 --- /dev/null +++ b/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d112cb77a41308076c23f1580d9ec2288ef50cbf26a78a9a08c18582ebc49e72 +size 178482 diff --git a/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset b/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset new file mode 100644 index 0000000..a118902 --- /dev/null +++ b/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77471e6a63d10e3154280dbc8bab37e18305b2c98a5624859d914760ca184c9d +size 157160 diff --git a/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset b/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset new file mode 100644 index 0000000..f1301a2 --- /dev/null +++ b/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa35cadc5c920bbc192837aab5295d40c2415894797c4481f240359f41754d2a +size 145799 diff --git a/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset b/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset new file mode 100644 index 0000000..f332249 --- /dev/null +++ b/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09af1142c898cca36e71fca9206d19ce6479e4257d8601cafacf5335e4d67b15 +size 173593 diff --git a/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset b/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset new file mode 100644 index 0000000..a6db8a3 --- /dev/null +++ b/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f065c90fcc6622af3597f2a7a092c0cad3487b860001d15d136c4b240bf654 +size 299191 diff --git a/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset b/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset new file mode 100644 index 0000000..9737f51 --- /dev/null +++ b/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182aebc7bf0fddae62d174690fd714e8099b3cdf8ddf8d79ea24e4aba61697d9 +size 305997 diff --git a/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset b/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset new file mode 100644 index 0000000..8801545 --- /dev/null +++ b/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0840024071b11234baeb63a1ee76ec9dc7aec6f8c40766434f2feb49a0eb78 +size 107968 diff --git a/Content/StarterContent/Materials/M_Concrete_Grime.uasset b/Content/StarterContent/Materials/M_Concrete_Grime.uasset new file mode 100644 index 0000000..b16a8b0 --- /dev/null +++ b/Content/StarterContent/Materials/M_Concrete_Grime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6547640d461d13356917169c8249ec0b7e9ac7b879f8295e60a8e6de864014d +size 174645 diff --git a/Content/StarterContent/Materials/M_Concrete_Panels.uasset b/Content/StarterContent/Materials/M_Concrete_Panels.uasset new file mode 100644 index 0000000..3780964 --- /dev/null +++ b/Content/StarterContent/Materials/M_Concrete_Panels.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50656badd74bf66a0681d8557dfbace7c4085f4c5fda8afc564b050254ec9e66 +size 147753 diff --git a/Content/StarterContent/Materials/M_Concrete_Poured.uasset b/Content/StarterContent/Materials/M_Concrete_Poured.uasset new file mode 100644 index 0000000..ac89e86 --- /dev/null +++ b/Content/StarterContent/Materials/M_Concrete_Poured.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6dcf2c2660ea78392f7a57c86c459a0225e403f76971bf0bee40e3a8fd8e675 +size 147147 diff --git a/Content/StarterContent/Materials/M_Concrete_Tiles.uasset b/Content/StarterContent/Materials/M_Concrete_Tiles.uasset new file mode 100644 index 0000000..70c84e6 --- /dev/null +++ b/Content/StarterContent/Materials/M_Concrete_Tiles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75840c73541b727fb00814f8899d684c138d2b84a69a58626da62a0bd597c272 +size 158828 diff --git a/Content/StarterContent/Materials/M_Glass.uasset b/Content/StarterContent/Materials/M_Glass.uasset new file mode 100644 index 0000000..b97d5aa --- /dev/null +++ b/Content/StarterContent/Materials/M_Glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e3817356869ad63c0cd791d6980fc343454539eae99d3b52bc7aeb13c86967 +size 91114 diff --git a/Content/StarterContent/Materials/M_Ground_Grass.uasset b/Content/StarterContent/Materials/M_Ground_Grass.uasset new file mode 100644 index 0000000..4207312 --- /dev/null +++ b/Content/StarterContent/Materials/M_Ground_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f8378f49433e80abf49838fc6223a02616336b49d6a4f55f4e43af0ca56d41 +size 205248 diff --git a/Content/StarterContent/Materials/M_Ground_Gravel.uasset b/Content/StarterContent/Materials/M_Ground_Gravel.uasset new file mode 100644 index 0000000..1182895 --- /dev/null +++ b/Content/StarterContent/Materials/M_Ground_Gravel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662e037da3d7ad9c4e5063598534ed844c5e138a238d7e3cb5b6539121775b6f +size 167066 diff --git a/Content/StarterContent/Materials/M_Ground_Moss.uasset b/Content/StarterContent/Materials/M_Ground_Moss.uasset new file mode 100644 index 0000000..0196965 --- /dev/null +++ b/Content/StarterContent/Materials/M_Ground_Moss.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644f84ca723f525221f66b1879d21b178f8791598b066258adff04f6faf0bcab +size 192691 diff --git a/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset b/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset new file mode 100644 index 0000000..4600cb2 --- /dev/null +++ b/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16874973331d3f69aa4a66f9b656f59706e2de12608ffd3e33495b8faab1d66 +size 109064 diff --git a/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset b/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset new file mode 100644 index 0000000..bd632c8 --- /dev/null +++ b/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0756a5bd644070cef0e5549b5ed9f054f3aee6fa6f6452b85a1da9014f0c25e6 +size 139424 diff --git a/Content/StarterContent/Materials/M_Metal_Chrome.uasset b/Content/StarterContent/Materials/M_Metal_Chrome.uasset new file mode 100644 index 0000000..5765c2e --- /dev/null +++ b/Content/StarterContent/Materials/M_Metal_Chrome.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc4d805a754a1110ba52b37e768c600acf5becca0eef22dc38589ccf80cf364 +size 110060 diff --git a/Content/StarterContent/Materials/M_Metal_Copper.uasset b/Content/StarterContent/Materials/M_Metal_Copper.uasset new file mode 100644 index 0000000..ace1f20 --- /dev/null +++ b/Content/StarterContent/Materials/M_Metal_Copper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55cbe529f878d029fddd47edff2d312410803fbe298148a13ba87416b8f5ed22 +size 137941 diff --git a/Content/StarterContent/Materials/M_Metal_Gold.uasset b/Content/StarterContent/Materials/M_Metal_Gold.uasset new file mode 100644 index 0000000..990af76 --- /dev/null +++ b/Content/StarterContent/Materials/M_Metal_Gold.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e01673207c470bde0f31a77b053bce74f238501c229be6f1520145a16f504e8 +size 144292 diff --git a/Content/StarterContent/Materials/M_Metal_Rust.uasset b/Content/StarterContent/Materials/M_Metal_Rust.uasset new file mode 100644 index 0000000..7151a9d --- /dev/null +++ b/Content/StarterContent/Materials/M_Metal_Rust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70db7bc33fc9c4972fa6230716ce2535cee694478c87fb178f18c08bd9dc0e1 +size 174005 diff --git a/Content/StarterContent/Materials/M_Metal_Steel.uasset b/Content/StarterContent/Materials/M_Metal_Steel.uasset new file mode 100644 index 0000000..f8eb23e --- /dev/null +++ b/Content/StarterContent/Materials/M_Metal_Steel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a787d732e52118314ae81245bbbd2b862504804a429ddc86ff0159c9876035 +size 154534 diff --git a/Content/StarterContent/Materials/M_Rock_Basalt.uasset b/Content/StarterContent/Materials/M_Rock_Basalt.uasset new file mode 100644 index 0000000..5ddd028 --- /dev/null +++ b/Content/StarterContent/Materials/M_Rock_Basalt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e165649d33d33ee387b843d94ab61d6fabe0ce81229387fc4486a9d239c6dd09 +size 193836 diff --git a/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset b/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset new file mode 100644 index 0000000..bcf78c8 --- /dev/null +++ b/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3f2a3219dd1296e15703d1e8aa9588e5dd823221da7806ef4110de4222a465 +size 163904 diff --git a/Content/StarterContent/Materials/M_Rock_Sandstone.uasset b/Content/StarterContent/Materials/M_Rock_Sandstone.uasset new file mode 100644 index 0000000..8bb5124 --- /dev/null +++ b/Content/StarterContent/Materials/M_Rock_Sandstone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b321b204b23879d455dce2e8361e06d5ad17956838171f2788d5cd1a8e944450 +size 169139 diff --git a/Content/StarterContent/Materials/M_Rock_Slate.uasset b/Content/StarterContent/Materials/M_Rock_Slate.uasset new file mode 100644 index 0000000..3fef0c6 --- /dev/null +++ b/Content/StarterContent/Materials/M_Rock_Slate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafd269b154d00a79e0015370cd799161be633d1db3bd035201096897f0f4d2a +size 171523 diff --git a/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset b/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset new file mode 100644 index 0000000..d0bed65 --- /dev/null +++ b/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1f27852c04b5eb80062e8f2c63a5dd998dd93e9522d98192b2218d038a9f6e +size 140137 diff --git a/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset b/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset new file mode 100644 index 0000000..c479f69 --- /dev/null +++ b/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fa5906593f76f3887561de005151e1f185f8b042b3627d3d0e8abd003728bf +size 171077 diff --git a/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset b/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset new file mode 100644 index 0000000..5e0c350 --- /dev/null +++ b/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11b14b6f876fb85cee60f42bc1ca9d565d6e8f3058f35146fa195c076d14ac1 +size 148791 diff --git a/Content/StarterContent/Materials/M_Tech_Panel.uasset b/Content/StarterContent/Materials/M_Tech_Panel.uasset new file mode 100644 index 0000000..ca4c730 --- /dev/null +++ b/Content/StarterContent/Materials/M_Tech_Panel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b533daeee4d1f6bc00ae80590ef00810b8b5a945f08afdbda87c99683576a9ca +size 131699 diff --git a/Content/StarterContent/Materials/M_Water_Lake.uasset b/Content/StarterContent/Materials/M_Water_Lake.uasset new file mode 100644 index 0000000..544e8d0 --- /dev/null +++ b/Content/StarterContent/Materials/M_Water_Lake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f26e9ddce96ea5369cde02eb006201f3a87ba3f6ab27bafb5cef523935ba6d7 +size 141029 diff --git a/Content/StarterContent/Materials/M_Water_Ocean.uasset b/Content/StarterContent/Materials/M_Water_Ocean.uasset new file mode 100644 index 0000000..620abe9 --- /dev/null +++ b/Content/StarterContent/Materials/M_Water_Ocean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d070ede9b44ad4e268b37689f3320906b992d11949fa1f84db55a0f0cc5ce8cc +size 145065 diff --git a/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset new file mode 100644 index 0000000..fb5225e --- /dev/null +++ b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653b14312993e683c7fd4b98ca13a2c4498843f16546c9a8e9708e2e4ac63a3e +size 153293 diff --git a/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset new file mode 100644 index 0000000..146638b --- /dev/null +++ b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec27d23d375d4a05e107801b0d908b4fbe1ea03c8fbfe1d302220fc606676240 +size 154174 diff --git a/Content/StarterContent/Materials/M_Wood_Oak.uasset b/Content/StarterContent/Materials/M_Wood_Oak.uasset new file mode 100644 index 0000000..f9ef627 --- /dev/null +++ b/Content/StarterContent/Materials/M_Wood_Oak.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e8a7d2160df0383e54bd6eac405e436ce704f1ebcf48bcbe8149451d620dd2 +size 159368 diff --git a/Content/StarterContent/Materials/M_Wood_Pine.uasset b/Content/StarterContent/Materials/M_Wood_Pine.uasset new file mode 100644 index 0000000..add9ba7 --- /dev/null +++ b/Content/StarterContent/Materials/M_Wood_Pine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58dc5fef8535e21966b1785dfdca0c71be750a865a174560e80b616ca0f5179 +size 153062 diff --git a/Content/StarterContent/Materials/M_Wood_Walnut.uasset b/Content/StarterContent/Materials/M_Wood_Walnut.uasset new file mode 100644 index 0000000..e41b863 --- /dev/null +++ b/Content/StarterContent/Materials/M_Wood_Walnut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75bdcbbd640251fa991ee4b4119aaea3c92f5f77f934bc508f0cde136ce21b47 +size 146548 diff --git a/Content/StarterContent/Particles/Materials/M_Burst.uasset b/Content/StarterContent/Particles/Materials/M_Burst.uasset new file mode 100644 index 0000000..51a8937 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_Burst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccc5d11e0363bd4b17f681e5a3461c254a7835e4411e7baab1f988e155b7839 +size 43524 diff --git a/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset b/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset new file mode 100644 index 0000000..61fa896 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77cef838e35a557185f8764c432a72ef3c528d13d7464229bee9dba808e18cc +size 82354 diff --git a/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset b/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset new file mode 100644 index 0000000..db5f4f2 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ac89313a68dcf203c3e05c1b5c05cde0e500739dca06fd582b509d7de910fd +size 105604 diff --git a/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset b/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset new file mode 100644 index 0000000..b9167c1 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f330475bda72d73914d630403eff81c894ed097e9241fa8a000a26e55af4cd3 +size 86737 diff --git a/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset b/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset new file mode 100644 index 0000000..6a620f8 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d60f3db8d9d32c6141f4f4340e22e046b59b0a6163594af1abb7fd135b21408 +size 41181 diff --git a/Content/StarterContent/Particles/Materials/M_Spark.uasset b/Content/StarterContent/Particles/Materials/M_Spark.uasset new file mode 100644 index 0000000..d0af715 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_Spark.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae67322c7782f784a4327ea898a83ede1b2f152469fe765cb6652d64fb1c238 +size 94041 diff --git a/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset b/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset new file mode 100644 index 0000000..eb9b227 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ea83f9670fcac1ee59b1c877e5e6bc6d2868eca6e6e1158dd7d09e113bd5bb +size 62151 diff --git a/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset b/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset new file mode 100644 index 0000000..ae69b17 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9485250b8a86884ee17b32a305b826af9f5f025011fe350cb9b7f199f8d53e62 +size 41193 diff --git a/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset b/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset new file mode 100644 index 0000000..17f8714 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02bcf4d6ab878b8425e196caa2b6aedd49274b074f7e605ef7ed3450be92193 +size 108259 diff --git a/Content/StarterContent/Particles/Materials/m_flare_01.uasset b/Content/StarterContent/Particles/Materials/m_flare_01.uasset new file mode 100644 index 0000000..a023b46 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/m_flare_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c493febe6e9b8ebdc08b3f168a74003537916e5cf81660e9ff38713cca0901f5 +size 48172 diff --git a/Content/StarterContent/Particles/P_Ambient_Dust.uasset b/Content/StarterContent/Particles/P_Ambient_Dust.uasset new file mode 100644 index 0000000..bf2e439 --- /dev/null +++ b/Content/StarterContent/Particles/P_Ambient_Dust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ef616c7a8bd90cd1b7a13efb18a56f33346efbae51efa31f09804478b7621d +size 43456 diff --git a/Content/StarterContent/Particles/P_Explosion.uasset b/Content/StarterContent/Particles/P_Explosion.uasset new file mode 100644 index 0000000..d3796ba --- /dev/null +++ b/Content/StarterContent/Particles/P_Explosion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21bbb2c9d69226415dd25268ce3c3f74af71981018c537d0080ec7df5d32309 +size 280221 diff --git a/Content/StarterContent/Particles/P_Fire.uasset b/Content/StarterContent/Particles/P_Fire.uasset new file mode 100644 index 0000000..38533cc --- /dev/null +++ b/Content/StarterContent/Particles/P_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d1cb2ba9933d298c62788996e50a3015632eff8908f08ec28d85fe116cc073 +size 259431 diff --git a/Content/StarterContent/Particles/P_Smoke.uasset b/Content/StarterContent/Particles/P_Smoke.uasset new file mode 100644 index 0000000..b1b00f9 --- /dev/null +++ b/Content/StarterContent/Particles/P_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66c5b6ed61896f44a837c0c88ac7cdd6ed16e7bdc9e0ded78e0742e83c4d60e +size 65670 diff --git a/Content/StarterContent/Particles/P_Sparks.uasset b/Content/StarterContent/Particles/P_Sparks.uasset new file mode 100644 index 0000000..061ebce --- /dev/null +++ b/Content/StarterContent/Particles/P_Sparks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae32a7cc9882bcb982df7db98dac68bbe0db2bf08c40f49fcd85c8e1407d415 +size 171805 diff --git a/Content/StarterContent/Particles/P_Steam_Lit.uasset b/Content/StarterContent/Particles/P_Steam_Lit.uasset new file mode 100644 index 0000000..7f3b1e0 --- /dev/null +++ b/Content/StarterContent/Particles/P_Steam_Lit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018c1d52865cea019dd1607b284acc89e0363c2e832d16e0d3f9e1164d337494 +size 117332 diff --git a/Content/StarterContent/Props/MaterialSphere.uasset b/Content/StarterContent/Props/MaterialSphere.uasset new file mode 100644 index 0000000..1285489 --- /dev/null +++ b/Content/StarterContent/Props/MaterialSphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3610c1f4c2ae939371a133f6203b9237e2e88982af7dacf3fcf8b2970b9cd5e2 +size 174533 diff --git a/Content/StarterContent/Props/Materials/M_Bush.uasset b/Content/StarterContent/Props/Materials/M_Bush.uasset new file mode 100644 index 0000000..5dc76c5 --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Bush.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e843d70bb914f8a4a8c57797db04b751e070ae4b52772363d0854632704992e0 +size 99988 diff --git a/Content/StarterContent/Props/Materials/M_Chair.uasset b/Content/StarterContent/Props/Materials/M_Chair.uasset new file mode 100644 index 0000000..9901c1d --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Chair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736bcc8202f9bf46da6025412048ffa27c7648f27ebafe9e404375d6bf72134d +size 90187 diff --git a/Content/StarterContent/Props/Materials/M_Door.uasset b/Content/StarterContent/Props/Materials/M_Door.uasset new file mode 100644 index 0000000..0ced8d7 --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786ab66b2e8788919498b1e33ee5856eecf70b6b040b153be047800cdb9bc9e4 +size 87249 diff --git a/Content/StarterContent/Props/Materials/M_Frame.uasset b/Content/StarterContent/Props/Materials/M_Frame.uasset new file mode 100644 index 0000000..43b39aa --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Frame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4327843712f60a88df948ffacbee0ac3e31c316e376f2232fd11a6d4e47b00 +size 114579 diff --git a/Content/StarterContent/Props/Materials/M_Lamp.uasset b/Content/StarterContent/Props/Materials/M_Lamp.uasset new file mode 100644 index 0000000..0091673 --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Lamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65dbd6d574c00a9c9ced47636fcf31f5329460847c05840fe57522fd50c0069a +size 128995 diff --git a/Content/StarterContent/Props/Materials/M_MaterialSphere.uasset b/Content/StarterContent/Props/Materials/M_MaterialSphere.uasset new file mode 100644 index 0000000..bee4f79 --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_MaterialSphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729f38ae69eee8363c08aee179d77216629e30586b03ec70b4c9d7f792e94d39 +size 66766 diff --git a/Content/StarterContent/Props/Materials/M_MaterialSphere_Plain.uasset b/Content/StarterContent/Props/Materials/M_MaterialSphere_Plain.uasset new file mode 100644 index 0000000..d23d0be --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_MaterialSphere_Plain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1881118dc6656938d5f2a03543210eaa3947813460c8a2cc0d32b796150877 +size 58832 diff --git a/Content/StarterContent/Props/Materials/M_Rock.uasset b/Content/StarterContent/Props/Materials/M_Rock.uasset new file mode 100644 index 0000000..a0172fb --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Rock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc757e65f035e0c60aff320d7d432344c8d0dedb218dec5d8d7531e2afbd1730 +size 114715 diff --git a/Content/StarterContent/Props/Materials/M_Shelf.uasset b/Content/StarterContent/Props/Materials/M_Shelf.uasset new file mode 100644 index 0000000..05d5337 --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Shelf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e28d90ffca791a13bb9e08d72fc113f568f0691231ed71500a65b60aabec5fe +size 78255 diff --git a/Content/StarterContent/Props/Materials/M_Statue.uasset b/Content/StarterContent/Props/Materials/M_Statue.uasset new file mode 100644 index 0000000..9834377 --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Statue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93849ce8d05966a53c7226dbb6d106738a66064183f9515c320c9b725a4ef9c +size 103184 diff --git a/Content/StarterContent/Props/Materials/M_StatueGlass.uasset b/Content/StarterContent/Props/Materials/M_StatueGlass.uasset new file mode 100644 index 0000000..20428d5 --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_StatueGlass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4e3053d1ca199f8c417c21caecf71794cd5eaf2b8215a3d7523bcc487b1ffa +size 101919 diff --git a/Content/StarterContent/Props/Materials/M_TableRound.uasset b/Content/StarterContent/Props/Materials/M_TableRound.uasset new file mode 100644 index 0000000..9c53684 --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_TableRound.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423008872d91d8ebb08cc77e1dd5bddab3ee14ff614cc265f53d7991732e9a0f +size 125965 diff --git a/Content/StarterContent/Props/SM_Bush.uasset b/Content/StarterContent/Props/SM_Bush.uasset new file mode 100644 index 0000000..3f61514 --- /dev/null +++ b/Content/StarterContent/Props/SM_Bush.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737851f7bf15cb3b27717edaf7ce27662e2ed2e45f07832f9c2344761609a4c1 +size 152902 diff --git a/Content/StarterContent/Props/SM_Chair.uasset b/Content/StarterContent/Props/SM_Chair.uasset new file mode 100644 index 0000000..1a981e3 --- /dev/null +++ b/Content/StarterContent/Props/SM_Chair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe2c9d9b8cfb5a80d8ad04998ccdfae564409b571e5ebc4ce91b1bbe6cfd257 +size 213058 diff --git a/Content/StarterContent/Props/SM_CornerFrame.uasset b/Content/StarterContent/Props/SM_CornerFrame.uasset new file mode 100644 index 0000000..97abfdf --- /dev/null +++ b/Content/StarterContent/Props/SM_CornerFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffde89faaa320ba94bbba36e9496cb61c7e576de19a1220a9a2be356b729b27a +size 104587 diff --git a/Content/StarterContent/Props/SM_Couch.uasset b/Content/StarterContent/Props/SM_Couch.uasset new file mode 100644 index 0000000..261ff54 --- /dev/null +++ b/Content/StarterContent/Props/SM_Couch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b264dbe0486d028dab6ad962a189e757fced4db58993a6e65ea80b3f1264fb3c +size 254658 diff --git a/Content/StarterContent/Props/SM_Door.uasset b/Content/StarterContent/Props/SM_Door.uasset new file mode 100644 index 0000000..cba1c57 --- /dev/null +++ b/Content/StarterContent/Props/SM_Door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b20778a4a06e27614a28e87d1822142b59ee18ef45aec71905778cf158e1d0a +size 214917 diff --git a/Content/StarterContent/Props/SM_DoorFrame.uasset b/Content/StarterContent/Props/SM_DoorFrame.uasset new file mode 100644 index 0000000..e96bcb1 --- /dev/null +++ b/Content/StarterContent/Props/SM_DoorFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b451ad899ba38b35eed36982d738c4678ce272d19c59ec8d77f9726c8410323 +size 65546 diff --git a/Content/StarterContent/Props/SM_GlassWindow.uasset b/Content/StarterContent/Props/SM_GlassWindow.uasset new file mode 100644 index 0000000..0b677ab --- /dev/null +++ b/Content/StarterContent/Props/SM_GlassWindow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ab4006cb783cf2d72a567750a7856d76ac5f6d0166e0a6085258fc0a70a37e +size 97538 diff --git a/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset b/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset new file mode 100644 index 0000000..d1ba3d5 --- /dev/null +++ b/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa48f6998c78fb88c360129f2ab0b8d52d69aaf76e6ae82659b0d2e3beee929b +size 318571 diff --git a/Content/StarterContent/Props/SM_Lamp_Wall.uasset b/Content/StarterContent/Props/SM_Lamp_Wall.uasset new file mode 100644 index 0000000..70ba50d --- /dev/null +++ b/Content/StarterContent/Props/SM_Lamp_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d479325367b590f25eae2686e3ac03c2fd8d7bb6437a72170b0ece9ec65415c2 +size 140246 diff --git a/Content/StarterContent/Props/SM_MatPreviewMesh_02.uasset b/Content/StarterContent/Props/SM_MatPreviewMesh_02.uasset new file mode 100644 index 0000000..fa41b11 --- /dev/null +++ b/Content/StarterContent/Props/SM_MatPreviewMesh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6eb9e6c7e680e9b3b8a8fe3fd3e2b14aa2cfa80c5d23b99ed90d5d39b18c9fe +size 2396647 diff --git a/Content/StarterContent/Props/SM_PillarFrame.uasset b/Content/StarterContent/Props/SM_PillarFrame.uasset new file mode 100644 index 0000000..42c56e0 --- /dev/null +++ b/Content/StarterContent/Props/SM_PillarFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423bde487af524f2ab0569e36f19d58383836c4db5f6f80602adc7d7b092e809 +size 127007 diff --git a/Content/StarterContent/Props/SM_PillarFrame300.uasset b/Content/StarterContent/Props/SM_PillarFrame300.uasset new file mode 100644 index 0000000..24ffa81 --- /dev/null +++ b/Content/StarterContent/Props/SM_PillarFrame300.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8237734ef9a5f0db12f3a098285f0985f6f89e73bccee203379d7a544ed65cd +size 124350 diff --git a/Content/StarterContent/Props/SM_Rock.uasset b/Content/StarterContent/Props/SM_Rock.uasset new file mode 100644 index 0000000..b729ae6 --- /dev/null +++ b/Content/StarterContent/Props/SM_Rock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae10c19314550dce38fd573d60284b4de00f2656466ec533f637a0ed7ace97c +size 175516 diff --git a/Content/StarterContent/Props/SM_Shelf.uasset b/Content/StarterContent/Props/SM_Shelf.uasset new file mode 100644 index 0000000..ad80390 --- /dev/null +++ b/Content/StarterContent/Props/SM_Shelf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca90492e235d71f932d10dbf3ed2fe659f53b6a6663acef1f9f883ec5fb25746 +size 108862 diff --git a/Content/StarterContent/Props/SM_Stairs.uasset b/Content/StarterContent/Props/SM_Stairs.uasset new file mode 100644 index 0000000..9f3fd64 --- /dev/null +++ b/Content/StarterContent/Props/SM_Stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88695e9a950946ebe61dc84124009ca46780312bc83310dfb750516a1e8b45bd +size 66807 diff --git a/Content/StarterContent/Props/SM_Statue.uasset b/Content/StarterContent/Props/SM_Statue.uasset new file mode 100644 index 0000000..43515f4 --- /dev/null +++ b/Content/StarterContent/Props/SM_Statue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b47b5029ab2ec9b658b85450dd1dc3afa505392768a6bd8ff9519d443105760 +size 537153 diff --git a/Content/StarterContent/Props/SM_TableRound.uasset b/Content/StarterContent/Props/SM_TableRound.uasset new file mode 100644 index 0000000..26b490e --- /dev/null +++ b/Content/StarterContent/Props/SM_TableRound.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec022af96389414545991f84453594998f7cce83c2e3679d0c4bae655c683a4 +size 528732 diff --git a/Content/StarterContent/Props/SM_WindowFrame.uasset b/Content/StarterContent/Props/SM_WindowFrame.uasset new file mode 100644 index 0000000..9e53598 --- /dev/null +++ b/Content/StarterContent/Props/SM_WindowFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0dab4215722ee64c78bd95ae42151d3d32f570dd3c5d17aaeabea94d827271 +size 68758 diff --git a/Content/StarterContent/Shapes/Shape_Cone.uasset b/Content/StarterContent/Shapes/Shape_Cone.uasset new file mode 100644 index 0000000..7ef443e --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Cone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e66945bb2a5bde032363221846eac83d673461261a876ced086da0c3f1cdd01 +size 94233 diff --git a/Content/StarterContent/Shapes/Shape_Cube.uasset b/Content/StarterContent/Shapes/Shape_Cube.uasset new file mode 100644 index 0000000..2e36231 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Cube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28041535ff2c33720f2e67002529bbf592f2063b2acead30e5b5e85e0464bd4c +size 45498 diff --git a/Content/StarterContent/Shapes/Shape_Cylinder.uasset b/Content/StarterContent/Shapes/Shape_Cylinder.uasset new file mode 100644 index 0000000..02c7cf5 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d097bc691d550e417ef9033bca8cf8fd3272bc0b03d26bd10b82491acdf26f77 +size 109276 diff --git a/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset b/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset new file mode 100644 index 0000000..592f235 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9e39b0cd0819023f41c12be2c2281ea95fa66988e58a2ab67fccf06e9b1114 +size 211325 diff --git a/Content/StarterContent/Shapes/Shape_Pipe.uasset b/Content/StarterContent/Shapes/Shape_Pipe.uasset new file mode 100644 index 0000000..f42dbba --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Pipe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4558f8ca4fba367623fca84b98adeafcaaa85d84e43bae085e918625b5bdb1e3 +size 78407 diff --git a/Content/StarterContent/Shapes/Shape_Pipe_180.uasset b/Content/StarterContent/Shapes/Shape_Pipe_180.uasset new file mode 100644 index 0000000..cc8cd0e --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Pipe_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f300a68e1340ec3912c6fd1caf7a2f8e123df3580dc78d5a1104c9321c550bc2 +size 193692 diff --git a/Content/StarterContent/Shapes/Shape_Pipe_90.uasset b/Content/StarterContent/Shapes/Shape_Pipe_90.uasset new file mode 100644 index 0000000..077c1d9 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Pipe_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd06fe450ec0bc349b8b09c3c45e962b3c530bdcde0b68f587f5fbca17fc576c +size 120200 diff --git a/Content/StarterContent/Shapes/Shape_Plane.uasset b/Content/StarterContent/Shapes/Shape_Plane.uasset new file mode 100644 index 0000000..a82558e --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Plane.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e6fd25247a16daaae4e70ab9b48f75a0a88dbcf3e055abe18c75d091d2a3f0 +size 43121 diff --git a/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset b/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset new file mode 100644 index 0000000..9e2c98b --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11e4f057ae35953635134cb126d80f4180049c82f9f2f15b00f948a3ddb7cc3 +size 43744 diff --git a/Content/StarterContent/Shapes/Shape_Sphere.uasset b/Content/StarterContent/Shapes/Shape_Sphere.uasset new file mode 100644 index 0000000..9affe73 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Sphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ad0261fd9278177071b49e2539e9eea1a4f981e1d636eb2f40e68e470d7e0d +size 264634 diff --git a/Content/StarterContent/Shapes/Shape_Torus.uasset b/Content/StarterContent/Shapes/Shape_Torus.uasset new file mode 100644 index 0000000..38a91d6 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Torus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12798a18f296855dfe99fecb8271047514b254aa94a9c5978cb0420d4e475f06 +size 558042 diff --git a/Content/StarterContent/Shapes/Shape_TriPyramid.uasset b/Content/StarterContent/Shapes/Shape_TriPyramid.uasset new file mode 100644 index 0000000..dc1f9f8 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_TriPyramid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c764985dac1e5ef6ccd70089a959c57b4279c2f9fb342fbcc272be503c4abcd7 +size 41629 diff --git a/Content/StarterContent/Shapes/Shape_Trim.uasset b/Content/StarterContent/Shapes/Shape_Trim.uasset new file mode 100644 index 0000000..769ee6a --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ee55a3396e3cda288dd62d762aeb6eacd9bd2727c2d0cc3c135ff6ce493c04 +size 51867 diff --git a/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset b/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset new file mode 100644 index 0000000..79909f5 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1222af18dda4f4cb0a98f180783162f1c0d3d8d237c61c9ed611b411a1bad31 +size 74804 diff --git a/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset b/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset new file mode 100644 index 0000000..64a021d --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af5c493393ea486d5c2d5570ca6d43c6a3aaef22031aa3022123f121e35e585 +size 75706 diff --git a/Content/StarterContent/Shapes/Shape_Tube.uasset b/Content/StarterContent/Shapes/Shape_Tube.uasset new file mode 100644 index 0000000..fb39aaf --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Tube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585a46fef1bdf06af7fcb1caa7d8ac0f08884d30995dd46da717f3b4d78a408b +size 190123 diff --git a/Content/StarterContent/Shapes/Shape_Wedge_A.uasset b/Content/StarterContent/Shapes/Shape_Wedge_A.uasset new file mode 100644 index 0000000..1d1aca4 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Wedge_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d0d06229359785d9aa511350cf6f050b5b1f3aec394849a7d3f73bc01cfd87 +size 45020 diff --git a/Content/StarterContent/Shapes/Shape_Wedge_B.uasset b/Content/StarterContent/Shapes/Shape_Wedge_B.uasset new file mode 100644 index 0000000..ef8091d --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Wedge_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99c65bd6f4e251044aab1d561571f40e0efddf87dba99879d6d7e185e34e30e +size 40642 diff --git a/Content/StarterContent/Shapes/Shape_WideCapsule.uasset b/Content/StarterContent/Shapes/Shape_WideCapsule.uasset new file mode 100644 index 0000000..f41fbd4 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_WideCapsule.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891e25491dfd9985bfc876a896db2bb8c26701a01bf4af35f0e39329aa36f203 +size 150007 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset new file mode 100644 index 0000000..9ffa6fa --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1213ed482afcc070afa935777c007a016c7de619fe1f0ac060a08eaec039ab +size 7649619 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset new file mode 100644 index 0000000..ed6cad6 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a93958e70a93dcfd3d9c3951bd54efac9ba0aa02e21820ca156aab49d520d6b +size 8326301 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset new file mode 100644 index 0000000..207dd45 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55e40a3d4b263feadf837fba93530bbce2df1b75340b9e1b503611c1bca1313 +size 7553391 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset b/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset new file mode 100644 index 0000000..9d56c40 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfaa2e5812f517db4d8815139ad32ec002e47bdfe4c621de783b27929e48c5e +size 6035708 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset b/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset new file mode 100644 index 0000000..29f1106 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae6db92679b2c34669a93c611c60bae6df6ca06a1dbaa51175d9b3e2cffc153 +size 9201530 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset b/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset new file mode 100644 index 0000000..138acee --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26a31f56112fc132f2f1a6d1cda40afb916dec5573fc6802616b8b267d91bb0 +size 7865847 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset b/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset new file mode 100644 index 0000000..c0b4357 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49e924c5d070b837d8735071ad3f211c535367f6f0b2d29fcf190f29927727d +size 11424774 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset b/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset new file mode 100644 index 0000000..70022a9 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a867e56b65892db775788655490a52f206fa8863ec7c77304cafc74e4d650be5 +size 7794699 diff --git a/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset b/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset new file mode 100644 index 0000000..96ec7ed --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0582dfc178ee935e7d46d680c01b9af01d39a84bd6b2ce902592251b88631c +size 13386492 diff --git a/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset b/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset new file mode 100644 index 0000000..26730f4 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634c067049b6ab3652862c7ae71d9c887cb1a3c03683eae415507cefd79e79c5 +size 6679434 diff --git a/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset new file mode 100644 index 0000000..8b13c96 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788abca114951b9dfe36728ba7edc61fa99d63013d0fca1cc8c0b2ed73dd8af1 +size 7446677 diff --git a/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset new file mode 100644 index 0000000..20e3a30 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d244a51d9a2c0c4b3b84ba630d6286be0275d5918a8d5aa5c5759f2468dc7758 +size 6802269 diff --git a/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset new file mode 100644 index 0000000..75c8ecf --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71891e186659e1344e8c036bdda0909f62caac306c6f5ba4f62852dbe3f8ed52 +size 8992435 diff --git a/Content/StarterContent/Textures/T_Burst_M.uasset b/Content/StarterContent/Textures/T_Burst_M.uasset new file mode 100644 index 0000000..f13ba11 --- /dev/null +++ b/Content/StarterContent/Textures/T_Burst_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f91d423c228fe5c7f880271a581b3d09106d2d8abf56bb07951bf121f2a5b7 +size 150025 diff --git a/Content/StarterContent/Textures/T_Bush_D.uasset b/Content/StarterContent/Textures/T_Bush_D.uasset new file mode 100644 index 0000000..7fa73f1 --- /dev/null +++ b/Content/StarterContent/Textures/T_Bush_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f878d3ce291b9e0ec0aeec7bec5dacea3b171b25ad41d1ce6a8946b1b94eac0c +size 552540 diff --git a/Content/StarterContent/Textures/T_Bush_N.uasset b/Content/StarterContent/Textures/T_Bush_N.uasset new file mode 100644 index 0000000..0ae108a --- /dev/null +++ b/Content/StarterContent/Textures/T_Bush_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea964f1604f3c15e347f9dacd08df9bc0f325b3f37bc72c717e4f9623e7d04c3 +size 396574 diff --git a/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset b/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset new file mode 100644 index 0000000..1081979 --- /dev/null +++ b/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd01c79ee94b93a1fd5943e05f06953f4871e72f9692051bde3bd5b39520f90 +size 277243 diff --git a/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset b/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset new file mode 100644 index 0000000..8b0be0a --- /dev/null +++ b/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda183a05e51052804108b7aec46bbb3e8ddf56ad9fb212478222965b340698e +size 228293 diff --git a/Content/StarterContent/Textures/T_Chair_M.uasset b/Content/StarterContent/Textures/T_Chair_M.uasset new file mode 100644 index 0000000..313a262 --- /dev/null +++ b/Content/StarterContent/Textures/T_Chair_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d98c98f59de587246fc6e5fb55168719efc4bf1cbffe9c7dcf3fd6469e26c9 +size 576769 diff --git a/Content/StarterContent/Textures/T_Chair_N.uasset b/Content/StarterContent/Textures/T_Chair_N.uasset new file mode 100644 index 0000000..808a8a2 --- /dev/null +++ b/Content/StarterContent/Textures/T_Chair_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231bae025cc94d632e5a9f63dd54f6d9346cdab7622bcd5c3051f3b852a992d5 +size 1937145 diff --git a/Content/StarterContent/Textures/T_Checker_Noise_M.uasset b/Content/StarterContent/Textures/T_Checker_Noise_M.uasset new file mode 100644 index 0000000..0451fdb --- /dev/null +++ b/Content/StarterContent/Textures/T_Checker_Noise_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c443d3a3d38c6d4a5c6592ae6c987a1117881ea96300e61878e2baf94aeb90b +size 158406 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset b/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset new file mode 100644 index 0000000..01f7038 --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62cf11c47d265b2f0ffbba90b16697352afdece30c4c27753668fa137f8257a4 +size 11812314 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset b/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset new file mode 100644 index 0000000..f472d20 --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af930353444a446f3706ec94ccb004ecbdb84456b210eb2ff42b447a8b7cfdc +size 1313598 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset b/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset new file mode 100644 index 0000000..492fad1 --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021c8e61bb4ade6da0654e2f0680e7471acc1a051c6f0775a7922710942f31d7 +size 11858728 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset b/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset new file mode 100644 index 0000000..780cf19 --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71be78adf2062e526135cbc269b930522ecc695af9c55b5106382adbc214f52f +size 2936250 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset b/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset new file mode 100644 index 0000000..56197b7 --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d4b6fed8486cefa5414a9b87300ed3fc84d6e458427b60ac4fdd8ee340c3c5 +size 2768117 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset b/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset new file mode 100644 index 0000000..52eab01 --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e52253da7eae0fdf06788fabc99116cc80af16e7327fe9e83620ddb578eda2e +size 6603341 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset b/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset new file mode 100644 index 0000000..7aecfb1 --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2cb96e28e3fda7e527570df959133ca99c1a704c92dcea0c71c6dbb30ff3735 +size 5739577 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset b/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset new file mode 100644 index 0000000..9aed1cf --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1606b700ce3b768e87c3ba87d9e54ecc7d350c0d574cf4e402e9ebeb703ecc +size 8846507 diff --git a/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset b/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset new file mode 100644 index 0000000..d96a8db --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772cf0f32482bf09a8f1fb41fafb98c7e6e618ab38720c06a20f4816a94d795c +size 10691506 diff --git a/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset b/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset new file mode 100644 index 0000000..d4e251e --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f1fb6d2275ab0db5ccb9d09c2740fe2844a818936a3bba56a973e3595279a1 +size 8513286 diff --git a/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset b/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset new file mode 100644 index 0000000..95cc9c8 --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d26912394d2e4fbbe45f877122dd991aa386a3588d298b5ff0d647231e2973 +size 6558914 diff --git a/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset b/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset new file mode 100644 index 0000000..67fab27 --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801b1c699f3131c700d092791f317faddae04a7c162d702682673b1246e71a65 +size 11600993 diff --git a/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset b/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset new file mode 100644 index 0000000..9a20d36 --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441d509c226c555df9f7485a0ce2231873a36bcb2082ac51249e28baa943f07a +size 7452814 diff --git a/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset b/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset new file mode 100644 index 0000000..be8bd5b --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726c21d68b436a88231bd143e2c0eaf1c76f42f17bdcb90ad5a27c28aed43857 +size 4956380 diff --git a/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset b/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset new file mode 100644 index 0000000..1036eab --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2263f308ca49ec7c177605b7534917a1a592ec658d9efdd396044d5695b6f8f8 +size 5759659 diff --git a/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset b/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset new file mode 100644 index 0000000..0b3a26e --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04eac07ab8ffc6b649c3a1cc9e7d952022b09461c5d38f116a6f7bdc22aa3369 +size 6611650 diff --git a/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset b/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset new file mode 100644 index 0000000..fc01b2c --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6911df55c9e2906aa33fbf93b6f79565cd4c3e341add9edf0cb55d98381331c +size 4809 diff --git a/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset b/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset new file mode 100644 index 0000000..2ca791b --- /dev/null +++ b/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f3744b814bbb7abc3d049dc32d130a208c4c3ba17997d2d52ff31dfd73f0d6 +size 2850093 diff --git a/Content/StarterContent/Textures/T_Door_M.uasset b/Content/StarterContent/Textures/T_Door_M.uasset new file mode 100644 index 0000000..dcd0646 --- /dev/null +++ b/Content/StarterContent/Textures/T_Door_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a15c89637e98961e80905fdc88c9ecd84eb50c0bdd9b8deafc2e907196171dd +size 554190 diff --git a/Content/StarterContent/Textures/T_Door_N.uasset b/Content/StarterContent/Textures/T_Door_N.uasset new file mode 100644 index 0000000..e43c4a7 --- /dev/null +++ b/Content/StarterContent/Textures/T_Door_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea391c588a47c11ce3a79b46ccb66a1ddeea3b65deeae9f3c50642901745833 +size 1074859 diff --git a/Content/StarterContent/Textures/T_Dust_Particle_D.uasset b/Content/StarterContent/Textures/T_Dust_Particle_D.uasset new file mode 100644 index 0000000..e802906 --- /dev/null +++ b/Content/StarterContent/Textures/T_Dust_Particle_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce512978ebcb5dfc9a7344dbc7cdae06b00253845c245f471850f711cd85e593 +size 32071 diff --git a/Content/StarterContent/Textures/T_Explosion_SubUV.uasset b/Content/StarterContent/Textures/T_Explosion_SubUV.uasset new file mode 100644 index 0000000..491a176 --- /dev/null +++ b/Content/StarterContent/Textures/T_Explosion_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123a75a60ad2f7d93948e4e6b019d4515ef1c7422c0fc3c346fbb0aa6bfc44ce +size 3004336 diff --git a/Content/StarterContent/Textures/T_Fire_SubUV.uasset b/Content/StarterContent/Textures/T_Fire_SubUV.uasset new file mode 100644 index 0000000..c2be716 --- /dev/null +++ b/Content/StarterContent/Textures/T_Fire_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abd0273b3e94b5c95528910b425bea79d1aa78c6103383324f312fef40ca2d8 +size 525012 diff --git a/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset b/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset new file mode 100644 index 0000000..3566641 --- /dev/null +++ b/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3f75a88deb055bf15fcf27a9dee9c90b784265f7742c8cf72b7b103aef90fa +size 553370 diff --git a/Content/StarterContent/Textures/T_Frame_M.uasset b/Content/StarterContent/Textures/T_Frame_M.uasset new file mode 100644 index 0000000..f25d113 --- /dev/null +++ b/Content/StarterContent/Textures/T_Frame_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d624d28cc125bdccf49cb4fd5ecd537ac332dddfa94e0bc75775f8677a8841e +size 536068 diff --git a/Content/StarterContent/Textures/T_Frame_N.uasset b/Content/StarterContent/Textures/T_Frame_N.uasset new file mode 100644 index 0000000..017b926 --- /dev/null +++ b/Content/StarterContent/Textures/T_Frame_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7e8d6da7a559c853c1f592a91229fd4d35f42cb06f5b7d537f020d983658cd +size 1249187 diff --git a/Content/StarterContent/Textures/T_Gradinet_01.uasset b/Content/StarterContent/Textures/T_Gradinet_01.uasset new file mode 100644 index 0000000..ba3bf4d --- /dev/null +++ b/Content/StarterContent/Textures/T_Gradinet_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f8e85666d34a7813dd6ee849e4bb67291bb95f51e755250850df01998e32fd +size 5447 diff --git a/Content/StarterContent/Textures/T_Ground_Grass_D.uasset b/Content/StarterContent/Textures/T_Ground_Grass_D.uasset new file mode 100644 index 0000000..4742dda --- /dev/null +++ b/Content/StarterContent/Textures/T_Ground_Grass_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68febc3730979e5660f2c9bb142dfce4f2cec0513014c86313c59eff91f9bc36 +size 12014827 diff --git a/Content/StarterContent/Textures/T_Ground_Grass_N.uasset b/Content/StarterContent/Textures/T_Ground_Grass_N.uasset new file mode 100644 index 0000000..906e99e --- /dev/null +++ b/Content/StarterContent/Textures/T_Ground_Grass_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188a235f10e6ddb567db2d6e44be8bdfe422ae03d1731eb69a88123635b88b9a +size 11617917 diff --git a/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset b/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset new file mode 100644 index 0000000..92d45db --- /dev/null +++ b/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265c31534d4d2eeff3fe28588cbaef59bca7f319d058eae37d752d47fa21794a +size 10627659 diff --git a/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset b/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset new file mode 100644 index 0000000..5bd4833 --- /dev/null +++ b/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4445cdee2d65a26e8e6e4c7be6acfeb79812fec5cfff7a29825d7542637f923d +size 7408581 diff --git a/Content/StarterContent/Textures/T_Ground_Moss_N.uasset b/Content/StarterContent/Textures/T_Ground_Moss_N.uasset new file mode 100644 index 0000000..f91f3a1 --- /dev/null +++ b/Content/StarterContent/Textures/T_Ground_Moss_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201d4e5c0af974e110b4967fdf0f5c85386f58d1f89b9211ffefbc11e723d54b +size 8389816 diff --git a/Content/StarterContent/Textures/T_Lamp_M.uasset b/Content/StarterContent/Textures/T_Lamp_M.uasset new file mode 100644 index 0000000..d02c21d --- /dev/null +++ b/Content/StarterContent/Textures/T_Lamp_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86dc633c051ea6341a7ef5eb92c32ebefc340ca6429216b1136959aabad98347 +size 781809 diff --git a/Content/StarterContent/Textures/T_Lamp_N.uasset b/Content/StarterContent/Textures/T_Lamp_N.uasset new file mode 100644 index 0000000..3971919 --- /dev/null +++ b/Content/StarterContent/Textures/T_Lamp_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aab4ff1e56fcbad1adedaf4373686e6441d17dc8129c55524ac26bbeb5ccc30 +size 2076923 diff --git a/Content/StarterContent/Textures/T_MacroVariation.uasset b/Content/StarterContent/Textures/T_MacroVariation.uasset new file mode 100644 index 0000000..a404432 --- /dev/null +++ b/Content/StarterContent/Textures/T_MacroVariation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459b10ccd1742f24a8f18d9f20801a1fc7ee4cf73925a5d1d4453f1c5077953d +size 10882792 diff --git a/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset b/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset new file mode 100644 index 0000000..28c2677 --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02fabc8ca9de999fb008334ce0ce1c608274b5976993827e7d227d02ec8709d3 +size 9680629 diff --git a/Content/StarterContent/Textures/T_Metal_Copper_D.uasset b/Content/StarterContent/Textures/T_Metal_Copper_D.uasset new file mode 100644 index 0000000..c951aad --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Copper_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685da9dccd73f061650b3ee20b70ef37cba141fb162364ad5ab1dff82ce0528d +size 8854788 diff --git a/Content/StarterContent/Textures/T_Metal_Gold_D.uasset b/Content/StarterContent/Textures/T_Metal_Gold_D.uasset new file mode 100644 index 0000000..6b75601 --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Gold_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e809789d988bc1944be3a1e1d5245cb1065dc9a025b2976ba1a92e1c2c0bf526 +size 8838906 diff --git a/Content/StarterContent/Textures/T_Metal_Gold_N.uasset b/Content/StarterContent/Textures/T_Metal_Gold_N.uasset new file mode 100644 index 0000000..74596d5 --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Gold_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d81367d8c1c328abe13634b6f490584c6be67897077e5c295ef4d3af2846bb +size 2813572 diff --git a/Content/StarterContent/Textures/T_Metal_Rust_D.uasset b/Content/StarterContent/Textures/T_Metal_Rust_D.uasset new file mode 100644 index 0000000..adfaf14 --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Rust_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4579d39044d4ef16d1aafe68a4578403dd73bb424d0f622e2b27b4f2fe15dd3 +size 9329320 diff --git a/Content/StarterContent/Textures/T_Metal_Rust_N.uasset b/Content/StarterContent/Textures/T_Metal_Rust_N.uasset new file mode 100644 index 0000000..6cf9a33 --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Rust_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b100433492c5cac7fa75df9c73fa3342619e625d216df04545ea290aff688a +size 7504761 diff --git a/Content/StarterContent/Textures/T_Metal_Steel_D.uasset b/Content/StarterContent/Textures/T_Metal_Steel_D.uasset new file mode 100644 index 0000000..edd26cb --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Steel_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ae1d155685a8ddd906d13da8c6325079e012c963229178c95f4e65fa3972d5 +size 3581726 diff --git a/Content/StarterContent/Textures/T_Metal_Steel_N.uasset b/Content/StarterContent/Textures/T_Metal_Steel_N.uasset new file mode 100644 index 0000000..fb6ec41 --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Steel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857faba84c82fc5af40f02a7b29846dac7a243d5b810cfd804fab19d7b2759f0 +size 4922590 diff --git a/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset b/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset new file mode 100644 index 0000000..43a3dae --- /dev/null +++ b/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bece883ac102ebc3ede6c670769f94140b7ec0e2d9995f6250c55062e710b762 +size 7869402 diff --git a/Content/StarterContent/Textures/T_RockMesh_M.uasset b/Content/StarterContent/Textures/T_RockMesh_M.uasset new file mode 100644 index 0000000..97f2f1b --- /dev/null +++ b/Content/StarterContent/Textures/T_RockMesh_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e3e305c84514fc777030b0a3f612cd113f332a8760bbfe0884fed3ed7c9b69 +size 2706973 diff --git a/Content/StarterContent/Textures/T_RockMesh_N.uasset b/Content/StarterContent/Textures/T_RockMesh_N.uasset new file mode 100644 index 0000000..cb7df96 --- /dev/null +++ b/Content/StarterContent/Textures/T_RockMesh_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cca0960c9668f1a286e7182440b24ceafc2c212192f3643bd15c26b15eb66e +size 5375053 diff --git a/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset b/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset new file mode 100644 index 0000000..2a17332 --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fc893f2f15b2f2fa80cbeb22efbc0401bba9fb8babfd279e50e8695a77b141 +size 9359943 diff --git a/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset b/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset new file mode 100644 index 0000000..970223a --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07a42c53c3c8d975b66f7af2ca7a63f14728cd84214afddfd181be9a9a521a1 +size 7847129 diff --git a/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset b/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset new file mode 100644 index 0000000..aac31ee --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3987c099b9761a082d51dc0f2db9603427558c8f93059e5aa463b62f672318a +size 5327483 diff --git a/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset b/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset new file mode 100644 index 0000000..1d172c1 --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8ce6e42a8617cc4021dd4df77eb5af8830a8c8c038acc08ca9fc50d9df6ac2 +size 9234423 diff --git a/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset b/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset new file mode 100644 index 0000000..77d36af --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6115f632ebe01e0fa226bc5b01f713b2d11d57e3d87e8ecbb45a92715695be64 +size 8399811 diff --git a/Content/StarterContent/Textures/T_Rock_Slate_D.uasset b/Content/StarterContent/Textures/T_Rock_Slate_D.uasset new file mode 100644 index 0000000..a9361c5 --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Slate_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9c1e799c3e7d4e688b14812e44ebe966eaac252e562f933b870867088bd144 +size 12333988 diff --git a/Content/StarterContent/Textures/T_Rock_Slate_N.uasset b/Content/StarterContent/Textures/T_Rock_Slate_N.uasset new file mode 100644 index 0000000..b82e64e --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Slate_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6927a7f01ca99210ea896a5ed384ad866959c35c6dc41a77fa23e9c32bff0ab +size 9649859 diff --git a/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset b/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset new file mode 100644 index 0000000..e1ec0a3 --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd898259422aa7bdded5d08c499ef13fc7cbf6cc46768254c92fcb5ec0aa0be +size 8829490 diff --git a/Content/StarterContent/Textures/T_Shelf_M.uasset b/Content/StarterContent/Textures/T_Shelf_M.uasset new file mode 100644 index 0000000..15a50f2 --- /dev/null +++ b/Content/StarterContent/Textures/T_Shelf_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d55e6e9c8ab4f0066a5339be82f0d5fe0fa878a60cb458f37f9bb1f608aa31 +size 651298 diff --git a/Content/StarterContent/Textures/T_Shelf_N.uasset b/Content/StarterContent/Textures/T_Shelf_N.uasset new file mode 100644 index 0000000..46b4896 --- /dev/null +++ b/Content/StarterContent/Textures/T_Shelf_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0c0b53abb2074fcec92c1811b2e49e559e0d379753b11fd8759f7b7b7ce2a7 +size 1639501 diff --git a/Content/StarterContent/Textures/T_Single_Tile_N.uasset b/Content/StarterContent/Textures/T_Single_Tile_N.uasset new file mode 100644 index 0000000..e1b1ccb --- /dev/null +++ b/Content/StarterContent/Textures/T_Single_Tile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d55152f3d78f7ec211dd608bd17b80105b9c57616efebf452649f320e2c9da3 +size 6402 diff --git a/Content/StarterContent/Textures/T_Smoke_SubUV.uasset b/Content/StarterContent/Textures/T_Smoke_SubUV.uasset new file mode 100644 index 0000000..fd0e130 --- /dev/null +++ b/Content/StarterContent/Textures/T_Smoke_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773762833011cb0bc91b2d87d4dbc27bd63c4122513256cb28836516a3314c25 +size 2630744 diff --git a/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset b/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset new file mode 100644 index 0000000..9b3154c --- /dev/null +++ b/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b032814d67d8d203751de76a9d62cdce51e63633d84a85a09e2607475ed662c2 +size 91431 diff --git a/Content/StarterContent/Textures/T_Spark_Core.uasset b/Content/StarterContent/Textures/T_Spark_Core.uasset new file mode 100644 index 0000000..471ab07 --- /dev/null +++ b/Content/StarterContent/Textures/T_Spark_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b841c25bc0549147b5764dc4e49f6c84960bec0b52eb917a977592da55afe04c +size 162316 diff --git a/Content/StarterContent/Textures/T_Statue_M.uasset b/Content/StarterContent/Textures/T_Statue_M.uasset new file mode 100644 index 0000000..29da55a --- /dev/null +++ b/Content/StarterContent/Textures/T_Statue_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99f47b9bd28704bafbb6f4feb3dba1efdba779a4a541bf4b7068485e7d6d892 +size 546786 diff --git a/Content/StarterContent/Textures/T_Statue_N.uasset b/Content/StarterContent/Textures/T_Statue_N.uasset new file mode 100644 index 0000000..6021715 --- /dev/null +++ b/Content/StarterContent/Textures/T_Statue_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73bca3462a64aabc528afa8b23e1a38eb4b947497482213ccd535b3ba22a9278 +size 515360 diff --git a/Content/StarterContent/Textures/T_TableRound_M.uasset b/Content/StarterContent/Textures/T_TableRound_M.uasset new file mode 100644 index 0000000..e19e77d --- /dev/null +++ b/Content/StarterContent/Textures/T_TableRound_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fac89589631c9521cb0745483e301cff454cc2b3632f2aa5a96c83ec63da953 +size 870486 diff --git a/Content/StarterContent/Textures/T_TableRound_N.uasset b/Content/StarterContent/Textures/T_TableRound_N.uasset new file mode 100644 index 0000000..9a60724 --- /dev/null +++ b/Content/StarterContent/Textures/T_TableRound_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a646c9275d23357a81f3fe81bd386c4e10ef02dfab7ea006e8f1ce60ce08979 +size 1549086 diff --git a/Content/StarterContent/Textures/T_Tech_Dot_M.uasset b/Content/StarterContent/Textures/T_Tech_Dot_M.uasset new file mode 100644 index 0000000..69afe46 --- /dev/null +++ b/Content/StarterContent/Textures/T_Tech_Dot_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1074b14c911419d9207d85f0a14ac699e39ed7b6ebec9f4c7f65332f3f6f08e0 +size 107174 diff --git a/Content/StarterContent/Textures/T_Tech_Dot_N.uasset b/Content/StarterContent/Textures/T_Tech_Dot_N.uasset new file mode 100644 index 0000000..f9a221a --- /dev/null +++ b/Content/StarterContent/Textures/T_Tech_Dot_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cee5a07f1b75bce7864cf8cc1df23c317c819e7460a0fdef6c11bfbd240a6eb +size 202333 diff --git a/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset b/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset new file mode 100644 index 0000000..84decc5 --- /dev/null +++ b/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37cd27ec9067f05b4a0ec58bcfb2df5a63cde82b8286ba7e5c08fa16800082d +size 793459 diff --git a/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset b/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset new file mode 100644 index 0000000..29b66a4 --- /dev/null +++ b/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6df7e17f7d5cedd3fc9d3d84f81e648cd560292d42a2f8e7f8be5dbd0f72d19 +size 493875 diff --git a/Content/StarterContent/Textures/T_Tech_Panel_M.uasset b/Content/StarterContent/Textures/T_Tech_Panel_M.uasset new file mode 100644 index 0000000..e0c32c7 --- /dev/null +++ b/Content/StarterContent/Textures/T_Tech_Panel_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8194fbc530d92432829695060a446bcf139f579f79ede12be5f901ddece7600b +size 979689 diff --git a/Content/StarterContent/Textures/T_Tech_Panel_N.uasset b/Content/StarterContent/Textures/T_Tech_Panel_N.uasset new file mode 100644 index 0000000..7f3af00 --- /dev/null +++ b/Content/StarterContent/Textures/T_Tech_Panel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7057eea89c2a4a09dc666628038127b195ba4308c7beb888087ea981672df689 +size 1860674 diff --git a/Content/StarterContent/Textures/T_Water_M.uasset b/Content/StarterContent/Textures/T_Water_M.uasset new file mode 100644 index 0000000..dd245ef --- /dev/null +++ b/Content/StarterContent/Textures/T_Water_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd8239b2b042ac321ba66d10f583c7076a65c15ba2a8238c3a85314af5251e1 +size 1696467 diff --git a/Content/StarterContent/Textures/T_Water_N.uasset b/Content/StarterContent/Textures/T_Water_N.uasset new file mode 100644 index 0000000..c05d77e --- /dev/null +++ b/Content/StarterContent/Textures/T_Water_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b565b73e0111dfe7303322cf70d57c7d8e1359516de73d82116a3da910e1559d +size 2087420 diff --git a/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset new file mode 100644 index 0000000..a6e3e0a --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b585ed384b889bb1a62cdf46ead4fae16da0c9e2ff8ac22cec9d8b93e16c32d +size 4584206 diff --git a/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset new file mode 100644 index 0000000..77cf750 --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6123d3abe7d101ef3faba94b30bb49089f42294f9f6f7a29dc040c5502b1f0e +size 3940729 diff --git a/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset new file mode 100644 index 0000000..fa1abab --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301e71afd86e006c47a92d697d233eacfbf83dc6ef7bc136fceb1f76c04e2503 +size 2858538 diff --git a/Content/StarterContent/Textures/T_Wood_Oak_D.uasset b/Content/StarterContent/Textures/T_Wood_Oak_D.uasset new file mode 100644 index 0000000..5b97a88 --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Oak_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b8dc4700a329796f77503731dde4d79ee54b841c2e4711baba8ac55d14ba4f +size 6707252 diff --git a/Content/StarterContent/Textures/T_Wood_Oak_N.uasset b/Content/StarterContent/Textures/T_Wood_Oak_N.uasset new file mode 100644 index 0000000..b998db0 --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Oak_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db9717aadade395ad7f5c5fc5388c32423ab99ec802efdf9981169d5858fb60 +size 6245295 diff --git a/Content/StarterContent/Textures/T_Wood_Pine_D.uasset b/Content/StarterContent/Textures/T_Wood_Pine_D.uasset new file mode 100644 index 0000000..9d50af3 --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Pine_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd72a7013dca7c5e09c1b0f9e4774fc21394db1577092523cce0ae10a1da4d4d +size 9941578 diff --git a/Content/StarterContent/Textures/T_Wood_Pine_N.uasset b/Content/StarterContent/Textures/T_Wood_Pine_N.uasset new file mode 100644 index 0000000..ff87b40 --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Pine_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7de7d8ea43183c0bfb1ae796b99096880f4a6214159b6b70ea719f0e6b3f432 +size 3467174 diff --git a/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset b/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset new file mode 100644 index 0000000..6301eb5 --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b450edfff2c26ef117aeffd48006a8f1941cda54a86f821076bbf0b62490925 +size 6509713 diff --git a/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset b/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset new file mode 100644 index 0000000..79e55a7 --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e60b11f9f5d15dff4581f41c95d801cd1b52d2afdb0a96111f90545e95afbc +size 3836013 diff --git a/Content/StarterContent/Textures/T_ground_Moss_D.uasset b/Content/StarterContent/Textures/T_ground_Moss_D.uasset new file mode 100644 index 0000000..9e1087b --- /dev/null +++ b/Content/StarterContent/Textures/T_ground_Moss_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a0868a54b73531bd214b1249cd6213cf1c9cbabdb4cdfd60e95bcb97623ccf +size 13034653 diff --git a/README.md b/README.md new file mode 100644 index 0000000..ca5772f --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# WarehouseWreckage + +Developed with Unreal Engine 5 + +https://www.udemy.com/course/unrealcourse-korean/?couponCode=KEEPLEARNING \ No newline at end of file diff --git a/Saved/AutoScreenshot.png b/Saved/AutoScreenshot.png new file mode 100644 index 0000000..b065fd7 Binary files /dev/null and b/Saved/AutoScreenshot.png differ diff --git a/Saved/Autosaves/Game/StarterContent/Maps/Minimal_Default_Auto1.umap b/Saved/Autosaves/Game/StarterContent/Maps/Minimal_Default_Auto1.umap new file mode 100644 index 0000000..5a5d556 Binary files /dev/null and b/Saved/Autosaves/Game/StarterContent/Maps/Minimal_Default_Auto1.umap differ diff --git a/Saved/Autosaves/Game/StarterContent/Maps/Minimal_Default_Auto2.umap b/Saved/Autosaves/Game/StarterContent/Maps/Minimal_Default_Auto2.umap new file mode 100644 index 0000000..a8285e9 Binary files /dev/null and b/Saved/Autosaves/Game/StarterContent/Maps/Minimal_Default_Auto2.umap differ diff --git a/Saved/Autosaves/PackageRestoreData.json b/Saved/Autosaves/PackageRestoreData.json new file mode 100644 index 0000000..59996c2 Binary files /dev/null and b/Saved/Autosaves/PackageRestoreData.json differ diff --git a/Saved/Config/CrashReportClient/UECC-Windows-04C605574B6738689A7DDD93D7049ECC/CrashReportClient.ini b/Saved/Config/CrashReportClient/UECC-Windows-04C605574B6738689A7DDD93D7049ECC/CrashReportClient.ini new file mode 100644 index 0000000..473a414 --- /dev/null +++ b/Saved/Config/CrashReportClient/UECC-Windows-04C605574B6738689A7DDD93D7049ECC/CrashReportClient.ini @@ -0,0 +1,5 @@ +[CrashReportClient] +bHideLogFilesOption=false +bIsAllowedToCloseWithoutSending=true +CrashConfigPurgeDays=2 + diff --git a/Saved/Config/WindowsEditor/Compat.ini b/Saved/Config/WindowsEditor/Compat.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/Compat.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WindowsEditor/ControlRig.ini b/Saved/Config/WindowsEditor/ControlRig.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/ControlRig.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WindowsEditor/DeviceProfiles.ini b/Saved/Config/WindowsEditor/DeviceProfiles.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/DeviceProfiles.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WindowsEditor/Editor.ini b/Saved/Config/WindowsEditor/Editor.ini new file mode 100644 index 0000000..fb075c3 --- /dev/null +++ b/Saved/Config/WindowsEditor/Editor.ini @@ -0,0 +1,6 @@ +[/Script/UnrealEd.UnrealEdOptions] +UsingXGE=False + +[/Script/AdvancedPreviewScene.LocalProfiles] +Profiles=(ProfileName="Profile_0",bSharedProfile=False,bUseSkyLighting=True,DirectionalLightIntensity=1.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=1.000000,bRotateLightingRig=False,bShowEnvironment=True,bShowFloor=True,EnvironmentColor=(R=0.200000,G=0.200000,B=0.200000,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/EpicQuadPanorama_CC+EV1.EpicQuadPanorama_CC+EV1",bPostProcessingEnabled=True,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureContrastScale=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenRayLightingMode=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingFilterWidth=False,bOverride_PathTracingEnableEmissive=False,bOverride_PathTracingMaxPathExposure=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableDenoiser=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenMaxTraceDistance=20000.000000,RayTracingGIType=Disabled,RayTracingGIMaxBounces=1,RayTracingGISamplesPerPixel=4,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenRayLightingMode=Default,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,RayTracingReflectionsMaxRoughness=0.600000,RayTracingReflectionsMaxBounces=1,RayTracingReflectionsSamplesPerPixel=1,RayTracingReflectionsShadows=Hard_shadows,RayTracingReflectionsTranslucency=False,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=167.000000,bOverride_AutoExposureBiasBackup=True,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=0.030000,AutoExposureMaxBrightness=8.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-8.000000,HistogramLogMax=4.000000,LocalExposureContrastScale=1.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=16384,PathTracingFilterWidth=3.000000,PathTracingEnableEmissive=True,PathTracingMaxPathExposure=30.000000,PathTracingEnableReferenceDOF=False,PathTracingEnableDenoiser=True,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=-67.500000,Roll=0.000000)) + diff --git a/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini b/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini new file mode 100644 index 0000000..e0d6ea6 --- /dev/null +++ b/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini @@ -0,0 +1,1682 @@ +[/Script/UnrealEd.EditorPerProjectUserSettings] +bDisplayDocumentationLink=False +bDisplayActionListItemRefIds=False +bAlwaysGatherBehaviorTreeDebuggerData=False +bDisplayBlackboardKeysInAlphabeticalOrder=False +bUseSimplygonSwarm=False +SimplygonServerIP=127.0.0.1 +bEnableSwarmDebugging=False +SimplygonSwarmDelay=5000 +SwarmNumOfConcurrentJobs=16 +SwarmMaxUploadChunkSizeInMB=100 +SwarmIntermediateFolder=C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/Simplygon/ +bShowCompilerLogOnCompileError=False +DataSourceFolder=(Path="") +bAnimationReimportWarnings=False +bSCSEditorShowFloor=False +bAlwaysBuildUAT=True +SCSViewportCameraSpeed=4 +AssetViewerProfileName= +PreviewFeatureLevel=3 +PreviewPlatformName=None +PreviewShaderFormatName=None +bPreviewFeatureLevelActive=False +bPreviewFeatureLevelWasDefault=True +PreviewDeviceProfileName=None + +[/Script/UnrealEd.LevelEditorPlaySettings] +LaptopScreenResolutions=(Description="Apple MacBook Air 11",Width=1366,Height=768,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +LaptopScreenResolutions=(Description="Apple MacBook Air 13\"",Width=1440,Height=900,AspectRatio="16:10",bCanSwapAspectRatio=True,ProfileName="") +LaptopScreenResolutions=(Description="Apple MacBook Pro 13\"",Width=1280,Height=800,AspectRatio="16:10",bCanSwapAspectRatio=True,ProfileName="") +LaptopScreenResolutions=(Description="Apple MacBook Pro 13\" (Retina)",Width=2560,Height=1600,AspectRatio="16:10",bCanSwapAspectRatio=True,ProfileName="") +LaptopScreenResolutions=(Description="Apple MacBook Pro 15\"",Width=1440,Height=900,AspectRatio="16:10",bCanSwapAspectRatio=True,ProfileName="") +LaptopScreenResolutions=(Description="Apple MacBook Pro 15\" (Retina)",Width=2880,Height=1800,AspectRatio="16:10",bCanSwapAspectRatio=True,ProfileName="") +LaptopScreenResolutions=(Description="Generic 14-15.6\" Notebook",Width=1366,Height=768,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +MonitorScreenResolutions=(Description="19\" monitor",Width=1440,Height=900,AspectRatio="16:10",bCanSwapAspectRatio=True,ProfileName="") +MonitorScreenResolutions=(Description="20\" monitor",Width=1600,Height=900,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +MonitorScreenResolutions=(Description="22\" monitor",Width=1680,Height=1050,AspectRatio="16:10",bCanSwapAspectRatio=True,ProfileName="") +MonitorScreenResolutions=(Description="21.5-24\" monitor",Width=1920,Height=1080,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +MonitorScreenResolutions=(Description="27\" monitor",Width=2560,Height=1440,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +TabletScreenResolutions=(Description="iPad Pro 12.9-inch (3rd gen.)",Width=1024,Height=1366,AspectRatio="~3:4",bCanSwapAspectRatio=True,ProfileName="iPadPro3_129") +TabletScreenResolutions=(Description="iPad Pro 12.9-inch (2nd gen.)",Width=1024,Height=1366,AspectRatio="~3:4",bCanSwapAspectRatio=True,ProfileName="iPadPro2_129") +TabletScreenResolutions=(Description="iPad Pro 11-inch",Width=834,Height=1194,AspectRatio="5:7",bCanSwapAspectRatio=True,ProfileName="iPadPro11") +TabletScreenResolutions=(Description="iPad Pro 10.5-inch",Width=834,Height=1112,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPadPro105") +TabletScreenResolutions=(Description="iPad Pro 12.9-inch",Width=1024,Height=1366,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPadPro129") +TabletScreenResolutions=(Description="iPad Pro 9.7-inch",Width=768,Height=1024,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPadPro97") +TabletScreenResolutions=(Description="iPad (6th gen.)",Width=768,Height=1024,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPad6") +TabletScreenResolutions=(Description="iPad (5th gen.)",Width=768,Height=1024,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPad5") +TabletScreenResolutions=(Description="iPad Air 3",Width=768,Height=1024,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPadAir3") +TabletScreenResolutions=(Description="iPad Air 2",Width=768,Height=1024,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPadAir2") +TabletScreenResolutions=(Description="iPad Mini 5",Width=768,Height=1024,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPadMini5") +TabletScreenResolutions=(Description="iPad Mini 4",Width=768,Height=1024,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPadMini4") +TabletScreenResolutions=(Description="LG G Pad X 8.0",Width=768,Height=1366,AspectRatio="9:16",bCanSwapAspectRatio=True,ProfileName="") +TabletScreenResolutions=(Description="Asus Zenpad 3s 10",Width=768,Height=1366,AspectRatio="9:16",bCanSwapAspectRatio=True,ProfileName="") +TabletScreenResolutions=(Description="Huawei MediaPad M3",Width=768,Height=1366,AspectRatio="9:16",bCanSwapAspectRatio=True,ProfileName="") +TabletScreenResolutions=(Description="Microsoft Surface RT",Width=768,Height=1366,AspectRatio="9:16",bCanSwapAspectRatio=True,ProfileName="") +TabletScreenResolutions=(Description="Microsoft Surface Pro",Width=1080,Height=1920,AspectRatio="9:16",bCanSwapAspectRatio=True,ProfileName="") +TelevisionScreenResolutions=(Description="720p (HDTV, Blu-ray)",Width=1280,Height=720,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +TelevisionScreenResolutions=(Description="1080i, 1080p (HDTV, Blu-ray)",Width=1920,Height=1080,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +TelevisionScreenResolutions=(Description="4K Ultra HD",Width=3840,Height=2160,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +TelevisionScreenResolutions=(Description="4K Digital Cinema",Width=4096,Height=2160,AspectRatio="1.90:1",bCanSwapAspectRatio=True,ProfileName="") +GameGetsMouseControl=False +UseMouseForTouch=False +MouseControlLabelPosition=LabelAnchorMode_TopLeft +ViewportGetsHMDControl=False +SoloAudioInFirstPIEClient=False +EnablePIEEnterAndExitSounds=False +PlayInEditorSoundQualityLevel=0 +bUseNonRealtimeAudioDevice=False +bPreferToStreamLevelsInPIE=False +NewWindowPosition=(X=603,Y=129) +PIEAlwaysOnTop=False +DisableStandaloneSound=False +AdditionalLaunchParameters= +BuildGameBeforeLaunch=PlayOnBuild_Default +LaunchConfiguration=LaunchConfig_Default +PackFilesForLaunch=NoPak +bAutoCompileBlueprintsOnLaunch=True +bLaunchSeparateServer=False +PlayNetMode=PIE_Standalone +RunUnderOneProcess=True +PlayNetDedicated=False +PlayNumberOfClients=1 +ServerPort=17777 +ClientWindowWidth=640 +AutoConnectToServer=True +RouteGamepadToSecondWindow=False +CreateAudioDeviceForEveryPlayer=False +ClientWindowHeight=480 +ServerMapNameOverride= +AdditionalServerGameOptions= +AdditionalLaunchOptions= +bShowServerDebugDrawingByDefault=True +ServerDebugDrawingColorTintStrength=0.000000 +ServerDebugDrawingColorTint=(R=0.000000,G=0.000000,B=0.000000,A=1.000000) +AdditionalServerLaunchParameters= +ServerFixedFPS=0 +NetworkEmulationSettings=(bIsNetworkEmulationEnabled=False,EmulationTarget=Server,CurrentProfile="Custom",OutPackets=(MinLatency=0,MaxLatency=0,PacketLossPercentage=0),InPackets=(MinLatency=0,MaxLatency=0,PacketLossPercentage=0)) +LastSize=(X=0,Y=0) +LastExecutedLaunchDevice=Windows@10000JE-DESKTOP +LastExecutedLaunchName=10000JE-DESKTOP +LastExecutedPIEPreviewDevice= +DeviceToEmulate= +PIESafeZoneOverride=(Left=0.000000,Top=0.000000,Right=0.000000,Bottom=0.000000) +MultipleInstancePositions=(X=603,Y=129) + +[/Script/UnrealEd.LevelEditorViewportSettings] +FlightCameraControlExperimentalNavigation=False +MinimumOrthographicZoom=250.000000 +bAllowArcballRotate=False +bAllowScreenRotate=False +SnapToSurface=(bEnabled=False,SnapOffsetExtent=0.000000,bSnapRotation=True) +bEnableLayerSnap=False +ActiveSnapLayerIndex=0 +PreserveNonUniformScale=False +PreviewMeshes=/Engine/EditorMeshes/ColorCalibrator/SM_ColorCalibrator.SM_ColorCalibrator +BillboardScale=1.000000 +TransformWidgetSizeAdjustment=0 +bSaveEngineStats=False +MeasuringToolUnits=MeasureUnits_Centimeters +SelectedSplinePointSizeAdjustment=0.000000 +SplineLineThicknessAdjustment=0.000000 +SplineTangentHandleSizeAdjustment=0.000000 +SplineTangentScale=0.500000 +LastInViewportMenuLocation=(X=0.000000,Y=0.000000) +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,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,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,NaniteMeshes=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=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,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,VisualizeStrataMaterial=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,SingleLayerWaterRefractionFullPrecision=0,VirtualTextureResidency=1,DVRStreamingSystem=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenScreenSpaceDirectionalOcclusion=1,LumenReuseShadowMaps=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,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,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,NaniteMeshes=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=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,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,VisualizeStrataMaterial=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,SingleLayerWaterRefractionFullPrecision=0,VirtualTextureResidency=1,DVRStreamingSystem=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenScreenSpaceDirectionalOcclusion=1,LumenReuseShadowMaps=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True)) +PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport1",ConfigSettings=(ViewportType=LVT_Perspective,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=1,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,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,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,NaniteMeshes=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=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,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,VisualizeStrataMaterial=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,SingleLayerWaterRefractionFullPrecision=0,VirtualTextureResidency=1,DVRStreamingSystem=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenScreenSpaceDirectionalOcclusion=1,LumenReuseShadowMaps=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,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,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,NaniteMeshes=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=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,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,VisualizeStrataMaterial=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,SingleLayerWaterRefractionFullPrecision=0,VirtualTextureResidency=1,DVRStreamingSystem=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenScreenSpaceDirectionalOcclusion=1,LumenReuseShadowMaps=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",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,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,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,NaniteMeshes=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=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,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,VisualizeStrataMaterial=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,SingleLayerWaterRefractionFullPrecision=0,VirtualTextureResidency=1,DVRStreamingSystem=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenScreenSpaceDirectionalOcclusion=1,LumenReuseShadowMaps=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,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,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,NaniteMeshes=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=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,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,VisualizeStrataMaterial=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,SingleLayerWaterRefractionFullPrecision=0,VirtualTextureResidency=1,DVRStreamingSystem=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenScreenSpaceDirectionalOcclusion=1,LumenReuseShadowMaps=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",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,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,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,NaniteMeshes=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=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,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,VisualizeStrataMaterial=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,SingleLayerWaterRefractionFullPrecision=0,VirtualTextureResidency=1,DVRStreamingSystem=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenScreenSpaceDirectionalOcclusion=1,LumenReuseShadowMaps=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,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,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,NaniteMeshes=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=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,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,VisualizeStrataMaterial=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,SingleLayerWaterRefractionFullPrecision=0,VirtualTextureResidency=1,DVRStreamingSystem=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenScreenSpaceDirectionalOcclusion=1,LumenReuseShadowMaps=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True)) + +[MRU] +MRUItem0=/Game/Main +MRUItem1=/Game/StarterContent/Maps/Minimal_Default +MRUItem2=/Game/IndustryPropsPack6/Maps/Showcase +MRUItem3=/Game/StarterContent/Maps/Advanced_Lighting +MRUItem4=/Game/StarterContent/Maps/StarterMap + +[EditorStartup] +LastLevel=/Game/Main + +[AssetEditorSubsystem] +CleanShutdown=False + +[DetailCategories] +StaticMeshActor.TransformCommon=True +StaticMeshActor.StaticMesh=True +StaticMeshActor.Materials=True +StaticMeshActor.Physics=True +StaticMeshActor.Collision=True +StaticMeshActor.Lighting=True +StaticMeshActor.Rendering=True +StaticMeshActor.HLOD=True +StaticMeshActor.Navigation=True +StaticMeshActor.VirtualTexture=True +StaticMeshActor.Tags=True +StaticMeshActor.Cooking=True +StaticMeshActor.Replication=True +StaticMeshActor.Actor=True +Minimal_Default_C.Tick=True +Minimal_Default_C.Replication=True +Minimal_Default_C.Actor=True +Minimal_Default_C.Input=True +Minimal_Default_C.HLOD=True +Minimal_Default_C.WorldPartition=True +Minimal_Default_C.Events=True +BP_Sky_Sphere_C.Collision=True +BP_Sky_Sphere_C.TransformCommon=True +BP_Sky_Sphere_C.Default=True +BP_Sky_Sphere_C.오버라이드 세팅=True +BP_Sky_Sphere_C.Rendering=True +BP_Sky_Sphere_C.Replication=True +BP_Sky_Sphere_C.HLOD=True +BP_Sky_Sphere_C.Input=True +BP_Sky_Sphere_C.Actor=True +StaticMeshComponent.TransformCommon=True +StaticMeshComponent.StaticMesh=True +StaticMeshComponent.Materials=True +StaticMeshComponent.Physics=True +StaticMeshComponent.Collision=True +BP_Projectile_C.Actor=True +BP_Projectile_C.Tick=True +BP_Projectile_C.Replication=True +BP_Projectile_C.Rendering=True +BP_Projectile_C.Collision=True +BP_Projectile_C.Input=True +BP_Projectile_C.HLOD=True +BP_Projectile_C.WorldPartition=True +BP_Projectile_C.Events=True +StaticMeshComponent.Variable=True +StaticMeshComponent.Sockets=True +StaticMeshComponent.ComponentTick=True +StaticMeshComponent.HLOD=True +StaticMeshComponent.Lighting=True +StaticMeshComponent.Rendering=True +StaticMeshComponent.Navigation=True +StaticMeshComponent.VirtualTexture=True +StaticMeshComponent.Tags=True +StaticMeshComponent.ComponentReplication=True +StaticMeshComponent.Cooking=True +StaticMeshComponent.Events=True +BP_Projectile_C.Physics=True +BP_Projectile_C.TransformCommon=True +BP_Projectile_C.StaticMesh=True +BP_Projectile_C.Materials=True +BP_Projectile_C.Lighting=True +BP_Projectile_C.Navigation=True +BP_Projectile_C.VirtualTexture=True +BP_Projectile_C.Tags=True +BP_Projectile_C.Cooking=True +BP_Projectile_C.ComponentTick=True +BP_Projectile_C.ComponentReplication=True +BP_Projectile_C.Variable=True +K2Node_InputKey.Input=True +K2Node_InputKey.Modifier=True +K2Node_VariableGet.Variable=True +K2Node_VariableGet.DefaultValueCategory=True +DefaultPawn.TransformCommon=True +DefaultPawn.StaticMesh=True +DefaultPawn.Materials=True +DefaultPawn.Pawn=True +DefaultPawn.FloatingPawnMovement=True +DefaultPawn.NavMovement=True +DefaultPawn.Velocity=True +DefaultPawn.Physics=True +DefaultPawn.Collision=True +DefaultPawn.PlanarMovement=True +DefaultPawn.MovementComponent=True +DefaultPawn.Lighting=True +DefaultPawn.Tags=True +DefaultPawn.Rendering=True +DefaultPawn.Activation=True +DefaultPawn.Cooking=True +DefaultPawn.Shape=True +DefaultPawn.Navigation=True +DefaultPawn.HLOD=True +DefaultPawn.VirtualTexture=True +DefaultPawn.Camera=True +DefaultPawn.Replication=True +DefaultPawn.Input=True +DefaultPawn.Actor=True +PlayerStart.TransformCommon=True +PlayerStart.Object=True +PlayerStart.Rendering=True +PlayerStart.Replication=True +PlayerStart.HLOD=True +PlayerStart.Input=True +PlayerStart.Actor=True +Brush.TransformCommon=True +Brush.BrushSettings=True +Brush.Replication=True +Brush.HLOD=True +Brush.Actor=True +GameMapsSettings.DefaultModes=True +GameMapsSettings.DefaultMaps=True +GameMapsSettings.LocalMultiplayer=True +GameMapsSettings.GameInstance=True +MoviePlayerSettings.Movies=True +GeneralProjectSettings.About=True +GeneralProjectSettings.Publisher=True +GeneralProjectSettings.Legal=True +GeneralProjectSettings.Displayed=True +GeneralProjectSettings.Settings=True +CryptoKeysSettings.Encryption=True +CryptoKeysSettings.Signing=True +HardwareTargetingSettings.Target Hardware=True +HardwareTargetingSettings.Pending Changes=True +ProjectPackagingSettings.Packaging=True +ProjectPackagingSettings.Project=True +ProjectPackagingSettings.Prerequisites=True +GameplayTagsSettings.GameplayTags=True +GameplayTagsSettings.Advanced Replication=True +AssetManagerSettings.Asset Manager=True +AssetManagerSettings.Redirects=True +AssetToolsSettings.Advanced Copy=True +GarbageCollectionSettings.General=True +GarbageCollectionSettings.Optimization=True +GarbageCollectionSettings.Debug=True +GameplayDebuggerConfig.Input=True +GameplayDebuggerConfig.Display=True +GameplayDebuggerConfig.AddOns=True +HierarchicalLODSettings.HLODSystem=True +RecastNavMesh.Display=True +RecastNavMesh.Generation=True +RecastNavMesh.Query=True +RecastNavMesh.Runtime=True +RecastNavMesh.Tick=True +RecastNavMesh.Collision=True +RecastNavMesh.HLOD=True +RecastNavMesh.WorldPartition=True +NavigationSystemV1.Navigation=True +NavigationSystemV1.NavigationSystem=True +NavigationSystemV1.Navigation Enforcing=True +NavigationSystemV1.Agents=True +NetworkSettings.libcurl=True +NetworkSettings.World=True +NetworkSettings.replication=True +DataDrivenConsoleVariableSettings.DataDrivenCVar=True +LandscapeSettings.Layers=True +LevelSequenceProjectSettings.Timeline=True +RendererSettings.Mobile=True +RendererSettings.Materials=True +RendererSettings.Culling=True +RendererSettings.Textures=True +RendererSettings.VirtualTextures=True +RendererSettings.WorkingColorSpace=True +RendererSettings.GlobalIllumination=True +RendererSettings.Reflections=True +RendererSettings.Lumen=True +RendererSettings.Shadows=True +RendererSettings.HardwareRayTracing=True +RendererSettings.SoftwareRayTracing=True +RendererSettings.MiscLighting=True +RendererSettings.ForwardRenderer=True +RendererSettings.Translucency=True +RendererSettings.VR=True +RendererSettings.Postprocessing=True +RendererSettings.DefaultSettings=True +RendererSettings.Optimizations=True +RendererSettings.Debugging=True +RendererSettings.Experimental=True +RendererSettings.Editor=True +RendererSettings.ShaderPermutationReduction=True +RendererSettings.MobileShaderPermutationReduction=True +RendererSettings.Skinning=True +RendererSettings.PostProcessCalibrationMaterials=True +RendererOverrideSettings.ShaderPermutationReduction=True +StreamingSettings.PackageStreaming=True +StreamingSettings.LevelStreaming=True +StreamingSettings.General=True +StreamingSettings.Deprecated Settings=True +SlateSettings.ConstraintCanvas=True +AnimationSettings.Compression=True +AnimationSettings.Performance=True +AnimationSettings.CustomAttributes=True +AnimationSettings.Mirroring=True +AnimationModifierSettings.Modifiers=True +AudioSettings.Dialogue=True +AudioSettings.Audio=True +AudioSettings.Mix=True +AudioSettings.Quality=True +AudioSettings.Debug=True +UserInterfaceSettings.Focus=True +UserInterfaceSettings.Hardware Cursors=True +UserInterfaceSettings.Software Cursors=True +UserInterfaceSettings.DPI Scaling=True +UserInterfaceSettings.Widgets=True +InterchangeProjectSettings.Interchange=True +InterchangeProjectSettings.Interchange (Experimental)=True +Engine.Fonts=True +Engine.DefaultClasses=True +Engine.DefaultMaterials=True +Engine.Settings=True +Engine.Subtitles=True +Engine.Blueprints=True +Engine.Anim Blueprints=True +Engine.Framerate=True +Engine.Timecode=True +Engine.Screenshots=True +InputSettings.Bindings=True +InputSettings.ViewportProperties=True +InputSettings.Input=True +InputSettings.Mobile=True +InputSettings.Virtual Keyboard (Mobile)=True +InputSettings.DefaultClasses=True +InputSettings.Console=True +DebugCameraControllerSettings.General=True +ChaosSolverSettings.GameInstance=True +ControlRigSettings.Shapes=True +ConsoleSettings.General=True +ConsoleSettings.AutoComplete=True +ConsoleSettings.Colors=True +CollisionProfile.Object Channels=True +CollisionProfile.Trace Channels=True +CookerSettings.Cooker=True +CookerSettings.Textures=True +CookerSettings.Editor=True +CrowdManager.Config=True +TextureEncodingProjectSettings.EncodeSpeedSettings=True +TextureEncodingProjectSettings.EncodeSpeeds=True +TutorialSettings.Tutorials=True +PhysicsSettings.Replication=True +PhysicsSettings.Simulation=True +PhysicsSettings.Optimization=True +PhysicsSettings.Framerate=True +PhysicsSettings.Broadphase=True +PhysicsSettings.ChaosPhysics=True +PhysicsSettings.Constants=True +PhysicsSettings.Physical Surface=True +AISystem.AISystem=True +AISystem.Movement=True +AISystem.Gameplay Tasks=True +AISystem.EQS=True +AISystem.Blackboard=True +AISystem.Behavior Tree=True +AISystem.PerceptionSystem=True +WorldPartitionEditorSettings.MapConversion=True +WorldPartitionEditorSettings.Foliage=True +LevelEditor2DSettings.General=True +LevelEditor2DSettings.LayerSnapping=True +ProxyLODMeshSimplificationSettings.General=True +StructViewerProjectSettings.StructVisibilityManagement=True +MovieSceneToolsProjectSettings.Timeline=True +MovieSceneToolsProjectSettings.Shots=True +MovieSceneToolsProjectSettings.TrackSettings=True +MeshSimplificationSettings.General=True +BlueprintEditorProjectSettings.Blueprints=True +BlueprintEditorProjectSettings.Actors=True +BlueprintEditorProjectSettings.Experimental=True +BlueprintEditorProjectSettings.Play=True +SourceControlPreferences.SourceControl=True +SkeletalMeshSimplificationSettings.General=True +EditorProjectAppearanceSettings.Units=True +EditorProjectAppearanceSettings.ReferenceViewer=True +UMGEditorProjectSettings.Compiler=True +UMGEditorProjectSettings.Class Filtering=True +UMGEditorProjectSettings.Designer=True +ClassViewerProjectSettings.ClassVisibilityManagement=True +TextureImportSettings.VirtualTextures=True +DDCProjectSettings.Warnings=True +EditorPerformanceProjectSettings.ViewportResolution=True +PaperImporterSettings.NewAssetSettings=True +PaperImporterSettings.ImportSettings=True +PaperImporterSettings.MaterialSettings=True +AndroidRuntimeSettings.APK Packaging=True +AndroidRuntimeSettings.App Bundles=True +AndroidRuntimeSettings.Build=True +AndroidRuntimeSettings.Advanced APK Packaging=True +AndroidRuntimeSettings.DistributionSigning=True +AndroidRuntimeSettings.GooglePlayServices=True +AndroidRuntimeSettings.Icons=True +AndroidRuntimeSettings.LaunchImages=True +AndroidRuntimeSettings.GraphicsDebugger=True +AndroidRuntimeSettings.Input=True +AndroidRuntimeSettings.Audio=True +AndroidRuntimeSettings.MultiTextureFormats=True +AndroidRuntimeSettings.TextureFormatPriorities=True +AndroidRuntimeSettings.Misc=True +ShaderPlatformQualitySettings.Forward Rendering Overrides=True +AndroidSDKSettings.SDKConfig=True +HoloLensTargetSettings.OS Info=True +HoloLensTargetSettings.HoloLens=True +HoloLensTargetSettings.Packaging=True +HoloLensTargetSettings.Toolchain=True +HoloLensTargetSettings.App Installer=True +HoloLensTargetSettings.Capabilities=True +HoloLensTargetSettings.Rendering=True +HoloLensTargetSettings.Audio=True +HoloLensTargetSettings.Spatial Mapping=True +IOSRuntimeSettings.Mobile Provision=True +IOSRuntimeSettings.BundleInformation=True +IOSRuntimeSettings.Orientation=True +IOSRuntimeSettings.Input=True +IOSRuntimeSettings.FileSystem=True +IOSRuntimeSettings.Rendering=True +IOSRuntimeSettings.OS Info=True +IOSRuntimeSettings.PowerUsage=True +IOSRuntimeSettings.Devices=True +IOSRuntimeSettings.Build=True +IOSRuntimeSettings.Online=True +IOSRuntimeSettings.Extra PList Data=True +IOSRuntimeSettings.Required Icons=True +IOSRuntimeSettings.Optional Icons=True +IOSRuntimeSettings.LaunchScreen=True +IOSRuntimeSettings.tvOS=True +IOSRuntimeSettings.Audio=True +IOSRuntimeSettings.Misc=True +LinuxTargetSettings.Targeted RHIs=True +LinuxTargetSettings.Splash=True +LinuxTargetSettings.Icon=True +LinuxTargetSettings.Audio=True +WindowsTargetSettings.Targeted RHIs=True +WindowsTargetSettings.Toolchain=True +WindowsTargetSettings.Splash=True +WindowsTargetSettings.Icon=True +WindowsTargetSettings.Audio=True +GroomPluginSettings.GroomCache=True +NiagaraSettings.Niagara=True +NiagaraSettings.Viewport=True +NiagaraSettings.Scalability=True +NiagaraSettings.Renderer=True +NiagaraSettings.SkeletalMeshDI=True +NiagaraSettings.StaticMeshDI=True +NiagaraSettings.AsyncGpuTraceDI=True +NiagaraEditorSettings.Niagara=True +NiagaraEditorSettings.Experimental=True +NiagaraEditorSettings.SimulationOptions=True +NiagaraEditorSettings.Niagara Colors=True +LevelSequenceEditorSettings.Tracks=True +LevelSequenceEditorSettings.Playback=True +ModelingToolsEditorModeSettings.Modeling Mode=True +ModelingComponentsSettings.Modeling Tools=True +GeometryCacheStreamerSettings.Geometry Cache Streamer=True +PaperRuntimeSettings.Experimental=True +PaperRuntimeSettings.Settings=True +AndroidFileServerRuntimeSettings.Packaging=True +AndroidFileServerRuntimeSettings.Deployment=True +AndroidFileServerRuntimeSettings.Connection=True +AvfMediaSettings.Debug=True +GooglePADRuntimeSettings.Packaging=True +ImgMediaSettings.General=True +ImgMediaSettings.Caching=True +ImgMediaSettings.EXR=True +ImgMediaSettings.Proxies=True +PythonScriptPluginSettings.Python=True +PythonScriptPluginSettings.PythonRemoteExecution=True +ResonanceAudioSettings.Reverb=True +ResonanceAudioSettings.General=True +TcpMessagingSettings.Transport=True +UdpMessagingSettings.Availability=True +UdpMessagingSettings.Transport=True +UdpMessagingSettings.Tunnel=True +WmfMediaSettings.Media=True +WmfMediaSettings.Debug=True +Brush.Surface Materials=True +Brush.Geometry=True +Brush.Surface Properties=True +SkyAtmosphere.TransformCommon=True +SkyAtmosphere.Planet=True +SkyAtmosphere.Atmosphere=True +SkyAtmosphere.Atmosphere - Rayleigh=True +SkyAtmosphere.Atmosphere - Mie=True +SkyAtmosphere.Atmosphere - Absorption=True +SkyAtmosphere.Art Direction=True +SkyAtmosphere.Rendering=True +SkyAtmosphere.Tags=True +SkyAtmosphere.Activation=True +SkyAtmosphere.Cooking=True +SkyAtmosphere.Replication=True +SkyAtmosphere.Actor=True +LightmassPrimitiveSettingsObject.Lightmass=True +Main_C.Tick=True +Main_C.Replication=True +Main_C.Actor=True +Main_C.Input=True +Main_C.HLOD=True +Main_C.WorldPartition=True +Main_C.Events=True +Actor.TransformCommon=True +Actor.Rendering=True +Actor.Actor=True +SkyLight.TransformCommon=True +SkyLight.Light=True +SkyLight.Rendering=True +SkyLight.DistanceFieldAmbientOcclusion=True +SkyLight.AtmosphereAndCloud=True +SkyLight.RayTracing=True +SkyLight.SkyLight=True +SkyLight.Tags=True +SkyLight.Cooking=True +SkyLight.Actor=True +DirectionalLight.TransformCommon=True +DirectionalLight.Light=True +DirectionalLight.Rendering=True +DirectionalLight.Lightmass=True +DirectionalLight.LightShafts=True +DirectionalLight.CascadedShadowMaps=True +DirectionalLight.DistanceFieldShadows=True +DirectionalLight.RayTracing=True +DirectionalLight.AtmosphereAndCloud=True +DirectionalLight.Performance=True +DirectionalLight.LightFunction=True +DirectionalLight.Tags=True +DirectionalLight.Cooking=True +DirectionalLight.HLOD=True +DirectionalLight.Actor=True +Generic.Surface Materials=True +Generic.Geometry=True +Generic.Surface Properties=True +StaticMesh.StaticMeshMaterials=True +StaticMesh.NaniteSettings=True +StaticMesh.LODCustomMode=True +StaticMesh.LOD0=True +StaticMesh.LodSettings=True +StaticMesh.StaticMesh=True +StaticMesh.Collision=True +StaticMesh.ImportSettings=True +StaticMesh.RayTracing=True +StaticMesh.Navigation=True +BP_Barrel_C.Physics=True +BP_Barrel_C.Collision=True +BP_Barrel_C.TransformCommon=True +BP_Barrel_C.StaticMesh=True +BP_Barrel_C.Materials=True +BP_Barrel_C.Lighting=True +BP_Barrel_C.Rendering=True +BP_Barrel_C.HLOD=True +BP_Barrel_C.Navigation=True +BP_Barrel_C.VirtualTexture=True +BP_Barrel_C.Tags=True +BP_Barrel_C.Cooking=True +BP_Barrel_C.Replication=True +BP_Barrel_C.Input=True +BP_Barrel_C.Actor=True +BP_Barrel_C.Tick=True +BP_Barrel_C.WorldPartition=True +BP_Barrel_C.Events=True +BP_Barrel_C.ComponentTick=True +BP_Barrel_C.ComponentReplication=True +BP_Barrel_C.Variable=True +PropertyWrapper.Variable=True +PropertyWrapper.DefaultValueCategory=True +EdGraph.Graph=True +K2Node_VariableSet.Variable=True +K2Node_VariableSet.DefaultValueCategory=True +EdGraph.Inputs=True +EdGraph.Outputs=True +K2Node_CallFunction.Graph=True +K2Node_CallFunction.Inputs=True +K2Node_CallFunction.Outputs=True +K2Node_FunctionEntry.GraphNodeDetail=True +K2Node_FunctionEntry.Graph=True +K2Node_FunctionEntry.Inputs=True +K2Node_FunctionEntry.Outputs=True +K2Node_FunctionResult.Graph=True +K2Node_FunctionResult.Inputs=True +K2Node_FunctionResult.Outputs=True +K2Node_VariableGet.Events=True +Actor.Replication=True +Actor.HLOD=True +Main_C.디폴트=True + +[ContentBrowser] +ContentBrowserDrawer.SourcesExpanded=True +ContentBrowserDrawer.Locked=False +ContentBrowserDrawer.FavoritesAreaExpanded=False +ContentBrowserDrawer.PathAreaExpanded=True +ContentBrowserDrawer.CollectionAreaExpanded=False +ContentBrowserDrawer.FavoritesSearchAreaExpanded=False +ContentBrowserDrawer.PathSearchAreaExpanded=False +ContentBrowserDrawer.CollectionSearchAreaExpanded=False +ContentBrowserDrawer.VerticalSplitter.SlotSize0=0.150000006 +ContentBrowserDrawer.VerticalSplitter.SlotSize1=0.75 +ContentBrowserDrawer.FavoriteSplitter.SlotSize0=0.200000003 +ContentBrowserDrawer.FavoriteSplitter.SlotSize1=0.800000012 +ContentBrowserDrawer.FavoriteSplitter.SlotSize2=0.400000006 +ContentBrowserDrawer.ActiveTypeFilters= +ContentBrowserDrawer.EnabledTypeFilters= +ContentBrowserDrawer.ActiveFrontendFilters= +ContentBrowserDrawer.EnabledFrontendFilters= +ContentBrowserDrawer.SelectedPaths=/Game/IndustryPropsPack6/Meshes +ContentBrowserDrawer.PluginFilters= +ContentBrowserDrawer.Favorites.SelectedPaths= +FavoritePaths= +ContentBrowserDrawer.SelectedCollections= +ContentBrowserDrawer.ExpandedCollections= +ContentBrowserDrawer.ThumbnailSize=2 +ContentBrowserDrawer.CurrentViewType=1 +ToolbarOpenBPClass.ThumbnailSize=2 +ToolbarOpenBPClass.CurrentViewType=0 +AssetPropertyPicker.ThumbnailSize=2 +AssetPropertyPicker.CurrentViewType=0 +AssetDialog.ThumbnailSize=2 +AssetDialog.CurrentViewType=1 + +[ContentBrowserRecent] +MRUItem0=/Game/StarterContent/Maps/BP_Projectile +MRUItem1=/Game/IndustryPropsPack6/Meshes/BP_Barrel +MRUItem2=/Game/IndustryPropsPack6/Meshes/SM_Barrel02 +MRUItem3=/Game/IndustryPropsPack6/Meshes/SM_Barrel01 +MRUItem4=/Game/Main +MRUItem5=/Game/StarterContent/Maps/Minimal_Default +MRUItem6=/Game/IndustryPropsPack6/Maps/Showcase +MRUItem7=/Game/StarterContent/Maps/Advanced_Lighting +MRUItem8=/Game/StarterContent/Maps/StarterMap + +[PlacementMode] +RecentlyPlaced=/Game/IndustryPropsPack6/Meshes/BP_Barrel.BP_Barrel; +RecentlyPlaced=/Game/IndustryPropsPack6/Meshes/SM_Barrel01.SM_Barrel01; +RecentlyPlaced=/Game/IndustryPropsPack6/Meshes/SM_TrafficBarrel01.SM_TrafficBarrel01; +RecentlyPlaced=/Game/IndustryPropsPack6/Meshes/SM_Rack02.SM_Rack02; +RecentlyPlaced=/Game/StarterContent/Materials/M_Wood_Pine.M_Wood_Pine; +RecentlyPlaced=/Game/StarterContent/Materials/M_CobbleStone_Smooth.M_CobbleStone_Smooth; +RecentlyPlaced=/Game/StarterContent/Materials/M_Concrete_Tiles.M_Concrete_Tiles; +RecentlyPlaced=/Game/StarterContent/Materials/M_Metal_Copper.M_Metal_Copper; +RecentlyPlaced=/Game/StarterContent/Materials/M_Rock_Slate.M_Rock_Slate; +RecentlyPlaced=/Game/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.M_Wood_Floor_Walnut_Polished; +RecentlyPlaced=/Game/StarterContent/Materials/M_Wood_Walnut.M_Wood_Walnut; +RecentlyPlaced=/Game/StarterContent/Props/Materials/M_StatueGlass.M_StatueGlass; +RecentlyPlaced=/Game/StarterContent/Props/Materials/M_Statue.M_Statue; +RecentlyPlaced=/Game/StarterContent/Props/Materials/M_Shelf.M_Shelf; +RecentlyPlaced=/Game/StarterContent/Materials/M_Wood_Oak.M_Wood_Oak; +RecentlyPlaced=/Game/StarterContent/Materials/M_CobbleStone_Rough.M_CobbleStone_Rough; +RecentlyPlaced=/Game/StarterContent/Materials/M_Ground_Moss.M_Ground_Moss; +RecentlyPlaced=/Game/StarterContent/Props/Materials/M_Rock.M_Rock; +RecentlyPlaced=/Game/StarterContent/Materials/M_Metal_Burnished_Steel.M_Metal_Burnished_Steel; +RecentlyPlaced=/Game/StarterContent/Materials/M_Metal_Steel.M_Metal_Steel; + +[/Script/BlueprintGraph.BlueprintEditorSettings] +bDrawMidpointArrowsInBlueprints=False +bShowGraphInstructionText=True +bHideUnrelatedNodes=False +bShowShortTooltips=True +bSplitContextTargetSettings=True +bExposeAllMemberComponentFunctions=True +bShowContextualFavorites=False +bExposeDeprecatedFunctions=False +bCompactCallOnMemberNodes=False +bFlattenFavoritesMenus=True +bAutoCastObjectConnections=False +bShowViewportOnSimulate=False +bSpawnDefaultBlueprintNodes=True +bHideConstructionScriptComponentsInDetailsView=True +bHostFindInBlueprintsInGlobalTab=True +bNavigateToNativeFunctionsFromCallNodes=True +bDoubleClickNavigatesToParent=True +bEnableTypePromotion=True +TypePromotionPinDenyList=("string","text","softclass") +BreakpointReloadMethod=RestoreAll +bEnablePinValueInspectionTooltips=True +bEnableNamespaceEditorFeatures=False +bFavorPureCastNodes=False +SaveOnCompile=SoC_Never +bJumpToNodeErrors=False +bAllowExplicitImpureNodeDisabling=False +bShowActionMenuItemSignatures=False +bBlueprintNodeUniqueNames=False +bShowDetailedCompileResults=False +CompileEventDisplayThresholdMs=5 +NodeTemplateCacheCapMB=20.000000 +bShowInheritedVariables=False +bAlwaysShowInterfacesInOverrides=True +bShowParentClassInOverrides=True +bShowEmptySections=True +bShowAccessSpecifier=False +Bookmarks=() +PerBlueprintSettings=() +bIncludeCommentNodesInBookmarksTab=True +bShowBookmarksForCurrentDocumentOnlyInTab=False +GraphEditorQuickJumps=() + +[SlateAdditionalLayoutConfig] +Viewport 1.LayoutType=FourPanes2x2 +FourPanes2x2.Viewport 1.Percentages0=X=0.500 Y=0.500 +FourPanes2x2.Viewport 1.Percentages1=X=0.500 Y=0.500 +FourPanes2x2.Viewport 1.Percentages2=X=0.500 Y=0.500 +FourPanes2x2.Viewport 1.Percentages3=X=0.500 Y=0.500 +FourPanes2x2.Viewport 1.Viewport0.TypeWithinLayout=Default +FourPanes2x2.Viewport 1.Viewport1.TypeWithinLayout=Default +FourPanes2x2.Viewport 1.Viewport2.TypeWithinLayout=Default +FourPanes2x2.Viewport 1.Viewport3.TypeWithinLayout=Default +FourPanes2x2.Viewport 1.bIsMaximized=True +FourPanes2x2.Viewport 1.MaximizedViewport=FourPanes2x2.Viewport 1.Viewport1 + +[AssetEditorToolkitTabLocation] +/Game/StarterContent/Maps/BP_Projectile.BP_Projectile=0 +/Game/StarterContent/Maps/Minimal_Default.Minimal_Default:PersistentLevel.Minimal_Default=0 +/Game/Main.Main:PersistentLevel.Main=0 +/Game/IndustryPropsPack6/Meshes/SM_Barrel01.SM_Barrel01=1 +/Game/IndustryPropsPack6/Meshes/SM_Barrel02.SM_Barrel02=1 +/Game/IndustryPropsPack6/Meshes/BP_Barrel.BP_Barrel=0 + +[RootWindow] +ScreenPosition=X=1213.000 Y=120.000 +WindowSize=X=1313.000 Y=807.000 +InitiallyMaximized=False + +[Directories2] +UNR=../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content +BRUSH=../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/ +FBX=../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/ +FBXAnim=../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/ +GenericImport=../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/ +GenericExport=../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/ +GenericOpen=../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/ +GenericSave=../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/ +MeshImportExport=../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/ +WorldRoot=../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/ +Level=../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content +Project=C:/Program Files/Epic Games/UE_5.0/ + +[ModuleFileTracking] +StorageServerClient.TimeStamp=2025.02.13-04.44.47 +StorageServerClient.LastCompileMethod=Unknown +StreamingFile.TimeStamp=2025.02.13-04.44.47 +StreamingFile.LastCompileMethod=Unknown +NetworkFile.TimeStamp=2025.02.13-04.44.45 +NetworkFile.LastCompileMethod=Unknown +PakFile.TimeStamp=2025.02.13-04.44.45 +PakFile.LastCompileMethod=Unknown +RSA.TimeStamp=2025.02.13-04.44.46 +RSA.LastCompileMethod=Unknown +SandboxFile.TimeStamp=2025.02.13-04.44.46 +SandboxFile.LastCompileMethod=Unknown +CoreUObject.TimeStamp=2025.02.13-04.44.43 +CoreUObject.LastCompileMethod=Unknown +Engine.TimeStamp=2025.02.13-04.44.44 +Engine.LastCompileMethod=Unknown +Renderer.TimeStamp=2025.02.13-04.44.46 +Renderer.LastCompileMethod=Unknown +AnimGraphRuntime.TimeStamp=2025.02.13-04.44.42 +AnimGraphRuntime.LastCompileMethod=Unknown +SlateRHIRenderer.TimeStamp=2025.02.13-04.44.47 +SlateRHIRenderer.LastCompileMethod=Unknown +Landscape.TimeStamp=2025.02.13-04.44.45 +Landscape.LastCompileMethod=Unknown +RenderCore.TimeStamp=2025.02.13-04.44.46 +RenderCore.LastCompileMethod=Unknown +TextureCompressor.TimeStamp=2025.02.13-04.44.47 +TextureCompressor.LastCompileMethod=Unknown +Virtualization.TimeStamp=2025.02.13-04.44.48 +Virtualization.LastCompileMethod=Unknown +MessageLog.TimeStamp=2025.02.13-04.44.45 +MessageLog.LastCompileMethod=Unknown +AudioEditor.TimeStamp=2025.02.13-04.44.42 +AudioEditor.LastCompileMethod=Unknown +PropertyEditor.TimeStamp=2025.02.13-04.44.46 +PropertyEditor.LastCompileMethod=Unknown +AnimationModifiers.TimeStamp=2025.02.13-04.44.41 +AnimationModifiers.LastCompileMethod=Unknown +FastBuildController.TimeStamp=2025.02.13-04.50.47 +FastBuildController.LastCompileMethod=Unknown +XGEController.TimeStamp=2025.02.13-04.52.07 +XGEController.LastCompileMethod=Unknown +PlatformCrypto.TimeStamp=2025.02.13-04.46.41 +PlatformCrypto.LastCompileMethod=Unknown +PlatformCryptoTypes.TimeStamp=2025.02.13-04.46.41 +PlatformCryptoTypes.LastCompileMethod=Unknown +PlatformCryptoOpenSSL.TimeStamp=2025.02.13-04.46.41 +PlatformCryptoOpenSSL.LastCompileMethod=Unknown +PerforceSourceControl.TimeStamp=2025.02.13-04.46.22 +PerforceSourceControl.LastCompileMethod=Unknown +SourceControl.TimeStamp=2025.02.13-04.44.47 +SourceControl.LastCompileMethod=Unknown +PythonScriptPluginPreload.TimeStamp=2025.02.13-04.50.20 +PythonScriptPluginPreload.LastCompileMethod=Unknown +DesktopPlatform.TimeStamp=2025.02.13-04.44.43 +DesktopPlatform.LastCompileMethod=Unknown +AISupportModule.TimeStamp=2025.02.13-04.46.19 +AISupportModule.LastCompileMethod=Unknown +ChaosCloth.TimeStamp=2025.02.13-04.46.32 +ChaosCloth.LastCompileMethod=Unknown +NiagaraShader.TimeStamp=2025.02.13-04.50.48 +NiagaraShader.LastCompileMethod=Unknown +NiagaraVertexFactories.TimeStamp=2025.02.13-04.50.48 +NiagaraVertexFactories.LastCompileMethod=Unknown +PixWinPlugin.TimeStamp=2025.02.13-04.46.22 +PixWinPlugin.LastCompileMethod=Unknown +ExrReaderGpu.TimeStamp=2025.02.13-04.51.03 +ExrReaderGpu.LastCompileMethod=Unknown +WmfMedia.TimeStamp=2025.02.13-04.51.06 +WmfMedia.LastCompileMethod=Unknown +Media.TimeStamp=2025.02.13-04.44.45 +Media.LastCompileMethod=Unknown +DatasmithContent.TimeStamp=2025.02.13-04.46.29 +DatasmithContent.LastCompileMethod=Unknown +LauncherChunkInstaller.TimeStamp=2025.02.13-04.51.10 +LauncherChunkInstaller.LastCompileMethod=Unknown +VariantManagerContent.TimeStamp=2025.02.13-04.46.32 +VariantManagerContent.LastCompileMethod=Unknown +OnlineSubsystem.TimeStamp=2025.02.13-04.51.08 +OnlineSubsystem.LastCompileMethod=Unknown +HTTP.TimeStamp=2025.02.13-04.44.44 +HTTP.LastCompileMethod=Unknown +SSL.TimeStamp=2025.02.13-04.44.47 +SSL.LastCompileMethod=Unknown +XMPP.TimeStamp=2025.02.13-04.44.48 +XMPP.LastCompileMethod=Unknown +WebSockets.TimeStamp=2025.02.13-04.44.48 +WebSockets.LastCompileMethod=Unknown +OnlineSubsystemNULL.TimeStamp=2025.02.13-04.51.09 +OnlineSubsystemNULL.LastCompileMethod=Unknown +Sockets.TimeStamp=2025.02.13-04.44.47 +Sockets.LastCompileMethod=Unknown +OnlineSubsystemUtils.TimeStamp=2025.02.13-04.51.10 +OnlineSubsystemUtils.LastCompileMethod=Unknown +OnlineBlueprintSupport.TimeStamp=2025.02.13-04.51.10 +OnlineBlueprintSupport.LastCompileMethod=Unknown +ChunkDownloader.TimeStamp=2025.02.13-04.51.13 +ChunkDownloader.LastCompileMethod=Unknown +ExampleDeviceProfileSelector.TimeStamp=2025.02.13-04.51.13 +ExampleDeviceProfileSelector.LastCompileMethod=Unknown +HairStrandsCore.TimeStamp=2025.02.13-04.51.35 +HairStrandsCore.LastCompileMethod=Unknown +WindowsDeviceProfileSelector.TimeStamp=2025.02.13-04.52.00 +WindowsDeviceProfileSelector.LastCompileMethod=Unknown +OnlineServicesInterface.TimeStamp=2025.02.13-04.51.07 +OnlineServicesInterface.LastCompileMethod=Unknown +OnlineServicesCommon.TimeStamp=2025.02.13-04.51.07 +OnlineServicesCommon.LastCompileMethod=Unknown +D3D12RHI.TimeStamp=2025.02.13-04.44.43 +D3D12RHI.LastCompileMethod=Unknown +WindowsPlatformFeatures.TimeStamp=2025.02.13-04.44.48 +WindowsPlatformFeatures.LastCompileMethod=Unknown +GameplayMediaEncoder.TimeStamp=2025.02.13-04.44.44 +GameplayMediaEncoder.LastCompileMethod=Unknown +AVEncoder.TimeStamp=2025.02.13-04.44.42 +AVEncoder.LastCompileMethod=Unknown +Chaos.TimeStamp=2025.02.13-04.44.42 +Chaos.LastCompileMethod=Unknown +GeometryCore.TimeStamp=2025.02.13-04.44.44 +GeometryCore.LastCompileMethod=Unknown +ChaosSolverEngine.TimeStamp=2025.02.13-04.44.42 +ChaosSolverEngine.LastCompileMethod=Unknown +FieldSystemEngine.TimeStamp=2025.02.13-04.44.44 +FieldSystemEngine.LastCompileMethod=Unknown +DirectoryWatcher.TimeStamp=2025.02.13-04.44.43 +DirectoryWatcher.LastCompileMethod=Unknown +Settings.TimeStamp=2025.02.13-04.44.46 +Settings.LastCompileMethod=Unknown +InputCore.TimeStamp=2025.02.13-04.44.44 +InputCore.LastCompileMethod=Unknown +TargetPlatform.TimeStamp=2025.02.13-04.44.47 +TargetPlatform.LastCompileMethod=Unknown +TurnkeySupport.TimeStamp=2025.02.13-04.44.47 +TurnkeySupport.LastCompileMethod=Unknown +TextureFormat.TimeStamp=2025.02.13-04.44.47 +TextureFormat.LastCompileMethod=Unknown +TextureFormatASTC.TimeStamp=2025.02.13-04.44.47 +TextureFormatASTC.LastCompileMethod=Unknown +ImageWrapper.TimeStamp=2025.02.13-04.44.44 +ImageWrapper.LastCompileMethod=Unknown +TextureFormatIntelISPCTexComp.TimeStamp=2025.02.13-04.44.47 +TextureFormatIntelISPCTexComp.LastCompileMethod=Unknown +TextureFormatDXT.TimeStamp=2025.02.13-04.44.47 +TextureFormatDXT.LastCompileMethod=Unknown +TextureFormatETC2.TimeStamp=2025.02.13-04.44.47 +TextureFormatETC2.LastCompileMethod=Unknown +TextureFormatUncompressed.TimeStamp=2025.02.13-04.44.47 +TextureFormatUncompressed.LastCompileMethod=Unknown +TextureFormatOodle.TimeStamp=2025.02.13-04.46.22 +TextureFormatOodle.LastCompileMethod=Unknown +AndroidTargetPlatform.TimeStamp=2025.02.13-04.44.34 +AndroidTargetPlatform.LastCompileMethod=Unknown +HoloLensTargetPlatform.TimeStamp=2025.02.13-04.44.44 +HoloLensTargetPlatform.LastCompileMethod=Unknown +IOSTargetPlatform.TimeStamp=2025.02.13-04.44.37 +IOSTargetPlatform.LastCompileMethod=Unknown +LinuxTargetPlatform.TimeStamp=2025.02.13-04.44.37 +LinuxTargetPlatform.LastCompileMethod=Unknown +LinuxArm64TargetPlatform.TimeStamp=2025.02.13-04.44.37 +LinuxArm64TargetPlatform.LastCompileMethod=Unknown +TVOSTargetPlatform.TimeStamp=2025.02.13-04.44.37 +TVOSTargetPlatform.LastCompileMethod=Unknown +WindowsTargetPlatform.TimeStamp=2025.02.13-04.44.48 +WindowsTargetPlatform.LastCompileMethod=Unknown +AudioFormatOPUS.TimeStamp=2025.02.13-04.44.42 +AudioFormatOPUS.LastCompileMethod=Unknown +AudioFormatOGG.TimeStamp=2025.02.13-04.44.42 +AudioFormatOGG.LastCompileMethod=Unknown +AudioFormatADPCM.TimeStamp=2025.02.13-04.44.42 +AudioFormatADPCM.LastCompileMethod=Unknown +AudioFormatBink.TimeStamp=2025.02.13-04.44.42 +AudioFormatBink.LastCompileMethod=Unknown +ShaderFormatD3D.TimeStamp=2025.02.13-04.44.47 +ShaderFormatD3D.LastCompileMethod=Unknown +ShaderFormatOpenGL.TimeStamp=2025.02.13-04.44.47 +ShaderFormatOpenGL.LastCompileMethod=Unknown +VulkanShaderFormat.TimeStamp=2025.02.13-04.44.48 +VulkanShaderFormat.LastCompileMethod=Unknown +MetalShaderFormat.TimeStamp=2025.02.13-04.44.45 +MetalShaderFormat.LastCompileMethod=Unknown +ShaderFormatVectorVM.TimeStamp=2025.02.13-04.44.47 +ShaderFormatVectorVM.LastCompileMethod=Unknown +DerivedDataCache.TimeStamp=2025.02.13-04.44.43 +DerivedDataCache.LastCompileMethod=Unknown +NullInstallBundleManager.TimeStamp=2025.02.13-04.44.45 +NullInstallBundleManager.LastCompileMethod=Unknown +AssetRegistry.TimeStamp=2025.02.13-04.44.42 +AssetRegistry.LastCompileMethod=Unknown +MeshUtilities.TimeStamp=2025.02.13-04.44.45 +MeshUtilities.LastCompileMethod=Unknown +MaterialBaking.TimeStamp=2025.02.13-04.44.45 +MaterialBaking.LastCompileMethod=Unknown +MeshMergeUtilities.TimeStamp=2025.02.13-04.44.45 +MeshMergeUtilities.LastCompileMethod=Unknown +MeshReductionInterface.TimeStamp=2025.02.13-04.44.45 +MeshReductionInterface.LastCompileMethod=Unknown +QuadricMeshReduction.TimeStamp=2025.02.13-04.44.46 +QuadricMeshReduction.LastCompileMethod=Unknown +ProxyLODMeshReduction.TimeStamp=2025.02.13-04.46.41 +ProxyLODMeshReduction.LastCompileMethod=Unknown +SkeletalMeshReduction.TimeStamp=2025.02.13-04.50.20 +SkeletalMeshReduction.LastCompileMethod=Unknown +MeshBoneReduction.TimeStamp=2025.02.13-04.44.45 +MeshBoneReduction.LastCompileMethod=Unknown +NaniteBuilder.TimeStamp=2025.02.13-04.44.45 +NaniteBuilder.LastCompileMethod=Unknown +MeshBuilder.TimeStamp=2025.02.13-04.44.45 +MeshBuilder.LastCompileMethod=Unknown +KismetCompiler.TimeStamp=2025.02.13-04.44.45 +KismetCompiler.LastCompileMethod=Unknown +MovieSceneTools.TimeStamp=2025.02.13-04.44.45 +MovieSceneTools.LastCompileMethod=Unknown +Sequencer.TimeStamp=2025.02.13-04.44.46 +Sequencer.LastCompileMethod=Unknown +EditorStyle.TimeStamp=2025.02.13-04.44.43 +EditorStyle.LastCompileMethod=Unknown +CurveEditor.TimeStamp=2025.02.13-04.44.43 +CurveEditor.LastCompileMethod=Unknown +MaterialEditor.TimeStamp=2025.02.13-04.44.45 +MaterialEditor.LastCompileMethod=Unknown +Core.TimeStamp=2025.02.13-04.44.43 +Core.LastCompileMethod=Unknown +Networking.TimeStamp=2025.02.13-04.44.45 +Networking.LastCompileMethod=Unknown +HeadMountedDisplay.TimeStamp=2025.02.13-04.44.44 +HeadMountedDisplay.LastCompileMethod=Unknown +SourceCodeAccess.TimeStamp=2025.02.13-04.44.47 +SourceCodeAccess.LastCompileMethod=Unknown +Messaging.TimeStamp=2025.02.13-04.44.45 +Messaging.LastCompileMethod=Unknown +MRMesh.TimeStamp=2025.02.13-04.44.45 +MRMesh.LastCompileMethod=Unknown +UnrealEd.TimeStamp=2025.02.13-04.44.48 +UnrealEd.LastCompileMethod=Unknown +LandscapeEditorUtilities.TimeStamp=2025.02.13-04.44.45 +LandscapeEditorUtilities.LastCompileMethod=Unknown +SubobjectDataInterface.TimeStamp=2025.02.13-04.44.47 +SubobjectDataInterface.LastCompileMethod=Unknown +SlateCore.TimeStamp=2025.02.13-04.44.47 +SlateCore.LastCompileMethod=Unknown +Slate.TimeStamp=2025.02.13-04.44.47 +Slate.LastCompileMethod=Unknown +SlateReflector.TimeStamp=2025.02.13-04.44.47 +SlateReflector.LastCompileMethod=Unknown +UMG.TimeStamp=2025.02.13-04.44.47 +UMG.LastCompileMethod=Unknown +UMGEditor.TimeStamp=2025.02.13-04.44.47 +UMGEditor.LastCompileMethod=Unknown +AssetTools.TimeStamp=2025.02.13-04.44.42 +AssetTools.LastCompileMethod=Unknown +CollisionAnalyzer.TimeStamp=2025.02.13-04.44.42 +CollisionAnalyzer.LastCompileMethod=Unknown +WorkspaceMenuStructure.TimeStamp=2025.02.13-04.44.48 +WorkspaceMenuStructure.LastCompileMethod=Unknown +FunctionalTesting.TimeStamp=2025.02.13-04.44.44 +FunctionalTesting.LastCompileMethod=Unknown +BehaviorTreeEditor.TimeStamp=2025.02.13-04.44.42 +BehaviorTreeEditor.LastCompileMethod=Unknown +GameplayTasksEditor.TimeStamp=2025.02.13-04.44.44 +GameplayTasksEditor.LastCompileMethod=Unknown +StringTableEditor.TimeStamp=2025.02.13-04.44.47 +StringTableEditor.LastCompileMethod=Unknown +VREditor.TimeStamp=2025.02.13-04.44.48 +VREditor.LastCompileMethod=Unknown +Overlay.TimeStamp=2025.02.13-04.44.45 +Overlay.LastCompileMethod=Unknown +OverlayEditor.TimeStamp=2025.02.13-04.44.45 +OverlayEditor.LastCompileMethod=Unknown +MediaAssets.TimeStamp=2025.02.13-04.44.45 +MediaAssets.LastCompileMethod=Unknown +ClothingSystemRuntimeNv.TimeStamp=2025.02.13-04.44.42 +ClothingSystemRuntimeNv.LastCompileMethod=Unknown +ClothingSystemEditor.TimeStamp=2025.02.13-04.44.42 +ClothingSystemEditor.LastCompileMethod=Unknown +AnimationDataController.TimeStamp=2025.02.13-04.44.41 +AnimationDataController.LastCompileMethod=Unknown +PacketHandler.TimeStamp=2025.02.13-04.44.45 +PacketHandler.LastCompileMethod=Unknown +NetworkReplayStreaming.TimeStamp=2025.02.13-04.44.45 +NetworkReplayStreaming.LastCompileMethod=Unknown +AndroidFileServer.TimeStamp=2025.02.13-04.51.10 +AndroidFileServer.LastCompileMethod=Unknown +WebMMoviePlayer.TimeStamp=2025.02.13-04.52.00 +WebMMoviePlayer.LastCompileMethod=Unknown +WindowsMoviePlayer.TimeStamp=2025.02.13-04.52.00 +WindowsMoviePlayer.LastCompileMethod=Unknown +Paper2D.TimeStamp=2025.02.13-04.46.19 +Paper2D.LastCompileMethod=Unknown +GameplayCameras.TimeStamp=2025.02.13-04.46.21 +GameplayCameras.LastCompileMethod=Unknown +AssetManagerEditor.TimeStamp=2025.02.13-04.46.22 +AssetManagerEditor.LastCompileMethod=Unknown +TreeMap.TimeStamp=2025.02.13-04.44.47 +TreeMap.LastCompileMethod=Unknown +ContentBrowser.TimeStamp=2025.02.13-04.44.42 +ContentBrowser.LastCompileMethod=Unknown +ContentBrowserData.TimeStamp=2025.02.13-04.44.42 +ContentBrowserData.LastCompileMethod=Unknown +ToolMenus.TimeStamp=2025.02.13-04.44.47 +ToolMenus.LastCompileMethod=Unknown +LevelEditor.TimeStamp=2025.02.13-04.44.45 +LevelEditor.LastCompileMethod=Unknown +MainFrame.TimeStamp=2025.02.13-04.44.45 +MainFrame.LastCompileMethod=Unknown +HotReload.TimeStamp=2025.02.13-04.44.44 +HotReload.LastCompileMethod=Unknown +CommonMenuExtensions.TimeStamp=2025.02.13-04.44.42 +CommonMenuExtensions.LastCompileMethod=Unknown +LevelAssetEditor.TimeStamp=2025.02.13-04.44.45 +LevelAssetEditor.LastCompileMethod=Unknown +PixelInspectorModule.TimeStamp=2025.02.13-04.44.46 +PixelInspectorModule.LastCompileMethod=Unknown +IKRig.TimeStamp=2025.02.13-04.46.20 +IKRig.LastCompileMethod=Unknown +IKRigDeveloper.TimeStamp=2025.02.13-04.46.20 +IKRigDeveloper.LastCompileMethod=Unknown +ControlRig.TimeStamp=2025.02.13-04.46.20 +ControlRig.LastCompileMethod=Unknown +LevelSequence.TimeStamp=2025.02.13-04.44.45 +LevelSequence.LastCompileMethod=Unknown +ControlRigDeveloper.TimeStamp=2025.02.13-04.46.20 +ControlRigDeveloper.LastCompileMethod=Unknown +DataValidation.TimeStamp=2025.02.13-04.46.22 +DataValidation.LastCompileMethod=Unknown +GameplayTagsEditor.TimeStamp=2025.02.13-04.46.23 +GameplayTagsEditor.LastCompileMethod=Unknown +FacialAnimation.TimeStamp=2025.02.13-04.46.23 +FacialAnimation.LastCompileMethod=Unknown +FacialAnimationEditor.TimeStamp=2025.02.13-04.46.23 +FacialAnimationEditor.LastCompileMethod=Unknown +EnvironmentQueryEditor.TimeStamp=2025.02.13-04.46.19 +EnvironmentQueryEditor.LastCompileMethod=Unknown +FullBodyIK.TimeStamp=2025.02.13-04.46.33 +FullBodyIK.LastCompileMethod=Unknown +PBIK.TimeStamp=2025.02.13-04.46.33 +PBIK.LastCompileMethod=Unknown +NiagaraCore.TimeStamp=2025.02.13-04.50.47 +NiagaraCore.LastCompileMethod=Unknown +Niagara.TimeStamp=2025.02.13-04.50.47 +Niagara.LastCompileMethod=Unknown +NiagaraEditor.TimeStamp=2025.02.13-04.50.47 +NiagaraEditor.LastCompileMethod=Unknown +SignalProcessing.TimeStamp=2025.02.13-04.44.47 +SignalProcessing.LastCompileMethod=Unknown +NiagaraAnimNotifies.TimeStamp=2025.02.13-04.50.47 +NiagaraAnimNotifies.LastCompileMethod=Unknown +AnimationSharing.TimeStamp=2025.02.13-04.46.21 +AnimationSharing.LastCompileMethod=Unknown +PropertyAccessNode.TimeStamp=2025.02.13-04.46.22 +PropertyAccessNode.LastCompileMethod=Unknown +TraceDataFiltering.TimeStamp=2025.02.13-04.46.22 +TraceDataFiltering.LastCompileMethod=Unknown +ImgMediaEngine.TimeStamp=2025.02.13-04.51.03 +ImgMediaEngine.LastCompileMethod=Unknown +PythonScriptPlugin.TimeStamp=2025.02.13-04.50.20 +PythonScriptPlugin.LastCompileMethod=Unknown +UdpMessaging.TimeStamp=2025.02.13-04.51.06 +UdpMessaging.LastCompileMethod=Unknown +TcpMessaging.TimeStamp=2025.02.13-04.51.06 +TcpMessaging.LastCompileMethod=Unknown +ActorSequence.TimeStamp=2025.02.13-04.51.06 +ActorSequence.LastCompileMethod=Unknown +AudioSynesthesiaCore.TimeStamp=2025.02.13-04.51.12 +AudioSynesthesiaCore.LastCompileMethod=Unknown +AudioSynesthesia.TimeStamp=2025.02.13-04.51.12 +AudioSynesthesia.LastCompileMethod=Unknown +AudioAnalyzer.TimeStamp=2025.02.13-04.44.42 +AudioAnalyzer.LastCompileMethod=Unknown +LocationServicesBPLibrary.TimeStamp=2025.02.13-04.51.40 +LocationServicesBPLibrary.LastCompileMethod=Unknown +PropertyAccessEditor.TimeStamp=2025.02.13-04.51.58 +PropertyAccessEditor.LastCompileMethod=Unknown +SignificanceManager.TimeStamp=2025.02.13-04.51.59 +SignificanceManager.LastCompileMethod=Unknown +RuntimePhysXCooking.TimeStamp=2025.02.13-04.51.59 +RuntimePhysXCooking.LastCompileMethod=Unknown +SoundFields.TimeStamp=2025.02.13-04.51.59 +SoundFields.LastCompileMethod=Unknown +MeshPaintEditorMode.TimeStamp=2025.02.13-04.51.06 +MeshPaintEditorMode.LastCompileMethod=Unknown +MeshPaintingToolset.TimeStamp=2025.02.13-04.51.06 +MeshPaintingToolset.LastCompileMethod=Unknown +OodleNetworkHandlerComponent.TimeStamp=2025.02.13-04.46.21 +OodleNetworkHandlerComponent.LastCompileMethod=Unknown +Paper2DEditor.TimeStamp=2025.02.13-04.46.19 +Paper2DEditor.LastCompileMethod=Unknown +PaperSpriteSheetImporter.TimeStamp=2025.02.13-04.46.19 +PaperSpriteSheetImporter.LastCompileMethod=Unknown +PaperTiledImporter.TimeStamp=2025.02.13-04.46.19 +PaperTiledImporter.LastCompileMethod=Unknown +AnimationModifierLibrary.TimeStamp=2025.02.13-04.46.19 +AnimationModifierLibrary.LastCompileMethod=Unknown +BlendSpaceMotionAnalysis.TimeStamp=2025.02.13-04.46.19 +BlendSpaceMotionAnalysis.LastCompileMethod=Unknown +CryptoKeys.TimeStamp=2025.02.13-04.46.22 +CryptoKeys.LastCompileMethod=Unknown +CryptoKeysOpenSSL.TimeStamp=2025.02.13-04.46.22 +CryptoKeysOpenSSL.LastCompileMethod=Unknown +ControlRigSpline.TimeStamp=2025.02.13-04.46.20 +ControlRigSpline.LastCompileMethod=Unknown +EditorDebugTools.TimeStamp=2025.02.13-04.46.22 +EditorDebugTools.LastCompileMethod=Unknown +CurveEditorTools.TimeStamp=2025.02.13-04.46.22 +CurveEditorTools.LastCompileMethod=Unknown +EditorScriptingUtilities.TimeStamp=2025.02.13-04.46.23 +EditorScriptingUtilities.LastCompileMethod=Unknown +MaterialAnalyzer.TimeStamp=2025.02.13-04.46.24 +MaterialAnalyzer.LastCompileMethod=Unknown +PluginBrowser.TimeStamp=2025.02.13-04.46.24 +PluginBrowser.LastCompileMethod=Unknown +SpeedTreeImporter.TimeStamp=2025.02.13-04.46.24 +SpeedTreeImporter.LastCompileMethod=Unknown +MobileLauncherProfileWizard.TimeStamp=2025.02.13-04.46.24 +MobileLauncherProfileWizard.LastCompileMethod=Unknown +SequencerAnimTools.TimeStamp=2025.02.13-04.46.24 +SequencerAnimTools.LastCompileMethod=Unknown +ModelingToolsEditorMode.TimeStamp=2025.02.13-04.46.24 +ModelingToolsEditorMode.LastCompileMethod=Unknown +StylusInput.TimeStamp=2025.02.13-04.46.24 +StylusInput.LastCompileMethod=Unknown +AlembicImporter.TimeStamp=2025.02.13-04.50.56 +AlembicImporter.LastCompileMethod=Unknown +AlembicLibrary.TimeStamp=2025.02.13-04.50.56 +AlembicLibrary.LastCompileMethod=Unknown +GeometryCache.TimeStamp=2025.02.13-04.51.14 +GeometryCache.LastCompileMethod=Unknown +GeometryCacheEd.TimeStamp=2025.02.13-04.51.14 +GeometryCacheEd.LastCompileMethod=Unknown +WorldPartitionHLODUtilities.TimeStamp=2025.02.13-04.46.24 +WorldPartitionHLODUtilities.LastCompileMethod=Unknown +BackChannel.TimeStamp=2025.02.13-04.46.32 +BackChannel.LastCompileMethod=Unknown +ChaosNiagara.TimeStamp=2025.02.13-04.46.32 +ChaosNiagara.LastCompileMethod=Unknown +ChaosClothEditor.TimeStamp=2025.02.13-04.46.32 +ChaosClothEditor.LastCompileMethod=Unknown +FractureEditor.TimeStamp=2025.02.13-04.46.32 +FractureEditor.LastCompileMethod=Unknown +ChaosSolverEditor.TimeStamp=2025.02.13-04.46.32 +ChaosSolverEditor.LastCompileMethod=Unknown +NiagaraEditorWidgets.TimeStamp=2025.02.13-04.50.48 +NiagaraEditorWidgets.LastCompileMethod=Unknown +AutomationUtils.TimeStamp=2025.02.13-04.46.32 +AutomationUtils.LastCompileMethod=Unknown +AutomationUtilsEditor.TimeStamp=2025.02.13-04.46.32 +AutomationUtilsEditor.LastCompileMethod=Unknown +GeometryFlowCore.TimeStamp=2025.02.13-04.46.33 +GeometryFlowCore.LastCompileMethod=Unknown +GeometryFlowMeshProcessing.TimeStamp=2025.02.13-04.46.33 +GeometryFlowMeshProcessing.LastCompileMethod=Unknown +GeometryFlowMeshProcessingEditor.TimeStamp=2025.02.13-04.46.33 +GeometryFlowMeshProcessingEditor.LastCompileMethod=Unknown +GeometryCollectionEditor.TimeStamp=2025.02.13-04.46.33 +GeometryCollectionEditor.LastCompileMethod=Unknown +GeometryCollectionTracks.TimeStamp=2025.02.13-04.46.33 +GeometryCollectionTracks.LastCompileMethod=Unknown +GeometryCollectionSequencer.TimeStamp=2025.02.13-04.46.33 +GeometryCollectionSequencer.LastCompileMethod=Unknown +OpenImageDenoise.TimeStamp=2025.02.13-04.46.41 +OpenImageDenoise.LastCompileMethod=Unknown +MeshLODToolset.TimeStamp=2025.02.13-04.46.34 +MeshLODToolset.LastCompileMethod=Unknown +MeshModelingToolsExp.TimeStamp=2025.02.13-04.46.34 +MeshModelingToolsExp.LastCompileMethod=Unknown +MeshModelingToolsEditorOnlyExp.TimeStamp=2025.02.13-04.46.34 +MeshModelingToolsEditorOnlyExp.LastCompileMethod=Unknown +GeometryProcessingAdapters.TimeStamp=2025.02.13-04.46.34 +GeometryProcessingAdapters.LastCompileMethod=Unknown +ModelingEditorUI.TimeStamp=2025.02.13-04.46.34 +ModelingEditorUI.LastCompileMethod=Unknown +AnimationSharingEd.TimeStamp=2025.02.13-04.46.21 +AnimationSharingEd.LastCompileMethod=Unknown +CLionSourceCodeAccess.TimeStamp=2025.02.13-04.46.21 +CLionSourceCodeAccess.LastCompileMethod=Unknown +GitSourceControl.TimeStamp=2025.02.13-04.46.22 +GitSourceControl.LastCompileMethod=Unknown +PluginUtils.TimeStamp=2025.02.13-04.46.22 +PluginUtils.LastCompileMethod=Unknown +PlasticSourceControl.TimeStamp=2025.02.13-04.46.22 +PlasticSourceControl.LastCompileMethod=Unknown +RiderSourceCodeAccess.TimeStamp=2025.02.13-04.46.22 +RiderSourceCodeAccess.LastCompileMethod=Unknown +UnrealInsightsInterface.TimeStamp=2025.02.13-04.46.22 +UnrealInsightsInterface.LastCompileMethod=Unknown +UObjectPlugin.TimeStamp=2025.02.13-04.46.22 +UObjectPlugin.LastCompileMethod=Unknown +SubversionSourceControl.TimeStamp=2025.02.13-04.46.22 +SubversionSourceControl.LastCompileMethod=Unknown +VisualStudioSourceCodeAccess.TimeStamp=2025.02.13-04.46.22 +VisualStudioSourceCodeAccess.LastCompileMethod=Unknown +VisualStudioCodeSourceCodeAccess.TimeStamp=2025.02.13-04.46.22 +VisualStudioCodeSourceCodeAccess.LastCompileMethod=Unknown +MediaCompositing.TimeStamp=2025.02.13-04.51.03 +MediaCompositing.LastCompileMethod=Unknown +ImgMedia.TimeStamp=2025.02.13-04.51.03 +ImgMedia.LastCompileMethod=Unknown +TemplateSequence.TimeStamp=2025.02.13-04.51.07 +TemplateSequence.LastCompileMethod=Unknown +SequencerScripting.TimeStamp=2025.02.13-04.51.07 +SequencerScripting.LastCompileMethod=Unknown +SequencerScriptingEditor.TimeStamp=2025.02.13-04.51.07 +SequencerScriptingEditor.LastCompileMethod=Unknown +DatasmithContentEditor.TimeStamp=2025.02.13-04.46.29 +DatasmithContentEditor.LastCompileMethod=Unknown +VariantManagerContentEditor.TimeStamp=2025.02.13-04.46.32 +VariantManagerContentEditor.LastCompileMethod=Unknown +OnlineBase.TimeStamp=2025.02.13-04.51.08 +OnlineBase.LastCompileMethod=Unknown +ActorLayerUtilities.TimeStamp=2025.02.13-04.51.10 +ActorLayerUtilities.LastCompileMethod=Unknown +ActorLayerUtilitiesEditor.TimeStamp=2025.02.13-04.51.10 +ActorLayerUtilitiesEditor.LastCompileMethod=Unknown +AndroidPermission.TimeStamp=2025.02.13-04.51.10 +AndroidPermission.LastCompileMethod=Unknown +AppleImageUtils.TimeStamp=2025.02.13-04.51.10 +AppleImageUtils.LastCompileMethod=Unknown +AppleImageUtilsBlueprintSupport.TimeStamp=2025.02.13-04.51.10 +AppleImageUtilsBlueprintSupport.LastCompileMethod=Unknown +AssetTags.TimeStamp=2025.02.13-04.51.12 +AssetTags.LastCompileMethod=Unknown +AudioCapture.TimeStamp=2025.02.13-04.51.12 +AudioCapture.LastCompileMethod=Unknown +AudioCaptureRtAudio.TimeStamp=2025.02.13-04.44.42 +AudioCaptureRtAudio.LastCompileMethod=Unknown +ArchVisCharacter.TimeStamp=2025.02.13-04.51.12 +ArchVisCharacter.LastCompileMethod=Unknown +CableComponent.TimeStamp=2025.02.13-04.51.13 +CableComponent.LastCompileMethod=Unknown +CustomMeshComponent.TimeStamp=2025.02.13-04.51.13 +CustomMeshComponent.LastCompileMethod=Unknown +GeometryCacheSequencer.TimeStamp=2025.02.13-04.51.14 +GeometryCacheSequencer.LastCompileMethod=Unknown +GeometryCacheStreamer.TimeStamp=2025.02.13-04.51.14 +GeometryCacheStreamer.LastCompileMethod=Unknown +GeometryCacheTracks.TimeStamp=2025.02.13-04.51.14 +GeometryCacheTracks.LastCompileMethod=Unknown +HairStrandsEditor.TimeStamp=2025.02.13-04.51.35 +HairStrandsEditor.LastCompileMethod=Unknown +GeometryAlgorithms.TimeStamp=2025.02.13-04.51.14 +GeometryAlgorithms.LastCompileMethod=Unknown +DynamicMesh.TimeStamp=2025.02.13-04.51.14 +DynamicMesh.LastCompileMethod=Unknown +GooglePAD.TimeStamp=2025.02.13-04.51.28 +GooglePAD.LastCompileMethod=Unknown +MeshModelingTools.TimeStamp=2025.02.13-04.51.40 +MeshModelingTools.LastCompileMethod=Unknown +MeshModelingToolsEditorOnly.TimeStamp=2025.02.13-04.51.40 +MeshModelingToolsEditorOnly.LastCompileMethod=Unknown +ModelingComponents.TimeStamp=2025.02.13-04.51.41 +ModelingComponents.LastCompileMethod=Unknown +ModelingComponentsEditorOnly.TimeStamp=2025.02.13-04.51.41 +ModelingComponentsEditorOnly.LastCompileMethod=Unknown +ModelingOperators.TimeStamp=2025.02.13-04.51.41 +ModelingOperators.LastCompileMethod=Unknown +ModelingOperatorsEditorOnly.TimeStamp=2025.02.13-04.51.41 +ModelingOperatorsEditorOnly.LastCompileMethod=Unknown +MobilePatchingUtils.TimeStamp=2025.02.13-04.51.44 +MobilePatchingUtils.LastCompileMethod=Unknown +ProceduralMeshComponent.TimeStamp=2025.02.13-04.51.58 +ProceduralMeshComponent.LastCompileMethod=Unknown +ProceduralMeshComponentEditor.TimeStamp=2025.02.13-04.51.58 +ProceduralMeshComponentEditor.LastCompileMethod=Unknown +ResonanceAudio.TimeStamp=2025.02.13-04.51.58 +ResonanceAudio.LastCompileMethod=Unknown +Synthesis.TimeStamp=2025.02.13-04.51.59 +Synthesis.LastCompileMethod=Unknown +SynthesisEditor.TimeStamp=2025.02.13-04.51.59 +SynthesisEditor.LastCompileMethod=Unknown +ContentBrowserAssetDataSource.TimeStamp=2025.02.13-04.46.22 +ContentBrowserAssetDataSource.LastCompileMethod=Unknown +CollectionManager.TimeStamp=2025.02.13-04.44.42 +CollectionManager.LastCompileMethod=Unknown +ContentBrowserClassDataSource.TimeStamp=2025.02.13-04.46.22 +ContentBrowserClassDataSource.LastCompileMethod=Unknown +ContentBrowserFileDataSource.TimeStamp=2025.02.13-04.46.22 +ContentBrowserFileDataSource.LastCompileMethod=Unknown +InterchangeEditor.TimeStamp=2025.02.13-04.46.33 +InterchangeEditor.LastCompileMethod=Unknown +InterchangeEditorPipelines.TimeStamp=2025.02.13-04.46.33 +InterchangeEditorPipelines.LastCompileMethod=Unknown +InterchangeResultsBrowser.TimeStamp=2025.02.13-04.46.33 +InterchangeResultsBrowser.LastCompileMethod=Unknown +InterchangeNodes.TimeStamp=2025.02.13-04.46.33 +InterchangeNodes.LastCompileMethod=Unknown +InterchangeImport.TimeStamp=2025.02.13-04.46.33 +InterchangeImport.LastCompileMethod=Unknown +InterchangeMessages.TimeStamp=2025.02.13-04.46.33 +InterchangeMessages.LastCompileMethod=Unknown +InterchangeExport.TimeStamp=2025.02.13-04.46.33 +InterchangeExport.LastCompileMethod=Unknown +InterchangePipelines.TimeStamp=2025.02.13-04.46.33 +InterchangePipelines.LastCompileMethod=Unknown +InterchangeDispatcher.TimeStamp=2025.02.13-04.46.33 +InterchangeDispatcher.LastCompileMethod=Unknown +InterchangeFbxParser.TimeStamp=2025.02.13-04.46.33 +InterchangeFbxParser.LastCompileMethod=Unknown +Bridge.TimeStamp=2025.02.13-06.11.01 +Bridge.LastCompileMethod=Unknown +MegascansPlugin.TimeStamp=2025.02.13-06.11.01 +MegascansPlugin.LastCompileMethod=Unknown +AudioSynesthesiaEditor.TimeStamp=2025.02.13-04.51.12 +AudioSynesthesiaEditor.LastCompileMethod=Unknown +TaskGraph.TimeStamp=2025.02.13-04.44.47 +TaskGraph.LastCompileMethod=Unknown +ProfilerService.TimeStamp=2025.02.13-04.44.46 +ProfilerService.LastCompileMethod=Unknown +ImageWriteQueue.TimeStamp=2025.02.13-04.44.44 +ImageWriteQueue.LastCompileMethod=Unknown +TypedElementFramework.TimeStamp=2025.02.13-04.44.47 +TypedElementFramework.LastCompileMethod=Unknown +TypedElementRuntime.TimeStamp=2025.02.13-04.44.47 +TypedElementRuntime.LastCompileMethod=Unknown +LevelInstanceEditor.TimeStamp=2025.02.13-04.44.45 +LevelInstanceEditor.LastCompileMethod=Unknown +AIModule.TimeStamp=2025.02.13-04.44.41 +AIModule.LastCompileMethod=Unknown +NavigationSystem.TimeStamp=2025.02.13-04.44.45 +NavigationSystem.LastCompileMethod=Unknown +AITestSuite.TimeStamp=2025.02.13-04.44.41 +AITestSuite.LastCompileMethod=Unknown +GameplayDebugger.TimeStamp=2025.02.13-04.44.44 +GameplayDebugger.LastCompileMethod=Unknown +AudioMixerXAudio2.TimeStamp=2025.02.13-04.44.42 +AudioMixerXAudio2.LastCompileMethod=Unknown +AudioMixer.TimeStamp=2025.02.13-04.44.42 +AudioMixer.LastCompileMethod=Unknown +AudioMixerCore.TimeStamp=2025.02.13-04.44.42 +AudioMixerCore.LastCompileMethod=Unknown +MessagingRpc.TimeStamp=2025.02.13-04.44.45 +MessagingRpc.LastCompileMethod=Unknown +PortalRpc.TimeStamp=2025.02.13-04.44.46 +PortalRpc.LastCompileMethod=Unknown +PortalServices.TimeStamp=2025.02.13-04.44.46 +PortalServices.LastCompileMethod=Unknown +AnalyticsET.TimeStamp=2025.02.13-04.44.41 +AnalyticsET.LastCompileMethod=Unknown +LauncherPlatform.TimeStamp=2025.02.13-04.44.45 +LauncherPlatform.LastCompileMethod=Unknown +StreamingPauseRendering.TimeStamp=2025.02.13-04.44.47 +StreamingPauseRendering.LastCompileMethod=Unknown +MovieScene.TimeStamp=2025.02.13-04.44.45 +MovieScene.LastCompileMethod=Unknown +MovieSceneTracks.TimeStamp=2025.02.13-04.44.45 +MovieSceneTracks.LastCompileMethod=Unknown +LiveCoding.TimeStamp=2025.02.13-04.44.45 +LiveCoding.LastCompileMethod=Unknown +Documentation.TimeStamp=2025.02.13-04.44.43 +Documentation.LastCompileMethod=Unknown +OutputLog.TimeStamp=2025.02.13-04.44.45 +OutputLog.LastCompileMethod=Unknown +SourceControlWindows.TimeStamp=2025.02.13-04.44.47 +SourceControlWindows.LastCompileMethod=Unknown +UncontrolledChangelists.TimeStamp=2025.02.13-04.44.47 +UncontrolledChangelists.LastCompileMethod=Unknown +NaniteTools.TimeStamp=2025.02.13-04.44.45 +NaniteTools.LastCompileMethod=Unknown +ClassViewer.TimeStamp=2025.02.13-04.44.42 +ClassViewer.LastCompileMethod=Unknown +StructViewer.TimeStamp=2025.02.13-04.44.47 +StructViewer.LastCompileMethod=Unknown +GraphEditor.TimeStamp=2025.02.13-04.44.44 +GraphEditor.LastCompileMethod=Unknown +Kismet.TimeStamp=2025.02.13-04.44.45 +Kismet.LastCompileMethod=Unknown +KismetWidgets.TimeStamp=2025.02.13-04.44.45 +KismetWidgets.LastCompileMethod=Unknown +Persona.TimeStamp=2025.02.13-04.44.46 +Persona.LastCompileMethod=Unknown +AnimGraph.TimeStamp=2025.02.13-04.44.42 +AnimGraph.LastCompileMethod=Unknown +AdvancedPreviewScene.TimeStamp=2025.02.13-04.44.41 +AdvancedPreviewScene.LastCompileMethod=Unknown +AnimationBlueprintEditor.TimeStamp=2025.02.13-04.44.41 +AnimationBlueprintEditor.LastCompileMethod=Unknown +PackagesDialog.TimeStamp=2025.02.13-04.44.45 +PackagesDialog.LastCompileMethod=Unknown +DetailCustomizations.TimeStamp=2025.02.13-04.44.43 +DetailCustomizations.LastCompileMethod=Unknown +ComponentVisualizers.TimeStamp=2025.02.13-04.44.42 +ComponentVisualizers.LastCompileMethod=Unknown +Layers.TimeStamp=2025.02.13-04.44.45 +Layers.LastCompileMethod=Unknown +AutomationWindow.TimeStamp=2025.02.13-04.44.42 +AutomationWindow.LastCompileMethod=Unknown +AutomationController.TimeStamp=2025.02.13-04.44.42 +AutomationController.LastCompileMethod=Unknown +DeviceManager.TimeStamp=2025.02.13-04.44.43 +DeviceManager.LastCompileMethod=Unknown +TargetDeviceServices.TimeStamp=2025.02.13-04.44.47 +TargetDeviceServices.LastCompileMethod=Unknown +ProfilerClient.TimeStamp=2025.02.13-04.44.46 +ProfilerClient.LastCompileMethod=Unknown +SessionFrontend.TimeStamp=2025.02.13-04.44.46 +SessionFrontend.LastCompileMethod=Unknown +ProjectLauncher.TimeStamp=2025.02.13-04.44.46 +ProjectLauncher.LastCompileMethod=Unknown +SettingsEditor.TimeStamp=2025.02.13-04.44.46 +SettingsEditor.LastCompileMethod=Unknown +EditorSettingsViewer.TimeStamp=2025.02.13-04.44.43 +EditorSettingsViewer.LastCompileMethod=Unknown +InternationalizationSettings.TimeStamp=2025.02.13-04.44.44 +InternationalizationSettings.LastCompileMethod=Unknown +ProjectSettingsViewer.TimeStamp=2025.02.13-04.44.46 +ProjectSettingsViewer.LastCompileMethod=Unknown +ProjectTargetPlatformEditor.TimeStamp=2025.02.13-04.44.46 +ProjectTargetPlatformEditor.LastCompileMethod=Unknown +Blutility.TimeStamp=2025.02.13-04.44.42 +Blutility.LastCompileMethod=Unknown +XmlParser.TimeStamp=2025.02.13-04.44.48 +XmlParser.LastCompileMethod=Unknown +UndoHistory.TimeStamp=2025.02.13-04.44.47 +UndoHistory.LastCompileMethod=Unknown +DeviceProfileEditor.TimeStamp=2025.02.13-04.44.43 +DeviceProfileEditor.LastCompileMethod=Unknown +HardwareTargeting.TimeStamp=2025.02.13-04.44.44 +HardwareTargeting.LastCompileMethod=Unknown +LocalizationDashboard.TimeStamp=2025.02.13-04.44.45 +LocalizationDashboard.LastCompileMethod=Unknown +LocalizationService.TimeStamp=2025.02.13-04.44.45 +LocalizationService.LastCompileMethod=Unknown +MergeActors.TimeStamp=2025.02.13-04.44.45 +MergeActors.LastCompileMethod=Unknown +InputBindingEditor.TimeStamp=2025.02.13-04.44.44 +InputBindingEditor.LastCompileMethod=Unknown +EditorInteractiveToolsFramework.TimeStamp=2025.02.13-04.44.43 +EditorInteractiveToolsFramework.LastCompileMethod=Unknown +InteractiveToolsFramework.TimeStamp=2025.02.13-04.44.44 +InteractiveToolsFramework.LastCompileMethod=Unknown +TraceInsights.TimeStamp=2025.02.13-04.44.47 +TraceInsights.LastCompileMethod=Unknown +TraceServices.TimeStamp=2025.02.13-04.44.47 +TraceServices.LastCompileMethod=Unknown +StaticMeshEditor.TimeStamp=2025.02.13-04.44.47 +StaticMeshEditor.LastCompileMethod=Unknown +EditorFramework.TimeStamp=2025.02.13-04.44.43 +EditorFramework.LastCompileMethod=Unknown +WorldPartitionEditor.TimeStamp=2025.02.13-04.44.48 +WorldPartitionEditor.LastCompileMethod=Unknown +EditorConfig.TimeStamp=2025.02.13-04.44.43 +EditorConfig.LastCompileMethod=Unknown +DerivedDataEditor.TimeStamp=2025.02.13-04.44.43 +DerivedDataEditor.LastCompileMethod=Unknown +CSVtoSVG.TimeStamp=2025.02.13-04.44.43 +CSVtoSVG.LastCompileMethod=Unknown +AndroidRuntimeSettings.TimeStamp=2025.02.13-04.44.34 +AndroidRuntimeSettings.LastCompileMethod=Unknown +IOSRuntimeSettings.TimeStamp=2025.02.13-04.44.37 +IOSRuntimeSettings.LastCompileMethod=Unknown +HoloLensPlatformEditor.TimeStamp=2025.02.13-04.44.44 +HoloLensPlatformEditor.LastCompileMethod=Unknown +WindowsPlatformEditor.TimeStamp=2025.02.13-04.44.48 +WindowsPlatformEditor.LastCompileMethod=Unknown +AndroidPlatformEditor.TimeStamp=2025.02.13-04.44.34 +AndroidPlatformEditor.LastCompileMethod=Unknown +AndroidDeviceDetection.TimeStamp=2025.02.13-04.44.34 +AndroidDeviceDetection.LastCompileMethod=Unknown +PIEPreviewDeviceProfileSelector.TimeStamp=2025.02.13-04.44.46 +PIEPreviewDeviceProfileSelector.LastCompileMethod=Unknown +IOSPlatformEditor.TimeStamp=2025.02.13-04.44.37 +IOSPlatformEditor.LastCompileMethod=Unknown +IntroTutorials.TimeStamp=2025.02.13-04.44.45 +IntroTutorials.LastCompileMethod=Unknown +LogVisualizer.TimeStamp=2025.02.13-04.44.45 +LogVisualizer.LastCompileMethod=Unknown +ClothPainter.TimeStamp=2025.02.13-04.44.42 +ClothPainter.LastCompileMethod=Unknown +SkeletalMeshEditor.TimeStamp=2025.02.13-04.44.47 +SkeletalMeshEditor.LastCompileMethod=Unknown +ViewportInteraction.TimeStamp=2025.02.13-04.44.48 +ViewportInteraction.LastCompileMethod=Unknown +EditorWidgets.TimeStamp=2025.02.13-04.44.43 +EditorWidgets.LastCompileMethod=Unknown +ViewportSnapping.TimeStamp=2025.02.13-04.44.48 +ViewportSnapping.LastCompileMethod=Unknown +ActorPickerMode.TimeStamp=2025.02.13-04.44.41 +ActorPickerMode.LastCompileMethod=Unknown +SceneDepthPickerMode.TimeStamp=2025.02.13-04.44.46 +SceneDepthPickerMode.LastCompileMethod=Unknown +LandscapeEditor.TimeStamp=2025.02.13-04.44.45 +LandscapeEditor.LastCompileMethod=Unknown +FoliageEdit.TimeStamp=2025.02.13-04.44.44 +FoliageEdit.LastCompileMethod=Unknown +VirtualTexturingEditor.TimeStamp=2025.02.13-04.44.48 +VirtualTexturingEditor.LastCompileMethod=Unknown +PlacementMode.TimeStamp=2025.02.13-04.44.46 +PlacementMode.LastCompileMethod=Unknown +MeshPaint.TimeStamp=2025.02.13-04.44.45 +MeshPaint.LastCompileMethod=Unknown +SessionServices.TimeStamp=2025.02.13-04.44.46 +SessionServices.LastCompileMethod=Unknown +SmartSnapping.TimeStamp=2025.02.13-04.46.19 +SmartSnapping.LastCompileMethod=Unknown +CameraShakePreviewer.TimeStamp=2025.02.13-04.46.21 +CameraShakePreviewer.LastCompileMethod=Unknown +ControlRigSplineEditor.TimeStamp=2025.02.13-04.46.20 +ControlRigSplineEditor.LastCompileMethod=Unknown +IKRigEditor.TimeStamp=2025.02.13-04.46.20 +IKRigEditor.LastCompileMethod=Unknown +ControlRigEditor.TimeStamp=2025.02.13-04.46.20 +ControlRigEditor.LastCompileMethod=Unknown +AnimationEditor.TimeStamp=2025.02.13-04.44.41 +AnimationEditor.LastCompileMethod=Unknown +GeometryMode.TimeStamp=2025.02.13-04.46.24 +GeometryMode.LastCompileMethod=Unknown +BspMode.TimeStamp=2025.02.13-04.46.24 +BspMode.LastCompileMethod=Unknown +TextureAlignMode.TimeStamp=2025.02.13-04.46.24 +TextureAlignMode.LastCompileMethod=Unknown +CharacterAI.TimeStamp=2025.02.13-04.46.32 +CharacterAI.LastCompileMethod=Unknown +PlanarCut.TimeStamp=2025.02.13-04.46.41 +PlanarCut.LastCompileMethod=Unknown +AndroidMediaEditor.TimeStamp=2025.02.13-04.51.02 +AndroidMediaEditor.LastCompileMethod=Unknown +AndroidMediaFactory.TimeStamp=2025.02.13-04.51.02 +AndroidMediaFactory.LastCompileMethod=Unknown +AvfMediaEditor.TimeStamp=2025.02.13-04.51.02 +AvfMediaEditor.LastCompileMethod=Unknown +AvfMediaFactory.TimeStamp=2025.02.13-04.51.02 +AvfMediaFactory.LastCompileMethod=Unknown +MediaCompositingEditor.TimeStamp=2025.02.13-04.51.03 +MediaCompositingEditor.LastCompileMethod=Unknown +SequenceRecorder.TimeStamp=2025.02.13-04.44.46 +SequenceRecorder.LastCompileMethod=Unknown +ImgMediaEditor.TimeStamp=2025.02.13-04.51.03 +ImgMediaEditor.LastCompileMethod=Unknown +ImgMediaFactory.TimeStamp=2025.02.13-04.51.03 +ImgMediaFactory.LastCompileMethod=Unknown +OpenExrWrapper.TimeStamp=2025.02.13-04.51.03 +OpenExrWrapper.LastCompileMethod=Unknown +MediaPlayerEditor.TimeStamp=2025.02.13-04.51.04 +MediaPlayerEditor.LastCompileMethod=Unknown +WebMMedia.TimeStamp=2025.02.13-04.51.04 +WebMMedia.LastCompileMethod=Unknown +WebMMediaEditor.TimeStamp=2025.02.13-04.51.04 +WebMMediaEditor.LastCompileMethod=Unknown +WebMMediaFactory.TimeStamp=2025.02.13-04.51.04 +WebMMediaFactory.LastCompileMethod=Unknown +WmfMediaEditor.TimeStamp=2025.02.13-04.51.06 +WmfMediaEditor.LastCompileMethod=Unknown +WmfMediaFactory.TimeStamp=2025.02.13-04.51.06 +WmfMediaFactory.LastCompileMethod=Unknown +ActorSequenceEditor.TimeStamp=2025.02.13-04.51.06 +ActorSequenceEditor.LastCompileMethod=Unknown +MatineeToLevelSequence.TimeStamp=2025.02.13-04.51.06 +MatineeToLevelSequence.LastCompileMethod=Unknown +LevelSequenceEditor.TimeStamp=2025.02.13-04.51.06 +LevelSequenceEditor.LastCompileMethod=Unknown +TemplateSequenceEditor.TimeStamp=2025.02.13-04.51.07 +TemplateSequenceEditor.LastCompileMethod=Unknown +AndroidFileServerEditor.TimeStamp=2025.02.13-04.51.10 +AndroidFileServerEditor.LastCompileMethod=Unknown +AudioCaptureEditor.TimeStamp=2025.02.13-04.51.12 +AudioCaptureEditor.LastCompileMethod=Unknown +GooglePADEditor.TimeStamp=2025.02.13-04.51.28 +GooglePADEditor.LastCompileMethod=Unknown +ResonanceAudioEditor.TimeStamp=2025.02.13-04.51.58 +ResonanceAudioEditor.LastCompileMethod=Unknown +AutomationWorker.TimeStamp=2025.02.13-04.44.42 +AutomationWorker.LastCompileMethod=Unknown +SequenceRecorderSections.TimeStamp=2025.02.13-04.44.46 +SequenceRecorderSections.LastCompileMethod=Unknown +StatsViewer.TimeStamp=2025.02.13-04.44.47 +StatsViewer.LastCompileMethod=Unknown +GameProjectGeneration.TimeStamp=2025.02.13-04.44.44 +GameProjectGeneration.LastCompileMethod=Unknown +StatusBar.TimeStamp=2025.02.13-04.44.47 +StatusBar.LastCompileMethod=Unknown +SceneOutliner.TimeStamp=2025.02.13-04.44.46 +SceneOutliner.LastCompileMethod=Unknown +SubobjectEditor.TimeStamp=2025.02.13-04.44.47 +SubobjectEditor.LastCompileMethod=Unknown +AddContentDialog.TimeStamp=2025.02.13-04.44.41 +AddContentDialog.LastCompileMethod=Unknown +WidgetCarousel.TimeStamp=2025.02.13-04.44.48 +WidgetCarousel.LastCompileMethod=Unknown +HierarchicalLODOutliner.TimeStamp=2025.02.13-04.44.44 +HierarchicalLODOutliner.LastCompileMethod=Unknown +BlueprintGraph.TimeStamp=2025.02.13-04.44.42 +BlueprintGraph.LastCompileMethod=Unknown +Voice.TimeStamp=2025.02.13-04.44.48 +Voice.LastCompileMethod=Unknown +MovieSceneCapture.TimeStamp=2025.02.13-04.44.45 +MovieSceneCapture.LastCompileMethod=Unknown +HierarchicalLODUtilities.TimeStamp=2025.02.13-04.44.44 +HierarchicalLODUtilities.LastCompileMethod=Unknown +NewLevelDialog.TimeStamp=2025.02.13-04.44.45 +NewLevelDialog.LastCompileMethod=Unknown +ExternalImagePicker.TimeStamp=2025.02.13-04.44.44 +ExternalImagePicker.LastCompileMethod=Unknown + +[Python] +LastDirectory= +RecentsFiles=C:/Program Files/Epic Games/UE_5.0/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py + +[DetailPropertyExpansion] +Brush="\"Object.BrushBuilder.BrushBuilder.Object.BrushSettings\" " +StaticMesh="\"Object.StaticMesh.BodySetup.Object.AggGeom.ConvexElems.ConvexElems[0]\" " +StreamableRenderAsset="\"Object.StaticMesh.BodySetup.Object.AggGeom.ConvexElems.ConvexElems[0]\" " +Object= + +[DetailMultiObjectNodeExpansion] +GameMapsSettings=True +GeneralProjectSettings=True + +[DetailCategoriesAdvanced] +Brush.Geometry=False +K2Node_FunctionEntry.Graph=False + +[SuppressableDialogs] +DeleteConfirmationFunction_Warning=False + diff --git a/Saved/Config/WindowsEditor/EditorScriptingUtilities.ini b/Saved/Config/WindowsEditor/EditorScriptingUtilities.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/EditorScriptingUtilities.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WindowsEditor/Engine.ini b/Saved/Config/WindowsEditor/Engine.ini new file mode 100644 index 0000000..2778d45 --- /dev/null +++ b/Saved/Config/WindowsEditor/Engine.ini @@ -0,0 +1,64 @@ +[Core.System] +Paths=../../../Engine/Content +Paths=%GAMEDIR%Content +Paths=../../../Engine/Plugins/Bridge/Content +Paths=../../../Engine/Plugins/2D/Paper2D/Content +Paths=../../../Engine/Plugins/Animation/ControlRigSpline/Content +Paths=../../../Engine/Plugins/Animation/IKRig/Content +Paths=../../../Engine/Plugins/Animation/ControlRig/Content +Paths=../../../Engine/Plugins/Editor/GeometryMode/Content +Paths=../../../Engine/Plugins/Editor/SpeedTreeImporter/Content +Paths=../../../Engine/Plugins/Editor/ModelingToolsEditorMode/Content +Paths=../../../Engine/Plugins/Experimental/ChaosNiagara/Content +Paths=../../../Engine/Plugins/Experimental/ChaosClothEditor/Content +Paths=../../../Engine/Plugins/Experimental/ChaosSolverPlugin/Content +Paths=../../../Engine/Plugins/Experimental/FullBodyIK/Content +Paths=../../../Engine/Plugins/FX/Niagara/Content +Paths=../../../Engine/Plugins/Experimental/GeometryFlow/Content +Paths=../../../Engine/Plugins/Experimental/GeometryCollectionPlugin/Content +Paths=../../../Engine/Plugins/Experimental/MeshLODToolset/Content +Paths=../../../Engine/Plugins/Experimental/MeshModelingToolsetExp/Content +Paths=../../../Engine/Plugins/Developer/AnimationSharing/Content +Paths=../../../Engine/Plugins/Media/MediaCompositing/Content +Paths=../../../Engine/Plugins/Experimental/PythonScriptPlugin/Content +Paths=../../../Engine/Plugins/MovieScene/SequencerScripting/Content +Paths=../../../Engine/Plugins/Enterprise/DatasmithContent/Content +Paths=../../../Engine/Plugins/Runtime/AudioSynesthesia/Content +Paths=../../../Engine/Plugins/Runtime/HairStrands/Content +Paths=../../../Engine/Plugins/Runtime/GeometryProcessing/Content +Paths=../../../Engine/Plugins/Runtime/MeshModelingToolset/Content +Paths=../../../Engine/Plugins/Runtime/ResonanceAudio/Content +Paths=../../../Engine/Plugins/Runtime/Synthesis/Content + +[/Script/UdpMessaging.UdpMessagingSettings] +EnabledByDefault=False +EnableTransport=True +bAutoRepair=True +MaxSendRate=1.000000 +AutoRepairAttemptLimit=10 +bStopServiceWhenAppDeactivates=True +UnicastEndpoint=0.0.0.0:0 +MulticastEndpoint=230.0.0.1:6666 +MessageFormat=CborPlatformEndianness +MulticastTimeToLive=1 +EnableTunnel=False +TunnelUnicastEndpoint= +TunnelMulticastEndpoint= + +[/Script/AndroidPlatformEditor.AndroidSDKSettings] +SDKPath=(Path="") +NDKPath=(Path="") +JavaPath=(Path="") + +[/Script/UnrealEd.UnrealEdEngine] +TemplateMapInfos=(ThumbnailTexture=None,Thumbnail="/Engine/Maps/Templates/Thumbnails/OpenWorld",Map="/Engine/Maps/Templates/OpenWorld",DisplayName="Open World",Category="OpenWorld") +TemplateMapInfos=(ThumbnailTexture=None,Thumbnail="/Engine/Maps/Templates/Thumbnails/Basic",Map="/Engine/Maps/Templates/Template_Default",DisplayName="Basic",Category="") + +[WindowsApplication.Accessibility] +StickyKeysHotkey=False +ToggleKeysHotkey=True +FilterKeysHotkey=True +StickyKeysConfirmation=True +ToggleKeysConfirmation=True +FilterKeysConfirmation=True + diff --git a/Saved/Config/WindowsEditor/FullBodyIK.ini b/Saved/Config/WindowsEditor/FullBodyIK.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/FullBodyIK.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WindowsEditor/Game.ini b/Saved/Config/WindowsEditor/Game.ini new file mode 100644 index 0000000..0e2255a --- /dev/null +++ b/Saved/Config/WindowsEditor/Game.ini @@ -0,0 +1,3 @@ +[StartupActions] +bAddPacks=False + diff --git a/Saved/Config/WindowsEditor/GameUserSettings.ini b/Saved/Config/WindowsEditor/GameUserSettings.ini new file mode 100644 index 0000000..7333132 --- /dev/null +++ b/Saved/Config/WindowsEditor/GameUserSettings.ini @@ -0,0 +1,29 @@ +[/Script/Engine.GameUserSettings] +bUseVSync=False +bUseDynamicResolution=False +ResolutionSizeX=2560 +ResolutionSizeY=1080 +LastUserConfirmedResolutionSizeX=2560 +LastUserConfirmedResolutionSizeY=1080 +WindowPosX=-1 +WindowPosY=-1 +FullscreenMode=1 +LastConfirmedFullscreenMode=1 +PreferredFullscreenMode=1 +Version=5 +AudioQualityLevel=0 +LastConfirmedAudioQualityLevel=0 +FrameRateLimit=0.000000 +DesiredScreenWidth=1280 +bUseDesiredScreenHeight=False +DesiredScreenHeight=720 +LastUserConfirmedDesiredScreenWidth=1280 +LastUserConfirmedDesiredScreenHeight=720 +LastRecommendedScreenWidth=-1.000000 +LastRecommendedScreenHeight=-1.000000 +LastCPUBenchmarkResult=-1.000000 +LastGPUBenchmarkResult=-1.000000 +LastGPUBenchmarkMultiplier=1.000000 +bUseHDRDisplayOutput=False +HDRDisplayOutputNits=1000 + diff --git a/Saved/Config/WindowsEditor/HairStrands.ini b/Saved/Config/WindowsEditor/HairStrands.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/HairStrands.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WindowsEditor/Hardware.ini b/Saved/Config/WindowsEditor/Hardware.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/Hardware.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WindowsEditor/Input.ini b/Saved/Config/WindowsEditor/Input.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/Input.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WindowsEditor/Lightmass.ini b/Saved/Config/WindowsEditor/Lightmass.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/Lightmass.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WindowsEditor/Niagara.ini b/Saved/Config/WindowsEditor/Niagara.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/Niagara.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WindowsEditor/Paper2D.ini b/Saved/Config/WindowsEditor/Paper2D.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/Paper2D.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WindowsEditor/RuntimeOptions.ini b/Saved/Config/WindowsEditor/RuntimeOptions.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/RuntimeOptions.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WindowsEditor/Scalability.ini b/Saved/Config/WindowsEditor/Scalability.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/Scalability.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WindowsEditor/Synthesis.ini b/Saved/Config/WindowsEditor/Synthesis.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/Synthesis.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WindowsEditor/TraceDataFilters.ini b/Saved/Config/WindowsEditor/TraceDataFilters.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/TraceDataFilters.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WindowsEditor/VariantManagerContent.ini b/Saved/Config/WindowsEditor/VariantManagerContent.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Saved/Config/WindowsEditor/VariantManagerContent.ini @@ -0,0 +1 @@ + diff --git a/Saved/Config/WorldState/1557959905.json b/Saved/Config/WorldState/1557959905.json new file mode 100644 index 0000000..939e082 Binary files /dev/null and b/Saved/Config/WorldState/1557959905.json differ diff --git a/Saved/Config/WorldState/3476864456.json b/Saved/Config/WorldState/3476864456.json new file mode 100644 index 0000000..bc7e77a Binary files /dev/null and b/Saved/Config/WorldState/3476864456.json differ diff --git a/Saved/Config/WorldState/3944650773.json b/Saved/Config/WorldState/3944650773.json new file mode 100644 index 0000000..ff54daf Binary files /dev/null and b/Saved/Config/WorldState/3944650773.json differ diff --git a/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0000/CrashContext.runtime-xml b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0000/CrashContext.runtime-xml new file mode 100644 index 0000000..691758a --- /dev/null +++ b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0000/CrashContext.runtime-xml @@ -0,0 +1,889 @@ + + + + 3 + 5C4E4A7447617CEE2564BF9210A86D30 + UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0000 + false + true + false + Stall + UAssetEditorSubsystem::OpenEditorForAsset + + 3932 + 5801 + false + false + false + UE5-WarehouseWreckage + UnrealEditor + Development + + WindowsEditor + Windows + Editor + Vanilla + UE_5.0 + 5.0.3-20979098+++UE5+Release-5.0 + CommandLineRemoved + 0 + ko-KR + ++UE5+Release-5.0-CL-20979098 + **UE5*Release-5.0-CL-20979098-Win64-Development + true + false + + C:/Program Files/Epic Games/UE_5.0/Engine/Binaries/Win64/ + C:/Program Files/Epic Games/UE_5.0/ + 5BBBEB324CCBBD9BBC5394B660F1A533 + 5bbbeb324ccbbd9bbc5394b660f1a533 + 03e5f530106f44fb9d54934005f1b575 + + Sent in the unattended mode + Layout="LevelEditor" Label="Minimal_Default" Content=SLevelEdit + 0 + + 8 + 16 + 1 + AuthenticAMD + AMD Ryzen 7 7800X3D 8-Core Processor + NVIDIA GeForce RTX 4070 SUPER + Windows 11 (24H2) [10.0.26100.3194] + + 33915052032 + 36062535680 + 4096 + 32 + 16170692608 + 8156819456 + 3289284608 + 3890376704 + 5634109440 + 6560124928 + 0 + 0 + 0 + 0 + ntdll +ntdll +KERNELBASE +UnrealEditor_Core +UnrealEditor_Engine +UnrealEditor_Engine +UnrealEditor_Engine +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_AssetTools +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_ContentBrowserAssetDataSource +UnrealEditor_ContentBrowserAssetDataSource +UnrealEditor_ContentBrowserAssetDataSource +UnrealEditor_ContentBrowser +UnrealEditor_ContentBrowser +UnrealEditor_ContentBrowser +UnrealEditor_ContentBrowser +UnrealEditor_ContentBrowser +UnrealEditor_ContentBrowser +UnrealEditor_ContentBrowser +UnrealEditor_Slate +UnrealEditor_Slate +UnrealEditor_Slate +UnrealEditor_Slate +UnrealEditor_ApplicationCore +UnrealEditor_ApplicationCore +UnrealEditor_ApplicationCore +UnrealEditor_ApplicationCore +user32 +user32 +InkObj +atlthunk +user32 +user32 +UnrealEditor_ApplicationCore +UnrealEditor +UnrealEditor +UnrealEditor +UnrealEditor +UnrealEditor +UnrealEditor +kernel32 +ntdll + ntdll 0x00007ffaa96a0000 + 15fe54 ntdll 0x00007ffaa96a0000 + daa64 KERNELBASE 0x00007ffaa6af0000 + 6a8e1 UnrealEditor-Core 0x00007ffa05160000 + 788673 UnrealEditor-Engine 0x00007ff9f0990000 + 1bc9546 UnrealEditor-Engine 0x00007ff9f0990000 + 1bdcad8 UnrealEditor-Engine 0x00007ff9f0990000 + 74523b UnrealEditor-UnrealEd 0x00007ff9eee80000 + aa0898 UnrealEditor-UnrealEd 0x00007ff9eee80000 + adc51f UnrealEditor-UnrealEd 0x00007ff9eee80000 + adb5a5 UnrealEditor-UnrealEd 0x00007ff9eee80000 + 5512f1 UnrealEditor-UnrealEd 0x00007ff9eee80000 + 541f7f UnrealEditor-UnrealEd 0x00007ff9eee80000 + 5344f5 UnrealEditor-UnrealEd 0x00007ff9eee80000 + e34b2e UnrealEditor-UnrealEd 0x00007ff9eee80000 + 860a2d UnrealEditor-AssetTools 0x00007ff9e2bb0000 + 156f3b UnrealEditor-UnrealEd 0x00007ff9eee80000 + d3bf93 UnrealEditor-UnrealEd 0x00007ff9eee80000 + d3c809 UnrealEditor-UnrealEd 0x00007ff9eee80000 + d3c59a UnrealEditor-ContentBrowserAssetDataSource 0x00007ff9ceac0000 + 50805 UnrealEditor-ContentBrowserAssetDataSource 0x00007ff9ceac0000 + 50a60 UnrealEditor-ContentBrowserAssetDataSource 0x00007ff9ceac0000 + 39aff UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1b20f0 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 16b010 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1b44db UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 172c36 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + f8802 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1c767d UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1b48a2 UnrealEditor-Slate 0x00007ffa03f10000 + 1601e UnrealEditor-Slate 0x00007ffa03f10000 + 8e876 UnrealEditor-Slate 0x00007ffa03f10000 + 78249 UnrealEditor-Slate 0x00007ffa03f10000 + 6cea1 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 2a8f5 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 19247 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 2ce51 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 149a7 USER32 0x00007ffaa8e90000 + 152a1 USER32 0x00007ffaa8e90000 + 14d7c InkObj 0x00007ff9cab90000 + 1b8b0 atlthunk 0x00007ffa9f9e0000 + 1028 USER32 0x00007ffaa8e90000 + 152a1 USER32 0x00007ffaa8e90000 + 12e0d UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 2e148 UnrealEditor 0x00007ff687830000 + 7114 UnrealEditor 0x00007ff687830000 + 20d9c UnrealEditor 0x00007ff687830000 + 20e8a UnrealEditor 0x00007ff687830000 + 23c4d UnrealEditor 0x00007ff687830000 + 35564 UnrealEditor 0x00007ff687830000 + 38736 KERNEL32 0x00007ffaa85a0000 + 2e8d7 ntdll 0x00007ffaa96a0000 + bbf2c + 90161E1F8634532438DD449FAD5D875A20C80C2B + + + ntdll 0x00007ffaa96a0000 + 15fe54 ntdll 0x00007ffaa96a0000 + daa64 KERNELBASE 0x00007ffaa6af0000 + 6a8e1 UnrealEditor-Core 0x00007ffa05160000 + 788673 UnrealEditor-Engine 0x00007ff9f0990000 + 1bc9546 UnrealEditor-Engine 0x00007ff9f0990000 + 1bdcad8 UnrealEditor-Engine 0x00007ff9f0990000 + 74523b UnrealEditor-UnrealEd 0x00007ff9eee80000 + aa0898 UnrealEditor-UnrealEd 0x00007ff9eee80000 + adc51f UnrealEditor-UnrealEd 0x00007ff9eee80000 + adb5a5 UnrealEditor-UnrealEd 0x00007ff9eee80000 + 5512f1 UnrealEditor-UnrealEd 0x00007ff9eee80000 + 541f7f UnrealEditor-UnrealEd 0x00007ff9eee80000 + 5344f5 UnrealEditor-UnrealEd 0x00007ff9eee80000 + e34b2e UnrealEditor-UnrealEd 0x00007ff9eee80000 + 860a2d UnrealEditor-AssetTools 0x00007ff9e2bb0000 + 156f3b UnrealEditor-UnrealEd 0x00007ff9eee80000 + d3bf93 UnrealEditor-UnrealEd 0x00007ff9eee80000 + d3c809 UnrealEditor-UnrealEd 0x00007ff9eee80000 + d3c59a UnrealEditor-ContentBrowserAssetDataSource 0x00007ff9ceac0000 + 50805 UnrealEditor-ContentBrowserAssetDataSource 0x00007ff9ceac0000 + 50a60 UnrealEditor-ContentBrowserAssetDataSource 0x00007ff9ceac0000 + 39aff UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1b20f0 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 16b010 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1b44db UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 172c36 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + f8802 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1c767d UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1b48a2 UnrealEditor-Slate 0x00007ffa03f10000 + 1601e UnrealEditor-Slate 0x00007ffa03f10000 + 8e876 UnrealEditor-Slate 0x00007ffa03f10000 + 78249 UnrealEditor-Slate 0x00007ffa03f10000 + 6cea1 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 2a8f5 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 19247 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 2ce51 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 149a7 USER32 0x00007ffaa8e90000 + 152a1 USER32 0x00007ffaa8e90000 + 14d7c InkObj 0x00007ff9cab90000 + 1b8b0 atlthunk 0x00007ffa9f9e0000 + 1028 USER32 0x00007ffaa8e90000 + 152a1 USER32 0x00007ffaa8e90000 + 12e0d UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 2e148 UnrealEditor 0x00007ff687830000 + 7114 UnrealEditor 0x00007ff687830000 + 20d9c UnrealEditor 0x00007ff687830000 + 20e8a UnrealEditor 0x00007ff687830000 + 23c4d UnrealEditor 0x00007ff687830000 + 35564 UnrealEditor 0x00007ff687830000 + 38736 KERNEL32 0x00007ffaa85a0000 + 2e8d7 ntdll 0x00007ffaa96a0000 + bbf2c + true + + 38672 + GameThread + + + 638754762712040000 + 1 + Win64 [Windows 11 (24H2) [10.0.26100.3194] 64b] + 1.0 + C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\AppLocalDependencies\Win64\Microsoft.VC.CRT\msvcp100.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\AppLocalDependencies\Win64\Microsoft.VC.CRT\msvcr100.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\tbb.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\tbbmalloc.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor.exe +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HierarchicalLODOutliner.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SequenceRecorderSections.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AutomationWorker.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ResonanceAudio\Binaries\Win64\UnrealEditor-ResonanceAudioEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GooglePAD\Binaries\Win64\UnrealEditor-GooglePADEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AudioCapture\Binaries\Win64\UnrealEditor-AudioCaptureEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AndroidFileServer\Binaries\Win64\UnrealEditor-AndroidFileServerEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\MediaPlayerEditor\Binaries\Win64\UnrealEditor-MediaPlayerEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\WmfMedia\Binaries\Win64\UnrealEditor-WmfMediaEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\WebMMedia\Binaries\Win64\UnrealEditor-WebMMediaFactory.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\WebMMedia\Binaries\Win64\UnrealEditor-WebMMediaEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\MediaCompositing\Binaries\Win64\UnrealEditor-MediaCompositingEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\ImgMedia\Binaries\Win64\UnrealEditor-ImgMediaEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\IKRig\Binaries\Win64\UnrealEditor-IKRigEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\AndroidMedia\Binaries\Win64\UnrealEditor-AndroidMediaFactory.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\AndroidMedia\Binaries\Win64\UnrealEditor-AndroidMediaEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\AvfMedia\Binaries\Win64\UnrealEditor-AvfMediaFactory.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\AvfMedia\Binaries\Win64\UnrealEditor-AvfMediaEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\TemplateSequence\Binaries\Win64\UnrealEditor-TemplateSequenceEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\MatineeToLevelSequence\Binaries\Win64\UnrealEditor-MatineeToLevelSequence.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\ActorSequence\Binaries\Win64\UnrealEditor-ActorSequenceEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimationEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\GeometryMode\Binaries\Win64\UnrealEditor-TextureAlignMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\GeometryMode\Binaries\Win64\UnrealEditor-BspMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\GeometryMode\Binaries\Win64\UnrealEditor-GeometryMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\CharacterAI\Binaries\Win64\UnrealEditor-CharacterAI.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Cameras\CameraShakePreviewer\Binaries\Win64\UnrealEditor-CameraShakePreviewer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\2D\Paper2D\Binaries\Win64\UnrealEditor-SmartSnapping.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SessionServices.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SessionMessages.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PlacementMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LandscapeEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ViewportSnapping.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ClothPainter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LogVisualizer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\IOS\UnrealEditor-IOSPlatformEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\Android\UnrealEditor-AndroidDeviceDetection.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\Android\UnrealEditor-AndroidPlatformEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HoloLensPlatformEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\IOS\UnrealEditor-IOSRuntimeSettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\Android\UnrealEditor-AndroidRuntimeSettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CSVtoSVG.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WorldPartitionEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-InputBindingEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MergeActors.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LocalizationService.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LocalizationDashboard.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DeviceProfileEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ProjectTargetPlatformEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ProjectSettingsViewer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorSettingsViewer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SettingsEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ProjectLauncher.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ProfilerClient.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TargetDeviceServices.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DeviceManager.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AutomationWindow.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PackagesDialog.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimationBlueprintEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StructViewer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-NaniteTools.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Documentation.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LiveCoding.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StreamingPauseRendering.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LauncherPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PortalServices.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PortalRpc.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MessagingRpc.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Windows\XAudio2_9\x64\xaudio2_9redist.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioMixerXAudio2.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-BinkAudioDecoder.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AITestSuite.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LevelInstanceEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ProfilerService.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ProfilerMessages.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TaskGraph.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AudioSynesthesia\Binaries\Win64\UnrealEditor-AudioSynesthesiaEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Bridge\Binaries\Win64\UnrealEditor-Bridge.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Bridge\Binaries\Win64\UnrealEditor-MegascansPlugin.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WebBrowser.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CEF3Utils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Runtime\Binaries\Win64\UnrealEditor-InterchangeFbxParser.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Runtime\Binaries\Win64\UnrealEditor-InterchangePipelines.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Runtime\Binaries\Win64\UnrealEditor-InterchangeExport.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Runtime\Binaries\Win64\UnrealEditor-InterchangeMessages.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Runtime\Binaries\Win64\UnrealEditor-InterchangeImport.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Runtime\Binaries\Win64\UnrealEditor-InterchangeDispatcher.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Runtime\Binaries\Win64\UnrealEditor-InterchangeNodes.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Editor\Binaries\Win64\UnrealEditor-InterchangeResultsBrowser.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Editor\Binaries\Win64\UnrealEditor-InterchangeEditorPipelines.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\ContentBrowser\ContentBrowserAssetDataSource\Binaries\Win64\UnrealEditor-ContentBrowserAssetDataSource.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CollectionManager.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\ContentBrowser\ContentBrowserClassDataSource\Binaries\Win64\UnrealEditor-ContentBrowserClassDataSource.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\Synthesis\Binaries\Win64\UnrealEditor-SynthesisEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\Synthesis\Binaries\Win64\UnrealEditor-Synthesis.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ResonanceAudio\Binaries\Win64\UnrealEditor-ResonanceAudio.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ProceduralMeshComponent\Binaries\Win64\UnrealEditor-ProceduralMeshComponentEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ProceduralMeshComponent\Binaries\Win64\UnrealEditor-ProceduralMeshComponent.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\MobilePatchingUtils\Binaries\Win64\UnrealEditor-MobilePatchingUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\HairStrands\Binaries\Win64\UnrealEditor-HairStrandsEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GeometryCache\Binaries\Win64\UnrealEditor-GeometryCacheStreamer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GeometryCache\Binaries\Win64\UnrealEditor-GeometryCacheSequencer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GeometryCache\Binaries\Win64\UnrealEditor-GeometryCacheTracks.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GooglePAD\Binaries\Win64\UnrealEditor-GooglePAD.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\CustomMeshComponent\Binaries\Win64\UnrealEditor-CustomMeshComponent.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\CableComponent\Binaries\Win64\UnrealEditor-CableComponent.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AndroidPermission\Binaries\Win64\UnrealEditor-AndroidPermission.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AssetTags\Binaries\Win64\UnrealEditor-AssetTags.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioCaptureRtAudio.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AudioCapture\Binaries\Win64\UnrealEditor-AudioCapture.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioCaptureCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ArchVisCharacter\Binaries\Win64\UnrealEditor-ArchVisCharacter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AppleImageUtils\Binaries\Win64\UnrealEditor-AppleImageUtilsBlueprintSupport.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AppleImageUtils\Binaries\Win64\UnrealEditor-AppleImageUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ActorLayerUtilities\Binaries\Win64\UnrealEditor-ActorLayerUtilitiesEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Layers.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ActorLayerUtilities\Binaries\Win64\UnrealEditor-ActorLayerUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\MediaCompositing\Binaries\Win64\UnrealEditor-MediaCompositing.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\ImgMedia\Binaries\Win64\UnrealEditor-ImgMedia.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\ImgMedia\Binaries\Win64\UnrealEditor-OpenExrWrapper.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\ImgMedia\Binaries\Win64\UnrealEditor-ImgMediaFactory.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\SequencerScripting\Binaries\Win64\UnrealEditor-SequencerScriptingEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\OpenImageDenoise\Binaries\Win64\UnrealEditor-OpenImageDenoise.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\MeshModelingToolsetExp\Binaries\Win64\UnrealEditor-GeometryProcessingAdapters.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GeometryCache\Binaries\Win64\UnrealEditor-GeometryCacheEd.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Importers\AlembicImporter\Binaries\Win64\UnrealEditor-AlembicImporter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Importers\AlembicImporter\Binaries\Win64\UnrealEditor-AlembicLibrary.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\GeometryCollectionPlugin\Binaries\Win64\UnrealEditor-GeometryCollectionSequencer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\GeometryCollectionPlugin\Binaries\Win64\UnrealEditor-GeometryCollectionTracks.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FX\Niagara\Binaries\Win64\UnrealEditor-NiagaraEditorWidgets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\BlendSpaceMotionAnalysis\Binaries\Win64\UnrealEditor-BlendSpaceMotionAnalysis.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\WorldPartitionHLODUtilities\Binaries\Win64\UnrealEditor-WorldPartitionHLODUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\ControlRigSpline\Binaries\Win64\UnrealEditor-ControlRigSpline.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\AnimationModifierLibrary\Binaries\Win64\UnrealEditor-AnimationModifierLibrary.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\SpeedTreeImporter\Binaries\Win64\UnrealEditor-SpeedTreeImporter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\PluginBrowser\Binaries\Win64\UnrealEditor-PluginBrowser.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\SequencerAnimTools\Binaries\Win64\UnrealEditor-SequencerAnimTools.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\ControlRig\Binaries\Win64\UnrealEditor-ControlRigEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\LevelSequenceEditor\Binaries\Win64\UnrealEditor-LevelSequenceEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\SequencerScripting\Binaries\Win64\UnrealEditor-SequencerScripting.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\MobileLauncherProfileWizard\Binaries\Win64\UnrealEditor-MobileLauncherProfileWizard.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\ModelingToolsEditorMode\Binaries\Win64\UnrealEditor-ModelingToolsEditorMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\StylusInput\Binaries\Win64\UnrealEditor-StylusInput.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\MeshModelingToolsetExp\Binaries\Win64\UnrealEditor-ModelingEditorUI.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\MeshLODToolset\Binaries\Win64\UnrealEditor-MeshLODToolset.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\GeometryFlow\Binaries\Win64\UnrealEditor-GeometryFlowMeshProcessingEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\GeometryFlow\Binaries\Win64\UnrealEditor-GeometryFlowMeshProcessing.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\GeometryFlow\Binaries\Win64\UnrealEditor-GeometryFlowCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshConversionEngineTypes.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\MeshModelingToolsetExp\Binaries\Win64\UnrealEditor-MeshModelingToolsEditorOnlyExp.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\MeshModelingToolset\Binaries\Win64\UnrealEditor-MeshModelingToolsEditorOnly.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\MeshModelingToolset\Binaries\Win64\UnrealEditor-ModelingOperatorsEditorOnly.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\MeshModelingToolsetExp\Binaries\Win64\UnrealEditor-MeshModelingToolsExp.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\MeshModelingToolset\Binaries\Win64\UnrealEditor-MeshModelingTools.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\MeshModelingToolset\Binaries\Win64\UnrealEditor-ModelingOperators.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\MeshModelingToolset\Binaries\Win64\UnrealEditor-ModelingComponentsEditorOnly.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\MaterialAnalyzer\Binaries\Win64\UnrealEditor-MaterialAnalyzer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Enterprise\VariantManagerContent\Binaries\Win64\UnrealEditor-VariantManagerContentEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\ChaosClothEditor\Binaries\Win64\UnrealEditor-ChaosClothEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\EditorDebugTools\Binaries\Win64\UnrealEditor-EditorDebugTools.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\ChaosNiagara\Binaries\Win64\UnrealEditor-ChaosNiagara.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\CurveEditorTools\Binaries\Win64\UnrealEditor-CurveEditorTools.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\ChaosEditor\Binaries\Win64\UnrealEditor-FractureEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\PlanarCutPlugin\Binaries\Win64\UnrealEditor-PlanarCut.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\MeshModelingToolset\Binaries\Win64\UnrealEditor-ModelingComponents.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshConversion.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GeometryProcessing\Binaries\Win64\UnrealEditor-DynamicMesh.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GeometryProcessing\Binaries\Win64\UnrealEditor-GeometryAlgorithms.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GeometryFramework.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\GeometryCollectionPlugin\Binaries\Win64\UnrealEditor-GeometryCollectionEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GeometryCollectionEngine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\EditorScriptingUtilities\Binaries\Win64\UnrealEditor-EditorScriptingUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StaticMeshEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SkeletalMeshEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\ChaosSolverPlugin\Binaries\Win64\UnrealEditor-ChaosSolverEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\BackChannel\Binaries\Win64\UnrealEditor-BackChannel.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\CryptoKeys\Binaries\Win64\UnrealEditor-CryptoKeys.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\CryptoKeys\Binaries\Win64\UnrealEditor-CryptoKeysOpenSSL.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Enterprise\DatasmithContent\Binaries\Win64\UnrealEditor-DatasmithContentEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\AutomationUtils\Binaries\Win64\UnrealEditor-AutomationUtilsEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\AutomationUtils\Binaries\Win64\UnrealEditor-AutomationUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\SubversionSourceControl\Binaries\Win64\UnrealEditor-SubversionSourceControl.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\VisualStudioSourceCodeAccess\Binaries\Win64\UnrealEditor-VisualStudioSourceCodeAccess.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\VisualStudioCodeSourceCodeAccess\Binaries\Win64\UnrealEditor-VisualStudioCodeSourceCodeAccess.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\UObjectPlugin\Binaries\Win64\UnrealEditor-UObjectPlugin.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\PluginUtils\Binaries\Win64\UnrealEditor-PluginUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\GitSourceControl\Binaries\Win64\UnrealEditor-GitSourceControl.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\PlasticSourceControl\Binaries\Win64\UnrealEditor-PlasticSourceControl.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Compression\OodleNetwork\Binaries\Win64\UnrealEditor-OodleNetworkHandlerComponent.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\2D\Paper2D\Binaries\Win64\UnrealEditor-Paper2DEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\TraceDataFiltering\Binaries\Win64\UnrealEditor-UnrealInsightsInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\RiderSourceCodeAccess\Binaries\Win64\UnrealEditor-RiderSourceCodeAccess.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\CLionSourceCodeAccess\Binaries\Win64\UnrealEditor-CLionSourceCodeAccess.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\AnimationSharing\Binaries\Win64\UnrealEditor-AnimationSharingEd.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\2D\Paper2D\Binaries\Win64\UnrealEditor-PaperTiledImporter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\2D\Paper2D\Binaries\Win64\UnrealEditor-PaperSpriteSheetImporter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-IntroTutorials.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshPaint.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MeshPainting\Binaries\Win64\UnrealEditor-MeshPaintEditorMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MeshPainting\Binaries\Win64\UnrealEditor-MeshPaintingToolset.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\SoundFields\Binaries\Win64\UnrealEditor-SoundFields.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\PropertyAccess\Binaries\Win64\UnrealEditor-PropertyAccessEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Messaging\TcpMessaging\Binaries\Win64\UnrealEditor-TcpMessaging.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Messaging\UdpMessaging\Binaries\Win64\UnrealEditor-UdpMessaging.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Serialization.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\LocationServicesBPLibrary\Binaries\Win64\UnrealEditor-LocationServicesBPLibrary.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AudioSynesthesia\Binaries\Win64\UnrealEditor-AudioSynesthesia.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioAnalyzer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AudioSynesthesia\Binaries\Win64\UnrealEditor-AudioSynesthesiaCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\ImgMedia\Binaries\Win64\UnrealEditor-ImgMediaEngine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Python3\Win64\DLLs\libssl-1_1.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Python3\Win64\DLLs\libcrypto-1_1.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Python3\Win64\DLLs\_ssl.pyd +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\PythonScriptPlugin\Binaries\Win64\UnrealEditor-PythonScriptPlugin.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\ContentBrowser\ContentBrowserFileDataSource\Binaries\Win64\UnrealEditor-ContentBrowserFileDataSource.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\ActorSequence\Binaries\Win64\UnrealEditor-ActorSequence.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FX\Niagara\Binaries\Win64\UnrealEditor-NiagaraAnimNotifies.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FX\Niagara\Binaries\Win64\UnrealEditor-NiagaraEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SessionFrontend.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\IKRig\Binaries\Win64\UnrealEditor-IKRigDeveloper.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Persona.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PinnedCommandList.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\IKRig\Binaries\Win64\UnrealEditor-IKRig.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\ControlRig\Binaries\Win64\UnrealEditor-ControlRigDeveloper.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\FullBodyIK\Binaries\Win64\UnrealEditor-PBIK.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\FullBodyIK\Binaries\Win64\UnrealEditor-FullBodyIK.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\ControlRig\Binaries\Win64\UnrealEditor-ControlRig.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-RigVMDeveloper.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-VisualGraphUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-RigVM.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\GameplayTagsEditor\Binaries\Win64\UnrealEditor-GameplayTagsEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\FacialAnimation\Binaries\Win64\UnrealEditor-FacialAnimationEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Cameras\GameplayCameras\Binaries\Win64\UnrealEditor-GameplayCameras.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\TemplateSequence\Binaries\Win64\UnrealEditor-TemplateSequence.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\DataValidation\Binaries\Win64\UnrealEditor-DataValidation.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Blutility.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\TraceDataFiltering\Binaries\Win64\UnrealEditor-TraceDataFiltering.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TraceInsights.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\PropertyAccessNode\Binaries\Win64\UnrealEditor-PropertyAccessNode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PixelInspectorModule.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LevelAssetEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HotReload.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MainFrame.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-UndoHistory.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\AssetManagerEditor\Binaries\Win64\UnrealEditor-AssetManagerEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TreeMap.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\AnimationSharing\Binaries\Win64\UnrealEditor-AnimationSharing.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\2D\Paper2D\Binaries\Win64\UnrealEditor-Paper2D.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\AI\EnvironmentQueryEditor\Binaries\Win64\UnrealEditor-EnvironmentQueryEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\WebMMedia\Binaries\Win64\UnrealEditor-WebMMedia.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-BehaviorTreeEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-UMGEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ShaderFormatVectorVM.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\ShaderConductor\Win64\ShaderConductor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-VulkanShaderFormat.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ShaderFormatOpenGL.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\IOS\UnrealEditor-IOSTargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Python3\Win64\DLLs\_socket.pyd +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MetalShaderFormat.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-FileUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\ShaderConductor\Win64\dxcompiler.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\ShaderConductor\Win64\dxil.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ShaderFormatD3D.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ShaderCompilerCommon.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\FacialAnimation\Binaries\Win64\UnrealEditor-FacialAnimation.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\SignificanceManager\Binaries\Win64\UnrealEditor-SignificanceManager.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\WindowsMoviePlayer\Binaries\Win64\UnrealEditor-WindowsMoviePlayer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\WebMMoviePlayer\Binaries\Win64\UnrealEditor-WebMMoviePlayer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AndroidFileServer\Binaries\Win64\UnrealEditor-AndroidFileServer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-NetworkReplayStreaming.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimationDataController.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ShaderPreprocessor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ClothingSystemEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ClothingSystemRuntimeNv.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-OverlayEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Overlay.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StringTableEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GameplayTasksEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AIGraph.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-FunctionalTesting.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AutomationController.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AutomationMessages.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AutomationTest.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SlateReflector.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\ProxyLODPlugin\Binaries\Win64\UnrealEditor-ProxyLODMeshReduction.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioFormatBink.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioFormatADPCM.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WorkspaceMenuStructure.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CollisionAnalyzer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Messaging.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-NaniteBuilder.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\openvdb.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshMergeUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Vorbis\Win64\VS2015\libvorbis_64.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Ogg\Win64\VS2015\libogg_64.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioFormatOgg.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioFormatOpus.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshBuilder.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\SkeletalReduction\Binaries\Win64\UnrealEditor-SkeletalMeshReduction.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WindowsTargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CookedEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\IOS\UnrealEditor-TVOSTargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\LinuxArm64\UnrealEditor-LinuxArm64TargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LandscapeEditorUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshBoneReduction.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-QuadricMeshReduction.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\Linux\UnrealEditor-LinuxTargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HoloLensTargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\Android\UnrealEditor-AndroidTargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\oo2tex_win64_2.9.5.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\TextureFormatOodle\Binaries\Win64\UnrealEditor-TextureFormatOodle.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureFormatUncompressed.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Qualcomm\Win64\TextureConverter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SourceCodeAccess.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureFormatDXT.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Intel\ISPCTexComp\Win64-Release\ispc_texcomp.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureFormatIntelISPCTexComp.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureFormatASTC.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureFormatETC2.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureBuild.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureFormat.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TurnkeySupport.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LauncherServices.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\NVIDIA\GeForceNOW\Win64\GfnRuntimeSdk.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Settings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-FieldSystemEngine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ChaosSolverEngine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WindowsPlatformFeatures.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GameplayMediaEncoder.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AVEncoder.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\NVIDIA\NVaftermath\Win64\GFSDK_Aftermath_Lib.x64.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshReductionInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshBuilderCommon.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-RHICore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Online\Experimental\OnlineServices\Binaries\Win64\UnrealEditor-OnlineServicesCommon.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\WindowsDeviceProfileSelector\Binaries\Win64\UnrealEditor-WindowsDeviceProfileSelector.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\HairStrands\Binaries\Win64\UnrealEditor-HairStrandsCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GeometryCache\Binaries\Win64\UnrealEditor-GeometryCache.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FX\Niagara\Binaries\Win64\UnrealEditor-Niagara.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-VectorVM.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ExampleDeviceProfileSelector\Binaries\Win64\UnrealEditor-ExampleDeviceProfileSelector.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ChunkDownloader\Binaries\Win64\UnrealEditor-ChunkDownloader.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Portal\LauncherChunkInstaller\Binaries\Win64\UnrealEditor-LauncherChunkInstaller.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Online\OnlineSubsystemUtils\Binaries\Win64\UnrealEditor-OnlineBlueprintSupport.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Online\OnlineSubsystemNull\Binaries\Win64\UnrealEditor-OnlineSubsystemNull.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Online\OnlineSubsystemUtils\Binaries\Win64\UnrealEditor-OnlineSubsystemUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Online\Experimental\OnlineServices\Binaries\Win64\UnrealEditor-OnlineServicesInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Voice.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-XMPP.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WebSockets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Online\OnlineSubsystem\Binaries\Win64\UnrealEditor-OnlineSubsystem.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\WmfMedia\Binaries\Win64\UnrealEditor-WmfMedia.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\WmfMedia\Binaries\Win64\UnrealEditor-WmfMediaFactory.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\ImgMedia\Binaries\Win64\UnrealEditor-ExrReaderGpu.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\PixWinPlugin\Binaries\Win64\UnrealEditor-PixWinPlugin.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\ChaosCloth\Binaries\Win64\UnrealEditor-ChaosCloth.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FX\Niagara\Binaries\Win64\UnrealEditor-NiagaraShader.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Python3\Win64\python39.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\PerforceSourceControl\Binaries\Win64\UnrealEditor-PerforceSourceControl.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FX\Niagara\Binaries\Win64\UnrealEditor-NiagaraVertexFactories.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FX\Niagara\Binaries\Win64\UnrealEditor-NiagaraCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Enterprise\DatasmithContent\Binaries\Win64\UnrealEditor-DatasmithContent.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Enterprise\VariantManagerContent\Binaries\Win64\UnrealEditor-VariantManagerContent.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\PythonScriptPlugin\Binaries\Win64\UnrealEditor-PythonScriptPluginPreload.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\PlatformCrypto\Binaries\Win64\UnrealEditor-PlatformCrypto.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\PlatformCrypto\Binaries\Win64\UnrealEditor-PlatformCryptoOpenSSL.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\XGEController\Binaries\Win64\UnrealEditor-XGEController.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FastBuildController\Binaries\Win64\UnrealEditor-FastBuildController.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\DbgHelp\dbghelp.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimationModifiers.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\libsndfile\Win64\libsndfile-1.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MessageLog.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Virtualization.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\nvTextureTools\Win64\AVX2\nvtt_64.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureCompressor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SlateRHIRenderer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StreamingFile.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-NetworkFile.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Networking.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StorageServerClient.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AVIWriter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-XmlParser.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SequenceRecorder.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LiveLinkInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AssetTools.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MRMesh.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GameplayTasks.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GameplayDebugger.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LocalizationCommandletExecution.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SerializedRecorderInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MovieSceneCapture.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MovieSceneTools.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ContentBrowser.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AugmentedReality.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-VirtualTexturingEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioSettingsEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ComponentVisualizers.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ConfigEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AIModule.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-InternationalizationSettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DesktopWidgets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ContentBrowserData.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshUtilitiesEngine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-InterchangeCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-OutputLog.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Navmesh.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DerivedDataEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TranslationEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SourceControlWindows.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Sequencer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HeadMountedDisplay.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimationCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ClassViewer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MaterialBaking.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DataLayerEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DetailCustomizations.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorConfig.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SceneOutliner.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AdvancedPreviewScene.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimGraphRuntime.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MediaAssets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GeometryCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Voronoi.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-KismetCompiler.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-KismetWidgets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-UELibSampleRate.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Renderer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ToolWidgets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PhysicsUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SubobjectEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SubobjectDataInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-InterchangeEngine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-InteractiveToolsFramework.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-NavigationSystem.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TraceServices.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-IoStoreUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-VREditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ViewportInteraction.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MovieSceneTracks.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MovieScene.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LevelEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GraphEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PropertyEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MaterialEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ImageWrapper.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-BlueprintGraph.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimGraph.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\libfbxsdk.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Chaos.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Kismet.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PhysicsCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorStyle.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-UMG.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-UnrealEd.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Engine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CommonMenuExtensions.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SourceControl.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Zen.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Landscape.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AppFramework.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HTTP.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SlateCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Slate.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Cbor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-BuildPatchServices.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HardwareTargeting.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SSL.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Core.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WidgetCarousel.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorInteractiveToolsFramework.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PIEPreviewDeviceSpecification.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GameProjectGeneration.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SharedSettingsWidgets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ToolMenus.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AddContentDialog.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SceneDepthPickerMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshUtilitiesCommon.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DerivedDataCache.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-RenderCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CoreUObject.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StatusBar.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CurveEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-BlueprintEditorLibrary.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Localization.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-FoliageEdit.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Foliage.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ActorPickerMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HTTPServer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorWidgets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PakFileUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StatsViewer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-NullInstallBundleManager.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-D3D12RHI.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimationBlueprintLibrary.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PakFile.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshDescription.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-RSA.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AssetRegistry.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TraceAnalysis.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ReliabilityHandlerComponent.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TimeManagement.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SignalProcessing.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PIEPreviewDeviceProfileSelector.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ClothingSystemRuntimeCommon.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CrunchCompression.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MaterialUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioLinkEngine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SkeletalMeshUtilitiesCommon.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LevelSequence.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-UncontrolledChangelists.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SoundFieldRendering.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorFramework.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DirectoryWatcher.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PropertyPath.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CinematicCamera.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-BSPUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CookOnTheFly.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorSubsystem.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-UnrealEdMessages.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioExtensions.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioMixer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HierarchicalLODUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SwarmInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AssetTagsEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SandboxFile.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ScriptDisassembler.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StaticMeshDescription.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureUtilitiesCommon.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-IESFile.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ImageWriteQueue.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Media.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GameplayTags.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-RHI.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GeForceNOWWrapper.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ClothingSystemRuntimeInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-NetCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MaterialShaderQualitySettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DeveloperSettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Sockets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioLinkCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TypedElementFramework.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SkeletalMeshDescription.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-InstallBundleManager.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnalyticsET.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-JsonUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TypedElementRuntime.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ApplicationCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DesktopPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Projects.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-InputCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DeveloperToolSettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PacketHandler.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EngineSettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Analytics.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Json.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioPlatformConfiguration.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EngineMessages.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MediaUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ImageCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PerfCounters.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CoreOnline.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ClothingSystemEditorInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PreLoadScreen.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MoviePlayer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\ControlRigSpline\Binaries\Win64\UnrealEditor-ControlRigSplineEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WindowsPlatformEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Editor\Binaries\Win64\UnrealEditor-InterchangeEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Online\OnlineBase\Binaries\Win64\UnrealEditor-OnlineBase.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\RuntimePhysXCooking\Binaries\Win64\UnrealEditor-RuntimePhysXCooking.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Python3\Win64\DLLs\select.pyd +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioMixerCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-RawMesh.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Vorbis\Win64\VS2015\libvorbisfile_64.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TraceLog.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\AI\AISupport\Binaries\Win64\UnrealEditor-AISupportModule.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ColorManagement.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Python3\Win64\python3.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\PlatformCrypto\Binaries\Win64\UnrealEditor-PlatformCryptoTypes.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorAnalyticsSession.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Windows\WinPixEventRuntime\x64\WinPixEventRuntime.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-BuildSettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MoviePlayerProxy.dll + + + 1 + false + 0 + + + No errors + false + false + true + false + false + true + D3D12 + NVIDIA GeForce RTX 4070 SUPER + 566.36 + 32.0.15.6636 + 12-3-2024 + SM5 + NVIDIA + false + WindowsEditor + + + + { "Version": 12, "VersionName": "2022.0.6", "FriendlyName": "Bridge" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "FastBuild Controller" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mesh Painting" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "XGE Controller" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Environment Query Editor (Experimental)" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Paper2D" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Animation Sharing" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "AISupport" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "CodeLite Integration" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Asset Manager Editor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Oodle Network" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "PIX for Windows GPU Capture Plugin" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "KDevelop Integration" } + { "Version": 2, "VersionName": "2.0", "FriendlyName": "CLion Integration" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Perforce" } + { "Version": 40, "VersionName": "1.4.6", "FriendlyName": "Plastic SCM" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Linux Compiler-only Integration" } + { "Version": 14, "VersionName": "1.4", "FriendlyName": "Git" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Oodle Texture" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Property Access Node" } + { "Version": 2, "VersionName": "1.5", "FriendlyName": "Rider Integration" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Trace Data Filtering" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Plugin Utilities" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "UObject Example Plugin" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Visual Studio Code Integration" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Visual Studio Integration" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Subversion" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "XCode Integration" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Automation Utilities" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Datasmith Content" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "CryptoKeys" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Camera Shake Previewer" } + { "Version": 1, "VersionName": "1", "FriendlyName": "BackChannel" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Chaos Cloth" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Chaos Solver" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "ChaosEditor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Curve Editor Tools" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Chaos Niagara" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "EditorDebugTools" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Chaos Cloth Editor" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "CharacterAI" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Data Validation" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Editor Scripting Utilities" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Variant Manager Content" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Gameplay Cameras" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Facial Animation Bulk Importer" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "GeometryMode" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "GameplayTagsEditor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Material Analyzer" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Modeling Tools Editor Mode" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Wizard for mobile packaging scenarios" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Sequencer Anim Tools" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mac Graphics Switching" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Plugin Browser" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Full Body IK" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "SpeedTree Importer" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Stylus & Tablet Plugin" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Animation Modifier Library" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Control Rig" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Control Rig Spline" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "World Partition HLOD Utilities" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "IK Rig" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Blendspace Motion Analysis" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Niagara" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "GeometryFlow" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Geometry" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Alembic Importer" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Mesh LOD Toolset" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Experimental Mesh Modeling Toolset" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "OpenImageDenoise" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Planar Cut" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Proxy LOD Plugin (Experimental)" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Platform Cryptography Plugin" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Actor Sequence (Experimental)" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Python Editor Script Plugin" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Level Sequence Editor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Matinee to Level Sequence" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Skeletal Mesh Simplifier (Early Access)" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Sequencer Scripting" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Template Sequence" } + { "Version": 2, "VersionName": "2.0", "FriendlyName": "AVF Media Player" } + { "Version": 2, "VersionName": "2.0", "FriendlyName": "Android Media Player" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Image Sequence Media Player" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Media Compositing" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "WebM Video Player" } + { "Version": 2, "VersionName": "2.0", "FriendlyName": "WMF Media Player" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Media Player Editor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Actor Layer Utilities" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "AndroidFileServer" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Android Device Profile Selector" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Apple Image Utils" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "ArchVis Character" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Audio Capture" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Asset Tags" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Apple Movie Player" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Audio Synesthesia" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Android Movie Player" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Android Runtime Permission" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Cable Component" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Custom Mesh Component" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Example Device Profile Selector" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Chunk Downloader" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "GooglePAD" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Geometry Cache" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Google Cloud Messaging" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Geometry Processing" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "IOS Device Profile Selector" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Linux Device Profile Selector" } + { "Version": 2, "VersionName": "1.0", "FriendlyName": "Groom" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mobile Location Services Blueprints Library" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Launcher Chunk Installer" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mobile Patching Utilities" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Mesh Modeling Toolset" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "UDP Messaging" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "TCP Messaging" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Runtime PhysX Cooking" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Procedural Mesh Component" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Significance Manager" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Resonance Audio" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Property Access Editor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "SoundFields" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Base" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem NULL" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem Utils" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Movie Player for WebM files" } + { "Version": 1, "VersionName": "1.1", "FriendlyName": "Synthesis and DSP Effects" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Windows Device Profile Selector" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Windows Movie Player" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Content Browser - Class Data Source" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Content Browser - File Data Source" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Content Browser - Asset Data Source" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Interchange Editor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Interchange Framework" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem GooglePlay" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Services" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem iOS" } + + diff --git a/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0000/CrashReportClient.ini b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0000/CrashReportClient.ini new file mode 100644 index 0000000..473a414 --- /dev/null +++ b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0000/CrashReportClient.ini @@ -0,0 +1,5 @@ +[CrashReportClient] +bHideLogFilesOption=false +bIsAllowedToCloseWithoutSending=true +CrashConfigPurgeDays=2 + diff --git a/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0000/UEMinidump.dmp b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0000/UEMinidump.dmp new file mode 100644 index 0000000..0489b4f Binary files /dev/null and b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0000/UEMinidump.dmp differ diff --git a/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0000/WarehouseWreckage.log b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0000/WarehouseWreckage.log new file mode 100644 index 0000000..4b02888 --- /dev/null +++ b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0000/WarehouseWreckage.log @@ -0,0 +1,4476 @@ +Log file open, 02/18/25 19:14:23 +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=17036) +LogConsoleResponse: Display: Failed to find resolution value strings in scalability ini. Falling back to default. +LogConsoleResponse: Display: Failed to find resolution value strings in scalability ini. Falling back to default. +LogInit: Display: Running engine for game: WarehouseWreckage +LogCore: UnrealTraceServer: Trace store launch successful +LogCsvProfiler: Display: Metadata set : platform="Windows" +LogCsvProfiler: Display: Metadata set : config="Development" +LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.0-CL-20979098" +LogCsvProfiler: Display: Metadata set : engineversion="5.0.3-20979098+++UE5+Release-5.0" +LogCsvProfiler: Display: Metadata set : commandline="" "C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/WarehouseWreckage.uproject" -AUTH_LOGIN=unused -AUTH_PASSWORD=fd97090d1646411d9deefa9b23ac82ce -AUTH_TYPE=exchangecode -epicapp=UE_5.0 -epicenv=Prod -EpicPortal -epicusername=10000Je -epicuserid=03e5f530106f44fb9d54934005f1b575 -epiclocale=ko -epicsandboxid=ue"" +LogCsvProfiler: Display: Metadata set : os="Windows 11 (24H2) [10.0.26100.3194] " +LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 7 7800X3D 8-Core Processor" +LogCsvProfiler: Display: Metadata set : pgoenabled="0" +LogCsvProfiler: Display: Metadata set : loginid="5bbbeb324ccbbd9bbc5394b660f1a533" +LogCsvProfiler: Display: Metadata set : llm="0" +LogPlatformFile: Not using cached read wrapper +LogStats: Stats thread started at 0.221165 +LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +9:00, Platform Override: '' +LogInit: Session CrashGUID >==================================================== + Session CrashGUID > UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60 + Session CrashGUID >==================================================== +LogConfig: Display: Loading VulkanPC ini files took 0.02 seconds +LogConfig: Display: Loading Mac ini files took 0.02 seconds +LogConfig: Display: Loading IOS ini files took 0.03 seconds +LogConfig: Display: Loading HoloLens 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 Windows ini files took 0.03 seconds +LogConfig: Display: Loading Unix ini files took 0.03 seconds +LogConfig: Display: Loading LinuxArm64 ini files took 0.03 seconds +LogConfig: Display: Loading Linux ini files took 0.03 seconds +LogPluginManager: Mounting Engine plugin Bridge +LogPluginManager: Mounting Engine plugin FastBuildController +LogPluginManager: Mounting Engine plugin MeshPainting +LogPluginManager: Mounting Engine plugin XGEController +LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor +LogPluginManager: Mounting Engine plugin Paper2D +LogPluginManager: Mounting Engine plugin AnimationSharing +LogPluginManager: Mounting Engine plugin AISupport +LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess +LogPluginManager: Mounting Engine plugin AssetManagerEditor +LogPluginManager: Mounting Engine plugin OodleNetwork +LogPluginManager: Mounting Engine plugin PixWinPlugin +LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess +LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess +LogPluginManager: Mounting Engine plugin PerforceSourceControl +LogPluginManager: Mounting Engine plugin PlasticSourceControl +LogPluginManager: Mounting Engine plugin NullSourceCodeAccess +LogPluginManager: Mounting Engine plugin GitSourceControl +LogPluginManager: Mounting Engine plugin TextureFormatOodle +LogPluginManager: Mounting Engine plugin PropertyAccessNode +LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess +LogPluginManager: Mounting Engine plugin TraceDataFilters +LogPluginManager: Mounting Engine plugin PluginUtils +LogPluginManager: Mounting Engine plugin UObjectPlugin +LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess +LogPluginManager: Mounting Engine plugin SubversionSourceControl +LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin AutomationUtils +LogPluginManager: Mounting Engine plugin DatasmithContent +LogPluginManager: Mounting Engine plugin CryptoKeys +LogPluginManager: Mounting Engine plugin CameraShakePreviewer +LogPluginManager: Mounting Engine plugin BackChannel +LogPluginManager: Mounting Engine plugin ChaosCloth +LogPluginManager: Mounting Engine plugin ChaosSolverPlugin +LogPluginManager: Mounting Engine plugin ChaosEditor +LogPluginManager: Mounting Engine plugin CurveEditorTools +LogPluginManager: Mounting Engine plugin ChaosNiagara +LogPluginManager: Mounting Engine plugin EditorDebugTools +LogPluginManager: Mounting Engine plugin ChaosClothEditor +LogPluginManager: Mounting Engine plugin CharacterAI +LogPluginManager: Mounting Engine plugin DataValidation +LogPluginManager: Mounting Engine plugin EditorScriptingUtilities +LogPluginManager: Mounting Engine plugin VariantManagerContent +LogPluginManager: Mounting Engine plugin GameplayCameras +LogPluginManager: Mounting Engine plugin FacialAnimation +LogPluginManager: Mounting Engine plugin GeometryMode +LogPluginManager: Mounting Engine plugin GameplayTagsEditor +LogPluginManager: Mounting Engine plugin MaterialAnalyzer +LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode +LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard +LogPluginManager: Mounting Engine plugin SequencerAnimTools +LogPluginManager: Mounting Engine plugin MacGraphicsSwitching +LogPluginManager: Mounting Engine plugin PluginBrowser +LogPluginManager: Mounting Engine plugin FullBodyIK +LogPluginManager: Mounting Engine plugin SpeedTreeImporter +LogPluginManager: Mounting Engine plugin StylusInput +LogPluginManager: Mounting Engine plugin AnimationModifierLibrary +LogPluginManager: Mounting Engine plugin ControlRig +LogPluginManager: Mounting Engine plugin ControlRigSpline +LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities +LogPluginManager: Mounting Engine plugin IKRig +LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis +LogPluginManager: Mounting Engine plugin Niagara +LogPluginManager: Mounting Engine plugin GeometryFlow +LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin +LogPluginManager: Mounting Engine plugin AlembicImporter +LogPluginManager: Mounting Engine plugin MeshLODToolset +LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp +LogPluginManager: Mounting Engine plugin OpenImageDenoise +LogPluginManager: Mounting Engine plugin PlanarCut +LogPluginManager: Mounting Engine plugin ProxyLODPlugin +LogPluginManager: Mounting Engine plugin PlatformCrypto +LogPluginManager: Mounting Engine plugin ActorSequence +LogPluginManager: Mounting Engine plugin PythonScriptPlugin +LogPluginManager: Mounting Engine plugin LevelSequenceEditor +LogPluginManager: Mounting Engine plugin MatineeToLevelSequence +LogPluginManager: Mounting Engine plugin SkeletalReduction +LogPluginManager: Mounting Engine plugin SequencerScripting +LogPluginManager: Mounting Engine plugin TemplateSequence +LogPluginManager: Mounting Engine plugin AvfMedia +LogPluginManager: Mounting Engine plugin AndroidMedia +LogPluginManager: Mounting Engine plugin ImgMedia +LogPluginManager: Mounting Engine plugin MediaCompositing +LogPluginManager: Mounting Engine plugin WebMMedia +LogPluginManager: Mounting Engine plugin WmfMedia +LogPluginManager: Mounting Engine plugin MediaPlayerEditor +LogPluginManager: Mounting Engine plugin ActorLayerUtilities +LogPluginManager: Mounting Engine plugin AndroidFileServer +LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector +LogPluginManager: Mounting Engine plugin AppleImageUtils +LogPluginManager: Mounting Engine plugin ArchVisCharacter +LogPluginManager: Mounting Engine plugin AudioCapture +LogPluginManager: Mounting Engine plugin AssetTags +LogPluginManager: Mounting Engine plugin AppleMoviePlayer +LogPluginManager: Mounting Engine plugin AudioSynesthesia +LogPluginManager: Mounting Engine plugin AndroidMoviePlayer +LogPluginManager: Mounting Engine plugin AndroidPermission +LogPluginManager: Mounting Engine plugin CableComponent +LogPluginManager: Mounting Engine plugin CustomMeshComponent +LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector +LogPluginManager: Mounting Engine plugin ChunkDownloader +LogPluginManager: Mounting Engine plugin GooglePAD +LogPluginManager: Mounting Engine plugin GeometryCache +LogPluginManager: Mounting Engine plugin GoogleCloudMessaging +LogPluginManager: Mounting Engine plugin GeometryProcessing +LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector +LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector +LogPluginManager: Mounting Engine plugin HairStrands +LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary +LogPluginManager: Mounting Engine plugin LauncherChunkInstaller +LogPluginManager: Mounting Engine plugin MobilePatchingUtils +LogPluginManager: Mounting Engine plugin MeshModelingToolset +LogPluginManager: Mounting Engine plugin UdpMessaging +LogPluginManager: Mounting Engine plugin TcpMessaging +LogPluginManager: Mounting Engine plugin RuntimePhysXCooking +LogPluginManager: Mounting Engine plugin ProceduralMeshComponent +LogPluginManager: Mounting Engine plugin SignificanceManager +LogPluginManager: Mounting Engine plugin ResonanceAudio +LogPluginManager: Mounting Engine plugin PropertyAccessEditor +LogPluginManager: Mounting Engine plugin SoundFields +LogPluginManager: Mounting Engine plugin OnlineBase +LogPluginManager: Mounting Engine plugin OnlineSubsystem +LogPluginManager: Mounting Engine plugin OnlineSubsystemNull +LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils +LogPluginManager: Mounting Engine plugin WebMMoviePlayer +LogPluginManager: Mounting Engine plugin Synthesis +LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector +LogPluginManager: Mounting Engine plugin WindowsMoviePlayer +LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource +LogPluginManager: Mounting Engine plugin InterchangeEditor +LogPluginManager: Mounting Engine plugin Interchange +LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay +LogPluginManager: Mounting Engine plugin OnlineServices +LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Bridge/Content/' mounted to '/Bridge/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/2D/Paper2D/Content/' mounted to '/Paper2D/' +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/Experimental/ChaosSolverPlugin/Content/' mounted to '/ChaosSolverPlugin/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosNiagara/Content/' mounted to '/ChaosNiagara/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosClothEditor/Content/' mounted to '/ChaosClothEditor/' +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/Experimental/FullBodyIK/Content/' mounted to '/FullBodyIK/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/SpeedTreeImporter/Content/' mounted to '/SpeedTreeImporter/' +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/FX/Niagara/Content/' mounted to '/Niagara/' +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/PythonScriptPlugin/Content/' mounted to '/PythonScriptPlugin/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/MovieScene/SequencerScripting/Content/' mounted to '/SequencerScripting/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Media/MediaCompositing/Content/' mounted to '/MediaCompositing/' +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/HairStrands/Content/' mounted to '/HairStrands/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/MeshModelingToolset/Content/' mounted to '/MeshModelingToolset/' +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/' +SourceControl: Source control is disabled +SourceControl: Source control is disabled +PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. +LogInit: Using libcurl 7.55.1-DEV +LogInit: - built for x86_64-pc-win32 +LogInit: - supports SSL with OpenSSL/1.1.1 +LogInit: - supports HTTP deflate (compression) using libz 1.2.8 +LogInit: - other features: +LogInit: CURL_VERSION_SSL +LogInit: CURL_VERSION_LIBZ +LogInit: CURL_VERSION_IPV6 +LogInit: CURL_VERSION_ASYNCHDNS +LogInit: CURL_VERSION_LARGEFILE +LogInit: CURL_VERSION_IDN +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 module [NULL] +LogInit: Build: ++UE5+Release-5.0-CL-20979098 +LogInit: Engine Version: 5.0.3-20979098+++UE5+Release-5.0 +LogInit: Compatible Engine Version: 5.0.0-19505902+++UE5+Release-5.0 +LogInit: Net CL: 19505902 +LogInit: OS: Windows 11 (24H2) [10.0.26100.3194] (), CPU: AMD Ryzen 7 7800X3D 8-Core Processor , GPU: NVIDIA GeForce RTX 4070 SUPER +LogInit: Compiled (64-bit): Jul 7 2022 02:16:06 +LogInit: Compiled with Visual C++: 19.29.30138.00 +LogInit: Build Configuration: Development +LogInit: Branch Name: ++UE5+Release-5.0 +LogInit: Command Line: -AUTH_LOGIN=unused -AUTH_PASSWORD=fd97090d1646411d9deefa9b23ac82ce -AUTH_TYPE=exchangecode -epicapp=UE_5.0 -epicenv=Prod -EpicPortal -epicusername=10000Je -epicuserid=03e5f530106f44fb9d54934005f1b575 -epiclocale=ko -epicsandboxid=ue +LogInit: Base Directory: C:/Program Files/Epic Games/UE_5.0/Engine/Binaries/Win64/ +LogInit: Allocator: Mimalloc +LogInit: Installed Engine Build: 1 +LogDevObjectVersion: Number of dev versions registered: 34 +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): 45 +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): 59 +LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 3 +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): 59 +LogDevObjectVersion: UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 36 +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: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created +LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created +LogConfig: CVar [[r.DetectAndWarnOfBadDrivers:0]] deferred - dummy variable created +LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created +LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created +LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] +[2025.02.18-10.14.23:445][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] +[2025.02.18-10.14.23:445][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[DefaultPVRTCQuality:1]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:1]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MatineeActorCameraAnim]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MatineeActorCameraAnim]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: CVar [[r.HairStrands.Interpolation.UseSingleGuide:0]] deferred - dummy variable created +[2025.02.18-10.14.23:462][ 0]LogD3D12RHI: Aftermath initialized +[2025.02.18-10.14.23:462][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +[2025.02.18-10.14.23:620][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 4070 SUPER (Max supported Feature Level 12_1, shader model 6.6) +[2025.02.18-10.14.23:620][ 0]LogD3D12RHI: Adapter has 11999MB of dedicated video memory, 0MB of dedicated system memory, and 16171MB of shared system memory, 1 output[s] +[2025.02.18-10.14.23:628][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (Max supported Feature Level 12_1, shader model 6.6) +[2025.02.18-10.14.23:628][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 16171MB of shared system memory, 0 output[s] +[2025.02.18-10.14.23:747][ 0]LogD3D12RHI: Found D3D12 adapter 2: NVIDIA GeForce RTX 4070 SUPER (Max supported Feature Level 12_1, shader model 6.6) +[2025.02.18-10.14.23:747][ 0]LogD3D12RHI: Adapter has 11999MB of dedicated video memory, 0MB of dedicated system memory, and 16171MB of shared system memory, 0 output[s] +[2025.02.18-10.14.23:747][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 +[2025.02.18-10.14.23:748][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.02.18-10.14.23:748][ 0]LogDeviceProfileManager: Applying CVar settings loaded from the selected device profile: [WindowsEditor] +[2025.02.18-10.14.23:748][ 0]LogHAL: Display: Platform has ~ 32 GB [33915052032 / 34359738368 / 32], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) +[2025.02.18-10.14.23:748][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] +[2025.02.18-10.14.23:748][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.02.18-10.14.23:748][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.02.18-10.14.23:748][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] +[2025.02.18-10.14.23:748][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Config/WindowsEditor/Editor.ini] +[2025.02.18-10.14.23:748][ 0]LogInit: Computer: 10000JE-DESKTOP +[2025.02.18-10.14.23:748][ 0]LogInit: User: ssh030226 +[2025.02.18-10.14.23:748][ 0]LogInit: CPU Page size=4096, Cores=8 +[2025.02.18-10.14.23:748][ 0]LogInit: High frequency timer resolution =10.000000 MHz +[2025.02.18-10.14.23:748][ 0]LogMemory: Memory total: Physical=31.6GB (32GB approx) +[2025.02.18-10.14.23:748][ 0]LogMemory: Platform Memory Stats for WindowsEditor +[2025.02.18-10.14.23:748][ 0]LogMemory: Process Physical Memory: 285.86 MB used, 302.64 MB peak +[2025.02.18-10.14.23:748][ 0]LogMemory: Process Virtual Memory: 251.93 MB used, 251.93 MB peak +[2025.02.18-10.14.23:748][ 0]LogMemory: Physical Memory: 16133.76 MB used, 16210.15 MB free, 32343.91 MB total +[2025.02.18-10.14.23:748][ 0]LogMemory: Virtual Memory: 21177.90 MB used, 13214.02 MB free, 34391.91 MB total +[2025.02.18-10.14.23:748][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" +[2025.02.18-10.14.23:753][ 0]LogWindows: WindowsPlatformFeatures enabled +[2025.02.18-10.14.23:763][ 0]LogInit: Physics initialised using underlying interface: Chaos +[2025.02.18-10.14.23:764][ 0]LogInit: Using OS detected language (ko-KR). +[2025.02.18-10.14.23:764][ 0]LogInit: Using OS detected locale (ko-KR). +[2025.02.18-10.14.23:765][ 0]LogTextLocalizationManager: No specific localization for 'ko-KR' exists, so 'ko' will be used for the language. +[2025.02.18-10.14.23:830][ 0]LogInit: Setting process to per monitor DPI aware +[2025.02.18-10.14.23:850][ 0]LogWindowsTextInputMethodSystem: Available input methods: +[2025.02.18-10.14.23:850][ 0]LogWindowsTextInputMethodSystem: - 한국어(대한민국) - Microsoft 입력기 (TSF IME). +[2025.02.18-10.14.23:850][ 0]LogWindowsTextInputMethodSystem: - 한국어(대한민국) - 터치식 입력 수정 (TSF IME). +[2025.02.18-10.14.23:850][ 0]LogWindowsTextInputMethodSystem: Activated input method: 한국어(대한민국) - Microsoft 입력기 (TSF IME). +[2025.02.18-10.14.23:861][ 0]LogSlate: New Slate User Created. User Index 0, Is Virtual User: 0 +[2025.02.18-10.14.23:861][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 +[2025.02.18-10.14.23:948][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off +[2025.02.18-10.14.23:951][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled +[2025.02.18-10.14.23:951][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: ID3D12Device1 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: ID3D12Device2 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: ID3D12Device3 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: ID3D12Device4 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: ID3D12Device5 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: ID3D12Device6 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: ID3D12Device7 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.0 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported +[2025.02.18-10.14.24:091][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for 3D Queue 0 +[2025.02.18-10.14.24:096][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for Copy Queue 0 +[2025.02.18-10.14.24:111][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for Compute Queue 0 +[2025.02.18-10.14.24:129][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 +[2025.02.18-10.14.24:129][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 +[2025.02.18-10.14.24:151][ 0]LogD3D12RHI: GPU DeviceId: 0x2783 (for the marketing name, search the web for "GPU Device Id") +[2025.02.18-10.14.24:151][ 0]LogWindows: Attached monitors: +[2025.02.18-10.14.24:151][ 0]LogWindows: resolution: 2560x1080, work area: (0, 0) -> (2560, 1032), device: '\\.\DISPLAY1' [PRIMARY] +[2025.02.18-10.14.24:151][ 0]LogWindows: Found 1 attached monitors. +[2025.02.18-10.14.24:151][ 0]LogWindows: EnumDisplayDevices: +[2025.02.18-10.14.24:151][ 0]LogWindows: 0. 'NVIDIA GeForce RTX 4070 SUPER' (P:1 D:1), name: '\\.\DISPLAY1' +[2025.02.18-10.14.24:151][ 0]LogWindows: 1. 'NVIDIA GeForce RTX 4070 SUPER' (P:0 D:0), name: '\\.\DISPLAY2' +[2025.02.18-10.14.24:151][ 0]LogWindows: 2. 'NVIDIA GeForce RTX 4070 SUPER' (P:0 D:0), name: '\\.\DISPLAY3' +[2025.02.18-10.14.24:152][ 0]LogWindows: 3. 'NVIDIA GeForce RTX 4070 SUPER' (P:0 D:0), name: '\\.\DISPLAY4' +[2025.02.18-10.14.24:152][ 0]LogWindows: 4. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY5' +[2025.02.18-10.14.24:152][ 0]LogWindows: 5. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY6' +[2025.02.18-10.14.24:152][ 0]LogWindows: 6. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY7' +[2025.02.18-10.14.24:152][ 0]LogWindows: 7. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY8' +[2025.02.18-10.14.24:152][ 0]LogWindows: 8. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY9' +[2025.02.18-10.14.24:152][ 0]LogWindows: 9. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY10' +[2025.02.18-10.14.24:152][ 0]LogWindows: 10. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY11' +[2025.02.18-10.14.24:153][ 0]LogWindows: 11. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY12' +[2025.02.18-10.14.24:153][ 0]LogWindows: 12. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY13' +[2025.02.18-10.14.24:153][ 0]LogWindows: 13. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY14' +[2025.02.18-10.14.24:153][ 0]LogWindows: 14. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY15' +[2025.02.18-10.14.24:153][ 0]LogWindows: 15. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY16' +[2025.02.18-10.14.24:153][ 0]LogWindows: 16. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY17' +[2025.02.18-10.14.24:154][ 0]LogWindows: 17. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY18' +[2025.02.18-10.14.24:154][ 0]LogWindows: 18. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY19' +[2025.02.18-10.14.24:154][ 0]LogWindows: 19. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY20' +[2025.02.18-10.14.24:154][ 0]LogWindows: DebugString: GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter FoundDriverCount:4 +[2025.02.18-10.14.24:154][ 0]LogD3D12RHI: Adapter Name: NVIDIA GeForce RTX 4070 SUPER +[2025.02.18-10.14.24:154][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.02.18-10.14.24:154][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.02.18-10.14.24:154][ 0]LogRHI: Texture pool is 7075 MB (70% of 10107 MB) +[2025.02.18-10.14.24:154][ 0]LogD3D12RHI: Async texture creation enabled +[2025.02.18-10.14.24:154][ 0]LogD3D12RHI: RHI has support for 64 bit atomics +[2025.02.18-10.14.24:161][ 0]LogRHI: GeForceNow SDK initialized: 0 +[2025.02.18-10.14.24:166][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/WarehouseWreckage.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/TurnkeyReport_0.log" -log="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/TurnkeyLog_0.log" -project="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/WarehouseWreckage.uproject" -platform=all' +[2025.02.18-10.14.24:166][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""C:/Program Files/Epic Games/UE_5.0/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/WarehouseWreckage.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/TurnkeyReport_0.log" -log="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/TurnkeyLog_0.log" -project="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/WarehouseWreckage.uproject" -platform=all" ] +[2025.02.18-10.14.24:184][ 0]LogTextureFormatETC2: Display: ETC2 Texture loading DLL: TextureConverter.dll +[2025.02.18-10.14.24:188][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.5 +[2025.02.18-10.14.24:188][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' +[2025.02.18-10.14.24:214][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'HoloLens' +[2025.02.18-10.14.24:214][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'HoloLensClient' +[2025.02.18-10.14.24:216][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' +[2025.02.18-10.14.24:216][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' +[2025.02.18-10.14.24:218][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' +[2025.02.18-10.14.24:218][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' +[2025.02.18-10.14.24:218][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' +[2025.02.18-10.14.24:218][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' +[2025.02.18-10.14.24:221][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' +[2025.02.18-10.14.24:221][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' +[2025.02.18-10.14.24:221][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' +[2025.02.18-10.14.24:223][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' +[2025.02.18-10.14.24:223][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' +[2025.02.18-10.14.24:227][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' +[2025.02.18-10.14.24:227][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' +[2025.02.18-10.14.24:227][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' +[2025.02.18-10.14.24:227][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' +[2025.02.18-10.14.24:227][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor +[2025.02.18-10.14.24:232][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. +[2025.02.18-10.14.24:234][ 0]LogTargetPlatformManager: Unable to find audio format BINKA from hinted modules, loading all potential format modules to find it +[2025.02.18-10.14.24:234][ 0]LogTargetPlatformManager: Loaded format module AudioFormatADPCM +[2025.02.18-10.14.24:234][ 0]LogTargetPlatformManager: ADPCM +[2025.02.18-10.14.24:234][ 0]LogTargetPlatformManager: PCM +[2025.02.18-10.14.24:235][ 0]LogTargetPlatformManager: Loaded format module AudioFormatBink +[2025.02.18-10.14.24:235][ 0]LogTargetPlatformManager: BINKA +[2025.02.18-10.14.24:235][ 0]LogTargetPlatformManager: Loaded format module AudioFormatOgg +[2025.02.18-10.14.24:235][ 0]LogTargetPlatformManager: OGG +[2025.02.18-10.14.24:235][ 0]LogTargetPlatformManager: Loaded format module AudioFormatOpus +[2025.02.18-10.14.24:235][ 0]LogTargetPlatformManager: OPUS +[2025.02.18-10.14.24:261][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: SF_METAL +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: SF_METAL_MRT +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: SF_METAL_TVOS +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: SF_METAL_SM5 +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: PCD3D_SM6 +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: PCD3D_SM5 +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: PCD3D_ES31 +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: D3D_ES3_1_HOLOLENS +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: GLSL_150_ES31 +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID +[2025.02.18-10.14.24:268][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM +[2025.02.18-10.14.24:268][ 0]LogTargetPlatformManager: VVM_1_0 +[2025.02.18-10.14.24:268][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat +[2025.02.18-10.14.24:268][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 +[2025.02.18-10.14.24:268][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID +[2025.02.18-10.14.24:268][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 +[2025.02.18-10.14.24:268][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID +[2025.02.18-10.14.24:268][ 0]LogRendererCore: Ray tracing is disabled. Reason: r.RayTracing=0. +[2025.02.18-10.14.24:268][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush +[2025.02.18-10.14.24:273][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.02.18-10.14.24:273][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/ShaderAutogen/PCD3D_ES31/AutogenShaderHeaders.ush +[2025.02.18-10.14.24:277][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.02.18-10.14.24:279][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/DerivedDataCache/DDC.ddp not found, will not use a pak cache. +[2025.02.18-10.14.24:279][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. +[2025.02.18-10.14.24:279][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.02.18-10.14.24:279][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. +[2025.02.18-10.14.24:294][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (1230 MiB) +[2025.02.18-10.14.24:294][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.02.18-10.14.24:294][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. +[2025.02.18-10.14.24:299][ 0]LogDerivedDataCache: Speed tests for C:/Users/ssh03/AppData/Local/UnrealEngine/Common/DerivedDataCache took 0.01 seconds +[2025.02.18-10.14.24:299][ 0]LogDerivedDataCache: Display: Performance to C:/Users/ssh03/AppData/Local/UnrealEngine/Common/DerivedDataCache: Latency=0.02ms. RandomReadSpeed=1649.84MBs, RandomWriteSpeed=213.43MBs. Assigned SpeedClass 'Local' +[2025.02.18-10.14.24:300][ 0]LogDerivedDataCache: Using Local data cache path C:/Users/ssh03/AppData/Local/UnrealEngine/Common/DerivedDataCache: Writable +[2025.02.18-10.14.24:300][ 0]LogDerivedDataCache: Shared data cache path not found in *engine.ini, will not use an Shared cache. +[2025.02.18-10.14.24:300][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. +[2025.02.18-10.14.24:305][ 0]LogVirtualization: VirtualizationSystem name found in ini file: None +[2025.02.18-10.14.24:305][ 0]LogVirtualization: FNullVirtualizationSystem mounted, virtualization will be disabled +[2025.02.18-10.14.24:305][ 0]LogShaderCompilers: Guid format shader working directory is -27 characters bigger than the processId version (../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/Shaders/WorkingDirectory/3932/). +[2025.02.18-10.14.24:305][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/ssh03/AppData/Local/Temp/UnrealShaderWorkingDir/EC5D198540D525A95BE5C19A1BA68A6F/'. +[2025.02.18-10.14.24:305][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. +[2025.02.18-10.14.24:305][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 8 workers. +[2025.02.18-10.14.25:270][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 +[2025.02.18-10.14.25:270][ 0]LogSlate: Using FreeType 2.10.0 +[2025.02.18-10.14.25:270][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 +[2025.02.18-10.14.25:294][ 0]LogAssetRegistry: FAssetRegistry took 0.0075 seconds to start up +[2025.02.18-10.14.25:298][ 0]LogEditorDomain: Display: EditorDomain is Disabled +[2025.02.18-10.14.25:415][ 0]LogSerialization: UsePackageTrailer: 'false' +[2025.02.18-10.14.25:416][ 0]LogTexture: Display: Texture Encode Speed: FinalIfAvailable (editor). +[2025.02.18-10.14.25:582][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.02.18-10.14.25:582][ 0]LogDeviceProfileManager: Active device profile: [0000074F1D0108C0][0000074F13250000 50] WindowsEditor +[2025.02.18-10.14.25:582][ 0]LogDeviceProfileManager: Profiles: [0000074F1D010A80][0000074F13252800 50] Windows, [0000074F1D0108C0][0000074F13250000 50] WindowsEditor, [0000074F1D012680][0000074F1325A000 50] WindowsServer, [0000074F1D0124C0][0000074F025A0000 50] WindowsClient, [0000074F1D012BC0][0000074F131F7800 50] IOS, [0000074F1D012140][0000074F13255000 50] iPadAir2, [0000074F1D015400][0000074F1CFB0000 50] IPadPro, [0000074F1D015780][0000074F1CFB2800 50] iPadAir3, [0000074F1D0139C0][0000074F1CFB7800 50] iPadAir4, [0000074F1D010E00][0000074F1CFBA000 50] iPadMini4, [0000074F1D010380][0000074F1CFBC800 50] iPadMini5, [0000074F1D012840][0000074F131F5000 50] iPadMini6, [0000074F1D0186C0][0000074F1CF92800 50] iPhone6S, [0000074F1D018A40][0000074F1CF90000 50] iPhone7, [0000074F1D015E80][0000074F1CF95000 50] iPodTouch7, [0000074F1D0163C0][0000074F1CF9A000 50] iPhone6SPlus, [0000074F1D012F40][0000074F1CF9C800 50] iPhone7Plus, [0000074F1D015080][0000074F1CFB5000 50] iPhoneSE, [0000074F1D017000][0000074F1CF97800 50] iPhone8, [0000074F1D014D00][0000074F1CFC0000 50] iPhone8Plus, [0000074F1D015240][0000074F1CFC5000 50] iPhoneX, [0000074F1D016C80][0000074F1CFC7800 50] iPhoneXS, [0000074F1D014440][0000074F1CFCA000 50] iPhoneXSMax, [0000074F1D015940][0000074F1CFCC800 50] iPhoneXR, [0000074F1D016200][0000074F1534C800 50] iPhone11, [0000074F1D010540][0000074F1CFE0000 50] iPhone11Pro, [0000074F1D018880][0000074F1CFE5000 50] iPhone11ProMax, [0000074F1D011500][0000074F1CFE7800 50] iPhoneSE2, [0000074F1D016580][0000074F1CFEA000 50] iPhone12Mini, [0000074F1D0147C0][0000074F1CFEC800 50] iPhone12, [0000074F1D016740][0000074F1CFC2800 50] iPhone12Pro, [0000074F1D012300][0000074F1CFF0000 50] iPhone12ProMax, [0000074F1D013F00][0000074F1CFF5000 50] iPhone13Mini, [0000074F1D011C00][0000074F1CFF7800 50] iPhone13, [0000074F1D017C40][0000074F1CFFA000 50] iPhone13Pro, [0000074F1D014280][0000074F1CFFC800 50] iPhone13ProMax, [0000074F1D017E00][0000074F1CFE2800 50] iPadPro105, [0000074F1D0101C0][0000074F1D030000 50] iPadPro129, [0000074F1D017FC0][0000074F1D035000 50] iPadPro97, [0000074F1D011DC0][0000074F1D037800 50] iPadPro2_129, [0000074F1D016900][0000074F1D03A000 50] iPad5, [0000074F1D013D40][0000074F1D03C800 50] iPad6, [0000074F1D011880][0000074F1CFF2800 50] iPad7, [0000074F1D017380][0000074F1D040000 50] iPad8, [0000074F1D011180][0000074F1D045000 50] iPad9, [0000074F1D014600][0000074F1D047800 50] iPadPro11, [0000074F1D0132C0][0000074F1D04A000 50] iPadPro2_11, [0000074F1D0155C0][0000074F1D04C800 50] iPadPro3_11, [0000074F1D0116C0][0000074F1D032800 50] iPadPro3_129, [0000074F1D013B80][0000074F1D050000 50] iPadPro4_129, [0000074F1D013640][0000074F1D055000 50] iPadPro5_129, [0000074F1D010000][0000074F1D057800 50] AppleTV, [0000074F1D017540][0000074F1D05A000 50] AppleTV4K, [0000074F1D013100][0000074F1D05C800 50] TVOS, [0000074F1D01A2C0][0000074F1D090000 50] Mac, [0000074F1D01A640][0000074F1D092800 50] MacEditor, [0000074F1D014EC0][0000074F1D097800 50] MacClient, [0000074F1D011A40][0000074F1D09A000 50] MacServer, [0000074F1D012D80][0000074F1D042800 50] Linux, [0000074F1D018DC0][0000074F1D052800 50] LinuxEditor, [0000074F1D013480][0000074F1D09C800 50] LinuxArm64Editor, [0000074F1D01AB80][0000074F1D060000 50] LinuxArm64, [0000074F1D019A00][0000074F1D065000 50] LinuxClient, [0000074F1D014B40][0000074F1D067800 50] LinuxArm64Client, [0000074F1D016E40][0000074F1D06A000 50] LinuxServer, [0000074F1D019140][0000074F1D06C800 50] LinuxArm64Server, [0000074F1D018C00][0000074F1D095000 50] Android, [0000074F1D010FC0][0000074F1D080000 50] Android_Preview_OpenGL, [0000074F1D015CC0][0000074F1D085000 50] Android_Preview_Vulkan, [0000074F1D018340][0000074F1D087800 50] Android_Low, [0000074F1D014980][0000074F1D08A000 50] Android_Mid, [0000074F1D018F80][0000074F1D08C800 50] Android_High, [0000074F1D019D80][0000074F1D062800 50] Android_Default, [0000074F1D018500][0000074F1D0A0000 50] Android_Adreno4xx, [0000074F1D019680][0000074F1D0A5000 50] Android_Adreno5xx_Low, [0000074F1D0194C0][0000074F1D0A7800 50] Android_Adreno5xx, [0000074F1D01AD40][0000074F1D0AA000 50] Android_Adreno6xx, [0000074F1D01AF00][0000074F1D0AC800 50] Android_Adreno6xx_Vulkan, [0000074F1D017700][0000074F1D082800 50] Android_Adreno7xx, [0000074F1D011340][0000074F1D0B0000 50] Android_Adreno7xx_Vulkan, [0000074F1D019300][0000074F1D0B5000 50] Android_Mali_T6xx, [0000074F1D019F40][0000074F1D0B7800 50] Android_Mali_T7xx, [0000074F1D011F80][0000074F1D0BA000 50] Android_Mali_T8xx, [0000074F1D019840][0000074F1D0BC800 50] Android_Mali_G71, [0000074F1D015B00][0000074F1D0A2800 50] Android_Mali_G72, [0000074F1D01B600][0000074F1D0C0000 50] Android_Mali_G72_Vulkan, [0000074F1D01BEC0][0000074F1D0C5000 50] Android_Mali_G76, [0000074F1D0171C0][0000074F1D0C7800 50] Android_Mali_G76_Vulkan, [0000074F1D01A800][0000074F1D0CA000 50] Android_Mali_G77, [0000074F1D01B0C0][0000074F1D0CC800 50] Android_Mali_G77_Vulkan, [0000074F1D01B440][0000074F1D0B2800 50] Android_Mali_G78, [0000074F1D01C780][0000074F1D0E0000 50] Android_Mali_G78_Vulkan, [0000074F1D01A480][0000074F1D0E5000 50] Android_Mali_G710, [0000074F1D01B280][0000074F1D0E7800 50] Android_Mali_G710_Vulkan, [0000074F1D016AC0][0000074F1D0EA000 50] Android_Xclipse_920, [0000074F1D01BD00][0000074F1D0EC800 50] Android_Xclipse_920_Vulkan, [0000074F1D01D040][0000074F1D0C2800 50] Android_Vulkan_SM5, [0000074F1D010700][0000074F1D0F0000 50] Android_PowerVR_G6xxx, [0000074F1D01C240][0000074F1D0F5000 50] Android_PowerVR_GT7xxx, [0000074F1D01B980][0000074F1D0F7800 50] Android_PowerVR_GE8xxx, [0000074F1D01A100][0000074F1D0FA000 50] Android_PowerVR_GM9xxx, [0000074F1D01DAC0][0000074F1D0FC800 50] Android_PowerVR_GM9xxx_Vulkan, [0000074F1D01D580][0000074F1D0E2800 50] Android_TegraK1, [0000074F1D01CE80][0000074F1D100000 50] Android_Unknown_Vulkan, [0000074F1D01C080][0000074F1D105000 50] Oculus_Quest, [0000074F1D019BC0][0000074F1D107800 50] Oculus_Quest2, [0000074F1D016040][0000074F1D10A000 50] HoloLens, +[2025.02.18-10.14.25:582][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" +[2025.02.18-10.14.25:584][ 0]LogTurnkeySupport: Turnkey Platform: Android: (Status=Invalid, Installed=, AutoSDK=, MinAllowed=r21a, MaxAllowed=r23a, Flags="Platform_InvalidHostPrerequisites", Error="Android Studio is not installed correctly.|Android SDK directory is not set correctly.") +[2025.02.18-10.14.25:584][ 0]LogTurnkeySupport: Turnkey Platform: IOS: (Status=Invalid, Installed=, AutoSDK=, MinAllowed=1100.0.0.0, MaxAllowed=1399.0, Flags="Platform_ValidHostPrerequisites") +[2025.02.18-10.14.25:584][ 0]LogTurnkeySupport: Turnkey Platform: Linux: (Status=Invalid, Installed=, AutoSDK=, MinAllowed=v20_clang-13.0.1-centos7, MaxAllowed=v20_clang-13.0.1-centos7, Flags="Platform_ValidHostPrerequisites") +[2025.02.18-10.14.25:584][ 0]LogTurnkeySupport: Turnkey Platform: LinuxArm64: (Status=Invalid, Installed=, AutoSDK=, MinAllowed=v20_clang-13.0.1-centos7, MaxAllowed=v20_clang-13.0.1-centos7, Flags="Platform_ValidHostPrerequisites") +[2025.02.18-10.14.25:584][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, Installed=10.0.19041.0, AutoSDK=, MinAllowed=10.0.00000.0, MaxAllowed=10.9.99999.0, Flags="InstalledSdk_ValidVersionExists") +[2025.02.18-10.14.25:595][ 0]LogTexture: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal +[2025.02.18-10.14.25:722][ 0]LogMeshReduction: Using QuadricMeshReduction for automatic static mesh reduction +[2025.02.18-10.14.25:722][ 0]LogMeshReduction: Using SimplygonMeshReduction for automatic skeletal mesh reduction +[2025.02.18-10.14.25:722][ 0]LogMeshReduction: Using ProxyLODMeshReduction for automatic mesh merging +[2025.02.18-10.14.25:722][ 0]LogMeshReduction: No distributed automatic mesh merging module available +[2025.02.18-10.14.25:722][ 0]LogMeshMerging: No distributed automatic mesh merging module available +[2025.02.18-10.14.25:732][ 0]LogNetVersion: WarehouseWreckage 1.0.0, NetCL: 19505902, EngineNetVer: 23, GameNetVer: 0 (Checksum: 3870070901) +[2025.02.18-10.14.25:811][ 0]LogSlate: Border +[2025.02.18-10.14.25:811][ 0]LogSlate: BreadcrumbButton +[2025.02.18-10.14.25:811][ 0]LogSlate: Default +[2025.02.18-10.14.25:811][ 0]LogSlate: Icons.Save +[2025.02.18-10.14.25:811][ 0]LogSlate: Icons.Toolbar.Settings +[2025.02.18-10.14.25:811][ 0]LogSlate: ListView +[2025.02.18-10.14.25:811][ 0]LogSlate: SoftwareCursor_CardinalCross +[2025.02.18-10.14.25:811][ 0]LogSlate: SoftwareCursor_Grab +[2025.02.18-10.14.25:811][ 0]LogSlate: TableView.DarkRow +[2025.02.18-10.14.25:811][ 0]LogSlate: TableView.Row +[2025.02.18-10.14.25:811][ 0]LogSlate: TreeView +[2025.02.18-10.14.25:930][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.02.18-10.14.25:948][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.02.18-10.14.25:948][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.02.18-10.14.26:023][ 0]LogUObjectArray: 20557 objects as part of root set at end of initial load. +[2025.02.18-10.14.26:023][ 0]LogUObjectAllocator: 5584256 out of 0 bytes used by permanent object pool. +[2025.02.18-10.14.26:023][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool +[2025.02.18-10.14.26:259][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 0F7E04C74378F7932CAEE3830BCC68E1 | Instance: 8245E4A9434109F2BCB00BACE463020F (10000JE-DESKTOP-3932). +[2025.02.18-10.14.26:283][ 0]LogPython: Using Python 3.9.7 +[2025.02.18-10.14.26:802][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. +[2025.02.18-10.14.26:808][ 0]LogTcpMessaging: Initializing TcpMessaging bridge +[2025.02.18-10.14.26:842][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.02.18-10.14.26:844][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.02.18-10.14.26:855][ 0]LogUProjectInfo: Found projects: +[2025.02.18-10.14.26:861][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.02.18-10.14.27:080][ 0]LogOpenImageDenoise: OIDN starting up +[2025.02.18-10.14.27:119][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.02.18-10.14.27:119][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.02.18-10.14.27:126][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance +[2025.02.18-10.14.27:184][ 0]LogCollectionManager: Loaded 0 collections in 0.001147 seconds +[2025.02.18-10.14.27:238][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Collections/' took 0.00s +[2025.02.18-10.14.27:238][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/Developers/ssh030226/Collections/' took 0.00s +[2025.02.18-10.14.27:238][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/Collections/' took 0.00s +[2025.02.18-10.14.27:457][ 0]LogEngine: Initializing Engine... +[2025.02.18-10.14.27:465][ 0]LogStylusInput: Initializing StylusInput subsystem. +[2025.02.18-10.14.27:487][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s +[2025.02.18-10.14.27:656][ 0]LogInit: Initializing FReadOnlyCVARCache +[2025.02.18-10.14.27:657][ 0]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.14.27:663][ 0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.14.27:683][ 0]LogAIModule: Creating AISystem for world Untitled +[2025.02.18-10.14.27:683][ 0]LogAudio: Display: Initializing Audio Device Manager... +[2025.02.18-10.14.27:698][ 0]LogAudio: Display: Loading Default Audio Settings Objects... +[2025.02.18-10.14.27:698][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). +[2025.02.18-10.14.27:698][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... +[2025.02.18-10.14.27:699][ 0]LogAudio: Display: Audio Device Manager Initialized +[2025.02.18-10.14.27:699][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True +[2025.02.18-10.14.27:699][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.14.27:699][ 0]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.14.27:699][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.14.27:699][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.14.27:699][ 0]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.14.27:699][ 0]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.14.27:699][ 0]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.14.27:699][ 0]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.14.27:699][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.14.27:699][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.14.27:699][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.14.27:704][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.14.27:723][ 0]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.14.27:723][ 0]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.14.27:725][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.14.27:725][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.14.27:725][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 +[2025.02.18-10.14.27:725][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 +[2025.02.18-10.14.27:726][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 +[2025.02.18-10.14.27:726][ 0]LogInit: FAudioDevice initialized. +[2025.02.18-10.14.27:726][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 +[2025.02.18-10.14.27:726][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. +[2025.02.18-10.14.27:726][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. +[2025.02.18-10.14.27:726][ 0]LogInit: Texture streaming: Enabled +[2025.02.18-10.14.27:748][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/. AppVersion = 5.0.3-20979098+++UE5+Release-5.0 +[2025.02.18-10.14.27:754][ 0]LogEngineSessionManager: EngineSessionManager initialized +[2025.02.18-10.14.27:770][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" +[2025.02.18-10.14.27:775][ 0]LogLiveCoding: Display: Starting LiveCoding +[2025.02.18-10.14.27:775][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development +[2025.02.18-10.14.28:960][ 0]LogLiveCoding: Display: First instance in process group "UE_WarehouseWreckage_0x366c7219", spawning console +[2025.02.18-10.14.28:960][ 0]LogLiveCoding: Display: Waiting for server +[2025.02.18-10.14.28:960][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread +[2025.02.18-10.14.28:977][ 0]LogInit: Transaction tracking system initialized +[2025.02.18-10.14.29:028][ 0]BlueprintLog: New page: 에디터 로드 +[2025.02.18-10.14.29:160][ 0]LocalizationService: 현지화 서비스가 비활성화되었습니다. +[2025.02.18-10.14.29:193][ 0]TimingProfiler: Initialize +[2025.02.18-10.14.29:194][ 0]TimingProfiler: OnSessionChanged +[2025.02.18-10.14.29:194][ 0]LoadingProfiler: Initialize +[2025.02.18-10.14.29:194][ 0]LoadingProfiler: OnSessionChanged +[2025.02.18-10.14.29:194][ 0]NetworkingProfiler: Initialize +[2025.02.18-10.14.29:194][ 0]NetworkingProfiler: OnSessionChanged +[2025.02.18-10.14.29:194][ 0]MemoryProfiler: Initialize +[2025.02.18-10.14.29:194][ 0]MemoryProfiler: OnSessionChanged +[2025.02.18-10.14.29:560][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/' took 0.01s +[2025.02.18-10.14.29:560][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. +[2025.02.18-10.14.29:691][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() +[2025.02.18-10.14.29:693][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.02.18-10.14.29:693][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 7.121 +[2025.02.18-10.14.29:693][ 0]Cmd: MAP LOAD FILE="../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=3 +[2025.02.18-10.14.29:699][ 0]LightingResults: New page: 라이팅 빌드 +[2025.02.18-10.14.29:704][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.14.29:704][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.14.29:704][ 0]MapCheck: New page: 맵 체크 +[2025.02.18-10.14.29:704][ 0]LightingResults: New page: 라이팅 빌드 +[2025.02.18-10.14.29:707][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-10.14.29:709][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.26ms +[2025.02.18-10.14.29:936][ 0]LogStaticMesh: StaticMesh /Game/StarterContent/Architecture/Floor_400x400.Floor_400x400 should be resaved to improve async compilation performance. +[2025.02.18-10.14.29:949][ 0]LogStaticMesh: StaticMesh /Game/StarterContent/Props/SM_Chair.SM_Chair should be resaved to improve async compilation performance. +[2025.02.18-10.14.29:953][ 0]LogStaticMesh: StaticMesh /Game/StarterContent/Props/SM_Statue.SM_Statue should be resaved to improve async compilation performance. +[2025.02.18-10.14.29:958][ 0]LogStaticMesh: StaticMesh /Game/StarterContent/Props/SM_TableRound.SM_TableRound should be resaved to improve async compilation performance. +[2025.02.18-10.14.29:968][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Minimal_Default'. +[2025.02.18-10.14.29:968][ 0]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.14.29:969][ 0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.14.29:969][ 0]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.14.29:978][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.02.18-10.14.29:982][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.26ms +[2025.02.18-10.14.29:982][ 0]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.02.18-10.14.29:982][ 0]MapCheck: 맵 체크 완료: 오류 0 회, 경고 0 회, 소요 시간 0.106ms. +[2025.02.18-10.14.29:982][ 0]LogFileHelpers: Loading map 'Minimal_Default' took 0.290 +[2025.02.18-10.14.29:990][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 7.418 +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: ================================================ +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: Total job queries 0, among them cache hits 0 (0.00%) +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: Tracking 0 distinct input hashes that result in 0 distinct outputs (0.00%) +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: RAM used: 0.00 MB (0.00 GB) of 1638.40 MB (1.60 GB) budget. Usage: 0.00% +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: Shaders Compiled: 0 +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: Jobs assigned 0, completed 0 (0.00%) +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 0.00 s +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: ================================================ +[2025.02.18-10.14.30:063][ 0]LogWindowsTextInputMethodSystem: Activated input method: 한국어(대한민국) - Microsoft 입력기 (TSF IME). +[2025.02.18-10.14.30:099][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.14.30:102][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.14.30:105][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.14.30:107][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.14.30:188][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/StarterContent.upack', mount point: 'root:/' +[2025.02.18-10.14.30:188][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:195][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' +[2025.02.18-10.14.30:195][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:199][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' +[2025.02.18-10.14.30:199][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:204][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' +[2025.02.18-10.14.30:204][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:214][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' +[2025.02.18-10.14.30:214][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:218][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' +[2025.02.18-10.14.30:218][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:223][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' +[2025.02.18-10.14.30:223][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:227][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' +[2025.02.18-10.14.30:227][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:230][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' +[2025.02.18-10.14.30:230][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:234][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' +[2025.02.18-10.14.30:234][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:234][ 0]LogFeaturePack: Error: Error in Feature pack C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_VirtualRealityBP.upack. Failed to parse manifest: Invalid Json Token. Line: 43 Ch: 4 +[2025.02.18-10.14.30:411][ 0]LogStall: Startup... +[2025.02.18-10.14.30:412][ 0]LogStall: Startup complete. +[2025.02.18-10.14.30:431][ 0]LogLoad: (Engine Initialization) Total time: 7.86 seconds +[2025.02.18-10.14.30:431][ 0]LogLoad: (Engine Initialization) Total Blueprint compile time: 0.00 seconds +[2025.02.18-10.14.30:455][ 0]LogAssetRegistry: Asset discovery search completed in 5.1618 seconds +[2025.02.18-10.14.30:462][ 0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000002 seconds (updated 0 objects) +[2025.02.18-10.14.30:475][ 0]LogContentStreaming: Texture pool size now 1000 MB +[2025.02.18-10.14.30:499][ 0]LogSlate: Took 0.000110 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.02.18-10.14.30:500][ 0]LogSlate: Took 0.000785 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/NanumGothic.ttf' (4243K) +[2025.02.18-10.14.30:506][ 0]LogSlate: Took 0.005172 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) +[2025.02.18-10.14.30:511][ 0]LogSlate: Took 0.003602 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) +[2025.02.18-10.14.30:511][ 0]LogSlate: Took 0.000848 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/NanumGothicBold.ttf' (4188K) +[2025.02.18-10.14.30:518][ 0]LogSlate: Took 0.005619 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/NanumGothicExtraBold.ttf' (4074K) +[2025.02.18-10.14.30:520][ 0]LogSlate: Took 0.000064 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) +[2025.02.18-10.14.30:538][ 0]LogViewport: Scene viewport resized to 1014x582, mode Windowed. +[2025.02.18-10.15.27:791][413]LogSlate: Took 0.003277 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.02.18-10.15.28:571][496]LogAssetEditorSubsystem: Opening Asset editor for LevelScriptBlueprint /Game/StarterContent/Maps/Minimal_Default.Minimal_Default:PersistentLevel.Minimal_Default +[2025.02.18-10.15.28:571][496]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.15.29:609][496]LogSlate: Took 0.000127 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K) +[2025.02.18-10.16.26:179][129]LogDerivedDataCache: C:/Users/ssh03/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:01.871 and deleted 0 file(s) with total size 0 MiB. +[2025.02.18-10.20.52:823][921]LogViewport: Scene viewport resized to 2038x894, mode Windowed. +[2025.02.18-10.22.06:458][342]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.22.06:462][342]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.22.06:464][342]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:22:06) +[2025.02.18-10.22.06:466][342]LogOnline: OSS: Created online subsystem instance for: NULL +[2025.02.18-10.22.06:466][342]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for module [NULL] +[2025.02.18-10.22.06:467][342]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.22.06:469][342]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002928s) +[2025.02.18-10.22.06:470][342]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.003153s) +[2025.02.18-10.22.06:470][342]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.22.06:470][342]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.22.06:470][342]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.22.06:470][342]LogPlayLevel: PIE: World Init took: (0.000500s) +[2025.02.18-10.22.06:486][342]LogUObjectHash: Compacting FUObjectHashTables data took 0.95ms +[2025.02.18-10.22.06:488][342]LogAudio: Display: Creating Audio Device: Id: 2, Scope: Unique, Realtime: True +[2025.02.18-10.22.06:488][342]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.22.06:488][342]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.22.06:488][342]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.22.06:488][342]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.22.06:488][342]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.22.06:488][342]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.22.06:488][342]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.22.06:488][342]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.22.06:488][342]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.22.06:488][342]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.22.06:488][342]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.22.06:490][342]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.22.06:501][342]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.22.06:501][342]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.22.06:501][342]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.22.06:501][342]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.22.06:502][342]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2 +[2025.02.18-10.22.06:502][342]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2 +[2025.02.18-10.22.06:503][342]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2 +[2025.02.18-10.22.06:503][342]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2 +[2025.02.18-10.22.06:503][342]LogInit: FAudioDevice initialized. +[2025.02.18-10.22.06:503][342]LogAudio: Display: Audio Device (ID: 2) registered with world 'Minimal_Default'. +[2025.02.18-10.22.06:510][342]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.22.06:511][342]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.22.06 +[2025.02.18-10.22.06:511][342]LogWorld: Bringing up level for play took: 0.000754 +[2025.02.18-10.22.06:512][342]LogOnline: OSS: Created online subsystem instance for: :Context_4 +[2025.02.18-10.22.06:523][342]LogBlueprintUserMessages: [Minimal_Default_C_21] Welcome to Warehouse Wreckage! +[2025.02.18-10.22.06:523][342]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello World +[2025.02.18-10.22.06:523][342]PIE: 서버가 로그인했습니다. +[2025.02.18-10.22.06:523][342]PIE: 에디터에서 플레이 총 시작 시간 0.062초입니다. +[2025.02.18-10.22.36:840][831]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.22.36:840][831]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.22.36:840][831]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.22.36:840][831]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.22.36:847][831]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.22.36:851][831]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.22.36:869][831]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-10.22.36:869][831]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.02.18-10.22.36:870][831]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.02.18-10.22.36:873][831]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.22.36:890][831]LogUObjectHash: Compacting FUObjectHashTables data took 1.15ms +[2025.02.18-10.22.36:919][833]LogPlayLevel: Display: Destroying online subsystem :Context_4 +[2025.02.18-10.22.56:846][224]LogViewport: Scene viewport resized to 1014x582, mode Windowed. +[2025.02.18-10.22.58:839][381]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.22.58:842][381]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.22.58:842][381]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:22:58) +[2025.02.18-10.22.58:879][381]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.22.58:882][381]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002371s) +[2025.02.18-10.22.58:882][381]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002435s) +[2025.02.18-10.22.58:882][381]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.22.58:882][381]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.22.58:883][381]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.22.58:883][381]LogPlayLevel: PIE: World Init took: (0.000448s) +[2025.02.18-10.22.58:904][381]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms +[2025.02.18-10.22.58:906][381]LogAudio: Display: Creating Audio Device: Id: 3, Scope: Unique, Realtime: True +[2025.02.18-10.22.58:906][381]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.22.58:906][381]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.22.58:906][381]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.22.58:906][381]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.22.58:906][381]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.22.58:906][381]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.22.58:906][381]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.22.58:906][381]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.22.58:906][381]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.22.58:906][381]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.22.58:906][381]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.22.58:907][381]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.22.58:918][381]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.22.58:918][381]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.22.58:918][381]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.22.58:918][381]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.22.58:919][381]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3 +[2025.02.18-10.22.58:919][381]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3 +[2025.02.18-10.22.58:920][381]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3 +[2025.02.18-10.22.58:920][381]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3 +[2025.02.18-10.22.58:920][381]LogInit: FAudioDevice initialized. +[2025.02.18-10.22.58:920][381]LogAudio: Display: Audio Device (ID: 3) registered with world 'Minimal_Default'. +[2025.02.18-10.22.58:933][381]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.22.58:933][381]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.22.58 +[2025.02.18-10.22.58:934][381]LogWorld: Bringing up level for play took: 0.000750 +[2025.02.18-10.22.58:935][381]LogOnline: OSS: Created online subsystem instance for: :Context_5 +[2025.02.18-10.22.58:935][381]LogBlueprintUserMessages: [Minimal_Default_C_21] Welcome to Warehouse Wreckage! +[2025.02.18-10.22.58:935][381]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello World +[2025.02.18-10.22.58:935][381]PIE: 서버가 로그인했습니다. +[2025.02.18-10.22.58:936][381]PIE: 에디터에서 플레이 총 시작 시간 0.093초입니다. +[2025.02.18-10.23.22:371][590]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.23.22:371][590]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.23.22:371][590]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.23.22:372][590]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.23.22:383][590]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.23.22:386][590]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.23.22:402][590]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-10.23.22:403][590]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.02.18-10.23.22:404][590]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.02.18-10.23.22:406][590]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.23.22:408][590]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms +[2025.02.18-10.23.22:443][594]LogPlayLevel: Display: Destroying online subsystem :Context_5 +[2025.02.18-10.23.30:795][591]LogViewport: Scene viewport resized to 1015x582, mode Windowed. +[2025.02.18-10.23.30:826][591]LogViewport: Scene viewport resized to 1028x582, mode Windowed. +[2025.02.18-10.23.30:860][591]LogViewport: Scene viewport resized to 1042x582, mode Windowed. +[2025.02.18-10.23.30:891][591]LogViewport: Scene viewport resized to 1045x582, mode Windowed. +[2025.02.18-10.23.31:076][591]LogViewport: Scene viewport resized to 1044x582, mode Windowed. +[2025.02.18-10.23.31:111][591]LogViewport: Scene viewport resized to 1042x582, mode Windowed. +[2025.02.18-10.23.31:142][591]LogViewport: Scene viewport resized to 1040x582, mode Windowed. +[2025.02.18-10.23.32:251][706]LogViewport: Scene viewport resized to 1040x583, mode Windowed. +[2025.02.18-10.23.32:286][706]LogViewport: Scene viewport resized to 1040x590, mode Windowed. +[2025.02.18-10.23.32:315][706]LogViewport: Scene viewport resized to 1040x592, mode Windowed. +[2025.02.18-10.23.32:346][706]LogViewport: Scene viewport resized to 1040x596, mode Windowed. +[2025.02.18-10.23.32:375][706]LogViewport: Scene viewport resized to 1040x613, mode Windowed. +[2025.02.18-10.23.32:406][706]LogViewport: Scene viewport resized to 1040x626, mode Windowed. +[2025.02.18-10.23.32:435][706]LogViewport: Scene viewport resized to 1040x629, mode Windowed. +[2025.02.18-10.23.32:465][706]LogViewport: Scene viewport resized to 1040x635, mode Windowed. +[2025.02.18-10.23.32:486][706]LogViewport: Scene viewport resized to 1040x640, mode Windowed. +[2025.02.18-10.23.32:515][706]LogViewport: Scene viewport resized to 1040x642, mode Windowed. +[2025.02.18-10.23.32:545][706]LogViewport: Scene viewport resized to 1040x644, mode Windowed. +[2025.02.18-10.23.32:571][706]LogViewport: Scene viewport resized to 1040x653, mode Windowed. +[2025.02.18-10.23.32:605][706]LogViewport: Scene viewport resized to 1040x661, mode Windowed. +[2025.02.18-10.23.32:635][706]LogViewport: Scene viewport resized to 1040x667, mode Windowed. +[2025.02.18-10.23.32:672][706]LogViewport: Scene viewport resized to 1040x669, mode Windowed. +[2025.02.18-10.24.10:314][201]LogNavigationPoint: PostEditMove Clear paths rebuilt +[2025.02.18-10.24.14:095][648]LogNavigationPoint: PostEditMove Clear paths rebuilt +[2025.02.18-10.24.15:155][774]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.24.15:159][774]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.24.15:159][774]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:24:15) +[2025.02.18-10.24.15:159][774]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.24.15:161][774]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002417s) +[2025.02.18-10.24.15:161][774]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002460s) +[2025.02.18-10.24.15:161][774]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.24.15:161][774]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.24.15:161][774]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.24.15:161][774]LogPlayLevel: PIE: World Init took: (0.000477s) +[2025.02.18-10.24.15:178][774]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-10.24.15:181][774]LogAudio: Display: Creating Audio Device: Id: 4, Scope: Unique, Realtime: True +[2025.02.18-10.24.15:181][774]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.24.15:181][774]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.24.15:181][774]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.24.15:181][774]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.24.15:181][774]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.24.15:181][774]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.24.15:181][774]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.24.15:181][774]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.24.15:181][774]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.24.15:181][774]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.24.15:181][774]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.24.15:183][774]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.24.15:195][774]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.24.15:195][774]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.24.15:195][774]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.24.15:195][774]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.24.15:196][774]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4 +[2025.02.18-10.24.15:196][774]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=4 +[2025.02.18-10.24.15:197][774]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4 +[2025.02.18-10.24.15:197][774]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4 +[2025.02.18-10.24.15:197][774]LogInit: FAudioDevice initialized. +[2025.02.18-10.24.15:197][774]LogAudio: Display: Audio Device (ID: 4) registered with world 'Minimal_Default'. +[2025.02.18-10.24.15:203][774]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.24.15:204][774]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.24.15 +[2025.02.18-10.24.15:204][774]LogWorld: Bringing up level for play took: 0.000601 +[2025.02.18-10.24.15:205][774]LogOnline: OSS: Created online subsystem instance for: :Context_6 +[2025.02.18-10.24.15:206][774]LogBlueprintUserMessages: [Minimal_Default_C_21] Welcome to Warehouse Wreckage! +[2025.02.18-10.24.15:206][774]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello World +[2025.02.18-10.24.15:206][774]PIE: 서버가 로그인했습니다. +[2025.02.18-10.24.15:206][774]PIE: 에디터에서 플레이 총 시작 시간 0.048초입니다. +[2025.02.18-10.24.18:742][184]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.24.18:742][184]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.24.18:742][184]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.24.18:742][184]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.24.18:752][184]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.24.18:755][184]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.24.18:771][184]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.24.18:771][184]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 +[2025.02.18-10.24.18:772][184]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 +[2025.02.18-10.24.18:777][184]LogUObjectHash: Compacting FUObjectHashTables data took 0.82ms +[2025.02.18-10.24.18:800][185]LogPlayLevel: Display: Destroying online subsystem :Context_6 +[2025.02.18-10.24.23:207][708]LogNavigationPoint: PostEditMove Clear paths rebuilt +[2025.02.18-10.24.25:301][956]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.24.25:304][956]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.24.25:304][956]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:24:25) +[2025.02.18-10.24.25:351][956]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.24.25:354][956]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002628s) +[2025.02.18-10.24.25:354][956]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002695s) +[2025.02.18-10.24.25:354][956]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.24.25:354][956]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.24.25:354][956]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.24.25:355][956]LogPlayLevel: PIE: World Init took: (0.000456s) +[2025.02.18-10.24.25:371][956]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms +[2025.02.18-10.24.25:373][956]LogAudio: Display: Creating Audio Device: Id: 5, Scope: Unique, Realtime: True +[2025.02.18-10.24.25:373][956]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.24.25:373][956]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.24.25:373][956]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.24.25:373][956]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.24.25:373][956]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.24.25:373][956]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.24.25:373][956]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.24.25:373][956]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.24.25:373][956]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.24.25:373][956]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.24.25:373][956]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.24.25:374][956]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.24.25:386][956]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.24.25:386][956]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.24.25:386][956]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.24.25:386][956]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.24.25:387][956]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5 +[2025.02.18-10.24.25:387][956]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=5 +[2025.02.18-10.24.25:388][956]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5 +[2025.02.18-10.24.25:388][956]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5 +[2025.02.18-10.24.25:388][956]LogInit: FAudioDevice initialized. +[2025.02.18-10.24.25:388][956]LogAudio: Display: Audio Device (ID: 5) registered with world 'Minimal_Default'. +[2025.02.18-10.24.25:397][956]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.24.25:398][956]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.24.25 +[2025.02.18-10.24.25:398][956]LogWorld: Bringing up level for play took: 0.000588 +[2025.02.18-10.24.25:399][956]LogOnline: OSS: Created online subsystem instance for: :Context_7 +[2025.02.18-10.24.25:400][956]LogBlueprintUserMessages: [Minimal_Default_C_21] Welcome to Warehouse Wreckage! +[2025.02.18-10.24.25:400][956]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello World +[2025.02.18-10.24.25:400][956]PIE: 서버가 로그인했습니다. +[2025.02.18-10.24.25:400][956]PIE: 에디터에서 플레이 총 시작 시간 0.096초입니다. +[2025.02.18-10.24.26:642][ 92]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.24.26:642][ 92]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.24.26:642][ 92]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.24.26:642][ 92]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.24.26:655][ 92]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.24.26:658][ 92]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.24.26:673][ 92]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.24.26:673][ 92]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 +[2025.02.18-10.24.26:674][ 92]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 +[2025.02.18-10.24.26:678][ 92]LogUObjectHash: Compacting FUObjectHashTables data took 0.96ms +[2025.02.18-10.24.26:728][ 95]LogPlayLevel: Display: Destroying online subsystem :Context_7 +[2025.02.18-10.24.34:441][ 13]LogUObjectHash: Compacting FUObjectHashTables data took 0.92ms +[2025.02.18-10.24.34:446][ 13]LogPackageLocalizationCache: Processed 30 localized package path(s) for 1 prioritized culture(s) in 0.003564 seconds +[2025.02.18-10.24.34:458][ 13]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-10.24.34:459][ 13]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default0EEA29D44F17083886E3B4ADB55ABB34.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-10.24.34:464][ 13]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-10.24.34:474][ 13]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-10.24.34:474][ 13]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-10.26.45:874][544]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-10.26.45:900][544]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms +[2025.02.18-10.26.46:555][616]LogUObjectHash: Compacting FUObjectHashTables data took 0.35ms +[2025.02.18-10.26.46:566][616]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-10.26.46:566][616]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default3AB310514D9DF6521C994FBE6DE3F8ED.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-10.26.46:572][616]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-10.26.46:572][616]LogFileHelpers: Saving map 'Minimal_Default' took 0.033 +[2025.02.18-10.26.46:582][616]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-10.26.46:582][616]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-10.27.19:475][399]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.27.19:478][399]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.27.19:479][399]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:27:19) +[2025.02.18-10.27.19:479][399]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.27.19:481][399]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002687s) +[2025.02.18-10.27.19:481][399]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002752s) +[2025.02.18-10.27.19:481][399]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.27.19:481][399]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.27.19:482][399]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.27.19:482][399]LogPlayLevel: PIE: World Init took: (0.000455s) +[2025.02.18-10.27.19:497][399]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms +[2025.02.18-10.27.19:498][399]LogAudio: Display: Creating Audio Device: Id: 6, Scope: Unique, Realtime: True +[2025.02.18-10.27.19:498][399]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.27.19:498][399]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.27.19:498][399]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.27.19:498][399]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.27.19:498][399]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.27.19:498][399]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.27.19:498][399]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.27.19:498][399]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.27.19:498][399]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.27.19:498][399]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.27.19:498][399]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.27.19:500][399]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.27.19:513][399]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.27.19:513][399]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.27.19:513][399]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.27.19:513][399]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.27.19:513][399]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6 +[2025.02.18-10.27.19:514][399]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=6 +[2025.02.18-10.27.19:514][399]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6 +[2025.02.18-10.27.19:514][399]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6 +[2025.02.18-10.27.19:514][399]LogInit: FAudioDevice initialized. +[2025.02.18-10.27.19:514][399]LogAudio: Display: Audio Device (ID: 6) registered with world 'Minimal_Default'. +[2025.02.18-10.27.19:536][399]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.27.19:536][399]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.27.19:536][399]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.27.19 +[2025.02.18-10.27.19:536][399]LogWorld: Bringing up level for play took: 0.000667 +[2025.02.18-10.27.19:537][399]LogOnline: OSS: Created online subsystem instance for: :Context_8 +[2025.02.18-10.27.19:538][399]LogBlueprintUserMessages: [Minimal_Default_C_0] Welcome to Warehouse Wreckage! +[2025.02.18-10.27.19:538][399]LogBlueprintUserMessages: [Minimal_Default_C_0] Hello World +[2025.02.18-10.27.19:539][399]PIE: 서버가 로그인했습니다. +[2025.02.18-10.27.19:539][399]PIE: 에디터에서 플레이 총 시작 시간 0.061초입니다. +[2025.02.18-10.27.19:547][399]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.27.24:945][ 36]Set new viewmode: ShaderComplexity +[2025.02.18-10.27.24:947][ 37]LogSlate: Took 0.000114 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.02.18-10.27.25:996][134]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.27.25:996][134]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.27.25:996][134]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.27.26:001][134]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.27.26:001][134]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.27.26:011][134]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.27.26:014][134]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.27.26:030][134]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 +[2025.02.18-10.27.26:031][134]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 +[2025.02.18-10.27.26:035][134]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms +[2025.02.18-10.27.26:065][137]LogPlayLevel: Display: Destroying online subsystem :Context_8 +[2025.02.18-10.27.27:669][329]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.27.27:673][329]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.27.27:673][329]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:27:27) +[2025.02.18-10.27.27:673][329]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.27.27:675][329]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002356s) +[2025.02.18-10.27.27:675][329]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002401s) +[2025.02.18-10.27.27:675][329]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.27.27:675][329]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.27.27:675][329]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.27.27:675][329]LogPlayLevel: PIE: World Init took: (0.000434s) +[2025.02.18-10.27.27:691][329]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-10.27.27:692][329]LogAudio: Display: Creating Audio Device: Id: 7, Scope: Unique, Realtime: True +[2025.02.18-10.27.27:692][329]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.27.27:692][329]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.27.27:692][329]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.27.27:692][329]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.27.27:692][329]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.27.27:692][329]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.27.27:692][329]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.27.27:692][329]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.27.27:692][329]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.27.27:692][329]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.27.27:692][329]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.27.27:694][329]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.27.27:704][329]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.27.27:704][329]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.27.27:704][329]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.27.27:704][329]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.27.27:704][329]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7 +[2025.02.18-10.27.27:704][329]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=7 +[2025.02.18-10.27.27:706][329]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7 +[2025.02.18-10.27.27:706][329]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7 +[2025.02.18-10.27.27:706][329]LogInit: FAudioDevice initialized. +[2025.02.18-10.27.27:706][329]LogAudio: Display: Audio Device (ID: 7) registered with world 'Minimal_Default'. +[2025.02.18-10.27.27:727][329]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.27.27:727][329]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.27.27:728][329]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.27.27 +[2025.02.18-10.27.27:728][329]LogWorld: Bringing up level for play took: 0.000635 +[2025.02.18-10.27.27:729][329]LogOnline: OSS: Created online subsystem instance for: :Context_9 +[2025.02.18-10.27.27:730][329]LogBlueprintUserMessages: [Minimal_Default_C_0] Welcome to Warehouse Wreckage! +[2025.02.18-10.27.27:730][329]LogBlueprintUserMessages: [Minimal_Default_C_0] Hello World +[2025.02.18-10.27.27:731][329]PIE: 서버가 로그인했습니다. +[2025.02.18-10.27.27:731][329]PIE: 에디터에서 플레이 총 시작 시간 0.059초입니다. +[2025.02.18-10.27.27:738][329]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.27.38:217][559]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.27.38:217][559]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.27.38:218][559]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.27.38:224][559]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.27.38:224][559]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.27.38:232][559]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.27.38:235][559]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.27.38:251][559]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-10.27.38:251][559]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 +[2025.02.18-10.27.38:252][559]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 +[2025.02.18-10.27.38:256][559]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms +[2025.02.18-10.27.38:287][562]LogPlayLevel: Display: Destroying online subsystem :Context_9 +[2025.02.18-10.28.28:260][452]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.28.28:263][452]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-10.28.28:264][452]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-10.28.28:292][452]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-10.28.28:293][452]LogPlayLevel: PlayLevel: Blueprint regeneration took 29 ms (1 blueprints) +[2025.02.18-10.28.28:293][452]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:28:28) +[2025.02.18-10.28.28:293][452]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.28.28:295][452]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002509s) +[2025.02.18-10.28.28:295][452]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002555s) +[2025.02.18-10.28.28:295][452]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.28.28:295][452]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.28.28:297][452]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.28.28:297][452]LogPlayLevel: PIE: World Init took: (0.000457s) +[2025.02.18-10.28.28:310][452]LogUObjectHash: Compacting FUObjectHashTables data took 0.83ms +[2025.02.18-10.28.28:311][452]LogAudio: Display: Creating Audio Device: Id: 8, Scope: Unique, Realtime: True +[2025.02.18-10.28.28:311][452]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.28.28:311][452]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.28.28:311][452]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.28.28:311][452]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.28.28:311][452]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.28.28:311][452]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.28.28:311][452]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.28.28:311][452]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.28.28:311][452]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.28.28:311][452]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.28.28:311][452]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.28.28:313][452]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.28.28:324][452]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.28.28:324][452]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.28.28:324][452]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.28.28:324][452]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.28.28:325][452]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=8 +[2025.02.18-10.28.28:325][452]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=8 +[2025.02.18-10.28.28:326][452]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=8 +[2025.02.18-10.28.28:326][452]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=8 +[2025.02.18-10.28.28:326][452]LogInit: FAudioDevice initialized. +[2025.02.18-10.28.28:326][452]LogAudio: Display: Audio Device (ID: 8) registered with world 'Minimal_Default'. +[2025.02.18-10.28.28:350][452]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.28.28:350][452]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.28.28:351][452]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.28.28 +[2025.02.18-10.28.28:351][452]LogWorld: Bringing up level for play took: 0.000687 +[2025.02.18-10.28.28:352][452]LogOnline: OSS: Created online subsystem instance for: :Context_10 +[2025.02.18-10.28.28:353][452]LogBlueprintUserMessages: [Minimal_Default_C_1] Welcome to Warehouse Wreckage! +[2025.02.18-10.28.28:353][452]LogBlueprintUserMessages: [Minimal_Default_C_1] Hello World +[2025.02.18-10.28.28:353][452]PIE: 서버가 로그인했습니다. +[2025.02.18-10.28.28:353][452]PIE: 에디터에서 플레이 총 시작 시간 0.09초입니다. +[2025.02.18-10.28.28:367][452]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.28.30:758][708]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.28.30:758][708]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.28.30:758][708]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.28.30:762][708]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.28.30:762][708]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.28.30:769][708]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.28.30:773][708]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.28.30:789][708]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 +[2025.02.18-10.28.30:790][708]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 +[2025.02.18-10.28.30:794][708]LogUObjectHash: Compacting FUObjectHashTables data took 0.92ms +[2025.02.18-10.28.30:834][712]LogPlayLevel: Display: Destroying online subsystem :Context_10 +[2025.02.18-10.28.44:899][394]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.28.44:902][394]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.28.44:902][394]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:28:44) +[2025.02.18-10.28.44:903][394]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.28.44:905][394]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002530s) +[2025.02.18-10.28.44:905][394]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002582s) +[2025.02.18-10.28.44:905][394]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.28.44:905][394]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.28.44:905][394]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.28.44:906][394]LogPlayLevel: PIE: World Init took: (0.000432s) +[2025.02.18-10.28.44:921][394]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-10.28.44:922][394]LogAudio: Display: Creating Audio Device: Id: 9, Scope: Unique, Realtime: True +[2025.02.18-10.28.44:922][394]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.28.44:922][394]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.28.44:922][394]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.28.44:922][394]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.28.44:922][394]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.28.44:922][394]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.28.44:922][394]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.28.44:922][394]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.28.44:922][394]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.28.44:922][394]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.28.44:922][394]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.28.44:924][394]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.28.44:935][394]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.28.44:936][394]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.28.44:936][394]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.28.44:936][394]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.28.44:936][394]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=9 +[2025.02.18-10.28.44:936][394]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=9 +[2025.02.18-10.28.44:936][394]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=9 +[2025.02.18-10.28.44:936][394]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=9 +[2025.02.18-10.28.44:936][394]LogInit: FAudioDevice initialized. +[2025.02.18-10.28.44:936][394]LogAudio: Display: Audio Device (ID: 9) registered with world 'Minimal_Default'. +[2025.02.18-10.28.44:960][394]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.28.44:960][394]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.28.44:961][394]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.28.44 +[2025.02.18-10.28.44:961][394]LogWorld: Bringing up level for play took: 0.000751 +[2025.02.18-10.28.44:962][394]LogOnline: OSS: Created online subsystem instance for: :Context_11 +[2025.02.18-10.28.44:963][394]LogBlueprintUserMessages: [Minimal_Default_C_1] Welcome to Warehouse Wreckage! +[2025.02.18-10.28.44:963][394]LogBlueprintUserMessages: [Minimal_Default_C_1] Hello World +[2025.02.18-10.28.44:964][394]PIE: 서버가 로그인했습니다. +[2025.02.18-10.28.44:964][394]PIE: 에디터에서 플레이 총 시작 시간 0.062초입니다. +[2025.02.18-10.28.44:972][394]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.28.47:675][698]Set new viewmode: ShaderComplexity +[2025.02.18-10.28.48:518][790]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.28.48:518][790]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.28.48:518][790]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.28.48:523][790]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.28.48:523][790]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.28.48:534][790]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.28.48:537][790]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.28.48:552][790]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 +[2025.02.18-10.28.48:554][790]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 +[2025.02.18-10.28.48:558][790]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms +[2025.02.18-10.28.48:581][792]LogPlayLevel: Display: Destroying online subsystem :Context_11 +[2025.02.18-10.29.00:963][275]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.29.00:967][275]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.29.00:967][275]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:29:00) +[2025.02.18-10.29.00:967][275]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.29.00:969][275]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002699s) +[2025.02.18-10.29.00:969][275]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002746s) +[2025.02.18-10.29.00:969][275]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.29.00:969][275]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.29.00:969][275]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.29.00:969][275]LogPlayLevel: PIE: World Init took: (0.000436s) +[2025.02.18-10.29.00:986][275]LogUObjectHash: Compacting FUObjectHashTables data took 0.94ms +[2025.02.18-10.29.00:987][275]LogAudio: Display: Creating Audio Device: Id: 10, Scope: Unique, Realtime: True +[2025.02.18-10.29.00:987][275]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.29.00:987][275]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.29.00:987][275]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.29.00:987][275]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.29.00:987][275]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.29.00:987][275]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.29.00:987][275]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.29.00:987][275]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.29.00:987][275]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.29.00:987][275]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.29.00:987][275]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.29.00:988][275]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.29.01:000][275]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.29.01:000][275]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.29.01:000][275]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.29.01:000][275]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.29.01:001][275]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=10 +[2025.02.18-10.29.01:001][275]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=10 +[2025.02.18-10.29.01:002][275]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=10 +[2025.02.18-10.29.01:002][275]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=10 +[2025.02.18-10.29.01:002][275]LogInit: FAudioDevice initialized. +[2025.02.18-10.29.01:002][275]LogAudio: Display: Audio Device (ID: 10) registered with world 'Minimal_Default'. +[2025.02.18-10.29.01:022][275]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.29.01:022][275]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.29.01:022][275]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.29.01 +[2025.02.18-10.29.01:022][275]LogWorld: Bringing up level for play took: 0.000613 +[2025.02.18-10.29.01:024][275]LogOnline: OSS: Created online subsystem instance for: :Context_12 +[2025.02.18-10.29.01:024][275]LogBlueprintUserMessages: [Minimal_Default_C_1] Welcome to Warehouse Wreckage! +[2025.02.18-10.29.01:024][275]LogBlueprintUserMessages: [Minimal_Default_C_1] Hello World +[2025.02.18-10.29.01:025][275]PIE: 서버가 로그인했습니다. +[2025.02.18-10.29.01:025][275]PIE: 에디터에서 플레이 총 시작 시간 0.059초입니다. +[2025.02.18-10.29.01:033][275]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.29.13:399][722]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.29.13:399][722]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.29.13:399][722]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.29.13:404][722]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.29.13:404][722]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.29.13:414][722]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.29.13:416][722]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.29.13:433][722]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 +[2025.02.18-10.29.13:434][722]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 +[2025.02.18-10.29.13:439][722]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms +[2025.02.18-10.29.13:478][726]LogPlayLevel: Display: Destroying online subsystem :Context_12 +[2025.02.18-10.29.25:871][213]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.29.25:875][213]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-10.29.25:875][213]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-10.29.25:906][213]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-10.29.25:907][213]LogPlayLevel: PlayLevel: Blueprint regeneration took 32 ms (1 blueprints) +[2025.02.18-10.29.25:907][213]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:29:25) +[2025.02.18-10.29.25:907][213]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.29.25:910][213]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002395s) +[2025.02.18-10.29.25:910][213]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002442s) +[2025.02.18-10.29.25:910][213]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.29.25:910][213]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.29.25:910][213]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.29.25:910][213]LogPlayLevel: PIE: World Init took: (0.000449s) +[2025.02.18-10.29.25:924][213]LogUObjectHash: Compacting FUObjectHashTables data took 0.83ms +[2025.02.18-10.29.25:925][213]LogAudio: Display: Creating Audio Device: Id: 11, Scope: Unique, Realtime: True +[2025.02.18-10.29.25:925][213]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.29.25:925][213]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.29.25:925][213]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.29.25:925][213]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.29.25:925][213]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.29.25:925][213]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.29.25:925][213]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.29.25:925][213]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.29.25:925][213]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.29.25:925][213]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.29.25:925][213]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.29.25:926][213]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.29.25:937][213]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.29.25:938][213]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.29.25:938][213]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.29.25:938][213]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.29.25:939][213]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=11 +[2025.02.18-10.29.25:939][213]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=11 +[2025.02.18-10.29.25:940][213]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=11 +[2025.02.18-10.29.25:940][213]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=11 +[2025.02.18-10.29.25:940][213]LogInit: FAudioDevice initialized. +[2025.02.18-10.29.25:940][213]LogAudio: Display: Audio Device (ID: 11) registered with world 'Minimal_Default'. +[2025.02.18-10.29.25:964][213]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.29.25:964][213]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.29.25:965][213]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.29.25 +[2025.02.18-10.29.25:965][213]LogWorld: Bringing up level for play took: 0.000744 +[2025.02.18-10.29.25:966][213]LogOnline: OSS: Created online subsystem instance for: :Context_13 +[2025.02.18-10.29.25:967][213]LogBlueprintUserMessages: [Minimal_Default_C_2] Welcome to Warehouse Wreckage! +[2025.02.18-10.29.25:967][213]LogBlueprintUserMessages: [Minimal_Default_C_2] Hello World +[2025.02.18-10.29.25:967][213]PIE: 서버가 로그인했습니다. +[2025.02.18-10.29.25:968][213]PIE: 에디터에서 플레이 총 시작 시간 0.093초입니다. +[2025.02.18-10.29.25:983][213]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.29.30:129][678]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.29.30:129][678]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.29.30:129][678]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.29.30:134][678]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.29.30:134][678]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.29.30:144][678]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.29.30:147][678]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.29.30:164][678]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-10.29.30:164][678]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 +[2025.02.18-10.29.30:165][678]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 +[2025.02.18-10.29.30:169][678]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms +[2025.02.18-10.29.30:201][681]LogPlayLevel: Display: Destroying online subsystem :Context_13 +[2025.02.18-10.29.37:881][600]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.29.37:884][600]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-10.29.37:885][600]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-10.29.37:913][600]LogUObjectHash: Compacting FUObjectHashTables data took 0.85ms +[2025.02.18-10.29.37:915][600]LogPlayLevel: PlayLevel: Blueprint regeneration took 29 ms (1 blueprints) +[2025.02.18-10.29.37:915][600]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:29:37) +[2025.02.18-10.29.37:915][600]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.29.37:917][600]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002231s) +[2025.02.18-10.29.37:917][600]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002275s) +[2025.02.18-10.29.37:917][600]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.29.37:917][600]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.29.37:917][600]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.29.37:917][600]LogPlayLevel: PIE: World Init took: (0.000439s) +[2025.02.18-10.29.37:931][600]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-10.29.37:932][600]LogAudio: Display: Creating Audio Device: Id: 12, Scope: Unique, Realtime: True +[2025.02.18-10.29.37:932][600]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.29.37:932][600]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.29.37:932][600]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.29.37:932][600]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.29.37:932][600]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.29.37:932][600]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.29.37:932][600]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.29.37:932][600]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.29.37:932][600]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.29.37:932][600]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.29.37:932][600]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.29.37:934][600]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.29.37:944][600]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.29.37:945][600]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.29.37:945][600]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.29.37:945][600]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.29.37:945][600]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=12 +[2025.02.18-10.29.37:945][600]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=12 +[2025.02.18-10.29.37:946][600]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=12 +[2025.02.18-10.29.37:946][600]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=12 +[2025.02.18-10.29.37:946][600]LogInit: FAudioDevice initialized. +[2025.02.18-10.29.37:946][600]LogAudio: Display: Audio Device (ID: 12) registered with world 'Minimal_Default'. +[2025.02.18-10.29.37:961][600]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.29.37:962][600]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.29.37:962][600]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.29.37 +[2025.02.18-10.29.37:962][600]LogWorld: Bringing up level for play took: 0.000591 +[2025.02.18-10.29.37:963][600]LogOnline: OSS: Created online subsystem instance for: :Context_14 +[2025.02.18-10.29.37:964][600]LogBlueprintUserMessages: [Minimal_Default_C_3] Welcome to Warehouse Wreckage! +[2025.02.18-10.29.37:964][600]LogBlueprintUserMessages: [Minimal_Default_C_3] Hello World +[2025.02.18-10.29.37:964][600]PIE: 서버가 로그인했습니다. +[2025.02.18-10.29.37:965][600]PIE: 에디터에서 플레이 총 시작 시간 0.08초입니다. +[2025.02.18-10.29.37:979][600]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.29.44:750][400]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.29.44:750][400]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.29.44:750][400]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.29.44:754][400]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.29.44:754][400]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.29.44:761][400]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.29.44:765][400]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.29.44:782][400]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 +[2025.02.18-10.29.44:783][400]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 +[2025.02.18-10.29.44:787][400]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms +[2025.02.18-10.29.44:817][403]LogPlayLevel: Display: Destroying online subsystem :Context_14 +[2025.02.18-10.30.32:055][ 7]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.30.32:059][ 7]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-10.30.32:059][ 7]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-10.30.32:086][ 7]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-10.30.32:087][ 7]LogPlayLevel: PlayLevel: Blueprint regeneration took 29 ms (1 blueprints) +[2025.02.18-10.30.32:087][ 7]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:30:32) +[2025.02.18-10.30.32:087][ 7]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.30.32:090][ 7]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002245s) +[2025.02.18-10.30.32:090][ 7]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002289s) +[2025.02.18-10.30.32:090][ 7]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.30.32:090][ 7]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.30.32:090][ 7]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.30.32:090][ 7]LogPlayLevel: PIE: World Init took: (0.000448s) +[2025.02.18-10.30.32:105][ 7]LogUObjectHash: Compacting FUObjectHashTables data took 0.83ms +[2025.02.18-10.30.32:106][ 7]LogAudio: Display: Creating Audio Device: Id: 13, Scope: Unique, Realtime: True +[2025.02.18-10.30.32:106][ 7]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.30.32:106][ 7]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.30.32:106][ 7]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.30.32:106][ 7]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.30.32:106][ 7]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.30.32:106][ 7]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.30.32:106][ 7]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.30.32:106][ 7]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.30.32:106][ 7]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.30.32:106][ 7]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.30.32:106][ 7]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.30.32:108][ 7]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.30.32:118][ 7]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.30.32:118][ 7]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.30.32:118][ 7]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.30.32:118][ 7]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.30.32:118][ 7]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=13 +[2025.02.18-10.30.32:118][ 7]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=13 +[2025.02.18-10.30.32:120][ 7]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=13 +[2025.02.18-10.30.32:120][ 7]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=13 +[2025.02.18-10.30.32:120][ 7]LogInit: FAudioDevice initialized. +[2025.02.18-10.30.32:120][ 7]LogAudio: Display: Audio Device (ID: 13) registered with world 'Minimal_Default'. +[2025.02.18-10.30.32:139][ 7]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.30.32:140][ 7]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.30.32:140][ 7]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.30.32 +[2025.02.18-10.30.32:140][ 7]LogWorld: Bringing up level for play took: 0.000671 +[2025.02.18-10.30.32:141][ 7]LogOnline: OSS: Created online subsystem instance for: :Context_15 +[2025.02.18-10.30.32:142][ 7]LogBlueprintUserMessages: [Minimal_Default_C_4] Welcome to Warehouse Wreckage! +[2025.02.18-10.30.32:142][ 7]LogBlueprintUserMessages: [Minimal_Default_C_4] Hello World +[2025.02.18-10.30.32:142][ 7]PIE: 서버가 로그인했습니다. +[2025.02.18-10.30.32:142][ 7]PIE: 에디터에서 플레이 총 시작 시간 0.084초입니다. +[2025.02.18-10.30.32:157][ 7]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.30.32:951][ 94]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.33:568][168]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.33:985][218]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.34:318][258]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.34:635][296]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.35:010][341]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.35:243][369]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.35:686][422]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.36:760][551]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.37:268][612]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.38:152][718]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.38:394][747]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.38:893][807]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.39:101][832]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.39:810][917]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.40:002][940]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.40:344][981]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.40:644][ 17]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.41:551][126]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.41:743][149]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.42:851][276]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.30.42:851][276]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.30.42:851][276]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.30.42:855][276]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.30.42:855][276]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.30.42:866][276]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.30.42:869][276]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.30.42:884][276]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 +[2025.02.18-10.30.42:886][276]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 +[2025.02.18-10.30.42:891][276]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms +[2025.02.18-10.30.42:906][277]LogPlayLevel: Display: Destroying online subsystem :Context_15 +[2025.02.18-10.31.29:722][813]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.31.29:726][813]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-10.31.29:726][813]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-10.31.29:754][813]LogUObjectHash: Compacting FUObjectHashTables data took 0.82ms +[2025.02.18-10.31.29:755][813]LogPlayLevel: PlayLevel: Blueprint regeneration took 29 ms (1 blueprints) +[2025.02.18-10.31.29:755][813]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:31:29) +[2025.02.18-10.31.29:755][813]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.31.29:757][813]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002438s) +[2025.02.18-10.31.29:757][813]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002484s) +[2025.02.18-10.31.29:757][813]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.31.29:757][813]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.31.29:758][813]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.31.29:758][813]LogPlayLevel: PIE: World Init took: (0.000518s) +[2025.02.18-10.31.29:772][813]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-10.31.29:772][813]LogAudio: Display: Creating Audio Device: Id: 14, Scope: Unique, Realtime: True +[2025.02.18-10.31.29:772][813]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.31.29:772][813]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.31.29:772][813]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.31.29:772][813]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.31.29:772][813]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.31.29:772][813]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.31.29:772][813]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.31.29:772][813]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.31.29:773][813]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.31.29:773][813]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.31.29:773][813]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.31.29:774][813]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.31.29:786][813]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.31.29:786][813]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.31.29:786][813]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.31.29:786][813]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.31.29:787][813]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=14 +[2025.02.18-10.31.29:787][813]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=14 +[2025.02.18-10.31.29:788][813]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=14 +[2025.02.18-10.31.29:788][813]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=14 +[2025.02.18-10.31.29:788][813]LogInit: FAudioDevice initialized. +[2025.02.18-10.31.29:788][813]LogAudio: Display: Audio Device (ID: 14) registered with world 'Minimal_Default'. +[2025.02.18-10.31.29:807][813]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.31.29:807][813]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.31.29:808][813]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.31.29 +[2025.02.18-10.31.29:808][813]LogWorld: Bringing up level for play took: 0.000614 +[2025.02.18-10.31.29:809][813]LogOnline: OSS: Created online subsystem instance for: :Context_16 +[2025.02.18-10.31.29:810][813]LogBlueprintUserMessages: [Minimal_Default_C_5] Welcome to Warehouse Wreckage! +[2025.02.18-10.31.29:810][813]LogBlueprintUserMessages: [Minimal_Default_C_5] Hello World +[2025.02.18-10.31.29:810][813]PIE: 서버가 로그인했습니다. +[2025.02.18-10.31.29:811][813]PIE: 에디터에서 플레이 총 시작 시간 0.085초입니다. +[2025.02.18-10.31.29:825][813]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.31.33:992][278]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.31.33:992][278]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.31.33:992][278]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.31.33:997][278]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.31.33:997][278]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.31.34:003][278]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.31.34:006][278]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.31.34:021][278]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 +[2025.02.18-10.31.34:023][278]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 +[2025.02.18-10.31.34:027][278]LogUObjectHash: Compacting FUObjectHashTables data took 0.81ms +[2025.02.18-10.31.34:068][282]LogPlayLevel: Display: Destroying online subsystem :Context_16 +[2025.02.18-10.37.48:233][707]LogUObjectHash: Compacting FUObjectHashTables data took 1.20ms +[2025.02.18-10.37.48:247][707]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/StarterContent/Maps/Minimal_Default_Auto1 +[2025.02.18-10.37.48:248][707]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default_Auto147F5C37F42C1A2167F6A5985A9EE1944.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Autosaves/Game/StarterContent/Maps/Minimal_Default_Auto1.umap' +[2025.02.18-10.37.48:254][707]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/StarterContent/Maps/Minimal_Default' took 0.038 +[2025.02.18-10.37.48:254][707]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.038 +[2025.02.18-11.03.11:423][790]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.03.11:448][790]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms +[2025.02.18-11.03.12:074][859]LogUObjectHash: Compacting FUObjectHashTables data took 0.36ms +[2025.02.18-11.03.12:087][859]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.03.12:087][859]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultB5E671B74FE4CCB0F5CBDCBC67786D92.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.03.12:093][859]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.03.12:093][859]LogFileHelpers: Saving map 'Minimal_Default' took 0.034 +[2025.02.18-11.03.12:101][859]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.03.12:101][859]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.03.13:098][978]LogViewport: Scene viewport resized to 1292x888, mode Windowed. +[2025.02.18-11.03.14:258][110]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.03.14:262][110]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.03.14:262][110]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:03:14) +[2025.02.18-11.03.14:297][110]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.03.14:300][110]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002518s) +[2025.02.18-11.03.14:300][110]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002575s) +[2025.02.18-11.03.14:300][110]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.03.14:300][110]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.03.14:300][110]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.03.14:300][110]LogPlayLevel: PIE: World Init took: (0.000449s) +[2025.02.18-11.03.14:316][110]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.03.14:317][110]LogAudio: Display: Creating Audio Device: Id: 15, Scope: Unique, Realtime: True +[2025.02.18-11.03.14:317][110]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.03.14:317][110]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.03.14:317][110]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.03.14:317][110]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.03.14:317][110]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.03.14:317][110]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.03.14:317][110]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.03.14:317][110]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.03.14:318][110]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.03.14:318][110]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.03.14:318][110]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.03.14:319][110]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.03.14:331][110]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.03.14:331][110]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.03.14:331][110]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.03.14:331][110]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.03.14:331][110]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=15 +[2025.02.18-11.03.14:331][110]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=15 +[2025.02.18-11.03.14:332][110]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=15 +[2025.02.18-11.03.14:332][110]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=15 +[2025.02.18-11.03.14:332][110]LogInit: FAudioDevice initialized. +[2025.02.18-11.03.14:332][110]LogAudio: Display: Audio Device (ID: 15) registered with world 'Minimal_Default'. +[2025.02.18-11.03.14:342][110]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.03.14:342][110]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.03.14 +[2025.02.18-11.03.14:343][110]LogWorld: Bringing up level for play took: 0.000641 +[2025.02.18-11.03.14:344][110]LogOnline: OSS: Created online subsystem instance for: :Context_17 +[2025.02.18-11.03.14:344][110]LogBlueprintUserMessages: [Minimal_Default_C_6] Welcome to Warehouse Wreckage! +[2025.02.18-11.03.14:344][110]LogBlueprintUserMessages: [Minimal_Default_C_6] Hello World +[2025.02.18-11.03.14:344][110]PIE: 서버가 로그인했습니다. +[2025.02.18-11.03.14:345][110]PIE: 에디터에서 플레이 총 시작 시간 0.083초입니다. +[2025.02.18-11.03.17:978][533]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.03.17:978][533]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.03.17:978][533]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.03.17:978][533]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.03.17:989][533]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.03.17:992][533]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.03.18:008][533]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.03.18:008][533]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15 +[2025.02.18-11.03.18:009][533]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15 +[2025.02.18-11.03.18:012][533]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.03.18:014][533]LogUObjectHash: Compacting FUObjectHashTables data took 0.96ms +[2025.02.18-11.03.18:048][535]LogPlayLevel: Display: Destroying online subsystem :Context_17 +[2025.02.18-11.04.43:024][716]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.04.43:049][716]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms +[2025.02.18-11.04.43:428][755]LogUObjectHash: Compacting FUObjectHashTables data took 0.41ms +[2025.02.18-11.04.43:440][755]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.04.43:441][755]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultBE048B0D4FADBDEC5599D0AB5FF53589.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.04.43:447][755]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.04.43:447][755]LogFileHelpers: Saving map 'Minimal_Default' took 0.034 +[2025.02.18-11.04.43:455][755]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.04.43:455][755]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.04.44:161][838]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.04.44:165][838]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.04.44:165][838]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:04:44) +[2025.02.18-11.04.44:165][838]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.04.44:167][838]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002650s) +[2025.02.18-11.04.44:167][838]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002705s) +[2025.02.18-11.04.44:167][838]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.04.44:167][838]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.04.44:168][838]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.04.44:168][838]LogPlayLevel: PIE: World Init took: (0.000463s) +[2025.02.18-11.04.44:184][838]LogUObjectHash: Compacting FUObjectHashTables data took 0.81ms +[2025.02.18-11.04.44:184][838]LogAudio: Display: Creating Audio Device: Id: 16, Scope: Unique, Realtime: True +[2025.02.18-11.04.44:184][838]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.04.44:184][838]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.04.44:184][838]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.04.44:184][838]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.04.44:184][838]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.04.44:184][838]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.04.44:184][838]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.04.44:184][838]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.04.44:185][838]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.04.44:185][838]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.04.44:185][838]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.04.44:186][838]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.04.44:198][838]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.04.44:198][838]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.04.44:198][838]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.04.44:198][838]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.04.44:199][838]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=16 +[2025.02.18-11.04.44:199][838]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=16 +[2025.02.18-11.04.44:200][838]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=16 +[2025.02.18-11.04.44:200][838]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=16 +[2025.02.18-11.04.44:200][838]LogInit: FAudioDevice initialized. +[2025.02.18-11.04.44:200][838]LogAudio: Display: Audio Device (ID: 16) registered with world 'Minimal_Default'. +[2025.02.18-11.04.44:222][838]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.04.44:223][838]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.04.44:223][838]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.04.44 +[2025.02.18-11.04.44:224][838]LogWorld: Bringing up level for play took: 0.000687 +[2025.02.18-11.04.44:225][838]LogOnline: OSS: Created online subsystem instance for: :Context_18 +[2025.02.18-11.04.44:226][838]LogBlueprintUserMessages: [Minimal_Default_C_7] Welcome to Warehouse Wreckage! +[2025.02.18-11.04.44:226][838]LogBlueprintUserMessages: [Minimal_Default_C_7] Hello World +[2025.02.18-11.04.44:226][838]PIE: 서버가 로그인했습니다. +[2025.02.18-11.04.44:227][838]PIE: 에디터에서 플레이 총 시작 시간 0.062초입니다. +[2025.02.18-11.04.44:234][838]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.04.48:431][305]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.04.48:431][305]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.04.48:431][305]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.04.48:436][305]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.04.48:437][305]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.04.48:446][305]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.04.48:449][305]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.04.48:467][305]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16 +[2025.02.18-11.04.48:468][305]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16 +[2025.02.18-11.04.48:472][305]LogUObjectHash: Compacting FUObjectHashTables data took 0.85ms +[2025.02.18-11.04.48:512][309]LogPlayLevel: Display: Destroying online subsystem :Context_18 +[2025.02.18-11.04.59:042][565]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.04.59:046][565]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.04.59:046][565]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:04:59) +[2025.02.18-11.04.59:047][565]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.04.59:049][565]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002281s) +[2025.02.18-11.04.59:049][565]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002325s) +[2025.02.18-11.04.59:049][565]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.04.59:049][565]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.04.59:049][565]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.04.59:049][565]LogPlayLevel: PIE: World Init took: (0.000465s) +[2025.02.18-11.04.59:065][565]LogUObjectHash: Compacting FUObjectHashTables data took 0.82ms +[2025.02.18-11.04.59:066][565]LogAudio: Display: Creating Audio Device: Id: 17, Scope: Unique, Realtime: True +[2025.02.18-11.04.59:066][565]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.04.59:066][565]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.04.59:066][565]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.04.59:066][565]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.04.59:066][565]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.04.59:066][565]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.04.59:066][565]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.04.59:066][565]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.04.59:066][565]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.04.59:066][565]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.04.59:066][565]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.04.59:068][565]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.04.59:078][565]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.04.59:078][565]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.04.59:078][565]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.04.59:078][565]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.04.59:079][565]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=17 +[2025.02.18-11.04.59:079][565]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=17 +[2025.02.18-11.04.59:080][565]LogInit: FAudioDevice initialized. +[2025.02.18-11.04.59:080][565]LogAudio: Display: Audio Device (ID: 17) registered with world 'Minimal_Default'. +[2025.02.18-11.04.59:096][565]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=17 +[2025.02.18-11.04.59:096][565]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=17 +[2025.02.18-11.04.59:103][565]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.04.59:103][565]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.04.59:103][565]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.04.59 +[2025.02.18-11.04.59:104][565]LogWorld: Bringing up level for play took: 0.000729 +[2025.02.18-11.04.59:105][565]LogOnline: OSS: Created online subsystem instance for: :Context_19 +[2025.02.18-11.04.59:105][565]LogBlueprintUserMessages: [Minimal_Default_C_7] Welcome to Warehouse Wreckage! +[2025.02.18-11.04.59:105][565]LogBlueprintUserMessages: [Minimal_Default_C_7] Hello World +[2025.02.18-11.04.59:106][565]PIE: 서버가 로그인했습니다. +[2025.02.18-11.04.59:106][565]PIE: 에디터에서 플레이 총 시작 시간 0.06초입니다. +[2025.02.18-11.04.59:113][565]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.05.04:270][171]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.05.04:271][171]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.05.04:271][171]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.05.04:276][171]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.05.04:276][171]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.05.04:286][171]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.05.04:289][171]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.05.04:305][171]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17 +[2025.02.18-11.05.04:306][171]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17 +[2025.02.18-11.05.04:310][171]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.05.04:350][175]LogPlayLevel: Display: Destroying online subsystem :Context_19 +[2025.02.18-11.05.10:703][933]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.05.10:707][933]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-11.05.10:707][933]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-11.05.10:735][933]LogUObjectHash: Compacting FUObjectHashTables data took 0.85ms +[2025.02.18-11.05.10:736][933]LogPlayLevel: PlayLevel: Blueprint regeneration took 29 ms (1 blueprints) +[2025.02.18-11.05.10:736][933]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:05:10) +[2025.02.18-11.05.10:737][933]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.05.10:739][933]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002431s) +[2025.02.18-11.05.10:739][933]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002476s) +[2025.02.18-11.05.10:739][933]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.05.10:739][933]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.05.10:739][933]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.05.10:739][933]LogPlayLevel: PIE: World Init took: (0.000461s) +[2025.02.18-11.05.10:755][933]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-11.05.10:755][933]LogAudio: Display: Creating Audio Device: Id: 18, Scope: Unique, Realtime: True +[2025.02.18-11.05.10:755][933]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.05.10:755][933]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.05.10:755][933]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.05.10:755][933]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.05.10:755][933]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.05.10:755][933]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.05.10:755][933]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.05.10:755][933]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.05.10:755][933]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.05.10:755][933]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.05.10:755][933]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.05.10:757][933]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.05.10:769][933]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.05.10:769][933]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.05.10:769][933]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.05.10:769][933]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.05.10:769][933]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=18 +[2025.02.18-11.05.10:769][933]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=18 +[2025.02.18-11.05.10:770][933]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=18 +[2025.02.18-11.05.10:770][933]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=18 +[2025.02.18-11.05.10:770][933]LogInit: FAudioDevice initialized. +[2025.02.18-11.05.10:770][933]LogAudio: Display: Audio Device (ID: 18) registered with world 'Minimal_Default'. +[2025.02.18-11.05.10:793][933]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.05.10:793][933]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.05.10:794][933]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.05.10 +[2025.02.18-11.05.10:794][933]LogWorld: Bringing up level for play took: 0.000829 +[2025.02.18-11.05.10:795][933]LogOnline: OSS: Created online subsystem instance for: :Context_20 +[2025.02.18-11.05.10:796][933]LogBlueprintUserMessages: [Minimal_Default_C_8] Welcome to Warehouse Wreckage! +[2025.02.18-11.05.10:796][933]LogBlueprintUserMessages: [Minimal_Default_C_8] Hello World +[2025.02.18-11.05.10:796][933]PIE: 서버가 로그인했습니다. +[2025.02.18-11.05.10:796][933]PIE: 에디터에서 플레이 총 시작 시간 0.09초입니다. +[2025.02.18-11.05.10:809][933]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.05.16:461][592]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.05.16:461][592]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.05.16:461][592]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.05.16:467][592]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.05.16:467][592]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.05.16:475][592]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.05.16:478][592]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.05.16:495][592]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18 +[2025.02.18-11.05.16:496][592]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18 +[2025.02.18-11.05.16:500][592]LogUObjectHash: Compacting FUObjectHashTables data took 0.80ms +[2025.02.18-11.05.16:538][595]LogPlayLevel: Display: Destroying online subsystem :Context_20 +[2025.02.18-11.05.25:141][626]LogSlate: Took 0.006349 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K) +[2025.02.18-11.05.25:146][626]LogSlate: Took 0.000110 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.02.18-11.05.26:731][802]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/StarterContent/Maps/BP_Projectile.BP_Projectile +[2025.02.18-11.05.26:732][802]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.05.34:819][738]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.05.34:819][738]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.05.34:851][738]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/StarterContent/Maps/BP_Projectile.BP_Projectile +[2025.02.18-11.05.34:851][738]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.05.38:385][135]LogViewport: Scene viewport resized to 966x863, mode Windowed. +[2025.02.18-11.06.04:400][238]BlueprintLog: New page: BP_Projectile 컴파일 +[2025.02.18-11.06.04:435][238]LogUObjectHash: Compacting FUObjectHashTables data took 1.13ms +[2025.02.18-11.06.04:860][279]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/BP_Projectile +[2025.02.18-11.06.04:860][279]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/BP_Projectile9A1248C549442BA18092B6B0887FBC90.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/BP_Projectile.uasset' +[2025.02.18-11.06.04:871][279]AssetCheck: New page: 에셋 저장: BP_Projectile +[2025.02.18-11.06.04:871][279]LogContentValidation: Display: Blueprint /Game/StarterContent/Maps/BP_Projectile.BP_Projectile 유효성 검사 중 +[2025.02.18-11.06.06:059][421]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.06.06:064][421]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.06.06:064][421]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:06:06) +[2025.02.18-11.06.06:064][421]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.06.06:067][421]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002620s) +[2025.02.18-11.06.06:067][421]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002670s) +[2025.02.18-11.06.06:067][421]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.06.06:067][421]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.06.06:067][421]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.06.06:068][421]LogPlayLevel: PIE: World Init took: (0.000443s) +[2025.02.18-11.06.06:087][421]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.06.06:088][421]LogAudio: Display: Creating Audio Device: Id: 19, Scope: Unique, Realtime: True +[2025.02.18-11.06.06:088][421]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.06.06:088][421]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.06.06:088][421]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.06.06:088][421]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.06.06:088][421]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.06.06:088][421]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.06.06:088][421]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.06.06:088][421]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.06.06:089][421]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.06.06:089][421]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.06.06:089][421]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.06.06:090][421]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.06.06:102][421]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.06.06:102][421]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.06.06:102][421]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.06.06:102][421]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.06.06:103][421]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=19 +[2025.02.18-11.06.06:103][421]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=19 +[2025.02.18-11.06.06:104][421]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=19 +[2025.02.18-11.06.06:104][421]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=19 +[2025.02.18-11.06.06:104][421]LogInit: FAudioDevice initialized. +[2025.02.18-11.06.06:104][421]LogAudio: Display: Audio Device (ID: 19) registered with world 'Minimal_Default'. +[2025.02.18-11.06.06:126][421]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.06.06:126][421]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.06.06:127][421]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.06.06 +[2025.02.18-11.06.06:127][421]LogWorld: Bringing up level for play took: 0.000683 +[2025.02.18-11.06.06:128][421]LogOnline: OSS: Created online subsystem instance for: :Context_26 +[2025.02.18-11.06.06:129][421]LogBlueprintUserMessages: [Minimal_Default_C_8] Welcome to Warehouse Wreckage! +[2025.02.18-11.06.06:129][421]LogBlueprintUserMessages: [Minimal_Default_C_8] Hello World +[2025.02.18-11.06.06:129][421]PIE: 서버가 로그인했습니다. +[2025.02.18-11.06.06:130][421]PIE: 에디터에서 플레이 총 시작 시간 0.066초입니다. +[2025.02.18-11.06.06:137][421]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.06.11:143][997]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.06.11:143][997]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.06.11:143][997]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.06.11:148][997]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.06.11:148][997]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.06.11:159][997]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.06.11:162][997]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.06.11:183][997]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.06.11:183][997]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19 +[2025.02.18-11.06.11:184][997]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19 +[2025.02.18-11.06.11:189][997]LogUObjectHash: Compacting FUObjectHashTables data took 0.94ms +[2025.02.18-11.06.11:219][ 0]LogPlayLevel: Display: Destroying online subsystem :Context_26 +[2025.02.18-11.06.42:436][634]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms +[2025.02.18-11.06.42:447][634]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.06.42:447][634]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultC2098A30454F3A639B7F60803D7B5652.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.06.42:453][634]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.06.42:453][634]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.06.42:463][634]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.06.42:463][634]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.06.43:816][789]LogWorld: UWorld::CleanupWorld for World_6, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.06.43:816][789]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.06.45:160][946]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.06.45:163][946]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.06.45:163][946]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:06:45) +[2025.02.18-11.06.45:164][946]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.06.45:166][946]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002503s) +[2025.02.18-11.06.45:166][946]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002567s) +[2025.02.18-11.06.45:168][946]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.06.45:168][946]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.06.45:168][946]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.06.45:168][946]LogPlayLevel: PIE: World Init took: (0.002022s) +[2025.02.18-11.06.45:186][946]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.06.45:192][946]LogAudio: Display: Creating Audio Device: Id: 20, Scope: Unique, Realtime: True +[2025.02.18-11.06.45:192][946]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.06.45:192][946]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.06.45:192][946]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.06.45:192][946]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.06.45:192][946]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.06.45:192][946]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.06.45:192][946]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.06.45:192][946]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.06.45:192][946]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.06.45:192][946]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.06.45:192][946]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.06.45:193][946]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.06.45:205][946]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.06.45:206][946]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.06.45:206][946]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.06.45:206][946]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.06.45:206][946]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=20 +[2025.02.18-11.06.45:206][946]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=20 +[2025.02.18-11.06.45:207][946]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=20 +[2025.02.18-11.06.45:207][946]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=20 +[2025.02.18-11.06.45:207][946]LogInit: FAudioDevice initialized. +[2025.02.18-11.06.45:207][946]LogAudio: Display: Audio Device (ID: 20) registered with world 'Minimal_Default'. +[2025.02.18-11.06.45:223][946]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.06.45:223][946]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.06.45:223][946]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.06.45 +[2025.02.18-11.06.45:223][946]LogWorld: Bringing up level for play took: 0.000603 +[2025.02.18-11.06.45:224][946]LogOnline: OSS: Created online subsystem instance for: :Context_27 +[2025.02.18-11.06.45:225][946]LogBlueprintUserMessages: [Minimal_Default_C_8] Welcome to Warehouse Wreckage! +[2025.02.18-11.06.45:225][946]LogBlueprintUserMessages: [Minimal_Default_C_8] Hello World +[2025.02.18-11.06.45:226][946]PIE: 서버가 로그인했습니다. +[2025.02.18-11.06.45:227][946]PIE: 에디터에서 플레이 총 시작 시간 0.063초입니다. +[2025.02.18-11.06.45:234][946]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.06.47:853][231]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.06.47:853][231]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.06.47:853][231]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.06.47:858][231]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.06.47:858][231]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.06.47:870][231]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.06.47:873][231]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.06.47:891][231]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20 +[2025.02.18-11.06.47:892][231]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20 +[2025.02.18-11.06.47:896][231]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms +[2025.02.18-11.06.47:937][235]LogPlayLevel: Display: Destroying online subsystem :Context_27 +[2025.02.18-11.07.26:489][545]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/StarterContent/Maps/BP_Projectile.BP_Projectile +[2025.02.18-11.07.26:490][545]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.07.43:292][519]LogViewport: Scene viewport resized to 966x863, mode Windowed. +[2025.02.18-11.07.52:196][565]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.07.52:200][565]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.07.52:200][565]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:07:52) +[2025.02.18-11.07.52:234][565]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.07.52:237][565]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002513s) +[2025.02.18-11.07.52:237][565]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002585s) +[2025.02.18-11.07.52:237][565]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.07.52:237][565]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.07.52:237][565]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.07.52:238][565]LogPlayLevel: PIE: World Init took: (0.000446s) +[2025.02.18-11.07.52:259][565]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.07.52:260][565]LogAudio: Display: Creating Audio Device: Id: 21, Scope: Unique, Realtime: True +[2025.02.18-11.07.52:260][565]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.07.52:260][565]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.07.52:261][565]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.07.52:261][565]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.07.52:261][565]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.07.52:261][565]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.07.52:261][565]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.07.52:261][565]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.07.52:261][565]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.07.52:261][565]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.07.52:261][565]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.07.52:262][565]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.07.52:274][565]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.07.52:274][565]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.07.52:274][565]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.07.52:274][565]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.07.52:274][565]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=21 +[2025.02.18-11.07.52:274][565]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=21 +[2025.02.18-11.07.52:275][565]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=21 +[2025.02.18-11.07.52:276][565]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=21 +[2025.02.18-11.07.52:276][565]LogInit: FAudioDevice initialized. +[2025.02.18-11.07.52:276][565]LogAudio: Display: Audio Device (ID: 21) registered with world 'Minimal_Default'. +[2025.02.18-11.07.52:286][565]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.07.52:287][565]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.07.52 +[2025.02.18-11.07.52:287][565]LogWorld: Bringing up level for play took: 0.000662 +[2025.02.18-11.07.52:288][565]LogOnline: OSS: Created online subsystem instance for: :Context_29 +[2025.02.18-11.07.52:289][565]LogBlueprintUserMessages: [Minimal_Default_C_8] Welcome to Warehouse Wreckage! +[2025.02.18-11.07.52:289][565]LogBlueprintUserMessages: [Minimal_Default_C_8] Hello World +[2025.02.18-11.07.52:289][565]PIE: 서버가 로그인했습니다. +[2025.02.18-11.07.52:289][565]PIE: 에디터에서 플레이 총 시작 시간 0.09초입니다. +[2025.02.18-11.08.00:235][506]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.08.00:235][506]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.08.00:235][506]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.08.00:235][506]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.08.00:247][506]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.08.00:250][506]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.08.00:270][506]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.08.00:270][506]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21 +[2025.02.18-11.08.00:271][506]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21 +[2025.02.18-11.08.00:274][506]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.08.00:276][506]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-11.08.00:311][508]LogPlayLevel: Display: Destroying online subsystem :Context_29 +[2025.02.18-11.08.34:443][574]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.08.34:470][574]LogUObjectHash: Compacting FUObjectHashTables data took 0.91ms +[2025.02.18-11.08.34:863][615]LogUObjectHash: Compacting FUObjectHashTables data took 0.37ms +[2025.02.18-11.08.34:874][615]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.08.34:875][615]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default17D4283E4F97540FAC96BCAB57C54020.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.08.34:880][615]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.08.34:880][615]LogFileHelpers: Saving map 'Minimal_Default' took 0.037 +[2025.02.18-11.08.34:889][615]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.08.34:889][615]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.08.37:200][890]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.08.37:203][890]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.08.37:203][890]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:08:37) +[2025.02.18-11.08.37:204][890]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.08.37:207][890]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003471s) +[2025.02.18-11.08.37:207][890]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.003529s) +[2025.02.18-11.08.37:207][890]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.08.37:207][890]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.08.37:207][890]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.08.37:208][890]LogPlayLevel: PIE: World Init took: (0.000592s) +[2025.02.18-11.08.37:227][890]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.08.37:228][890]LogAudio: Display: Creating Audio Device: Id: 22, Scope: Unique, Realtime: True +[2025.02.18-11.08.37:228][890]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.08.37:228][890]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.08.37:228][890]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.08.37:228][890]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.08.37:228][890]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.08.37:228][890]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.08.37:228][890]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.08.37:228][890]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.08.37:228][890]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.08.37:228][890]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.08.37:228][890]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.08.37:230][890]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.08.37:242][890]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.08.37:242][890]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.08.37:243][890]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.08.37:243][890]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.08.37:243][890]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=22 +[2025.02.18-11.08.37:243][890]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=22 +[2025.02.18-11.08.37:244][890]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=22 +[2025.02.18-11.08.37:244][890]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=22 +[2025.02.18-11.08.37:244][890]LogInit: FAudioDevice initialized. +[2025.02.18-11.08.37:244][890]LogAudio: Display: Audio Device (ID: 22) registered with world 'Minimal_Default'. +[2025.02.18-11.08.37:263][890]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.08.37:263][890]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.08.37:263][890]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.08.37 +[2025.02.18-11.08.37:264][890]LogWorld: Bringing up level for play took: 0.000641 +[2025.02.18-11.08.37:265][890]LogOnline: OSS: Created online subsystem instance for: :Context_30 +[2025.02.18-11.08.37:265][890]LogBlueprintUserMessages: [Minimal_Default_C_9] Welcome to Warehouse Wreckage! +[2025.02.18-11.08.37:265][890]LogBlueprintUserMessages: [Minimal_Default_C_9] Hello World +[2025.02.18-11.08.37:266][890]PIE: 서버가 로그인했습니다. +[2025.02.18-11.08.37:267][890]PIE: 에디터에서 플레이 총 시작 시간 0.063초입니다. +[2025.02.18-11.08.37:275][890]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.08.39:926][181]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.08.39:926][181]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.08.39:926][181]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.08.39:932][181]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.08.39:932][181]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.08.39:941][181]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.08.39:944][181]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.08.39:965][181]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=22 +[2025.02.18-11.08.39:967][181]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=22 +[2025.02.18-11.08.39:971][181]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms +[2025.02.18-11.08.40:004][184]LogPlayLevel: Display: Destroying online subsystem :Context_30 +[2025.02.18-11.08.48:773][236]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.08.48:777][236]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.08.48:777][236]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:08:48) +[2025.02.18-11.08.48:777][236]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.08.48:780][236]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002495s) +[2025.02.18-11.08.48:780][236]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002544s) +[2025.02.18-11.08.48:780][236]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.08.48:780][236]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.08.48:780][236]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.08.48:780][236]LogPlayLevel: PIE: World Init took: (0.000473s) +[2025.02.18-11.08.48:799][236]LogUObjectHash: Compacting FUObjectHashTables data took 0.85ms +[2025.02.18-11.08.48:800][236]LogAudio: Display: Creating Audio Device: Id: 23, Scope: Unique, Realtime: True +[2025.02.18-11.08.48:800][236]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.08.48:800][236]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.08.48:800][236]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.08.48:800][236]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.08.48:800][236]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.08.48:800][236]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.08.48:800][236]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.08.48:800][236]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.08.48:800][236]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.08.48:800][236]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.08.48:800][236]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.08.48:802][236]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.08.48:813][236]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.08.48:813][236]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.08.48:813][236]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.08.48:813][236]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.08.48:814][236]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=23 +[2025.02.18-11.08.48:814][236]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=23 +[2025.02.18-11.08.48:814][236]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=23 +[2025.02.18-11.08.48:815][236]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=23 +[2025.02.18-11.08.48:815][236]LogInit: FAudioDevice initialized. +[2025.02.18-11.08.48:815][236]LogAudio: Display: Audio Device (ID: 23) registered with world 'Minimal_Default'. +[2025.02.18-11.08.48:864][236]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.08.48:864][236]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.08.48:865][236]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.08.48 +[2025.02.18-11.08.48:865][236]LogWorld: Bringing up level for play took: 0.001107 +[2025.02.18-11.08.48:868][236]LogOnline: OSS: Created online subsystem instance for: :Context_31 +[2025.02.18-11.08.48:868][236]LogBlueprintUserMessages: [Minimal_Default_C_9] Welcome to Warehouse Wreckage! +[2025.02.18-11.08.48:868][236]LogBlueprintUserMessages: [Minimal_Default_C_9] Hello World +[2025.02.18-11.08.48:869][236]PIE: 서버가 로그인했습니다. +[2025.02.18-11.08.48:870][236]PIE: 에디터에서 플레이 총 시작 시간 0.093초입니다. +[2025.02.18-11.08.48:877][236]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.08.54:596][881]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.08.54:596][881]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.08.54:596][881]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.08.54:601][881]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.08.54:601][881]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.08.54:611][881]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.08.54:614][881]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.08.54:634][881]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=23 +[2025.02.18-11.08.54:635][881]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=23 +[2025.02.18-11.08.54:639][881]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms +[2025.02.18-11.08.54:664][883]LogPlayLevel: Display: Destroying online subsystem :Context_31 +[2025.02.18-11.08.57:651][155]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.08.57:654][155]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.08.57:654][155]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:08:57) +[2025.02.18-11.08.57:686][155]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.08.57:688][155]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002355s) +[2025.02.18-11.08.57:688][155]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002411s) +[2025.02.18-11.08.57:688][155]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.08.57:688][155]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.08.57:689][155]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.08.57:689][155]LogPlayLevel: PIE: World Init took: (0.000519s) +[2025.02.18-11.08.57:708][155]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.08.57:709][155]LogAudio: Display: Creating Audio Device: Id: 24, Scope: Unique, Realtime: True +[2025.02.18-11.08.57:709][155]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.08.57:709][155]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.08.57:709][155]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.08.57:709][155]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.08.57:709][155]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.08.57:709][155]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.08.57:709][155]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.08.57:709][155]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.08.57:709][155]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.08.57:709][155]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.08.57:710][155]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.08.57:711][155]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.08.57:722][155]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.08.57:722][155]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.08.57:722][155]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.08.57:722][155]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.08.57:722][155]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=24 +[2025.02.18-11.08.57:722][155]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=24 +[2025.02.18-11.08.57:724][155]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=24 +[2025.02.18-11.08.57:724][155]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=24 +[2025.02.18-11.08.57:724][155]LogInit: FAudioDevice initialized. +[2025.02.18-11.08.57:724][155]LogAudio: Display: Audio Device (ID: 24) registered with world 'Minimal_Default'. +[2025.02.18-11.08.57:733][155]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.08.57:734][155]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.08.57 +[2025.02.18-11.08.57:734][155]LogWorld: Bringing up level for play took: 0.000640 +[2025.02.18-11.08.57:735][155]LogOnline: OSS: Created online subsystem instance for: :Context_32 +[2025.02.18-11.08.57:735][155]LogBlueprintUserMessages: [Minimal_Default_C_9] Welcome to Warehouse Wreckage! +[2025.02.18-11.08.57:735][155]LogBlueprintUserMessages: [Minimal_Default_C_9] Hello World +[2025.02.18-11.08.57:735][155]PIE: 서버가 로그인했습니다. +[2025.02.18-11.08.57:736][155]PIE: 에디터에서 플레이 총 시작 시간 0.082초입니다. +[2025.02.18-11.10.05:988][ 54]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.10.05:988][ 54]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.10.05:989][ 54]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.10.05:989][ 54]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.10.05:999][ 54]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.10.06:002][ 54]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.10.06:022][ 54]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.10.06:023][ 54]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=24 +[2025.02.18-11.10.06:024][ 54]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=24 +[2025.02.18-11.10.06:025][ 54]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.10.06:029][ 54]LogUObjectHash: Compacting FUObjectHashTables data took 1.36ms +[2025.02.18-11.10.06:062][ 58]LogPlayLevel: Display: Destroying online subsystem :Context_32 +[2025.02.18-11.10.19:690][670]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.10.19:718][670]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms +[2025.02.18-11.10.20:084][707]LogUObjectHash: Compacting FUObjectHashTables data took 0.45ms +[2025.02.18-11.10.20:095][707]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.10.20:096][707]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultDEFF944A414BC7571B407B993D025BC9.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.10.20:102][707]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.10.20:102][707]LogFileHelpers: Saving map 'Minimal_Default' took 0.038 +[2025.02.18-11.10.20:111][707]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.10.20:111][707]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.10.20:816][790]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.10.20:821][790]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.10.20:821][790]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:10:20) +[2025.02.18-11.10.20:821][790]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.10.20:823][790]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002510s) +[2025.02.18-11.10.20:823][790]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002558s) +[2025.02.18-11.10.20:823][790]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.10.20:823][790]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.10.20:823][790]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.10.20:823][790]LogPlayLevel: PIE: World Init took: (0.000439s) +[2025.02.18-11.10.20:844][790]LogUObjectHash: Compacting FUObjectHashTables data took 0.92ms +[2025.02.18-11.10.20:845][790]LogAudio: Display: Creating Audio Device: Id: 25, Scope: Unique, Realtime: True +[2025.02.18-11.10.20:845][790]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.10.20:845][790]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.10.20:845][790]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.10.20:845][790]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.10.20:845][790]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.10.20:845][790]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.10.20:845][790]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.10.20:845][790]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.10.20:845][790]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.10.20:845][790]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.10.20:845][790]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.10.20:847][790]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.10.20:859][790]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.10.20:859][790]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.10.20:859][790]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.10.20:859][790]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.10.20:860][790]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=25 +[2025.02.18-11.10.20:860][790]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=25 +[2025.02.18-11.10.20:861][790]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=25 +[2025.02.18-11.10.20:861][790]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=25 +[2025.02.18-11.10.20:861][790]LogInit: FAudioDevice initialized. +[2025.02.18-11.10.20:861][790]LogAudio: Display: Audio Device (ID: 25) registered with world 'Minimal_Default'. +[2025.02.18-11.10.20:883][790]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.10.20:883][790]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.10.20:884][790]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.10.20 +[2025.02.18-11.10.20:884][790]LogWorld: Bringing up level for play took: 0.000681 +[2025.02.18-11.10.20:885][790]LogOnline: OSS: Created online subsystem instance for: :Context_33 +[2025.02.18-11.10.20:886][790]LogBlueprintUserMessages: [Minimal_Default_C_10] Welcome to Warehouse Wreckage! +[2025.02.18-11.10.20:886][790]LogBlueprintUserMessages: [Minimal_Default_C_10] Hello World +[2025.02.18-11.10.20:887][790]PIE: 서버가 로그인했습니다. +[2025.02.18-11.10.20:887][790]PIE: 에디터에서 플레이 총 시작 시간 0.067초입니다. +[2025.02.18-11.10.20:896][790]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.10.23:338][ 53]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.10.23:338][ 53]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.10.23:338][ 53]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.10.23:343][ 53]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.10.23:344][ 53]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.10.23:353][ 53]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.10.23:357][ 53]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.10.23:377][ 53]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=25 +[2025.02.18-11.10.23:378][ 53]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=25 +[2025.02.18-11.10.23:383][ 53]LogUObjectHash: Compacting FUObjectHashTables data took 1.13ms +[2025.02.18-11.10.23:415][ 57]LogPlayLevel: Display: Destroying online subsystem :Context_33 +[2025.02.18-11.11.04:344][572]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.11.04:347][572]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.11.04:347][572]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:11:04) +[2025.02.18-11.11.04:347][572]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.11.04:350][572]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002377s) +[2025.02.18-11.11.04:350][572]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002424s) +[2025.02.18-11.11.04:350][572]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.11.04:350][572]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.11.04:350][572]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.11.04:351][572]LogPlayLevel: PIE: World Init took: (0.000430s) +[2025.02.18-11.11.04:371][572]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms +[2025.02.18-11.11.04:372][572]LogAudio: Display: Creating Audio Device: Id: 26, Scope: Unique, Realtime: True +[2025.02.18-11.11.04:372][572]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.11.04:372][572]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.11.04:372][572]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.11.04:372][572]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.11.04:372][572]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.11.04:372][572]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.11.04:372][572]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.11.04:372][572]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.11.04:372][572]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.11.04:372][572]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.11.04:372][572]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.11.04:373][572]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.11.04:385][572]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.11.04:385][572]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.11.04:385][572]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.11.04:385][572]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.11.04:386][572]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=26 +[2025.02.18-11.11.04:386][572]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=26 +[2025.02.18-11.11.04:386][572]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=26 +[2025.02.18-11.11.04:386][572]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=26 +[2025.02.18-11.11.04:387][572]LogInit: FAudioDevice initialized. +[2025.02.18-11.11.04:387][572]LogAudio: Display: Audio Device (ID: 26) registered with world 'Minimal_Default'. +[2025.02.18-11.11.04:407][572]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.11.04:407][572]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.11.04:407][572]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.11.04 +[2025.02.18-11.11.04:408][572]LogWorld: Bringing up level for play took: 0.000932 +[2025.02.18-11.11.04:409][572]LogOnline: OSS: Created online subsystem instance for: :Context_34 +[2025.02.18-11.11.04:409][572]LogBlueprintUserMessages: [Minimal_Default_C_10] Welcome to Warehouse Wreckage! +[2025.02.18-11.11.04:409][572]LogBlueprintUserMessages: [Minimal_Default_C_10] Hello World +[2025.02.18-11.11.04:410][572]PIE: 서버가 로그인했습니다. +[2025.02.18-11.11.04:410][572]PIE: 에디터에서 플레이 총 시작 시간 0.063초입니다. +[2025.02.18-11.11.04:418][572]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.11.13:540][651]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.11.13:540][651]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.11.13:540][651]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.11.13:545][651]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.11.13:545][651]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.11.13:551][651]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.11.13:555][651]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.11.13:575][651]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=26 +[2025.02.18-11.11.13:576][651]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=26 +[2025.02.18-11.11.13:580][651]LogUObjectHash: Compacting FUObjectHashTables data took 0.95ms +[2025.02.18-11.11.13:596][653]LogPlayLevel: Display: Destroying online subsystem :Context_34 +[2025.02.18-11.11.52:233][402]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.11.52:259][402]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.11.52:616][438]LogUObjectHash: Compacting FUObjectHashTables data took 0.35ms +[2025.02.18-11.11.52:627][438]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.11.52:628][438]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default1C38F5FF412A7508C373D7847F41DD81.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.11.52:634][438]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.11.52:634][438]LogFileHelpers: Saving map 'Minimal_Default' took 0.038 +[2025.02.18-11.11.52:642][438]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.11.52:642][438]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.11.53:291][513]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.11.53:294][513]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.11.53:294][513]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:11:53) +[2025.02.18-11.11.53:295][513]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.11.53:298][513]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002655s) +[2025.02.18-11.11.53:298][513]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002698s) +[2025.02.18-11.11.53:298][513]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.11.53:298][513]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.11.53:299][513]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.11.53:299][513]LogPlayLevel: PIE: World Init took: (0.000574s) +[2025.02.18-11.11.53:318][513]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.11.53:318][513]LogAudio: Display: Creating Audio Device: Id: 27, Scope: Unique, Realtime: True +[2025.02.18-11.11.53:318][513]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.11.53:318][513]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.11.53:318][513]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.11.53:318][513]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.11.53:318][513]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.11.53:318][513]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.11.53:318][513]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.11.53:318][513]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.11.53:318][513]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.11.53:318][513]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.11.53:318][513]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.11.53:321][513]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.11.53:332][513]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.11.53:332][513]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.11.53:332][513]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.11.53:332][513]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.11.53:332][513]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=27 +[2025.02.18-11.11.53:332][513]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=27 +[2025.02.18-11.11.53:333][513]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=27 +[2025.02.18-11.11.53:333][513]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=27 +[2025.02.18-11.11.53:333][513]LogInit: FAudioDevice initialized. +[2025.02.18-11.11.53:333][513]LogAudio: Display: Audio Device (ID: 27) registered with world 'Minimal_Default'. +[2025.02.18-11.11.53:349][513]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.11.53:349][513]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.11.53:350][513]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.11.53 +[2025.02.18-11.11.53:350][513]LogWorld: Bringing up level for play took: 0.000575 +[2025.02.18-11.11.53:350][513]LogOnline: OSS: Created online subsystem instance for: :Context_35 +[2025.02.18-11.11.53:351][513]LogBlueprintUserMessages: [Minimal_Default_C_11] Welcome to Warehouse Wreckage! +[2025.02.18-11.11.53:351][513]LogBlueprintUserMessages: [Minimal_Default_C_11] Hello World +[2025.02.18-11.11.53:352][513]PIE: 서버가 로그인했습니다. +[2025.02.18-11.11.53:352][513]PIE: 에디터에서 플레이 총 시작 시간 0.058초입니다. +[2025.02.18-11.11.53:360][513]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.12.02:641][610]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.12.02:641][610]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.12.02:641][610]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.12.02:646][610]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.12.02:646][610]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.12.02:653][610]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.12.02:656][610]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.12.02:677][610]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=27 +[2025.02.18-11.12.02:678][610]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=27 +[2025.02.18-11.12.02:683][610]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms +[2025.02.18-11.12.02:699][612]LogPlayLevel: Display: Destroying online subsystem :Context_35 +[2025.02.18-11.16.24:991][904]LogDerivedDataCache: C:/Users/ssh03/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.688 and deleted 0 file(s) with total size 0 MiB. +[2025.02.18-11.21.37:191][262]LogUObjectHash: Compacting FUObjectHashTables data took 1.21ms +[2025.02.18-11.21.37:203][262]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.21.37:203][262]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultD0D0187B41802E6F561ABC9DBB951143.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.21.37:210][262]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.21.37:220][262]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.21.37:220][262]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.21.37:764][328]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.21.37:768][328]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-11.21.37:769][328]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-11.21.37:800][328]LogUObjectHash: Compacting FUObjectHashTables data took 0.92ms +[2025.02.18-11.21.37:802][328]LogPlayLevel: PlayLevel: Blueprint regeneration took 33 ms (1 blueprints) +[2025.02.18-11.21.37:802][328]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:21:37) +[2025.02.18-11.21.37:802][328]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.21.37:804][328]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002321s) +[2025.02.18-11.21.37:804][328]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002369s) +[2025.02.18-11.21.37:804][328]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.21.37:804][328]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.21.37:804][328]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.21.37:805][328]LogPlayLevel: PIE: World Init took: (0.000500s) +[2025.02.18-11.21.37:821][328]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.21.37:822][328]LogAudio: Display: Creating Audio Device: Id: 28, Scope: Unique, Realtime: True +[2025.02.18-11.21.37:822][328]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.21.37:822][328]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.21.37:822][328]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.21.37:822][328]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.21.37:822][328]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.21.37:822][328]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.21.37:822][328]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.21.37:822][328]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.21.37:822][328]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.21.37:822][328]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.21.37:822][328]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.21.37:824][328]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.21.37:835][328]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.21.37:835][328]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.21.37:835][328]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.21.37:835][328]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.21.37:836][328]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=28 +[2025.02.18-11.21.37:836][328]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=28 +[2025.02.18-11.21.37:837][328]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=28 +[2025.02.18-11.21.37:837][328]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=28 +[2025.02.18-11.21.37:837][328]LogInit: FAudioDevice initialized. +[2025.02.18-11.21.37:837][328]LogAudio: Display: Audio Device (ID: 28) registered with world 'Minimal_Default'. +[2025.02.18-11.21.37:846][328]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.21.37:847][328]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.21.37 +[2025.02.18-11.21.37:847][328]LogWorld: Bringing up level for play took: 0.000841 +[2025.02.18-11.21.37:848][328]LogOnline: OSS: Created online subsystem instance for: :Context_36 +[2025.02.18-11.21.37:849][328]LogBlueprintUserMessages: [Minimal_Default_C_12] Welcome to Warehouse Wreckage! +[2025.02.18-11.21.37:849][328]LogBlueprintUserMessages: [Minimal_Default_C_12] Hello World +[2025.02.18-11.21.37:849][328]PIE: 서버가 로그인했습니다. +[2025.02.18-11.21.37:849][328]PIE: 에디터에서 플레이 총 시작 시간 0.081초입니다. +[2025.02.18-11.21.41:675][776]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.21.41:675][776]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.21.41:675][776]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.21.41:675][776]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.21.41:685][776]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.21.41:689][776]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.21.41:709][776]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.21.41:709][776]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=28 +[2025.02.18-11.21.41:711][776]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=28 +[2025.02.18-11.21.41:715][776]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms +[2025.02.18-11.21.41:753][778]LogPlayLevel: Display: Destroying online subsystem :Context_36 +[2025.02.18-11.21.55:120][366]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/BP_Projectile +[2025.02.18-11.21.55:121][366]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/BP_Projectile9374577946D59F66C0C40FA8DD2E3FAA.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/BP_Projectile.uasset' +[2025.02.18-11.21.55:131][366]AssetCheck: New page: 에셋 저장: BP_Projectile +[2025.02.18-11.21.55:131][366]LogContentValidation: Display: Blueprint /Game/StarterContent/Maps/BP_Projectile.BP_Projectile 유효성 검사 중 +[2025.02.18-11.24.45:833][843]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.24.45:836][843]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-11.24.45:837][843]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-11.24.45:870][843]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.24.45:871][843]LogPlayLevel: PlayLevel: Blueprint regeneration took 35 ms (1 blueprints) +[2025.02.18-11.24.45:871][843]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:24:45) +[2025.02.18-11.24.45:872][843]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.24.45:874][843]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002302s) +[2025.02.18-11.24.45:874][843]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002345s) +[2025.02.18-11.24.45:874][843]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.24.45:874][843]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.24.45:874][843]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.24.45:874][843]LogPlayLevel: PIE: World Init took: (0.000561s) +[2025.02.18-11.24.45:891][843]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.24.45:892][843]LogAudio: Display: Creating Audio Device: Id: 29, Scope: Unique, Realtime: True +[2025.02.18-11.24.45:892][843]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.24.45:892][843]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.24.45:892][843]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.24.45:892][843]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.24.45:892][843]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.24.45:892][843]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.24.45:892][843]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.24.45:892][843]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.24.45:892][843]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.24.45:892][843]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.24.45:892][843]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.24.45:894][843]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.24.45:906][843]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.24.45:906][843]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.24.45:906][843]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.24.45:906][843]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.24.45:907][843]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=29 +[2025.02.18-11.24.45:907][843]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=29 +[2025.02.18-11.24.45:907][843]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=29 +[2025.02.18-11.24.45:907][843]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=29 +[2025.02.18-11.24.45:907][843]LogInit: FAudioDevice initialized. +[2025.02.18-11.24.45:907][843]LogAudio: Display: Audio Device (ID: 29) registered with world 'Minimal_Default'. +[2025.02.18-11.24.45:922][843]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.24.45:922][843]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.24.45:923][843]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.24.45 +[2025.02.18-11.24.45:923][843]LogWorld: Bringing up level for play took: 0.000581 +[2025.02.18-11.24.45:924][843]LogOnline: OSS: Created online subsystem instance for: :Context_37 +[2025.02.18-11.24.45:925][843]LogBlueprintUserMessages: [Minimal_Default_C_13] Welcome to Warehouse Wreckage! +[2025.02.18-11.24.45:925][843]LogBlueprintUserMessages: [Minimal_Default_C_13] Hello World +[2025.02.18-11.24.45:925][843]PIE: 서버가 로그인했습니다. +[2025.02.18-11.24.45:926][843]PIE: 에디터에서 플레이 총 시작 시간 0.089초입니다. +[2025.02.18-11.24.45:939][843]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.24.54:399][843]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.24.54:399][843]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.24.54:399][843]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.24.54:404][843]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.24.54:404][843]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.24.54:411][843]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.24.54:415][843]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.24.54:434][843]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=29 +[2025.02.18-11.24.54:435][843]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=29 +[2025.02.18-11.24.54:441][843]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms +[2025.02.18-11.24.54:457][845]LogPlayLevel: Display: Destroying online subsystem :Context_37 +[2025.02.18-11.28.05:349][271]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.28.05:377][271]LogUObjectHash: Compacting FUObjectHashTables data took 1.32ms +[2025.02.18-11.28.05:741][308]LogUObjectHash: Compacting FUObjectHashTables data took 0.38ms +[2025.02.18-11.28.05:753][308]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.28.05:753][308]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default7623A9C34A81CE023A5083B1B0D1756B.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.28.05:759][308]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.28.05:759][308]LogFileHelpers: Saving map 'Minimal_Default' took 0.037 +[2025.02.18-11.28.05:768][308]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.28.05:768][308]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.28.06:697][420]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.28.06:700][420]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.28.06:700][420]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:28:06) +[2025.02.18-11.28.06:701][420]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.28.06:703][420]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002668s) +[2025.02.18-11.28.06:703][420]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002716s) +[2025.02.18-11.28.06:703][420]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.28.06:703][420]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.28.06:703][420]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.28.06:703][420]LogPlayLevel: PIE: World Init took: (0.000504s) +[2025.02.18-11.28.06:724][420]LogUObjectHash: Compacting FUObjectHashTables data took 0.93ms +[2025.02.18-11.28.06:725][420]LogAudio: Display: Creating Audio Device: Id: 30, Scope: Unique, Realtime: True +[2025.02.18-11.28.06:725][420]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.28.06:725][420]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.28.06:725][420]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.28.06:725][420]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.28.06:725][420]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.28.06:725][420]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.28.06:725][420]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.28.06:725][420]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.28.06:725][420]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.28.06:725][420]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.28.06:725][420]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.28.06:727][420]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.28.06:738][420]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.28.06:738][420]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.28.06:738][420]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.28.06:738][420]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.28.06:739][420]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=30 +[2025.02.18-11.28.06:739][420]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=30 +[2025.02.18-11.28.06:740][420]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=30 +[2025.02.18-11.28.06:740][420]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=30 +[2025.02.18-11.28.06:740][420]LogInit: FAudioDevice initialized. +[2025.02.18-11.28.06:740][420]LogAudio: Display: Audio Device (ID: 30) registered with world 'Minimal_Default'. +[2025.02.18-11.28.06:761][420]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.28.06:762][420]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.28.06:762][420]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.28.06 +[2025.02.18-11.28.06:762][420]LogWorld: Bringing up level for play took: 0.000738 +[2025.02.18-11.28.06:764][420]LogOnline: OSS: Created online subsystem instance for: :Context_38 +[2025.02.18-11.28.06:764][420]LogBlueprintUserMessages: [Minimal_Default_C_14] Welcome to Warehouse Wreckage! +[2025.02.18-11.28.06:764][420]LogBlueprintUserMessages: [Minimal_Default_C_14] Hello World +[2025.02.18-11.28.06:765][420]PIE: 서버가 로그인했습니다. +[2025.02.18-11.28.06:766][420]PIE: 에디터에서 플레이 총 시작 시간 0.065초입니다. +[2025.02.18-11.28.06:772][420]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.28.10:924][901]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.28.10:924][901]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.28.10:924][901]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.28.10:929][901]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.28.10:930][901]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.28.10:935][901]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.28.10:939][901]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.28.10:959][901]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.28.10:959][901]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=30 +[2025.02.18-11.28.10:961][901]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=30 +[2025.02.18-11.28.10:966][901]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.28.10:983][903]LogPlayLevel: Display: Destroying online subsystem :Context_38 +[2025.02.18-11.29.16:389][698]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.29.16:421][698]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.29.16:979][758]LogUObjectHash: Compacting FUObjectHashTables data took 0.36ms +[2025.02.18-11.29.16:991][758]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.29.16:992][758]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultD6F62E5C4DDF598A9AE2028377FF5F27.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.29.16:998][758]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.29.16:998][758]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.29.17:007][758]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.29.17:007][758]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.29.17:632][832]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.29.17:635][832]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.29.17:635][832]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:29:17) +[2025.02.18-11.29.17:635][832]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.29.17:638][832]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002867s) +[2025.02.18-11.29.17:638][832]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002915s) +[2025.02.18-11.29.17:638][832]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.29.17:638][832]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.29.17:638][832]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.29.17:639][832]LogPlayLevel: PIE: World Init took: (0.000604s) +[2025.02.18-11.29.17:658][832]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.29.17:659][832]LogAudio: Display: Creating Audio Device: Id: 31, Scope: Unique, Realtime: True +[2025.02.18-11.29.17:659][832]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.29.17:659][832]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.29.17:659][832]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.29.17:659][832]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.29.17:659][832]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.29.17:659][832]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.29.17:659][832]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.29.17:659][832]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.29.17:659][832]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.29.17:659][832]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.29.17:659][832]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.29.17:661][832]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.29.17:672][832]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.29.17:672][832]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.29.17:672][832]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.29.17:672][832]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.29.17:672][832]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=31 +[2025.02.18-11.29.17:672][832]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=31 +[2025.02.18-11.29.17:673][832]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=31 +[2025.02.18-11.29.17:673][832]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=31 +[2025.02.18-11.29.17:673][832]LogInit: FAudioDevice initialized. +[2025.02.18-11.29.17:673][832]LogAudio: Display: Audio Device (ID: 31) registered with world 'Minimal_Default'. +[2025.02.18-11.29.17:688][832]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.29.17:688][832]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.29.17:689][832]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.29.17 +[2025.02.18-11.29.17:689][832]LogWorld: Bringing up level for play took: 0.000586 +[2025.02.18-11.29.17:690][832]LogOnline: OSS: Created online subsystem instance for: :Context_39 +[2025.02.18-11.29.17:691][832]LogBlueprintUserMessages: [Minimal_Default_C_15] Welcome to Warehouse Wreckage! +[2025.02.18-11.29.17:691][832]LogBlueprintUserMessages: [Minimal_Default_C_15] Hello World +[2025.02.18-11.29.17:692][832]PIE: 서버가 로그인했습니다. +[2025.02.18-11.29.17:692][832]PIE: 에디터에서 플레이 총 시작 시간 0.057초입니다. +[2025.02.18-11.29.17:700][832]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.29.29:706][257]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.29.29:706][257]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.29.29:706][257]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.29.29:712][257]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.29.29:712][257]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.29.29:721][257]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.29.29:724][257]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.29.29:745][257]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=31 +[2025.02.18-11.29.29:746][257]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=31 +[2025.02.18-11.29.29:751][257]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms +[2025.02.18-11.29.29:759][258]LogPlayLevel: Display: Destroying online subsystem :Context_39 +[2025.02.18-11.30.19:956][402]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.30.19:984][402]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms +[2025.02.18-11.30.20:301][434]LogUObjectHash: Compacting FUObjectHashTables data took 0.37ms +[2025.02.18-11.30.20:313][434]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.30.20:313][434]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default74FD62C34A4EEB7A8DEA83846A19C306.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.30.20:320][434]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.30.20:320][434]LogFileHelpers: Saving map 'Minimal_Default' took 0.038 +[2025.02.18-11.30.20:332][434]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.30.20:332][434]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.30.20:808][490]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.30.20:812][490]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.30.20:812][490]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:30:20) +[2025.02.18-11.30.20:813][490]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.30.20:815][490]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002336s) +[2025.02.18-11.30.20:815][490]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002379s) +[2025.02.18-11.30.20:815][490]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.30.20:815][490]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.30.20:815][490]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.30.20:815][490]LogPlayLevel: PIE: World Init took: (0.000451s) +[2025.02.18-11.30.20:834][490]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms +[2025.02.18-11.30.20:836][490]LogAudio: Display: Creating Audio Device: Id: 32, Scope: Unique, Realtime: True +[2025.02.18-11.30.20:836][490]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.30.20:836][490]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.30.20:836][490]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.30.20:836][490]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.30.20:836][490]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.30.20:836][490]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.30.20:836][490]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.30.20:836][490]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.30.20:837][490]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.30.20:837][490]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.30.20:837][490]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.30.20:838][490]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.30.20:849][490]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.30.20:849][490]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.30.20:849][490]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.30.20:849][490]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.30.20:850][490]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=32 +[2025.02.18-11.30.20:850][490]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=32 +[2025.02.18-11.30.20:851][490]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=32 +[2025.02.18-11.30.20:851][490]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=32 +[2025.02.18-11.30.20:851][490]LogInit: FAudioDevice initialized. +[2025.02.18-11.30.20:851][490]LogAudio: Display: Audio Device (ID: 32) registered with world 'Minimal_Default'. +[2025.02.18-11.30.20:871][490]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.30.20:871][490]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.30.20:872][490]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.30.20 +[2025.02.18-11.30.20:872][490]LogWorld: Bringing up level for play took: 0.000585 +[2025.02.18-11.30.20:873][490]LogOnline: OSS: Created online subsystem instance for: :Context_40 +[2025.02.18-11.30.20:874][490]LogBlueprintUserMessages: [Minimal_Default_C_16] Welcome to Warehouse Wreckage! +[2025.02.18-11.30.20:874][490]LogBlueprintUserMessages: [Minimal_Default_C_16] Hello World +[2025.02.18-11.30.20:875][490]PIE: 서버가 로그인했습니다. +[2025.02.18-11.30.20:875][490]PIE: 에디터에서 플레이 총 시작 시간 0.062초입니다. +[2025.02.18-11.30.20:882][490]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.30.30:687][652]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.30.30:687][652]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.30.30:687][652]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.30.30:691][652]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.30.30:691][652]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.30.30:703][652]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.30.30:706][652]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.30.30:726][652]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.30.30:726][652]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=32 +[2025.02.18-11.30.30:727][652]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=32 +[2025.02.18-11.30.30:731][652]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms +[2025.02.18-11.30.30:773][657]LogPlayLevel: Display: Destroying online subsystem :Context_40 +[2025.02.18-11.30.53:935][960]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.30.53:965][960]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.30.54:280][991]LogUObjectHash: Compacting FUObjectHashTables data took 0.36ms +[2025.02.18-11.30.54:292][991]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.30.54:293][991]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default5A6CF83344D6DF69B4C130B7B7B8956F.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.30.54:298][991]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.30.54:298][991]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.30.54:311][991]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.30.54:311][991]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.30.54:965][ 70]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.30.54:968][ 70]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.30.54:968][ 70]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:30:54) +[2025.02.18-11.30.54:968][ 70]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.30.54:971][ 70]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002699s) +[2025.02.18-11.30.54:971][ 70]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002745s) +[2025.02.18-11.30.54:971][ 70]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.30.54:971][ 70]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.30.54:971][ 70]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.30.54:971][ 70]LogPlayLevel: PIE: World Init took: (0.000472s) +[2025.02.18-11.30.54:992][ 70]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.30.54:993][ 70]LogAudio: Display: Creating Audio Device: Id: 33, Scope: Unique, Realtime: True +[2025.02.18-11.30.54:993][ 70]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.30.54:993][ 70]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.30.54:993][ 70]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.30.54:993][ 70]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.30.54:993][ 70]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.30.54:993][ 70]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.30.54:993][ 70]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.30.54:993][ 70]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.30.54:994][ 70]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.30.54:994][ 70]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.30.54:994][ 70]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.30.54:995][ 70]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.30.55:006][ 70]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.30.55:007][ 70]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.30.55:007][ 70]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.30.55:007][ 70]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.30.55:008][ 70]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=33 +[2025.02.18-11.30.55:008][ 70]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=33 +[2025.02.18-11.30.55:009][ 70]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=33 +[2025.02.18-11.30.55:009][ 70]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=33 +[2025.02.18-11.30.55:009][ 70]LogInit: FAudioDevice initialized. +[2025.02.18-11.30.55:009][ 70]LogAudio: Display: Audio Device (ID: 33) registered with world 'Minimal_Default'. +[2025.02.18-11.30.55:027][ 70]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.30.55:027][ 70]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.30.55:028][ 70]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.30.55 +[2025.02.18-11.30.55:028][ 70]LogWorld: Bringing up level for play took: 0.000759 +[2025.02.18-11.30.55:029][ 70]LogOnline: OSS: Created online subsystem instance for: :Context_41 +[2025.02.18-11.30.55:030][ 70]LogBlueprintUserMessages: [Minimal_Default_C_17] Welcome to Warehouse Wreckage! +[2025.02.18-11.30.55:030][ 70]LogBlueprintUserMessages: [Minimal_Default_C_17] Hello World +[2025.02.18-11.30.55:031][ 70]PIE: 서버가 로그인했습니다. +[2025.02.18-11.30.55:031][ 70]PIE: 에디터에서 플레이 총 시작 시간 0.063초입니다. +[2025.02.18-11.30.55:039][ 70]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.31.00:668][633]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.31.00:668][633]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.31.00:668][633]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.31.00:679][633]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.31.00:679][633]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.31.00:686][633]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.31.00:690][633]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.31.00:710][633]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=33 +[2025.02.18-11.31.00:712][633]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=33 +[2025.02.18-11.31.00:716][633]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms +[2025.02.18-11.31.00:973][634]LogPlayLevel: Display: Destroying online subsystem :Context_41 +[2025.02.18-11.31.19:775][775]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.31.19:804][775]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.31.20:169][811]LogUObjectHash: Compacting FUObjectHashTables data took 0.38ms +[2025.02.18-11.31.20:182][811]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.31.20:182][811]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultF78B54764C6F84CA5EBA7DA98A3E7E7F.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.31.20:187][811]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.31.20:187][811]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.31.20:196][811]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.31.20:196][811]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.31.20:591][859]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.31.20:595][859]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.31.20:595][859]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:31:20) +[2025.02.18-11.31.20:595][859]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.31.20:597][859]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002577s) +[2025.02.18-11.31.20:597][859]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002623s) +[2025.02.18-11.31.20:597][859]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.31.20:597][859]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.31.20:597][859]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.31.20:597][859]LogPlayLevel: PIE: World Init took: (0.000473s) +[2025.02.18-11.31.20:617][859]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms +[2025.02.18-11.31.20:618][859]LogAudio: Display: Creating Audio Device: Id: 34, Scope: Unique, Realtime: True +[2025.02.18-11.31.20:618][859]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.31.20:618][859]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.31.20:618][859]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.31.20:618][859]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.31.20:618][859]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.31.20:618][859]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.31.20:618][859]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.31.20:618][859]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.31.20:618][859]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.31.20:618][859]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.31.20:618][859]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.31.20:620][859]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.31.20:631][859]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.31.20:631][859]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.31.20:631][859]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.31.20:631][859]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.31.20:632][859]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=34 +[2025.02.18-11.31.20:632][859]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=34 +[2025.02.18-11.31.20:632][859]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=34 +[2025.02.18-11.31.20:632][859]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=34 +[2025.02.18-11.31.20:632][859]LogInit: FAudioDevice initialized. +[2025.02.18-11.31.20:633][859]LogAudio: Display: Audio Device (ID: 34) registered with world 'Minimal_Default'. +[2025.02.18-11.31.20:655][859]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.31.20:655][859]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.31.20:655][859]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.31.20 +[2025.02.18-11.31.20:655][859]LogWorld: Bringing up level for play took: 0.000559 +[2025.02.18-11.31.20:657][859]LogOnline: OSS: Created online subsystem instance for: :Context_42 +[2025.02.18-11.31.20:658][859]LogBlueprintUserMessages: [Minimal_Default_C_18] Welcome to Warehouse Wreckage! +[2025.02.18-11.31.20:658][859]LogBlueprintUserMessages: [Minimal_Default_C_18] Hello World +[2025.02.18-11.31.20:659][859]PIE: 서버가 로그인했습니다. +[2025.02.18-11.31.20:659][859]PIE: 에디터에서 플레이 총 시작 시간 0.064초입니다. +[2025.02.18-11.31.20:666][859]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.31.21:267][907]LogBlueprintUserMessages: [Minimal_Default_C_18] X=-9980.769 Y=582.654 Z=-211.588 +[2025.02.18-11.31.22:042][ 0]LogBlueprintUserMessages: [Minimal_Default_C_18] X=-6728.730 Y=7381.367 Z=489.513 +[2025.02.18-11.31.22:700][ 79]LogBlueprintUserMessages: [Minimal_Default_C_18] X=-9503.794 Y=-1442.275 Z=2756.402 +[2025.02.18-11.31.23:308][152]LogBlueprintUserMessages: [Minimal_Default_C_18] X=-3759.147 Y=-8981.962 Z=2278.855 +[2025.02.18-11.31.24:409][281]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.31.24:409][281]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.31.24:409][281]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.31.24:414][281]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.31.24:414][281]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.31.24:419][281]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.31.24:423][281]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.31.24:443][281]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.31.24:443][281]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=34 +[2025.02.18-11.31.24:444][281]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=34 +[2025.02.18-11.31.24:448][281]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.31.24:491][286]LogPlayLevel: Display: Destroying online subsystem :Context_42 +[2025.02.18-11.31.50:024][313]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.31.50:028][313]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-11.31.50:028][313]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-11.31.50:062][313]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.31.50:063][313]LogPlayLevel: PlayLevel: Blueprint regeneration took 35 ms (1 blueprints) +[2025.02.18-11.31.50:063][313]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:31:50) +[2025.02.18-11.31.50:063][313]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.31.50:066][313]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002363s) +[2025.02.18-11.31.50:066][313]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002408s) +[2025.02.18-11.31.50:066][313]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.31.50:066][313]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.31.50:066][313]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.31.50:066][313]LogPlayLevel: PIE: World Init took: (0.000461s) +[2025.02.18-11.31.50:083][313]LogUObjectHash: Compacting FUObjectHashTables data took 0.93ms +[2025.02.18-11.31.50:083][313]LogAudio: Display: Creating Audio Device: Id: 35, Scope: Unique, Realtime: True +[2025.02.18-11.31.50:083][313]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.31.50:083][313]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.31.50:084][313]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.31.50:084][313]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.31.50:084][313]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.31.50:084][313]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.31.50:084][313]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.31.50:084][313]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.31.50:084][313]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.31.50:084][313]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.31.50:084][313]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.31.50:085][313]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.31.50:096][313]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.31.50:096][313]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.31.50:096][313]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.31.50:096][313]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.31.50:097][313]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=35 +[2025.02.18-11.31.50:097][313]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=35 +[2025.02.18-11.31.50:097][313]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=35 +[2025.02.18-11.31.50:097][313]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=35 +[2025.02.18-11.31.50:097][313]LogInit: FAudioDevice initialized. +[2025.02.18-11.31.50:097][313]LogAudio: Display: Audio Device (ID: 35) registered with world 'Minimal_Default'. +[2025.02.18-11.31.50:120][313]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.31.50:120][313]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.31.50:121][313]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.31.50 +[2025.02.18-11.31.50:121][313]LogWorld: Bringing up level for play took: 0.000799 +[2025.02.18-11.31.50:122][313]LogOnline: OSS: Created online subsystem instance for: :Context_43 +[2025.02.18-11.31.50:123][313]LogBlueprintUserMessages: [Minimal_Default_C_19] Welcome to Warehouse Wreckage! +[2025.02.18-11.31.50:123][313]LogBlueprintUserMessages: [Minimal_Default_C_19] Hello World +[2025.02.18-11.31.50:123][313]PIE: 서버가 로그인했습니다. +[2025.02.18-11.31.50:123][313]PIE: 에디터에서 플레이 총 시작 시간 0.096초입니다. +[2025.02.18-11.31.50:140][313]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.31.51:810][505]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9880.798 Y=-32.156 Z=1539.092 +[2025.02.18-11.31.51:810][505]LogBlueprintUserMessages: [Minimal_Default_C_19] P=88535.394669 Y=1801864.624023 R=0.000000 +[2025.02.18-11.31.52:726][615]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9337.186 Y=-538.434 Z=3539.356 +[2025.02.18-11.31.52:727][615]LogBlueprintUserMessages: [Minimal_Default_C_19] P=207282.238007 Y=1833003.387451 R=0.000000 +[2025.02.18-11.31.54:644][845]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-8534.507 Y=-3881.968 Z=3477.429 +[2025.02.18-11.31.54:644][845]LogBlueprintUserMessages: [Minimal_Default_C_19] P=203493.232727 Y=2044586.791992 R=0.000000 +[2025.02.18-11.31.55:500][946]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-4212.930 Y=-9008.157 Z=1050.872 +[2025.02.18-11.31.55:500][946]LogBlueprintUserMessages: [Minimal_Default_C_19] P=60321.917534 Y=2449354.705811 R=0.000000 +[2025.02.18-11.31.56:109][ 19]LogBlueprintUserMessages: [Minimal_Default_C_19] X=1745.741 Y=-9842.548 Z=-276.848 +[2025.02.18-11.31.56:109][ 19]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3584135.742188 Y=2800577.697754 R=0.000000 +[2025.02.18-11.31.57:851][228]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-428.419 Y=-9608.748 Z=2736.499 +[2025.02.18-11.31.57:851][228]LogBlueprintUserMessages: [Minimal_Default_C_19] P=158815.717697 Y=2674470.825195 R=0.000000 +[2025.02.18-11.31.58:450][300]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-7004.810 Y=-6663.140 Z=2556.404 +[2025.02.18-11.31.58:450][300]LogBlueprintUserMessages: [Minimal_Default_C_19] P=148115.348816 Y=2235680.236816 R=0.000000 +[2025.02.18-11.31.59:726][453]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-6193.955 Y=7771.575 Z=1112.448 +[2025.02.18-11.31.59:726][453]LogBlueprintUserMessages: [Minimal_Default_C_19] P=63870.787621 Y=1285548.858643 R=0.000000 +[2025.02.18-11.32.00:651][564]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-120.579 Y=9966.225 Z=812.297 +[2025.02.18-11.32.00:651][564]LogBlueprintUserMessages: [Minimal_Default_C_19] P=46592.512131 Y=906931.762695 R=0.000000 +[2025.02.18-11.32.01:243][635]LogBlueprintUserMessages: [Minimal_Default_C_19] X=5013.721 Y=8650.264 Z=-188.503 +[2025.02.18-11.32.01:243][635]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3589198.913574 Y=599032.783508 R=0.000000 +[2025.02.18-11.32.01:975][723]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-5042.851 Y=8417.977 Z=-1925.440 +[2025.02.18-11.32.01:975][723]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3488987.121582 Y=1209240.264893 R=0.000000 +[2025.02.18-11.32.03:626][921]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-363.583 Y=-297.237 Z=-9988.967 +[2025.02.18-11.32.03:626][921]LogBlueprintUserMessages: [Minimal_Default_C_19] P=2726917.114258 Y=2192668.151855 R=0.000000 +[2025.02.18-11.32.04:509][ 27]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-4720.792 Y=-2227.903 Z=-8529.395 +[2025.02.18-11.32.04:509][ 27]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3014671.630859 Y=2052642.211914 R=0.000000 +[2025.02.18-11.32.05:068][ 94]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-7959.594 Y=3630.543 Z=-4843.968 +[2025.02.18-11.32.05:068][ 94]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3310270.385742 Y=1554812.469482 R=0.000000 +[2025.02.18-11.32.05:809][183]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9727.291 Y=1566.979 Z=-1710.086 +[2025.02.18-11.32.05:809][183]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3501535.339355 Y=1708487.854004 R=0.000000 +[2025.02.18-11.32.06:559][273]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9005.299 Y=2494.294 Z=-3561.333 +[2025.02.18-11.32.06:559][273]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3391370.849609 Y=1645182.952881 R=0.000000 +[2025.02.18-11.32.07:218][352]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9540.904 Y=1788.420 Z=-2402.646 +[2025.02.18-11.32.07:218][352]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3460978.393555 Y=1693832.397461 R=0.000000 +[2025.02.18-11.32.07:867][430]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9265.860 Y=166.367 Z=3757.148 +[2025.02.18-11.32.07:867][430]LogBlueprintUserMessages: [Minimal_Default_C_19] P=220684.967041 Y=1789713.745117 R=0.000000 +[2025.02.18-11.32.08:326][485]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-4092.502 Y=138.896 Z=9123.165 +[2025.02.18-11.32.08:326][485]LogBlueprintUserMessages: [Minimal_Default_C_19] P=658274.612427 Y=1780561.828613 R=0.000000 +[2025.02.18-11.32.08:743][535]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-4511.319 Y=153.110 Z=8923.260 +[2025.02.18-11.32.08:743][535]LogBlueprintUserMessages: [Minimal_Default_C_19] P=631669.960022 Y=1780561.828613 R=0.000000 +[2025.02.18-11.32.09:093][577]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-8679.120 Y=878.273 Z=4888.917 +[2025.02.18-11.32.09:093][577]LogBlueprintUserMessages: [Minimal_Default_C_19] P=292677.612305 Y=1742216.949463 R=0.000000 +[2025.02.18-11.32.09:601][638]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9753.008 Y=1744.998 Z=1354.185 +[2025.02.18-11.32.09:601][638]LogBlueprintUserMessages: [Minimal_Default_C_19] P=77828.187943 Y=1698560.333252 R=0.000000 +[2025.02.18-11.32.10:109][699]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9699.212 Y=2118.040 Z=-1199.665 +[2025.02.18-11.32.10:109][699]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3531098.327637 Y=1676815.643311 R=0.000000 +[2025.02.18-11.32.10:492][745]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-7929.317 Y=-5698.275 Z=2157.683 +[2025.02.18-11.32.10:492][745]LogBlueprintUserMessages: [Minimal_Default_C_19] P=124606.027603 Y=2157023.010254 R=0.000000 +[2025.02.18-11.32.10:917][796]LogBlueprintUserMessages: [Minimal_Default_C_19] X=2963.383 Y=-9241.972 Z=2409.216 +[2025.02.18-11.32.10:917][796]LogBlueprintUserMessages: [Minimal_Default_C_19] P=139409.408569 Y=2877781.372070 R=0.000000 +[2025.02.18-11.32.11:259][837]LogBlueprintUserMessages: [Minimal_Default_C_19] X=2346.567 Y=-3904.542 Z=-8902.145 +[2025.02.18-11.32.11:259][837]LogBlueprintUserMessages: [Minimal_Default_C_19] P=2970997.924805 Y=3010051.879883 R=0.000000 +[2025.02.18-11.32.12:293][961]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-8239.687 Y=3796.015 Z=-4206.878 +[2025.02.18-11.32.12:293][961]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3351219.787598 Y=1552645.263672 R=0.000000 +[2025.02.18-11.32.12:643][ 3]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9962.672 Y=181.763 Z=-843.872 +[2025.02.18-11.32.12:643][ 3]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3551592.102051 Y=1789547.882080 R=0.000000 +[2025.02.18-11.32.12:976][ 43]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9838.813 Y=-1576.593 Z=-843.872 +[2025.02.18-11.32.12:976][ 43]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3551592.102051 Y=1891038.055420 R=0.000000 +[2025.02.18-11.32.13:235][ 74]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9792.309 Y=298.237 Z=-2005.427 +[2025.02.18-11.32.13:235][ 74]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3484313.049316 Y=1782555.236816 R=0.000000 +[2025.02.18-11.32.13:584][116]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-8586.851 Y=4126.501 Z=-3039.404 +[2025.02.18-11.32.13:584][116]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3423055.725098 Y=1543329.010010 R=0.000000 +[2025.02.18-11.32.13:909][155]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-5547.851 Y=7689.027 Z=-3178.082 +[2025.02.18-11.32.13:909][155]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3414695.739746 Y=1258115.158081 R=0.000000 +[2025.02.18-11.32.14:252][196]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-221.924 Y=9127.000 Z=-4080.271 +[2025.02.18-11.32.14:252][196]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3359190.368652 Y=913928.756714 R=0.000000 +[2025.02.18-11.32.14:501][226]LogBlueprintUserMessages: [Minimal_Default_C_19] X=3753.895 Y=8118.734 Z=-4471.514 +[2025.02.18-11.32.14:501][226]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3334389.343262 Y=651853.866577 R=0.000000 +[2025.02.18-11.32.14:926][277]LogBlueprintUserMessages: [Minimal_Default_C_19] X=4073.184 Y=7963.337 Z=-4471.514 +[2025.02.18-11.32.14:926][277]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3334389.343262 Y=629106.178284 R=0.000000 +[2025.02.18-11.32.15:292][321]LogBlueprintUserMessages: [Minimal_Default_C_19] X=4073.184 Y=7963.337 Z=-4471.514 +[2025.02.18-11.32.15:292][321]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3334389.343262 Y=629106.178284 R=0.000000 +[2025.02.18-11.32.15:709][371]LogBlueprintUserMessages: [Minimal_Default_C_19] X=3969.043 Y=8061.023 Z=-4389.374 +[2025.02.18-11.32.15:709][371]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3339638.977051 Y=637855.377197 R=0.000000 +[2025.02.18-11.32.16:226][433]LogBlueprintUserMessages: [Minimal_Default_C_19] X=3969.043 Y=8061.023 Z=-4389.374 +[2025.02.18-11.32.16:226][433]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3339638.977051 Y=637855.377197 R=0.000000 +[2025.02.18-11.32.16:717][492]LogBlueprintUserMessages: [Minimal_Default_C_19] X=3782.113 Y=8179.763 Z=-4334.409 +[2025.02.18-11.32.16:717][492]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3343138.732910 Y=651853.866577 R=0.000000 +[2025.02.18-11.32.17:142][543]LogBlueprintUserMessages: [Minimal_Default_C_19] X=3681.910 Y=8225.353 Z=-4334.409 +[2025.02.18-11.32.17:142][543]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3343138.732910 Y=658853.073120 R=0.000000 +[2025.02.18-11.32.19:834][866]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9789.394 Y=-1589.118 Z=1281.590 +[2025.02.18-11.32.19:834][866]LogBlueprintUserMessages: [Minimal_Default_C_19] P=73632.235527 Y=1892204.284668 R=0.000000 +[2025.02.18-11.32.20:276][919]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9789.394 Y=-1589.118 Z=1281.590 +[2025.02.18-11.32.20:276][919]LogBlueprintUserMessages: [Minimal_Default_C_19] P=73632.235527 Y=1892204.284668 R=0.000000 +[2025.02.18-11.32.20:693][969]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-4986.055 Y=8615.960 Z=951.049 +[2025.02.18-11.32.20:693][969]LogBlueprintUserMessages: [Minimal_Default_C_19] P=54573.593140 Y=1200579.605103 R=0.000000 +[2025.02.18-11.32.21:109][ 19]LogBlueprintUserMessages: [Minimal_Default_C_19] X=7867.135 Y=6154.983 Z=473.683 +[2025.02.18-11.32.21:109][ 19]LogBlueprintUserMessages: [Minimal_Default_C_19] P=27150.208950 Y=380384.368896 R=0.000000 +[2025.02.18-11.32.21:485][ 64]LogBlueprintUserMessages: [Minimal_Default_C_19] X=9696.650 Y=-2430.141 Z=-263.441 +[2025.02.18-11.32.21:485][ 64]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3584904.174805 Y=3459305.114746 R=0.000000 +[2025.02.18-11.32.21:843][107]LogBlueprintUserMessages: [Minimal_Default_C_19] X=4511.809 Y=-8865.790 Z=-1020.459 +[2025.02.18-11.32.21:843][107]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3541430.053711 Y=2969715.881348 R=0.000000 +[2025.02.18-11.32.22:267][158]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-2619.606 Y=-9518.046 Z=-1595.139 +[2025.02.18-11.32.22:267][158]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3508213.195801 Y=2546117.553711 R=0.000000 +[2025.02.18-11.32.22:717][212]LogBlueprintUserMessages: [Minimal_Default_C_19] X=8164.910 Y=-5598.631 Z=-1410.521 +[2025.02.18-11.32.22:717][212]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3518912.658691 Y=3255617.980957 R=0.000000 +[2025.02.18-11.32.23:085][256]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-1333.787 Y=9891.448 Z=-616.652 +[2025.02.18-11.32.23:085][256]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3564645.996094 Y=976795.806885 R=0.000000 +[2025.02.18-11.32.23:443][299]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-8231.485 Y=5668.317 Z=-335.905 +[2025.02.18-11.32.23:443][299]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3580750.427246 Y=1454481.506348 R=0.000000 +[2025.02.18-11.32.23:801][342]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9839.986 Y=-1729.724 Z=-427.462 +[2025.02.18-11.32.23:801][342]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3575500.793457 Y=1899698.944092 R=0.000000 +[2025.02.18-11.32.24:177][387]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9911.281 Y=-1277.591 Z=-366.428 +[2025.02.18-11.32.24:177][387]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3579000.549316 Y=1873450.775146 R=0.000000 +[2025.02.18-11.32.24:760][453]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.32.24:760][453]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.32.24:760][453]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.32.24:765][453]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.32.24:765][453]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.32.24:775][453]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.32.24:778][453]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.32.24:798][453]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=35 +[2025.02.18-11.32.24:799][453]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=35 +[2025.02.18-11.32.24:803][453]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms +[2025.02.18-11.32.24:828][456]LogPlayLevel: Display: Destroying online subsystem :Context_43 +[2025.02.18-11.32.40:383][302]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.32.40:412][302]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.32.41:205][394]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.32.41:208][394]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.32.41:208][394]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:32:41) +[2025.02.18-11.32.41:208][394]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.32.41:210][394]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002437s) +[2025.02.18-11.32.41:210][394]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002480s) +[2025.02.18-11.32.41:210][394]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.32.41:210][394]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.32.41:210][394]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.32.41:210][394]LogPlayLevel: PIE: World Init took: (0.000473s) +[2025.02.18-11.32.41:230][394]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.32.41:232][394]LogAudio: Display: Creating Audio Device: Id: 36, Scope: Unique, Realtime: True +[2025.02.18-11.32.41:232][394]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.32.41:232][394]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.32.41:232][394]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.32.41:232][394]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.32.41:232][394]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.32.41:232][394]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.32.41:232][394]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.32.41:232][394]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.32.41:232][394]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.32.41:232][394]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.32.41:232][394]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.32.41:234][394]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.32.41:245][394]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.32.41:245][394]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.32.41:245][394]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.32.41:245][394]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.32.41:245][394]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=36 +[2025.02.18-11.32.41:245][394]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=36 +[2025.02.18-11.32.41:246][394]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=36 +[2025.02.18-11.32.41:246][394]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=36 +[2025.02.18-11.32.41:246][394]LogInit: FAudioDevice initialized. +[2025.02.18-11.32.41:246][394]LogAudio: Display: Audio Device (ID: 36) registered with world 'Minimal_Default'. +[2025.02.18-11.32.41:266][394]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.32.41:266][394]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.32.41:267][394]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.32.41 +[2025.02.18-11.32.41:267][394]LogWorld: Bringing up level for play took: 0.000595 +[2025.02.18-11.32.41:268][394]LogOnline: OSS: Created online subsystem instance for: :Context_44 +[2025.02.18-11.32.41:269][394]LogBlueprintUserMessages: [Minimal_Default_C_20] Welcome to Warehouse Wreckage! +[2025.02.18-11.32.41:269][394]LogBlueprintUserMessages: [Minimal_Default_C_20] Hello World +[2025.02.18-11.32.41:270][394]PIE: 서버가 로그인했습니다. +[2025.02.18-11.32.41:270][394]PIE: 에디터에서 플레이 총 시작 시간 0.063초입니다. +[2025.02.18-11.32.41:277][394]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.32.42:015][460]LogBlueprintUserMessages: [Minimal_Default_C_20] X=-9944.561 Y=1029.907 Z=-212.126 +[2025.02.18-11.32.42:015][460]LogBlueprintUserMessages: [Minimal_Default_C_20] Hello +[2025.02.18-11.32.43:007][579]LogBlueprintUserMessages: [Minimal_Default_C_20] X=-4087.416 Y=2478.347 Z=-8783.554 +[2025.02.18-11.32.43:007][579]LogBlueprintUserMessages: [Minimal_Default_C_20] Hello +[2025.02.18-11.32.43:457][633]LogBlueprintUserMessages: [Minimal_Default_C_20] X=-2524.160 Y=1801.509 Z=-9507.007 +[2025.02.18-11.32.43:457][633]LogBlueprintUserMessages: [Minimal_Default_C_20] Hello +[2025.02.18-11.32.43:823][677]LogBlueprintUserMessages: [Minimal_Default_C_20] X=-2524.160 Y=1801.509 Z=-9507.007 +[2025.02.18-11.32.43:823][677]LogBlueprintUserMessages: [Minimal_Default_C_20] Hello +[2025.02.18-11.32.44:231][721]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.32.44:231][721]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.32.44:231][721]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.32.44:235][721]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.32.44:235][721]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.32.44:246][721]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.32.44:250][721]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.32.44:271][721]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=36 +[2025.02.18-11.32.44:272][721]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=36 +[2025.02.18-11.32.44:276][721]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms +[2025.02.18-11.32.44:293][723]LogPlayLevel: Display: Destroying online subsystem :Context_44 +[2025.02.18-11.32.49:473][341]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.32.49:501][341]LogUObjectHash: Compacting FUObjectHashTables data took 0.95ms +[2025.02.18-11.32.50:462][453]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.32.50:465][453]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.32.50:465][453]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:32:50) +[2025.02.18-11.32.50:465][453]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.32.50:468][453]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002799s) +[2025.02.18-11.32.50:468][453]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002847s) +[2025.02.18-11.32.50:468][453]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.32.50:468][453]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.32.50:469][453]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.32.50:469][453]LogPlayLevel: PIE: World Init took: (0.000569s) +[2025.02.18-11.32.50:488][453]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.32.50:490][453]LogAudio: Display: Creating Audio Device: Id: 37, Scope: Unique, Realtime: True +[2025.02.18-11.32.50:490][453]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.32.50:490][453]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.32.50:490][453]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.32.50:490][453]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.32.50:490][453]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.32.50:490][453]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.32.50:490][453]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.32.50:490][453]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.32.50:490][453]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.32.50:490][453]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.32.50:490][453]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.32.50:492][453]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.32.50:502][453]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.32.50:503][453]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.32.50:503][453]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.32.50:503][453]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.32.50:503][453]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=37 +[2025.02.18-11.32.50:503][453]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=37 +[2025.02.18-11.32.50:504][453]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=37 +[2025.02.18-11.32.50:504][453]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=37 +[2025.02.18-11.32.50:504][453]LogInit: FAudioDevice initialized. +[2025.02.18-11.32.50:504][453]LogAudio: Display: Audio Device (ID: 37) registered with world 'Minimal_Default'. +[2025.02.18-11.32.50:527][453]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.32.50:527][453]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.32.50:528][453]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.32.50 +[2025.02.18-11.32.50:528][453]LogWorld: Bringing up level for play took: 0.000630 +[2025.02.18-11.32.50:529][453]LogOnline: OSS: Created online subsystem instance for: :Context_45 +[2025.02.18-11.32.50:530][453]LogBlueprintUserMessages: [Minimal_Default_C_21] Welcome to Warehouse Wreckage! +[2025.02.18-11.32.50:530][453]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello World +[2025.02.18-11.32.50:531][453]PIE: 서버가 로그인했습니다. +[2025.02.18-11.32.50:531][453]PIE: 에디터에서 플레이 총 시작 시간 0.066초입니다. +[2025.02.18-11.32.50:538][453]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.32.51:109][496]LogCore: Error: FRotator::Vector() provided with unreasonably large input values (P=6359698.772430 Y=174224212.646484 R=0.000000), possible use of uninitialized variable? +[2025.02.18-11.32.51:109][496]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-9888.006 Y=1000.166 Z=1107.699 +[2025.02.18-11.32.51:109][496]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.51:767][575]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-4150.131 Y=928.877 Z=-9050.613 +[2025.02.18-11.32.51:767][575]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.52:233][631]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-526.863 Y=83.739 Z=-9985.760 +[2025.02.18-11.32.52:233][631]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.53:083][733]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-115.270 Y=301.528 Z=-9994.788 +[2025.02.18-11.32.53:083][733]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.53:567][791]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-115.270 Y=301.528 Z=-9994.788 +[2025.02.18-11.32.53:567][791]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.53:934][835]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-115.270 Y=301.528 Z=-9994.788 +[2025.02.18-11.32.53:934][835]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.54:208][868]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-104.369 Y=273.014 Z=-9995.728 +[2025.02.18-11.32.54:208][868]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.54:483][901]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-104.369 Y=273.014 Z=-9995.728 +[2025.02.18-11.32.54:483][901]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.54:784][937]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-104.369 Y=273.014 Z=-9995.728 +[2025.02.18-11.32.54:784][937]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.55:217][989]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-104.369 Y=273.014 Z=-9995.728 +[2025.02.18-11.32.55:217][989]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.55:525][ 26]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-104.369 Y=273.014 Z=-9995.728 +[2025.02.18-11.32.55:525][ 26]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.56:259][114]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-3802.662 Y=2344.736 Z=-8946.618 +[2025.02.18-11.32.56:259][114]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.56:567][151]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-3802.662 Y=2344.736 Z=-8946.618 +[2025.02.18-11.32.56:567][151]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.56:867][187]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-3983.428 Y=2307.558 Z=-8877.358 +[2025.02.18-11.32.56:867][187]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.57:225][230]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-3983.428 Y=2307.558 Z=-8877.358 +[2025.02.18-11.32.57:225][230]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.57:601][275]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-4006.870 Y=2321.138 Z=-8863.256 +[2025.02.18-11.32.57:601][275]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.58:100][335]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-4006.870 Y=2321.138 Z=-8863.256 +[2025.02.18-11.32.58:100][335]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.58:367][367]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-4006.870 Y=2321.138 Z=-8863.256 +[2025.02.18-11.32.58:367][367]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.58:667][403]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-4006.870 Y=2321.138 Z=-8863.256 +[2025.02.18-11.32.58:667][403]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.58:950][437]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-4006.870 Y=2321.138 Z=-8863.256 +[2025.02.18-11.32.58:950][437]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.59:467][499]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-4006.870 Y=2321.138 Z=-8863.256 +[2025.02.18-11.32.59:467][499]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.33.00:491][617]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.33.00:491][617]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.33.00:491][617]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.33.00:495][617]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.33.00:495][617]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.33.00:506][617]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.33.00:510][617]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.33.00:531][617]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=37 +[2025.02.18-11.33.00:533][617]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=37 +[2025.02.18-11.33.00:537][617]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms +[2025.02.18-11.33.00:553][619]LogPlayLevel: Display: Destroying online subsystem :Context_45 +[2025.02.18-11.33.10:905][838]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.33.10:933][838]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.33.12:431][ 14]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.33.12:434][ 14]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.33.12:435][ 14]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:33:12) +[2025.02.18-11.33.12:435][ 14]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.33.12:437][ 14]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002886s) +[2025.02.18-11.33.12:437][ 14]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002932s) +[2025.02.18-11.33.12:437][ 14]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.33.12:437][ 14]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.33.12:437][ 14]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.33.12:437][ 14]LogPlayLevel: PIE: World Init took: (0.000443s) +[2025.02.18-11.33.12:457][ 14]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms +[2025.02.18-11.33.12:459][ 14]LogAudio: Display: Creating Audio Device: Id: 38, Scope: Unique, Realtime: True +[2025.02.18-11.33.12:459][ 14]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.33.12:459][ 14]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.33.12:459][ 14]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.33.12:459][ 14]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.33.12:459][ 14]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.33.12:459][ 14]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.33.12:459][ 14]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.33.12:459][ 14]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.33.12:459][ 14]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.33.12:459][ 14]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.33.12:459][ 14]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.33.12:460][ 14]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.33.12:472][ 14]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.33.12:472][ 14]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.33.12:472][ 14]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.33.12:472][ 14]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.33.12:473][ 14]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=38 +[2025.02.18-11.33.12:473][ 14]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=38 +[2025.02.18-11.33.12:473][ 14]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=38 +[2025.02.18-11.33.12:473][ 14]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=38 +[2025.02.18-11.33.12:473][ 14]LogInit: FAudioDevice initialized. +[2025.02.18-11.33.12:473][ 14]LogAudio: Display: Audio Device (ID: 38) registered with world 'Minimal_Default'. +[2025.02.18-11.33.12:493][ 14]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.33.12:493][ 14]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.33.12:493][ 14]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.33.12 +[2025.02.18-11.33.12:494][ 14]LogWorld: Bringing up level for play took: 0.000558 +[2025.02.18-11.33.12:495][ 14]LogOnline: OSS: Created online subsystem instance for: :Context_46 +[2025.02.18-11.33.12:495][ 14]LogBlueprintUserMessages: [Minimal_Default_C_22] Welcome to Warehouse Wreckage! +[2025.02.18-11.33.12:495][ 14]LogBlueprintUserMessages: [Minimal_Default_C_22] Hello World +[2025.02.18-11.33.12:496][ 14]PIE: 서버가 로그인했습니다. +[2025.02.18-11.33.12:497][ 14]PIE: 에디터에서 플레이 총 시작 시간 0.063초입니다. +[2025.02.18-11.33.12:504][ 14]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.33.13:172][ 73]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-9998.131 Y=183.430 Z=61.080 +[2025.02.18-11.33.13:172][ 73]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.572 Y=0.414 Z=0.708 +[2025.02.18-11.33.14:123][187]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8368.720 Y=-1630.112 Z=-5225.635 +[2025.02.18-11.33.14:123][187]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.306 Y=-0.651 Z=-0.695 +[2025.02.18-11.33.14:597][244]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8368.720 Y=-1630.112 Z=-5225.635 +[2025.02.18-11.33.14:598][244]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.306 Y=-0.651 Z=-0.695 +[2025.02.18-11.33.14:980][290]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8384.346 Y=-1633.156 Z=-5199.571 +[2025.02.18-11.33.14:980][290]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.408 Y=-0.869 Z=-0.279 +[2025.02.18-11.33.15:381][338]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8384.346 Y=-1633.156 Z=-5199.571 +[2025.02.18-11.33.15:381][338]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.408 Y=-0.869 Z=-0.279 +[2025.02.18-11.33.15:789][387]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8384.346 Y=-1633.156 Z=-5199.571 +[2025.02.18-11.33.15:789][387]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.408 Y=-0.869 Z=-0.279 +[2025.02.18-11.33.16:248][442]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8384.346 Y=-1633.156 Z=-5199.571 +[2025.02.18-11.33.16:248][442]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.408 Y=-0.869 Z=-0.279 +[2025.02.18-11.33.17:156][551]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8420.331 Y=-1613.489 Z=-5147.299 +[2025.02.18-11.33.17:156][551]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.036 Y=-0.772 Z=0.634 +[2025.02.18-11.33.17:506][593]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8420.331 Y=-1613.489 Z=-5147.299 +[2025.02.18-11.33.17:506][593]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.036 Y=-0.772 Z=0.634 +[2025.02.18-11.33.18:047][658]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8420.331 Y=-1613.489 Z=-5147.299 +[2025.02.18-11.33.18:047][658]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.036 Y=-0.772 Z=0.634 +[2025.02.18-11.33.19:348][814]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8420.331 Y=-1613.489 Z=-5147.299 +[2025.02.18-11.33.19:348][814]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.036 Y=-0.772 Z=0.634 +[2025.02.18-11.33.19:814][870]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8420.331 Y=-1613.489 Z=-5147.299 +[2025.02.18-11.33.19:814][870]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.036 Y=-0.772 Z=0.634 +[2025.02.18-11.33.20:202][912]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.33.20:202][912]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.33.20:202][912]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.33.20:206][912]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.33.20:207][912]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.33.20:213][912]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.33.20:217][912]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.33.20:236][912]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=38 +[2025.02.18-11.33.20:237][912]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=38 +[2025.02.18-11.33.20:242][912]LogUObjectHash: Compacting FUObjectHashTables data took 0.93ms +[2025.02.18-11.33.20:266][915]LogPlayLevel: Display: Destroying online subsystem :Context_46 +[2025.02.18-11.33.27:445][775]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.33.27:449][775]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.33.27:449][775]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:33:27) +[2025.02.18-11.33.27:449][775]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.33.27:452][775]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002671s) +[2025.02.18-11.33.27:452][775]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002719s) +[2025.02.18-11.33.27:452][775]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.33.27:452][775]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.33.27:452][775]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.33.27:452][775]LogPlayLevel: PIE: World Init took: (0.000458s) +[2025.02.18-11.33.27:473][775]LogUObjectHash: Compacting FUObjectHashTables data took 0.94ms +[2025.02.18-11.33.27:474][775]LogAudio: Display: Creating Audio Device: Id: 39, Scope: Unique, Realtime: True +[2025.02.18-11.33.27:474][775]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.33.27:474][775]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.33.27:474][775]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.33.27:474][775]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.33.27:474][775]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.33.27:474][775]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.33.27:474][775]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.33.27:474][775]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.33.27:474][775]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.33.27:474][775]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.33.27:474][775]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.33.27:475][775]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.33.27:486][775]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.33.27:486][775]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.33.27:486][775]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.33.27:486][775]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.33.27:486][775]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=39 +[2025.02.18-11.33.27:486][775]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=39 +[2025.02.18-11.33.27:488][775]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=39 +[2025.02.18-11.33.27:488][775]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=39 +[2025.02.18-11.33.27:488][775]LogInit: FAudioDevice initialized. +[2025.02.18-11.33.27:488][775]LogAudio: Display: Audio Device (ID: 39) registered with world 'Minimal_Default'. +[2025.02.18-11.33.27:505][775]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.33.27:505][775]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.33.27:506][775]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.33.27 +[2025.02.18-11.33.27:506][775]LogWorld: Bringing up level for play took: 0.000592 +[2025.02.18-11.33.27:507][775]LogOnline: OSS: Created online subsystem instance for: :Context_47 +[2025.02.18-11.33.27:508][775]LogBlueprintUserMessages: [Minimal_Default_C_22] Welcome to Warehouse Wreckage! +[2025.02.18-11.33.27:508][775]LogBlueprintUserMessages: [Minimal_Default_C_22] Hello World +[2025.02.18-11.33.27:509][775]PIE: 서버가 로그인했습니다. +[2025.02.18-11.33.27:509][775]PIE: 에디터에서 플레이 총 시작 시간 0.061초입니다. +[2025.02.18-11.33.27:516][775]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.33.28:207][826]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-9992.475 Y=367.672 Z=123.568 +[2025.02.18-11.33.28:207][826]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.275 Y=0.107 Z=-0.955 +[2025.02.18-11.33.28:791][896]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-4758.263 Y=-8790.649 Z=288.840 +[2025.02.18-11.33.28:791][896]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.347 Y=0.274 Z=-0.897 +[2025.02.18-11.33.29:216][947]LogBlueprintUserMessages: [Minimal_Default_C_22] X=2467.492 Y=-9690.736 Z=33.488 +[2025.02.18-11.33.29:216][947]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.848 Y=0.513 Z=-0.130 +[2025.02.18-11.33.29:674][ 2]LogBlueprintUserMessages: [Minimal_Default_C_22] X=9121.459 Y=-4076.350 Z=-427.025 +[2025.02.18-11.33.29:674][ 2]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.633 Y=0.394 Z=-0.666 +[2025.02.18-11.33.30:108][ 54]LogBlueprintUserMessages: [Minimal_Default_C_22] X=8208.220 Y=5534.626 Z=-1411.750 +[2025.02.18-11.33.30:108][ 54]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.175 Y=0.981 Z=-0.082 +[2025.02.18-11.33.30:716][127]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-1418.580 Y=9746.793 Z=-1728.482 +[2025.02.18-11.33.30:716][127]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.853 Y=-0.522 Z=0.012 +[2025.02.18-11.33.31:132][177]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8981.602 Y=4113.567 Z=-1552.223 +[2025.02.18-11.33.31:132][177]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.205 Y=-0.323 Z=0.924 +[2025.02.18-11.33.31:749][251]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-16.032 Y=-6.902 Z=-9999.985 +[2025.02.18-11.33.31:749][251]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.265 Y=0.082 Z=-0.961 +[2025.02.18-11.33.32:074][290]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-16.032 Y=-6.902 Z=-9999.985 +[2025.02.18-11.33.32:074][290]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.265 Y=0.082 Z=-0.961 +[2025.02.18-11.33.32:415][331]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-16.032 Y=-6.902 Z=-9999.985 +[2025.02.18-11.33.32:415][331]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.265 Y=0.082 Z=-0.961 +[2025.02.18-11.33.32:757][372]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-44.312 Y=-18.438 Z=-9999.885 +[2025.02.18-11.33.32:757][372]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.430 Y=0.544 Z=-0.721 +[2025.02.18-11.33.33:124][416]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-101.820 Y=-39.119 Z=-9999.405 +[2025.02.18-11.33.33:124][416]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.936 Y=0.312 Z=0.165 +[2025.02.18-11.33.33:466][457]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-159.924 Y=-58.102 Z=-9998.552 +[2025.02.18-11.33.33:466][457]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.420 Y=-0.038 Z=0.907 +[2025.02.18-11.33.33:766][493]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-159.924 Y=-58.102 Z=-9998.552 +[2025.02.18-11.33.33:766][493]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.420 Y=-0.038 Z=0.907 +[2025.02.18-11.33.34:141][538]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-189.649 Y=-65.641 Z=-9997.986 +[2025.02.18-11.33.34:141][538]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.040 Y=0.029 Z=0.999 +[2025.02.18-11.33.34:382][567]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-189.849 Y=-65.062 Z=-9997.986 +[2025.02.18-11.33.34:382][567]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.049 Y=0.007 Z=0.999 +[2025.02.18-11.33.34:641][598]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-219.187 Y=-73.623 Z=-9997.326 +[2025.02.18-11.33.34:641][598]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.344 Y=-0.376 Z=0.860 +[2025.02.18-11.33.34:841][622]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-219.187 Y=-73.623 Z=-9997.326 +[2025.02.18-11.33.34:841][622]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.344 Y=-0.376 Z=0.860 +[2025.02.18-11.33.35:041][646]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-219.187 Y=-73.623 Z=-9997.326 +[2025.02.18-11.33.35:041][646]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.344 Y=-0.376 Z=0.860 +[2025.02.18-11.33.35:266][673]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-219.187 Y=-73.623 Z=-9997.326 +[2025.02.18-11.33.35:266][673]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.344 Y=-0.376 Z=0.860 +[2025.02.18-11.33.35:557][708]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-219.187 Y=-73.623 Z=-9997.326 +[2025.02.18-11.33.35:557][708]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.344 Y=-0.376 Z=0.860 +[2025.02.18-11.33.36:233][789]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-9724.743 Y=2266.291 Z=-541.566 +[2025.02.18-11.33.36:233][789]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.404 Y=-0.914 Z=0.029 +[2025.02.18-11.33.36:458][816]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-9720.815 Y=2296.698 Z=-480.563 +[2025.02.18-11.33.36:458][816]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.040 Y=-0.588 Z=-0.808 +[2025.02.18-11.33.37:008][882]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-2661.817 Y=546.742 Z=-9623.710 +[2025.02.18-11.33.37:008][882]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.016 Y=0.518 Z=0.855 +[2025.02.18-11.33.37:274][914]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-2661.817 Y=546.742 Z=-9623.710 +[2025.02.18-11.33.37:274][914]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.016 Y=0.518 Z=0.855 +[2025.02.18-11.33.37:624][956]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-16.968 Y=4.094 Z=-9999.985 +[2025.02.18-11.33.37:624][956]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.131 Y=-0.244 Z=-0.961 +[2025.02.18-11.33.38:598][ 71]LogBlueprintUserMessages: [Minimal_Default_C_22] X=1310.983 Y=188.053 Z=-9911.910 +[2025.02.18-11.33.38:598][ 71]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.482 Y=-0.497 Z=-0.722 +[2025.02.18-11.33.39:064][127]LogBlueprintUserMessages: [Minimal_Default_C_22] X=1140.563 Y=-67.478 Z=-9934.514 +[2025.02.18-11.33.39:064][127]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.452 Y=0.233 Z=0.861 +[2025.02.18-11.33.39:515][181]LogBlueprintUserMessages: [Minimal_Default_C_22] X=1605.275 Y=-1383.183 Z=-9772.916 +[2025.02.18-11.33.39:515][181]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.319 Y=-0.434 Z=0.843 +[2025.02.18-11.33.39:815][217]LogBlueprintUserMessages: [Minimal_Default_C_22] X=1082.600 Y=-2328.547 Z=-9664.670 +[2025.02.18-11.33.39:815][217]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.600 Y=0.622 Z=-0.503 +[2025.02.18-11.33.40:240][268]LogBlueprintUserMessages: [Minimal_Default_C_22] X=835.416 Y=-2428.217 Z=-9664.670 +[2025.02.18-11.33.40:240][268]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.711 Y=0.491 Z=-0.503 +[2025.02.18-11.33.40:781][333]LogBlueprintUserMessages: [Minimal_Default_C_22] X=247.860 Y=-2555.919 Z=-9664.670 +[2025.02.18-11.33.40:781][333]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.814 Y=0.289 Z=-0.503 +[2025.02.18-11.33.41:223][386]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-832.172 Y=-2761.690 Z=-9574.996 +[2025.02.18-11.33.41:223][386]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.647 Y=0.153 Z=0.747 +[2025.02.18-11.33.41:564][427]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-966.073 Y=-2717.746 Z=-9574.996 +[2025.02.18-11.33.41:564][427]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.663 Y=0.057 Z=0.747 +[2025.02.18-11.33.41:914][469]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-1478.173 Y=-1981.896 Z=-9689.535 +[2025.02.18-11.33.41:914][469]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.167 Y=-0.140 Z=0.976 +[2025.02.18-11.33.42:273][512]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-1640.288 Y=-1518.076 Z=-9747.046 +[2025.02.18-11.33.42:273][512]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.393 Y=0.303 Z=-0.868 +[2025.02.18-11.33.42:764][571]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-1841.326 Y=-1101.364 Z=-9767.114 +[2025.02.18-11.33.42:764][571]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.271 Y=-0.879 Z=0.393 +[2025.02.18-11.33.43:348][641]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8471.051 Y=320.280 Z=-5304.594 +[2025.02.18-11.33.43:348][641]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.132 Y=-0.085 Z=-0.988 +[2025.02.18-11.33.44:006][720]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-9749.644 Y=-1670.722 Z=-1467.352 +[2025.02.18-11.33.44:006][720]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.031 Y=0.075 Z=-0.997 +[2025.02.18-11.33.44:456][774]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-4560.638 Y=-8638.633 Z=-2138.830 +[2025.02.18-11.33.44:456][774]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.059 Y=-0.896 Z=0.440 +[2025.02.18-11.33.44:932][831]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-4560.638 Y=-8638.633 Z=-2138.830 +[2025.02.18-11.33.44:932][831]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.059 Y=-0.896 Z=0.440 +[2025.02.18-11.33.45:431][891]LogBlueprintUserMessages: [Minimal_Default_C_22] X=2522.966 Y=-9301.280 Z=-2668.488 +[2025.02.18-11.33.45:431][891]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.074 Y=0.209 Z=-0.975 +[2025.02.18-11.33.46:331][999]LogBlueprintUserMessages: [Minimal_Default_C_22] X=2793.936 Y=-9291.750 Z=-2420.185 +[2025.02.18-11.33.46:331][999]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.056 Y=0.004 Z=0.998 +[2025.02.18-11.33.47:473][136]LogBlueprintUserMessages: [Minimal_Default_C_22] X=2793.936 Y=-9291.750 Z=-2420.185 +[2025.02.18-11.33.47:473][136]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.056 Y=0.004 Z=0.998 +[2025.02.18-11.33.47:981][197]LogBlueprintUserMessages: [Minimal_Default_C_22] X=2793.936 Y=-9291.750 Z=-2420.185 +[2025.02.18-11.33.47:981][197]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.056 Y=0.004 Z=0.998 +[2025.02.18-11.33.48:723][286]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-9194.825 Y=-3200.491 Z=-2282.992 +[2025.02.18-11.33.48:723][286]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.131 Y=0.102 Z=-0.986 +[2025.02.18-11.33.49:182][341]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-9175.569 Y=3318.002 Z=-2190.846 +[2025.02.18-11.33.49:182][341]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.959 Y=-0.161 Z=0.232 +[2025.02.18-11.33.49:707][404]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-2831.629 Y=9358.750 Z=-2096.588 +[2025.02.18-11.33.49:707][404]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.553 Y=-0.089 Z=0.829 +[2025.02.18-11.33.50:231][467]LogBlueprintUserMessages: [Minimal_Default_C_22] X=7736.689 Y=5892.346 Z=-2328.927 +[2025.02.18-11.33.50:231][467]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.945 Y=-0.116 Z=0.305 +[2025.02.18-11.33.52:722][761]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.33.52:722][761]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.33.52:722][761]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.33.52:727][761]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.33.52:727][761]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.33.52:733][761]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.33.52:737][761]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.33.52:757][761]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=39 +[2025.02.18-11.33.52:758][761]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=39 +[2025.02.18-11.33.52:762][761]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms +[2025.02.18-11.33.52:787][764]LogPlayLevel: Display: Destroying online subsystem :Context_47 +[2025.02.18-11.34.28:525][284]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.34.28:554][284]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.34.29:326][372]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.34.29:330][372]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.34.29:330][372]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:34:29) +[2025.02.18-11.34.29:330][372]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.34.29:333][372]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003142s) +[2025.02.18-11.34.29:333][372]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.003191s) +[2025.02.18-11.34.29:333][372]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.34.29:333][372]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.34.29:334][372]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.34.29:334][372]LogPlayLevel: PIE: World Init took: (0.000466s) +[2025.02.18-11.34.29:353][372]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.34.29:355][372]LogAudio: Display: Creating Audio Device: Id: 40, Scope: Unique, Realtime: True +[2025.02.18-11.34.29:355][372]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.34.29:355][372]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.34.29:355][372]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.34.29:355][372]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.34.29:355][372]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.34.29:355][372]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.34.29:355][372]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.34.29:355][372]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.34.29:355][372]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.34.29:355][372]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.34.29:355][372]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.34.29:357][372]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.34.29:369][372]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.34.29:369][372]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.34.29:369][372]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.34.29:369][372]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.34.29:369][372]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=40 +[2025.02.18-11.34.29:369][372]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=40 +[2025.02.18-11.34.29:370][372]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=40 +[2025.02.18-11.34.29:370][372]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=40 +[2025.02.18-11.34.29:370][372]LogInit: FAudioDevice initialized. +[2025.02.18-11.34.29:370][372]LogAudio: Display: Audio Device (ID: 40) registered with world 'Minimal_Default'. +[2025.02.18-11.34.29:393][372]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.34.29:393][372]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.34.29:393][372]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.34.29 +[2025.02.18-11.34.29:393][372]LogWorld: Bringing up level for play took: 0.000618 +[2025.02.18-11.34.29:395][372]LogOnline: OSS: Created online subsystem instance for: :Context_48 +[2025.02.18-11.34.29:395][372]LogBlueprintUserMessages: [Minimal_Default_C_23] Welcome to Warehouse Wreckage! +[2025.02.18-11.34.29:395][372]LogBlueprintUserMessages: [Minimal_Default_C_23] Hello World +[2025.02.18-11.34.29:396][372]PIE: 서버가 로그인했습니다. +[2025.02.18-11.34.29:397][372]PIE: 에디터에서 플레이 총 시작 시간 0.067초입니다. +[2025.02.18-11.34.29:406][372]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.34.30:224][437]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-9974.946 Y=-433.692 Z=558.899 +[2025.02.18-11.34.30:224][437]LogBlueprintUserMessages: [Minimal_Default_C_23] X=0.678 Y=0.156 Z=-0.719 +[2025.02.18-11.34.30:975][527]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-8644.987 Y=-5016.870 Z=-308.563 +[2025.02.18-11.34.30:975][527]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-0.408 Y=-0.842 Z=0.352 +[2025.02.18-11.34.31:666][610]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-8439.797 Y=-5356.539 Z=-278.035 +[2025.02.18-11.34.31:666][610]LogBlueprintUserMessages: [Minimal_Default_C_23] X=0.056 Y=-0.162 Z=-0.985 +[2025.02.18-11.34.32:474][707]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-9558.967 Y=2937.031 Z=-0.778 +[2025.02.18-11.34.32:474][707]LogBlueprintUserMessages: [Minimal_Default_C_23] X=0.416 Y=-0.359 Z=0.835 +[2025.02.18-11.34.33:266][802]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-9474.638 Y=3198.629 Z=-0.778 +[2025.02.18-11.34.33:266][802]LogBlueprintUserMessages: [Minimal_Default_C_23] X=0.401 Y=0.376 Z=0.835 +[2025.02.18-11.34.33:933][878]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.34.33:933][878]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.34.33:933][878]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.34.33:938][878]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.34.33:938][878]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.34.33:947][878]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.34.33:950][878]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.34.33:971][878]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=40 +[2025.02.18-11.34.33:973][878]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=40 +[2025.02.18-11.34.33:976][878]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.34.34:001][881]LogPlayLevel: Display: Destroying online subsystem :Context_48 +[2025.02.18-11.34.35:451][ 55]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.34.35:455][ 55]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.34.35:455][ 55]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:34:35) +[2025.02.18-11.34.35:455][ 55]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.34.35:458][ 55]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002602s) +[2025.02.18-11.34.35:458][ 55]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002649s) +[2025.02.18-11.34.35:458][ 55]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.34.35:458][ 55]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.34.35:458][ 55]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.34.35:459][ 55]LogPlayLevel: PIE: World Init took: (0.000470s) +[2025.02.18-11.34.35:478][ 55]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.34.35:479][ 55]LogAudio: Display: Creating Audio Device: Id: 41, Scope: Unique, Realtime: True +[2025.02.18-11.34.35:479][ 55]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.34.35:479][ 55]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.34.35:479][ 55]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.34.35:479][ 55]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.34.35:479][ 55]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.34.35:479][ 55]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.34.35:479][ 55]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.34.35:479][ 55]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.34.35:479][ 55]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.34.35:479][ 55]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.34.35:479][ 55]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.34.35:481][ 55]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.34.35:492][ 55]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.34.35:492][ 55]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.34.35:492][ 55]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.34.35:492][ 55]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.34.35:492][ 55]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=41 +[2025.02.18-11.34.35:492][ 55]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=41 +[2025.02.18-11.34.35:493][ 55]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=41 +[2025.02.18-11.34.35:493][ 55]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=41 +[2025.02.18-11.34.35:493][ 55]LogInit: FAudioDevice initialized. +[2025.02.18-11.34.35:493][ 55]LogAudio: Display: Audio Device (ID: 41) registered with world 'Minimal_Default'. +[2025.02.18-11.34.35:518][ 55]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.34.35:518][ 55]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.34.35:519][ 55]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.34.35 +[2025.02.18-11.34.35:519][ 55]LogWorld: Bringing up level for play took: 0.000704 +[2025.02.18-11.34.35:520][ 55]LogOnline: OSS: Created online subsystem instance for: :Context_49 +[2025.02.18-11.34.35:521][ 55]LogBlueprintUserMessages: [Minimal_Default_C_23] Welcome to Warehouse Wreckage! +[2025.02.18-11.34.35:521][ 55]LogBlueprintUserMessages: [Minimal_Default_C_23] Hello World +[2025.02.18-11.34.35:522][ 55]PIE: 서버가 로그인했습니다. +[2025.02.18-11.34.35:522][ 55]PIE: 에디터에서 플레이 총 시작 시간 0.067초입니다. +[2025.02.18-11.34.35:530][ 55]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.34.36:473][155]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-9950.801 Y=989.980 Z=-38.818 +[2025.02.18-11.34.36:473][155]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-0.513 Y=0.366 Z=-0.776 +[2025.02.18-11.34.37:394][261]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.34.37:394][261]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.34.37:394][261]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.34.37:399][261]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.34.37:399][261]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.34.37:410][261]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.34.37:414][261]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.34.37:434][261]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=41 +[2025.02.18-11.34.37:436][261]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=41 +[2025.02.18-11.34.37:440][261]LogUObjectHash: Compacting FUObjectHashTables data took 1.24ms +[2025.02.18-11.34.37:456][263]LogPlayLevel: Display: Destroying online subsystem :Context_49 +[2025.02.18-11.35.03:902][407]LogEditorTransaction: Undo 핀 링크 생성 +[2025.02.18-11.35.04:219][428]LogEditorTransaction: Undo 노드 이동 +[2025.02.18-11.35.04:915][502]LogEditorTransaction: Undo 노드 이동 +[2025.02.18-11.35.05:288][546]LogEditorTransaction: Undo 현재 선택된 부분을 삭제합니다. +[2025.02.18-11.35.05:911][618]LogEditorTransaction: Undo 현재 선택된 부분을 삭제합니다. +[2025.02.18-11.35.14:485][624]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.35.14:513][624]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms +[2025.02.18-11.35.14:979][672]LogUObjectHash: Compacting FUObjectHashTables data took 0.38ms +[2025.02.18-11.35.14:993][672]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.35.14:993][672]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultFC3E3F87426BBCB0BCFB6095FFBEF304.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.35.14:999][672]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.35.14:999][672]LogFileHelpers: Saving map 'Minimal_Default' took 0.040 +[2025.02.18-11.35.15:008][672]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.35.15:008][672]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.35.15:486][730]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.35.15:489][730]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.35.15:490][730]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:35:15) +[2025.02.18-11.35.15:490][730]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.35.15:493][730]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002860s) +[2025.02.18-11.35.15:493][730]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002920s) +[2025.02.18-11.35.15:493][730]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.35.15:493][730]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.35.15:493][730]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.35.15:493][730]LogPlayLevel: PIE: World Init took: (0.000454s) +[2025.02.18-11.35.15:513][730]LogUObjectHash: Compacting FUObjectHashTables data took 0.91ms +[2025.02.18-11.35.15:514][730]LogAudio: Display: Creating Audio Device: Id: 42, Scope: Unique, Realtime: True +[2025.02.18-11.35.15:514][730]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.35.15:514][730]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.35.15:514][730]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.35.15:514][730]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.35.15:514][730]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.35.15:514][730]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.35.15:514][730]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.35.15:514][730]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.35.15:514][730]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.35.15:514][730]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.35.15:514][730]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.35.15:516][730]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.35.15:528][730]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.35.15:528][730]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.35.15:528][730]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.35.15:528][730]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.35.15:529][730]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=42 +[2025.02.18-11.35.15:529][730]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=42 +[2025.02.18-11.35.15:529][730]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=42 +[2025.02.18-11.35.15:529][730]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=42 +[2025.02.18-11.35.15:529][730]LogInit: FAudioDevice initialized. +[2025.02.18-11.35.15:529][730]LogAudio: Display: Audio Device (ID: 42) registered with world 'Minimal_Default'. +[2025.02.18-11.35.15:548][730]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.35.15:548][730]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.35.15:549][730]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.35.15 +[2025.02.18-11.35.15:549][730]LogWorld: Bringing up level for play took: 0.000629 +[2025.02.18-11.35.15:550][730]LogOnline: OSS: Created online subsystem instance for: :Context_50 +[2025.02.18-11.35.15:551][730]LogBlueprintUserMessages: [Minimal_Default_C_24] Welcome to Warehouse Wreckage! +[2025.02.18-11.35.15:551][730]LogBlueprintUserMessages: [Minimal_Default_C_24] Hello World +[2025.02.18-11.35.15:552][730]PIE: 서버가 로그인했습니다. +[2025.02.18-11.35.15:552][730]PIE: 에디터에서 플레이 총 시작 시간 0.063초입니다. +[2025.02.18-11.35.15:560][730]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.35.16:246][764]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-9993.727 Y=354.140 Z=0.000 +[2025.02.18-11.35.16:246][764]LogBlueprintUserMessages: [Minimal_Default_C_24] P=0.000000 Y=17797050476.074219 R=0.000000 +[2025.02.18-11.35.17:113][868]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-6163.140 Y=-1944.366 Z=-7631.196 +[2025.02.18-11.35.17:113][868]LogBlueprintUserMessages: [Minimal_Default_C_24] P=31026000976.562500 Y=19750959777.832031 R=0.000000 +[2025.02.18-11.35.17:638][931]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-6163.140 Y=-1944.366 Z=-7631.196 +[2025.02.18-11.35.17:638][931]LogBlueprintUserMessages: [Minimal_Default_C_24] P=31026000976.562500 Y=19750959777.832031 R=0.000000 +[2025.02.18-11.35.18:263][ 6]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-4803.872 Y=157.273 Z=-8769.155 +[2025.02.18-11.35.18:263][ 6]LogBlueprintUserMessages: [Minimal_Default_C_24] P=29872750854.492188 Y=17812487792.968750 R=0.000000 +[2025.02.18-11.35.19:530][158]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-9702.576 Y=774.837 Z=2293.394 +[2025.02.18-11.35.19:530][158]LogBlueprintUserMessages: [Minimal_Default_C_24] P=1325817966.461182 Y=17543411254.882812 R=0.000000 +[2025.02.18-11.35.19:930][206]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-7743.635 Y=100.074 Z=6326.618 +[2025.02.18-11.35.19:930][206]LogBlueprintUserMessages: [Minimal_Default_C_24] P=3924678039.550781 Y=17925958251.953125 R=0.000000 +[2025.02.18-11.35.20:297][250]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-5661.581 Y=38.581 Z=8242.877 +[2025.02.18-11.35.20:297][250]LogBlueprintUserMessages: [Minimal_Default_C_24] P=5551633834.838867 Y=17960955810.546875 R=0.000000 +[2025.02.18-11.35.20:630][290]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-3458.855 Y=-18.685 Z=9382.749 +[2025.02.18-11.35.20:630][290]LogBlueprintUserMessages: [Minimal_Default_C_24] P=6976383209.228516 Y=18030950927.734375 R=0.000000 +[2025.02.18-11.35.21:030][338]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-9775.324 Y=365.672 Z=2075.892 +[2025.02.18-11.35.21:030][338]LogBlueprintUserMessages: [Minimal_Default_C_24] P=1198110866.546631 Y=17785769653.320312 R=0.000000 +[2025.02.18-11.35.21:421][385]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-9236.940 Y=1028.369 Z=-3690.718 +[2025.02.18-11.35.21:421][385]LogBlueprintUserMessages: [Minimal_Default_C_24] P=33834161376.953125 Y=17364729309.082031 R=0.000000 +[2025.02.18-11.35.21:930][446]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-2757.265 Y=8765.511 Z=-3945.036 +[2025.02.18-11.35.21:930][446]LogBlueprintUserMessages: [Minimal_Default_C_24] P=33676498413.085938 Y=10746140289.306641 R=0.000000 +[2025.02.18-11.35.22:656][533]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-586.235 Y=-3273.347 Z=-9430.882 +[2025.02.18-11.35.22:656][533]LogBlueprintUserMessages: [Minimal_Default_C_24] P=28942318725.585938 Y=25984634399.414062 R=0.000000 +[2025.02.18-11.35.23:247][604]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3584.265 Y=-6013.435 Z=-7140.843 +[2025.02.18-11.35.23:247][604]LogBlueprintUserMessages: [Minimal_Default_C_24] P=31443179321.289062 Y=30079675292.968750 R=0.000000 +[2025.02.18-11.35.23:664][654]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3900.334 Y=-6070.355 Z=-6923.740 +[2025.02.18-11.35.23:664][654]LogBlueprintUserMessages: [Minimal_Default_C_24] P=31618167114.257812 Y=30272161865.234375 R=0.000000 +[2025.02.18-11.35.24:214][720]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3931.493 Y=-4761.464 Z=-7865.865 +[2025.02.18-11.35.24:214][720]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30813235473.632812 Y=30954614257.812500 R=0.000000 +[2025.02.18-11.35.24:871][799]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3871.052 Y=-4717.536 Z=-7922.109 +[2025.02.18-11.35.24:871][799]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30760739135.742188 Y=30937115478.515625 R=0.000000 +[2025.02.18-11.35.25:471][871]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3871.052 Y=-4717.536 Z=-7922.109 +[2025.02.18-11.35.25:471][871]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30760739135.742188 Y=30937115478.515625 R=0.000000 +[2025.02.18-11.35.26:097][946]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3871.052 Y=-4717.536 Z=-7922.109 +[2025.02.18-11.35.26:097][946]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30760739135.742188 Y=30937115478.515625 R=0.000000 +[2025.02.18-11.35.26:747][ 24]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3871.052 Y=-4717.536 Z=-7922.109 +[2025.02.18-11.35.26:747][ 24]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30760739135.742188 Y=30937115478.515625 R=0.000000 +[2025.02.18-11.35.27:422][105]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3886.382 Y=-4736.218 Z=-7903.435 +[2025.02.18-11.35.27:422][105]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30778237915.039062 Y=30937115478.515625 R=0.000000 +[2025.02.18-11.35.28:080][184]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3916.179 Y=-4742.917 Z=-7884.686 +[2025.02.18-11.35.28:080][184]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30795736694.335938 Y=30954614257.812500 R=0.000000 +[2025.02.18-11.35.28:697][258]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3931.493 Y=-4761.464 Z=-7865.865 +[2025.02.18-11.35.28:697][258]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30813235473.632812 Y=30954614257.812500 R=0.000000 +[2025.02.18-11.35.29:364][338]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3931.493 Y=-4761.464 Z=-7865.865 +[2025.02.18-11.35.29:364][338]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30813235473.632812 Y=30954614257.812500 R=0.000000 +[2025.02.18-11.35.30:038][419]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3931.493 Y=-4761.464 Z=-7865.865 +[2025.02.18-11.35.30:038][419]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30813235473.632812 Y=30954614257.812500 R=0.000000 +[2025.02.18-11.35.30:688][497]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3931.493 Y=-4761.464 Z=-7865.865 +[2025.02.18-11.35.30:688][497]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30813235473.632812 Y=30954614257.812500 R=0.000000 +[2025.02.18-11.35.31:465][586]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.35.31:465][586]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.35.31:465][586]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.35.31:470][586]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.35.31:470][586]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.35.31:480][586]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.35.31:483][586]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.35.31:503][586]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=42 +[2025.02.18-11.35.31:504][586]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=42 +[2025.02.18-11.35.31:508][586]LogUObjectHash: Compacting FUObjectHashTables data took 0.94ms +[2025.02.18-11.35.31:533][589]LogPlayLevel: Display: Destroying online subsystem :Context_50 +[2025.02.18-11.36.00:327][ 12]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.36.00:331][ 12]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-11.36.00:331][ 12]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-11.36.00:366][ 12]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.36.00:368][ 12]LogPlayLevel: PlayLevel: Blueprint regeneration took 37 ms (1 blueprints) +[2025.02.18-11.36.00:368][ 12]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:36:00) +[2025.02.18-11.36.00:368][ 12]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.36.00:371][ 12]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002517s) +[2025.02.18-11.36.00:371][ 12]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002565s) +[2025.02.18-11.36.00:371][ 12]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.36.00:371][ 12]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.36.00:371][ 12]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.36.00:371][ 12]LogPlayLevel: PIE: World Init took: (0.000477s) +[2025.02.18-11.36.00:388][ 12]LogUObjectHash: Compacting FUObjectHashTables data took 0.94ms +[2025.02.18-11.36.00:389][ 12]LogAudio: Display: Creating Audio Device: Id: 43, Scope: Unique, Realtime: True +[2025.02.18-11.36.00:389][ 12]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.36.00:389][ 12]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.36.00:389][ 12]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.36.00:389][ 12]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.36.00:389][ 12]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.36.00:389][ 12]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.36.00:389][ 12]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.36.00:389][ 12]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.36.00:389][ 12]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.36.00:390][ 12]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.36.00:390][ 12]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.36.00:391][ 12]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.36.00:403][ 12]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.36.00:403][ 12]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.36.00:403][ 12]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.36.00:403][ 12]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.36.00:403][ 12]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=43 +[2025.02.18-11.36.00:403][ 12]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=43 +[2025.02.18-11.36.00:404][ 12]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=43 +[2025.02.18-11.36.00:404][ 12]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=43 +[2025.02.18-11.36.00:404][ 12]LogInit: FAudioDevice initialized. +[2025.02.18-11.36.00:404][ 12]LogAudio: Display: Audio Device (ID: 43) registered with world 'Minimal_Default'. +[2025.02.18-11.36.00:427][ 12]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.36.00:427][ 12]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.36.00:428][ 12]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.36.00 +[2025.02.18-11.36.00:428][ 12]LogWorld: Bringing up level for play took: 0.000576 +[2025.02.18-11.36.00:429][ 12]LogOnline: OSS: Created online subsystem instance for: :Context_51 +[2025.02.18-11.36.00:430][ 12]LogBlueprintUserMessages: [Minimal_Default_C_25] Welcome to Warehouse Wreckage! +[2025.02.18-11.36.00:430][ 12]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello World +[2025.02.18-11.36.00:430][ 12]PIE: 서버가 로그인했습니다. +[2025.02.18-11.36.00:430][ 12]PIE: 에디터에서 플레이 총 시작 시간 0.099초입니다. +[2025.02.18-11.36.00:446][ 12]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.36.01:423][102]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9997.849 Y=207.379 Z=0.000 +[2025.02.18-11.36.01:423][102]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.02:090][182]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9088.464 Y=-3902.055 Z=1474.375 +[2025.02.18-11.36.02:090][182]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.02:482][229]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-6481.842 Y=-7533.276 Z=1111.517 +[2025.02.18-11.36.02:482][229]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.03:215][314]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.36.03:215][314]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.36.03:215][314]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.36.03:221][314]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.36.03:221][314]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.36.03:231][314]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.36.03:235][314]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.36.03:255][314]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=43 +[2025.02.18-11.36.03:256][314]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=43 +[2025.02.18-11.36.03:260][314]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.36.03:293][318]LogPlayLevel: Display: Destroying online subsystem :Context_51 +[2025.02.18-11.36.21:262][473]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.36.21:266][473]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.36.21:266][473]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:36:21) +[2025.02.18-11.36.21:266][473]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.36.21:268][473]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002635s) +[2025.02.18-11.36.21:268][473]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002683s) +[2025.02.18-11.36.21:268][473]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.36.21:268][473]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.36.21:269][473]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.36.21:269][473]LogPlayLevel: PIE: World Init took: (0.000486s) +[2025.02.18-11.36.21:289][473]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms +[2025.02.18-11.36.21:290][473]LogAudio: Display: Creating Audio Device: Id: 44, Scope: Unique, Realtime: True +[2025.02.18-11.36.21:290][473]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.36.21:290][473]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.36.21:290][473]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.36.21:290][473]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.36.21:290][473]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.36.21:290][473]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.36.21:290][473]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.36.21:290][473]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.36.21:290][473]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.36.21:290][473]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.36.21:290][473]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.36.21:292][473]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.36.21:303][473]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.36.21:303][473]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.36.21:303][473]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.36.21:303][473]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.36.21:304][473]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=44 +[2025.02.18-11.36.21:304][473]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=44 +[2025.02.18-11.36.21:305][473]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=44 +[2025.02.18-11.36.21:305][473]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=44 +[2025.02.18-11.36.21:305][473]LogInit: FAudioDevice initialized. +[2025.02.18-11.36.21:305][473]LogAudio: Display: Audio Device (ID: 44) registered with world 'Minimal_Default'. +[2025.02.18-11.36.21:328][473]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.36.21:328][473]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.36.21:329][473]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.36.21 +[2025.02.18-11.36.21:329][473]LogWorld: Bringing up level for play took: 0.000751 +[2025.02.18-11.36.21:330][473]LogOnline: OSS: Created online subsystem instance for: :Context_52 +[2025.02.18-11.36.21:331][473]LogBlueprintUserMessages: [Minimal_Default_C_25] Welcome to Warehouse Wreckage! +[2025.02.18-11.36.21:331][473]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello World +[2025.02.18-11.36.21:332][473]PIE: 서버가 로그인했습니다. +[2025.02.18-11.36.21:332][473]PIE: 에디터에서 플레이 총 시작 시간 0.067초입니다. +[2025.02.18-11.36.21:341][473]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.36.23:464][691]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-3082.650 Y=-9014.348 Z=3039.540 +[2025.02.18-11.36.23:464][691]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.23:914][745]LogBlueprintUserMessages: [Minimal_Default_C_25] X=6673.433 Y=-7343.120 Z=1242.531 +[2025.02.18-11.36.23:914][745]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.24:355][798]LogBlueprintUserMessages: [Minimal_Default_C_25] X=7764.158 Y=-5569.734 Z=-2948.884 +[2025.02.18-11.36.24:355][798]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.25:215][901]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9894.746 Y=-957.157 Z=-1085.291 +[2025.02.18-11.36.25:215][901]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.25:914][985]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8922.873 Y=4314.400 Z=-1329.771 +[2025.02.18-11.36.25:914][985]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.26:956][110]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-5644.359 Y=115.990 Z=-8253.954 +[2025.02.18-11.36.26:956][110]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.27:597][187]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8373.324 Y=1462.539 Z=-5267.677 +[2025.02.18-11.36.27:598][187]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.28:114][249]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8468.017 Y=-107.262 Z=-5318.006 +[2025.02.18-11.36.28:114][249]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.28:706][320]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-7369.594 Y=-5480.423 Z=-3956.519 +[2025.02.18-11.36.28:706][320]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.29:289][390]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-2208.541 Y=-9743.685 Z=427.730 +[2025.02.18-11.36.29:289][390]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.29:731][443]LogBlueprintUserMessages: [Minimal_Default_C_25] X=5692.038 Y=-8111.828 Z=1341.251 +[2025.02.18-11.36.29:731][443]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.30:114][489]LogBlueprintUserMessages: [Minimal_Default_C_25] X=9332.276 Y=3366.339 Z=1255.538 +[2025.02.18-11.36.30:114][489]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.30:764][567]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-547.075 Y=9767.364 Z=2073.480 +[2025.02.18-11.36.30:764][567]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.31:040][600]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-7332.051 Y=6379.938 Z=2353.170 +[2025.02.18-11.36.31:040][600]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.31:315][633]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9726.111 Y=756.275 Z=2197.909 +[2025.02.18-11.36.31:315][633]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.32:147][733]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-6312.732 Y=-1230.110 Z=-7657.431 +[2025.02.18-11.36.32:147][733]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.32:747][805]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9396.821 Y=-1180.289 Z=-3210.400 +[2025.02.18-11.36.32:748][805]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.33:181][857]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8277.932 Y=-1199.167 Z=-5480.678 +[2025.02.18-11.36.33:181][857]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.33:572][904]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8709.962 Y=-1811.568 Z=-4566.703 +[2025.02.18-11.36.33:572][904]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.34:039][960]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8342.192 Y=-1392.193 Z=-5335.695 +[2025.02.18-11.36.34:039][960]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.35:322][114]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8430.311 Y=3880.605 Z=-3724.346 +[2025.02.18-11.36.35:322][114]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.35:872][180]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8671.315 Y=4251.274 Z=-2595.182 +[2025.02.18-11.36.35:872][180]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.36:323][234]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8582.748 Y=3851.738 Z=-3391.246 +[2025.02.18-11.36.36:323][234]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.36:781][289]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8848.721 Y=3841.931 Z=-2634.330 +[2025.02.18-11.36.36:781][289]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.38:856][538]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-6126.747 Y=-659.861 Z=-7875.757 +[2025.02.18-11.36.38:856][538]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.39:306][592]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-6246.163 Y=-2543.440 Z=-7383.520 +[2025.02.18-11.36.39:306][592]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.39:748][645]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-6543.276 Y=-2120.560 Z=-7258.702 +[2025.02.18-11.36.39:748][645]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.41:624][870]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-3715.945 Y=9145.543 Z=-1597.121 +[2025.02.18-11.36.41:624][870]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.42:953][ 28]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9965.660 Y=-799.719 Z=214.660 +[2025.02.18-11.36.42:953][ 28]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.43:928][145]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9951.357 Y=-852.362 Z=493.937 +[2025.02.18-11.36.43:928][145]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.44:329][193]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9944.437 Y=-1035.644 Z=188.724 +[2025.02.18-11.36.44:329][193]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.44:603][226]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9944.437 Y=-1035.644 Z=188.724 +[2025.02.18-11.36.44:603][226]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.44:804][250]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9944.437 Y=-1035.644 Z=188.724 +[2025.02.18-11.36.44:804][250]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.44:987][272]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9944.437 Y=-1035.644 Z=188.724 +[2025.02.18-11.36.44:987][272]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.45:195][297]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9944.437 Y=-1035.644 Z=188.724 +[2025.02.18-11.36.45:195][297]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.45:370][318]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9944.437 Y=-1035.644 Z=188.724 +[2025.02.18-11.36.45:370][318]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.46:612][467]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9899.734 Y=-1404.889 Z=-146.788 +[2025.02.18-11.36.46:612][467]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.46:779][487]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9899.734 Y=-1404.889 Z=-146.788 +[2025.02.18-11.36.46:779][487]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.46:995][513]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9899.734 Y=-1404.889 Z=-146.788 +[2025.02.18-11.36.46:995][513]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:096][525]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9899.734 Y=-1404.889 Z=-146.788 +[2025.02.18-11.36.47:096][525]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:153][532]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9899.734 Y=-1404.889 Z=-146.788 +[2025.02.18-11.36.47:153][532]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:212][539]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9900.132 Y=-1404.945 Z=-116.250 +[2025.02.18-11.36.47:212][539]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:312][551]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9816.840 Y=-1855.227 Z=433.339 +[2025.02.18-11.36.47:312][551]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:347][555]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9779.743 Y=-2003.350 Z=585.841 +[2025.02.18-11.36.47:347][555]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:421][564]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9763.641 Y=-2062.271 Z=646.805 +[2025.02.18-11.36.47:421][564]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:462][569]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9763.641 Y=-2062.271 Z=646.805 +[2025.02.18-11.36.47:462][569]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:554][580]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9763.641 Y=-2062.271 Z=646.805 +[2025.02.18-11.36.47:554][580]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:621][588]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9772.166 Y=-2064.072 Z=494.354 +[2025.02.18-11.36.47:621][588]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:696][597]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.47:696][597]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:762][605]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.47:762][605]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:854][616]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.47:854][616]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:913][623]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.47:913][623]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:987][632]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.47:987][632]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.48:037][638]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.48:038][638]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.48:138][650]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.48:138][650]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.48:187][656]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.48:187][656]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.48:279][667]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.48:279][667]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.48:320][672]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.48:320][672]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.48:462][689]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.48:462][689]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.48:545][699]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.48:545][699]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.50:867][974]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.36.50:867][974]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.36.50:867][974]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.36.50:871][974]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.36.50:872][974]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.36.50:880][974]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.36.50:884][974]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.36.50:903][974]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=44 +[2025.02.18-11.36.50:904][974]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=44 +[2025.02.18-11.36.50:910][974]LogUObjectHash: Compacting FUObjectHashTables data took 1.26ms +[2025.02.18-11.36.50:944][978]LogPlayLevel: Display: Destroying online subsystem :Context_52 +[2025.02.18-11.38.20:144][619]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.38.20:173][619]LogUObjectHash: Compacting FUObjectHashTables data took 1.15ms +[2025.02.18-11.38.20:592][662]LogUObjectHash: Compacting FUObjectHashTables data took 0.37ms +[2025.02.18-11.38.20:605][662]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.38.20:605][662]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultF94885FD49007140DB8DA99DD777322E.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.38.20:612][662]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.38.20:612][662]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.38.20:620][662]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.38.20:620][662]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.38.21:270][738]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.38.21:274][738]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.38.21:274][738]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:38:21) +[2025.02.18-11.38.21:274][738]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.38.21:276][738]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002692s) +[2025.02.18-11.38.21:276][738]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002739s) +[2025.02.18-11.38.21:276][738]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.38.21:276][738]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.38.21:276][738]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.38.21:276][738]LogPlayLevel: PIE: World Init took: (0.000479s) +[2025.02.18-11.38.21:298][738]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-11.38.21:298][738]LogAudio: Display: Creating Audio Device: Id: 45, Scope: Unique, Realtime: True +[2025.02.18-11.38.21:299][738]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.38.21:299][738]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.38.21:299][738]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.38.21:299][738]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.38.21:299][738]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.38.21:299][738]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.38.21:299][738]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.38.21:299][738]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.38.21:299][738]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.38.21:299][738]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.38.21:299][738]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.38.21:300][738]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.38.21:312][738]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.38.21:313][738]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.38.21:313][738]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.38.21:313][738]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.38.21:313][738]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=45 +[2025.02.18-11.38.21:313][738]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=45 +[2025.02.18-11.38.21:314][738]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=45 +[2025.02.18-11.38.21:314][738]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=45 +[2025.02.18-11.38.21:314][738]LogInit: FAudioDevice initialized. +[2025.02.18-11.38.21:314][738]LogAudio: Display: Audio Device (ID: 45) registered with world 'Minimal_Default'. +[2025.02.18-11.38.21:337][738]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.38.21:337][738]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.38.21:338][738]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.38.21 +[2025.02.18-11.38.21:338][738]LogWorld: Bringing up level for play took: 0.000653 +[2025.02.18-11.38.21:340][738]LogOnline: OSS: Created online subsystem instance for: :Context_53 +[2025.02.18-11.38.21:340][738]LogBlueprintUserMessages: [Minimal_Default_C_26] Welcome to Warehouse Wreckage! +[2025.02.18-11.38.21:340][738]LogBlueprintUserMessages: [Minimal_Default_C_26] Hello World +[2025.02.18-11.38.21:341][738]PIE: 서버가 로그인했습니다. +[2025.02.18-11.38.21:342][738]PIE: 에디터에서 플레이 총 시작 시간 0.068초입니다. +[2025.02.18-11.38.21:349][738]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.38.22:300][819]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-9892.400 Y=1390.673 Z=454.358 +[2025.02.18-11.38.23:216][929]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-6088.971 Y=-7922.628 Z=395.470 +[2025.02.18-11.38.23:633][979]LogBlueprintUserMessages: [Minimal_Default_C_26] X=1923.646 Y=-9804.457 Z=-414.993 +[2025.02.18-11.38.24:125][ 38]LogBlueprintUserMessages: [Minimal_Default_C_26] X=8798.372 Y=-4601.249 Z=-1190.442 +[2025.02.18-11.38.25:349][185]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-9712.062 Y=-496.913 Z=-2330.004 +[2025.02.18-11.38.26:483][321]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-8457.366 Y=2409.396 Z=4761.067 +[2025.02.18-11.38.26:949][377]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-8972.426 Y=-1729.045 Z=4062.754 +[2025.02.18-11.38.27:208][408]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-7321.876 Y=-6233.842 Z=2743.967 +[2025.02.18-11.38.27:517][445]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-4409.062 Y=-8974.205 Z=-154.324 +[2025.02.18-11.38.28:108][516]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-3856.439 Y=9197.023 Z=736.651 +[2025.02.18-11.38.28:366][547]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-3799.316 Y=9218.283 Z=767.104 +[2025.02.18-11.38.28:732][591]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-9167.035 Y=3927.190 Z=736.651 +[2025.02.18-11.38.28:941][616]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-9007.826 Y=4289.810 Z=675.723 +[2025.02.18-11.38.29:141][640]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-8745.650 Y=4805.961 Z=645.249 +[2025.02.18-11.38.29:929][731]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.38.29:929][731]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.38.29:929][731]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.38.29:933][731]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.38.29:933][731]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.38.29:943][731]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.38.29:947][731]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.38.29:967][731]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=45 +[2025.02.18-11.38.29:969][731]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=45 +[2025.02.18-11.38.29:974][731]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms +[2025.02.18-11.38.30:007][735]LogPlayLevel: Display: Destroying online subsystem :Context_53 +[2025.02.18-11.38.55:177][241]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.38.55:182][241]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-11.38.55:182][241]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-11.38.55:216][241]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.38.55:218][241]LogPlayLevel: PlayLevel: Blueprint regeneration took 36 ms (1 blueprints) +[2025.02.18-11.38.55:219][241]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:38:55) +[2025.02.18-11.38.55:219][241]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.38.55:221][241]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002660s) +[2025.02.18-11.38.55:221][241]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002709s) +[2025.02.18-11.38.55:221][241]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.38.55:221][241]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.38.55:222][241]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.38.55:222][241]LogPlayLevel: PIE: World Init took: (0.000484s) +[2025.02.18-11.38.55:240][241]LogUObjectHash: Compacting FUObjectHashTables data took 0.92ms +[2025.02.18-11.38.55:240][241]LogAudio: Display: Creating Audio Device: Id: 46, Scope: Unique, Realtime: True +[2025.02.18-11.38.55:241][241]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.38.55:241][241]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.38.55:241][241]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.38.55:241][241]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.38.55:241][241]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.38.55:241][241]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.38.55:241][241]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.38.55:241][241]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.38.55:241][241]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.38.55:241][241]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.38.55:241][241]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.38.55:242][241]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.38.55:253][241]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.38.55:254][241]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.38.55:254][241]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.38.55:254][241]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.38.55:254][241]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=46 +[2025.02.18-11.38.55:254][241]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=46 +[2025.02.18-11.38.55:255][241]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=46 +[2025.02.18-11.38.55:255][241]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=46 +[2025.02.18-11.38.55:255][241]LogInit: FAudioDevice initialized. +[2025.02.18-11.38.55:255][241]LogAudio: Display: Audio Device (ID: 46) registered with world 'Minimal_Default'. +[2025.02.18-11.38.55:278][241]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.38.55:278][241]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.38.55:280][241]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.38.55 +[2025.02.18-11.38.55:280][241]LogWorld: Bringing up level for play took: 0.000607 +[2025.02.18-11.38.55:281][241]LogOnline: OSS: Created online subsystem instance for: :Context_54 +[2025.02.18-11.38.55:282][241]LogBlueprintUserMessages: [Minimal_Default_C_27] Welcome to Warehouse Wreckage! +[2025.02.18-11.38.55:282][241]LogBlueprintUserMessages: [Minimal_Default_C_27] Hello World +[2025.02.18-11.38.55:282][241]PIE: 서버가 로그인했습니다. +[2025.02.18-11.38.55:282][241]PIE: 에디터에서 플레이 총 시작 시간 0.101초입니다. +[2025.02.18-11.38.55:298][241]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.38.55:955][288]LogBlueprintUserMessages: [Minimal_Default_C_27] X=-345.513 Y=-196.474 Z=44.933 +[2025.02.18-11.38.56:496][353]LogBlueprintUserMessages: [Minimal_Default_C_27] X=-359.569 Y=-163.341 Z=-63.483 +[2025.02.18-11.38.56:930][405]LogBlueprintUserMessages: [Minimal_Default_C_27] X=-153.967 Y=-368.336 Z=-24.963 +[2025.02.18-11.38.57:147][431]LogBlueprintUserMessages: [Minimal_Default_C_27] X=-153.967 Y=-368.336 Z=-24.963 +[2025.02.18-11.38.58:055][540]LogBlueprintUserMessages: [Minimal_Default_C_27] X=-392.303 Y=-74.673 Z=-22.851 +[2025.02.18-11.38.58:337][574]LogBlueprintUserMessages: [Minimal_Default_C_27] X=-392.370 Y=-74.686 Z=-21.631 +[2025.02.18-11.38.58:655][612]LogBlueprintUserMessages: [Minimal_Default_C_27] X=-392.370 Y=-74.686 Z=-21.631 +[2025.02.18-11.38.59:180][671]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.38.59:180][671]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.38.59:180][671]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.38.59:184][671]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.38.59:184][671]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.38.59:191][671]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.38.59:194][671]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.38.59:215][671]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=46 +[2025.02.18-11.38.59:217][671]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=46 +[2025.02.18-11.38.59:220][671]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms +[2025.02.18-11.38.59:255][674]LogPlayLevel: Display: Destroying online subsystem :Context_54 +[2025.02.18-11.39.35:013][861]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.39.35:017][861]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-11.39.35:018][861]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-11.39.35:051][861]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms +[2025.02.18-11.39.35:054][861]LogPlayLevel: PlayLevel: Blueprint regeneration took 36 ms (1 blueprints) +[2025.02.18-11.39.35:054][861]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:39:35) +[2025.02.18-11.39.35:054][861]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.39.35:057][861]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002760s) +[2025.02.18-11.39.35:057][861]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002813s) +[2025.02.18-11.39.35:057][861]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.39.35:057][861]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.39.35:057][861]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.39.35:057][861]LogPlayLevel: PIE: World Init took: (0.000545s) +[2025.02.18-11.39.35:074][861]LogUObjectHash: Compacting FUObjectHashTables data took 0.85ms +[2025.02.18-11.39.35:075][861]LogAudio: Display: Creating Audio Device: Id: 47, Scope: Unique, Realtime: True +[2025.02.18-11.39.35:075][861]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.39.35:075][861]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.39.35:075][861]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.39.35:075][861]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.39.35:075][861]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.39.35:075][861]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.39.35:075][861]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.39.35:075][861]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.39.35:076][861]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.39.35:076][861]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.39.35:076][861]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.39.35:077][861]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.39.35:089][861]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.39.35:089][861]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.39.35:089][861]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.39.35:089][861]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.39.35:089][861]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=47 +[2025.02.18-11.39.35:089][861]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=47 +[2025.02.18-11.39.35:090][861]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=47 +[2025.02.18-11.39.35:090][861]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=47 +[2025.02.18-11.39.35:090][861]LogInit: FAudioDevice initialized. +[2025.02.18-11.39.35:090][861]LogAudio: Display: Audio Device (ID: 47) registered with world 'Minimal_Default'. +[2025.02.18-11.39.35:115][861]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.39.35:115][861]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.39.35:116][861]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.39.35 +[2025.02.18-11.39.35:116][861]LogWorld: Bringing up level for play took: 0.000580 +[2025.02.18-11.39.35:117][861]LogOnline: OSS: Created online subsystem instance for: :Context_55 +[2025.02.18-11.39.35:118][861]LogBlueprintUserMessages: [Minimal_Default_C_28] Welcome to Warehouse Wreckage! +[2025.02.18-11.39.35:118][861]LogBlueprintUserMessages: [Minimal_Default_C_28] Hello World +[2025.02.18-11.39.35:118][861]PIE: 서버가 로그인했습니다. +[2025.02.18-11.39.35:118][861]PIE: 에디터에서 플레이 총 시작 시간 0.101초입니다. +[2025.02.18-11.39.35:135][861]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.39.36:412][970]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-994.527 Y=89.241 Z=-54.340 +[2025.02.18-11.39.36:895][ 28]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-966.398 Y=-256.550 Z=-16.010 +[2025.02.18-11.39.37:161][ 60]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-966.398 Y=-256.550 Z=-16.010 +[2025.02.18-11.39.37:520][103]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-966.398 Y=-256.550 Z=-16.010 +[2025.02.18-11.39.38:070][169]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-963.776 Y=-174.969 Z=201.302 +[2025.02.18-11.39.38:486][219]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-959.511 Y=-213.851 Z=183.321 +[2025.02.18-11.39.38:912][270]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-976.517 Y=-144.261 Z=160.007 +[2025.02.18-11.39.39:303][317]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-993.738 Y=21.287 Z=109.685 +[2025.02.18-11.39.39:645][358]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-993.738 Y=21.287 Z=109.685 +[2025.02.18-11.39.40:020][403]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-993.738 Y=21.287 Z=109.685 +[2025.02.18-11.39.40:437][453]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-967.955 Y=233.336 Z=92.826 +[2025.02.18-11.39.40:670][481]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-967.675 Y=233.269 Z=95.866 +[2025.02.18-11.39.41:212][546]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-504.370 Y=849.123 Z=156.846 +[2025.02.18-11.39.41:420][571]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-736.506 Y=650.316 Z=186.137 +[2025.02.18-11.39.41:628][596]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-736.506 Y=650.316 Z=186.137 +[2025.02.18-11.39.41:837][621]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-736.506 Y=650.316 Z=186.137 +[2025.02.18-11.39.42:120][655]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-724.882 Y=664.084 Z=183.135 +[2025.02.18-11.39.42:531][701]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.39.42:531][701]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.39.42:531][701]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.39.42:536][701]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.39.42:536][701]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.39.42:543][701]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.39.42:546][701]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.39.42:568][701]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=47 +[2025.02.18-11.39.42:570][701]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=47 +[2025.02.18-11.39.42:575][701]LogUObjectHash: Compacting FUObjectHashTables data took 0.91ms +[2025.02.18-11.39.42:608][705]LogPlayLevel: Display: Destroying online subsystem :Context_55 +[2025.02.18-11.39.47:641][305]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.39.47:673][305]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms +[2025.02.18-11.39.48:346][384]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.39.48:350][384]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.39.48:350][384]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:39:48) +[2025.02.18-11.39.48:350][384]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.39.48:352][384]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002794s) +[2025.02.18-11.39.48:352][384]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002842s) +[2025.02.18-11.39.48:352][384]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.39.48:353][384]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.39.48:353][384]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.39.48:353][384]LogPlayLevel: PIE: World Init took: (0.000504s) +[2025.02.18-11.39.48:373][384]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms +[2025.02.18-11.39.48:375][384]LogAudio: Display: Creating Audio Device: Id: 48, Scope: Unique, Realtime: True +[2025.02.18-11.39.48:375][384]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.39.48:375][384]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.39.48:375][384]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.39.48:375][384]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.39.48:375][384]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.39.48:375][384]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.39.48:375][384]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.39.48:375][384]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.39.48:375][384]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.39.48:375][384]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.39.48:375][384]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.39.48:377][384]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.39.48:388][384]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.39.48:389][384]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.39.48:389][384]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.39.48:389][384]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.39.48:389][384]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=48 +[2025.02.18-11.39.48:389][384]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=48 +[2025.02.18-11.39.48:390][384]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=48 +[2025.02.18-11.39.48:390][384]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=48 +[2025.02.18-11.39.48:390][384]LogInit: FAudioDevice initialized. +[2025.02.18-11.39.48:390][384]LogAudio: Display: Audio Device (ID: 48) registered with world 'Minimal_Default'. +[2025.02.18-11.39.48:426][384]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.39.48:426][384]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.39.48:426][384]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.39.48 +[2025.02.18-11.39.48:427][384]LogWorld: Bringing up level for play took: 0.000720 +[2025.02.18-11.39.48:428][384]LogOnline: OSS: Created online subsystem instance for: :Context_56 +[2025.02.18-11.39.48:429][384]LogBlueprintUserMessages: [Minimal_Default_C_29] Welcome to Warehouse Wreckage! +[2025.02.18-11.39.48:429][384]LogBlueprintUserMessages: [Minimal_Default_C_29] Hello World +[2025.02.18-11.39.48:429][384]PIE: 서버가 로그인했습니다. +[2025.02.18-11.39.48:430][384]PIE: 에디터에서 플레이 총 시작 시간 0.08초입니다. +[2025.02.18-11.39.48:439][384]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.39.49:171][442]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3986.884 Y=-302.037 Z=-116.313 +[2025.02.18-11.39.49:588][492]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3677.757 Y=-1441.441 Z=-629.565 +[2025.02.18-11.39.49:804][518]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3677.757 Y=-1441.441 Z=-629.565 +[2025.02.18-11.39.50:155][560]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3792.275 Y=1154.713 Z=-534.123 +[2025.02.18-11.39.50:346][583]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3826.212 Y=1076.227 Z=-449.259 +[2025.02.18-11.39.50:614][615]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3914.518 Y=767.792 Z=-295.027 +[2025.02.18-11.39.50:813][639]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3964.832 Y=456.538 Z=-267.735 +[2025.02.18-11.39.51:005][662]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3935.840 Y=709.759 Z=73.539 +[2025.02.18-11.39.51:214][687]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3793.176 Y=1226.320 Z=328.563 +[2025.02.18-11.39.51:447][715]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3793.176 Y=1226.320 Z=328.563 +[2025.02.18-11.39.51:663][741]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3804.839 Y=1178.950 Z=365.073 +[2025.02.18-11.39.51:971][778]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3919.460 Y=727.926 Z=328.563 +[2025.02.18-11.39.52:154][800]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3937.046 Y=632.113 Z=316.387 +[2025.02.18-11.39.52:651][857]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.39.52:651][857]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.39.52:651][857]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.39.52:656][857]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.39.52:656][857]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.39.52:667][857]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.39.52:670][857]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.39.52:691][857]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=48 +[2025.02.18-11.39.52:693][857]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=48 +[2025.02.18-11.39.52:697][857]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms +[2025.02.18-11.39.52:731][861]LogPlayLevel: Display: Destroying online subsystem :Context_56 +[2025.02.18-11.40.15:162][328]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.40.15:189][328]LogUObjectHash: Compacting FUObjectHashTables data took 0.95ms +[2025.02.18-11.40.15:887][404]LogUObjectHash: Compacting FUObjectHashTables data took 0.37ms +[2025.02.18-11.40.15:901][404]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.40.15:901][404]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default01EC3AA9456D8DA8D776419DB6B7CAA2.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.40.15:906][404]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.40.15:906][404]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.40.15:915][404]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.40.15:915][404]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.40.16:529][473]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.40.16:532][473]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.40.16:532][473]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:40:16) +[2025.02.18-11.40.16:532][473]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.40.16:535][473]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002769s) +[2025.02.18-11.40.16:535][473]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002817s) +[2025.02.18-11.40.16:535][473]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.40.16:535][473]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.40.16:535][473]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.40.16:535][473]LogPlayLevel: PIE: World Init took: (0.000455s) +[2025.02.18-11.40.16:556][473]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-11.40.16:557][473]LogAudio: Display: Creating Audio Device: Id: 49, Scope: Unique, Realtime: True +[2025.02.18-11.40.16:557][473]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.40.16:557][473]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.40.16:557][473]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.40.16:557][473]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.40.16:557][473]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.40.16:557][473]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.40.16:557][473]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.40.16:557][473]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.40.16:557][473]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.40.16:557][473]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.40.16:557][473]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.40.16:559][473]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.40.16:570][473]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.40.16:570][473]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.40.16:570][473]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.40.16:570][473]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.40.16:570][473]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=49 +[2025.02.18-11.40.16:570][473]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=49 +[2025.02.18-11.40.16:572][473]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=49 +[2025.02.18-11.40.16:572][473]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=49 +[2025.02.18-11.40.16:572][473]LogInit: FAudioDevice initialized. +[2025.02.18-11.40.16:572][473]LogAudio: Display: Audio Device (ID: 49) registered with world 'Minimal_Default'. +[2025.02.18-11.40.16:600][473]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.40.16:600][473]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.40.16:601][473]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.40.16 +[2025.02.18-11.40.16:601][473]LogWorld: Bringing up level for play took: 0.000583 +[2025.02.18-11.40.16:602][473]LogOnline: OSS: Created online subsystem instance for: :Context_57 +[2025.02.18-11.40.16:603][473]LogBlueprintUserMessages: [Minimal_Default_C_30] Welcome to Warehouse Wreckage! +[2025.02.18-11.40.16:603][473]LogBlueprintUserMessages: [Minimal_Default_C_30] Hello World +[2025.02.18-11.40.16:604][473]PIE: 서버가 로그인했습니다. +[2025.02.18-11.40.16:604][473]PIE: 에디터에서 플레이 총 시작 시간 0.072초입니다. +[2025.02.18-11.40.16:612][473]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.40.18:452][662]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.40.18:452][662]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.40.18:452][662]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.40.18:457][662]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.40.18:457][662]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.40.18:464][662]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.40.18:468][662]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.40.18:489][662]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=49 +[2025.02.18-11.40.18:490][662]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=49 +[2025.02.18-11.40.18:493][662]LogUObjectHash: Compacting FUObjectHashTables data took 0.93ms +[2025.02.18-11.40.18:519][665]LogPlayLevel: Display: Destroying online subsystem :Context_57 +[2025.02.18-11.41.07:317][498]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.41.07:319][498]LogBlueprint: Error: [AssetLog] C:\Users\ssh03\Documents\Unreal Projects\WarehouseWreckage\Content\StarterContent\Maps\Minimal_Default.umap: [Compiler] 이 블루프린트(셀프)는 Pawn 이지 않으므로, ' 타깃 '에 연결이 있어야 합니다. +[2025.02.18-11.41.07:353][498]LogUObjectHash: Compacting FUObjectHashTables data took 0.85ms +[2025.02.18-11.41.07:745][536]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.41.07:758][536]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.41.07:759][536]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultBD4ABC144B749AB223B68BB98EFE1B1F.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.41.07:764][536]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.41.07:764][536]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.41.07:774][536]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.41.07:774][536]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.41.14:109][287]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.41.14:138][287]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms +[2025.02.18-11.41.14:819][362]LogUObjectHash: Compacting FUObjectHashTables data took 0.38ms +[2025.02.18-11.41.14:831][362]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.41.14:832][362]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultFF3BFD8548F8B1762D5F9383A4AF2BFA.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.41.14:837][362]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.41.14:837][362]LogFileHelpers: Saving map 'Minimal_Default' took 0.038 +[2025.02.18-11.41.14:845][362]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.41.14:845][362]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.41.16:872][601]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.41.16:876][601]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.41.16:877][601]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:41:16) +[2025.02.18-11.41.16:877][601]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.41.16:880][601]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003559s) +[2025.02.18-11.41.16:880][601]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.003619s) +[2025.02.18-11.41.16:880][601]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.41.16:880][601]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.41.16:880][601]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.41.16:881][601]LogPlayLevel: PIE: World Init took: (0.000594s) +[2025.02.18-11.41.16:901][601]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.41.16:902][601]LogAudio: Display: Creating Audio Device: Id: 50, Scope: Unique, Realtime: True +[2025.02.18-11.41.16:902][601]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.41.16:902][601]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.41.16:902][601]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.41.16:902][601]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.41.16:902][601]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.41.16:902][601]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.41.16:902][601]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.41.16:902][601]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.41.16:902][601]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.41.16:902][601]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.41.16:902][601]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.41.16:904][601]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.41.16:915][601]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.41.16:915][601]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.41.16:915][601]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.41.16:915][601]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.41.16:915][601]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=50 +[2025.02.18-11.41.16:915][601]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=50 +[2025.02.18-11.41.16:916][601]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=50 +[2025.02.18-11.41.16:916][601]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=50 +[2025.02.18-11.41.16:916][601]LogInit: FAudioDevice initialized. +[2025.02.18-11.41.16:916][601]LogAudio: Display: Audio Device (ID: 50) registered with world 'Minimal_Default'. +[2025.02.18-11.41.16:938][601]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.41.16:938][601]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.41.16:939][601]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.41.16 +[2025.02.18-11.41.16:939][601]LogWorld: Bringing up level for play took: 0.000717 +[2025.02.18-11.41.16:940][601]LogOnline: OSS: Created online subsystem instance for: :Context_58 +[2025.02.18-11.41.16:940][601]LogBlueprintUserMessages: [Minimal_Default_C_32] Welcome to Warehouse Wreckage! +[2025.02.18-11.41.16:940][601]LogBlueprintUserMessages: [Minimal_Default_C_32] Hello World +[2025.02.18-11.41.16:942][601]PIE: 서버가 로그인했습니다. +[2025.02.18-11.41.16:943][601]PIE: 에디터에서 플레이 총 시작 시간 0.066초입니다. +[2025.02.18-11.41.16:951][601]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.41.21:913][171]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.41.21:913][171]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.41.21:914][171]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.41.21:920][171]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.41.21:920][171]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.41.21:931][171]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.41.21:934][171]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.41.21:955][171]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=50 +[2025.02.18-11.41.21:956][171]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=50 +[2025.02.18-11.41.21:960][171]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.41.21:994][175]LogPlayLevel: Display: Destroying online subsystem :Context_58 +[2025.02.18-11.41.43:150][471]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms +[2025.02.18-11.41.43:162][471]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.41.43:163][471]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default87BC9E6642B2573CF94EF8BC13BC0ADB.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.41.43:169][471]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.41.43:169][471]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.41.43:177][471]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.41.43:177][471]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.41.49:370][199]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.41.49:374][199]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.41.49:374][199]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:41:49) +[2025.02.18-11.41.49:403][199]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.41.49:406][199]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002534s) +[2025.02.18-11.41.49:406][199]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002596s) +[2025.02.18-11.41.49:406][199]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.41.49:406][199]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.41.49:406][199]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.41.49:407][199]LogPlayLevel: PIE: World Init took: (0.000509s) +[2025.02.18-11.41.49:428][199]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms +[2025.02.18-11.41.49:430][199]LogAudio: Display: Creating Audio Device: Id: 51, Scope: Unique, Realtime: True +[2025.02.18-11.41.49:430][199]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.41.49:430][199]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.41.49:430][199]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.41.49:430][199]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.41.49:430][199]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.41.49:430][199]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.41.49:430][199]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.41.49:430][199]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.41.49:430][199]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.41.49:430][199]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.41.49:430][199]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.41.49:432][199]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.41.49:443][199]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.41.49:443][199]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.41.49:443][199]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.41.49:443][199]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.41.49:443][199]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=51 +[2025.02.18-11.41.49:443][199]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=51 +[2025.02.18-11.41.49:445][199]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=51 +[2025.02.18-11.41.49:445][199]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=51 +[2025.02.18-11.41.49:445][199]LogInit: FAudioDevice initialized. +[2025.02.18-11.41.49:445][199]LogAudio: Display: Audio Device (ID: 51) registered with world 'Minimal_Default'. +[2025.02.18-11.41.49:456][199]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.41.49:457][199]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.41.49 +[2025.02.18-11.41.49:457][199]LogWorld: Bringing up level for play took: 0.000641 +[2025.02.18-11.41.49:458][199]LogOnline: OSS: Created online subsystem instance for: :Context_59 +[2025.02.18-11.41.49:459][199]LogBlueprintUserMessages: [Minimal_Default_C_32] Welcome to Warehouse Wreckage! +[2025.02.18-11.41.49:459][199]LogBlueprintUserMessages: [Minimal_Default_C_32] Hello World +[2025.02.18-11.41.49:459][199]PIE: 서버가 로그인했습니다. +[2025.02.18-11.41.49:459][199]PIE: 에디터에서 플레이 총 시작 시간 0.085초입니다. +[2025.02.18-11.41.57:964][206]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.41.57:964][206]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.41.57:964][206]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.41.57:964][206]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.41.57:972][206]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.41.57:976][206]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.41.57:996][206]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.41.57:996][206]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=51 +[2025.02.18-11.41.57:997][206]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=51 +[2025.02.18-11.41.58:000][206]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.41.58:001][206]LogUObjectHash: Compacting FUObjectHashTables data took 0.91ms +[2025.02.18-11.41.58:023][207]LogPlayLevel: Display: Destroying online subsystem :Context_59 +[2025.02.18-11.46.24:794][ 24]LogDirectoryWatcher: Display: A directory notification failed for 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Collections/' because it could not be accessed. Aborting watch request... +[2025.02.18-11.46.24:794][ 24]LogDirectoryWatcher: Display: A directory notification failed for 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/Collections/' because it could not be accessed. Aborting watch request... +[2025.02.18-11.46.24:794][ 24]LogDirectoryWatcher: Display: A directory notification failed for 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/Developers/ssh030226/Collections/' because it could not be accessed. Aborting watch request... +[2025.02.18-11.51.03:958][419]LogUObjectHash: Compacting FUObjectHashTables data took 1.19ms +[2025.02.18-11.51.04:074][419]LogTexture: Display: Building textures: /Game/IndustryPropsPack6/Textures/BaseTextures/BB_D.BB_D (TFO_AutoDXT, 8X8 X1X1) (Required Memory Estimate: 0.001221 MB), EncodeSpeed: Fast +[2025.02.18-11.51.04:074][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/BaseTextures/BG_D.BG_D(TFO_AutoDXT, 8X8 X1X1)(필요 메모리 예상: 0.001221MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:074][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/BaseTextures/B_N.B_N(TFO_BC5, 8X8 X1X1)(필요 메모리 예상: 0.001221MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:074][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/BaseTextures/T_MASK1.T_MASK1(TFO_AutoDXT, 256X256 X1X1)(필요 메모리 예상: 1.250MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:074][419]LogMaterial: Display: Missing cached shadermap for M_base in PCD3D_SM5, Default, SM5 (DDC key hash: 8D91F01D1866C24B3B020D78DE96A20F12470B30), compiling. +[2025.02.18-11.51.04:429][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Barrel01_N.T_Barrel01_N(TFO_BC5, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:429][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Box01_SRM.T_Box01_SRM(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:429][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Barrel01_D.T_Barrel01_D(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:429][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Barrel01_SRM.T_Barrel01_SRM(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:429][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/BaseTextures/T_MASK2.T_MASK2(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:429][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Box01_D.T_Box01_D(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:429][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Box01_N.T_Box01_N(TFO_BC5, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:429][419]LogMaterial: Display: Missing cached shadermap for MI_Barrel01_2 in PCD3D_SM5, Default, SM5 (DDC key hash: E67FA9E1799E6699B176F771AE3D21BAE80FA2AB), compiling. +[2025.02.18-11.51.04:735][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Cartonbox01_D.T_Cartonbox01_D(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:735][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Hose_D.T_Hose_D(TFO_AutoDXT, 256X256 X1X1)(필요 메모리 예상: 1.250MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:735][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Hose_N.T_Hose_N(TFO_BC5, 256X256 X1X1)(필요 메모리 예상: 1.250MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:735][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Cartonbox01_N.T_Cartonbox01_N(TFO_BC5, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:735][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Hose_SRM.T_Hose_SRM(TFO_AutoDXT, 256X256 X1X1)(필요 메모리 예상: 1.250MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:735][419]LogMaterial: Display: Missing cached shadermap for MI_Barrel01_4 in PCD3D_SM5, Default, SM5 (DDC key hash: 651DBDE4CB1FC77AED0EB04E8121F158666C08A6), compiling. +[2025.02.18-11.51.05:025][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Newspaper01_N.T_Newspaper01_N(TFO_BC5, 1024X1024 X1X1)(필요 메모리 예상: 20.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:025][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Newspaper01_D.T_Newspaper01_D(TFO_AutoDXT, 1024X1024 X1X1)(필요 메모리 예상: 20.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:025][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Newspaper01_SRM.T_Newspaper01_SRM(TFO_AutoDXT, 1024X1024 X1X1)(필요 메모리 예상: 20.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:025][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Cartonbox01_SRM.T_Cartonbox01_SRM(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:025][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Rack_D.T_Rack_D(TFO_AutoDXT, 1024X1024 X1X1)(필요 메모리 예상: 20.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:025][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Rack_N.T_Rack_N(TFO_BC5, 1024X1024 X1X1)(필요 메모리 예상: 20.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:025][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Rack_SRM.T_Rack_SRM(TFO_AutoDXT, 1024X1024 X1X1)(필요 메모리 예상: 20.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:025][419]LogMaterial: Display: Missing cached shadermap for MI_Barrel01_5 in PCD3D_SM5, Default, SM5 (DDC key hash: 856E771E9973779F757E7B9138BD0D6C5990A409), compiling. +[2025.02.18-11.51.05:278][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_TrafficBarrel01_N.T_TrafficBarrel01_N(TFO_BC5, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:278][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_TrafficBarrel01_D.T_TrafficBarrel01_D(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:278][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Tarp01_SRM.T_Tarp01_SRM(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:278][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Tarp02_D.T_Tarp02_D(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:278][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_TrafficBarrel01_SRM.T_TrafficBarrel01_SRM(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:278][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Tarp01_N.T_Tarp01_N(TFO_BC5, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:278][419]LogMaterial: Display: Missing cached shadermap for MI_Barrel01_6 in PCD3D_SM5, Default, SM5 (DDC key hash: D9CE4F7322724F984B103EC022320F78126B1BED), compiling. +[2025.02.18-11.51.05:630][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Tarp01_D.T_Tarp01_D(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:630][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_WaterTank01_D.T_WaterTank01_D(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:630][419]LogMaterial: Display: Missing cached shadermap for MI_Box01_1 in PCD3D_SM5, Default, SM5 (DDC key hash: 003CBDD8DAE7D0C6B8B425255739494EFE3A59FF), compiling. +[2025.02.18-11.51.05:890][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_WaterTank01_N.T_WaterTank01_N(TFO_BC5, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:890][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_WaterTank01_SRM.T_WaterTank01_SRM(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:890][419]LogMaterial: Display: Missing cached shadermap for MI_Box01_4 in PCD3D_SM5, Default, SM5 (DDC key hash: 7DD1B0E73925A253F45AC6B01EFEBB08DE89EA42), compiling. +[2025.02.18-11.51.06:132][419]LogMaterial: Display: Missing cached shadermap for MI_Cartonbox01_1 in PCD3D_SM5, Default, SM5 (DDC key hash: FD8CCEB7C23B40475326347AA41C6C8BFFEF29D8), compiling. +[2025.02.18-11.51.06:375][419]LogMaterial: Display: Missing cached shadermap for MI_Cartonbox01_2 in PCD3D_SM5, Default, SM5 (DDC key hash: 0DEEBE05B5BE643D56E4669228872B9113F71D4F), compiling. +[2025.02.18-11.51.06:626][419]LogMaterial: Display: Missing cached shadermap for MI_Gray in PCD3D_SM5, Default, SM5 (DDC key hash: EF6E327B1E8EBD113DA3FD0309843DE31076D777), compiling. +[2025.02.18-11.51.06:859][419]LogMaterial: Display: Missing cached shadermap for MI_Hose01_2 in PCD3D_SM5, Default, SM5 (DDC key hash: 44D1F3F4F2A0B257BF509219FA7C1C83DE1DEA58), compiling. +[2025.02.18-11.51.07:087][419]LogMaterial: Display: Missing cached shadermap for MI_Newspaper01_1 in PCD3D_SM5, Default, SM5 (DDC key hash: 3346E0F499B2393F0A2B0B39E987EF0139C9B123), compiling. +[2025.02.18-11.51.07:301][419]LogMaterial: Display: Missing cached shadermap for MI_Rack01_1 in PCD3D_SM5, Default, SM5 (DDC key hash: 64677BC5183CA4C11DAB0A3B296DFA7B52BE0F2E), compiling. +[2025.02.18-11.51.07:524][419]LogMaterial: Display: Missing cached shadermap for MI_Tarp01_2 in PCD3D_SM5, Default, SM5 (DDC key hash: B4B3BC4C88ACDBADE7DF9DAC6493302B032D234A), compiling. +[2025.02.18-11.51.07:753][419]LogMaterial: Display: Missing cached shadermap for MI_TrafficBarrel01_1 in PCD3D_SM5, Default, SM5 (DDC key hash: 55097996DA981378C6C39D8781A7551770A4D256), compiling. +[2025.02.18-11.51.07:968][419]LogMaterial: Display: Missing cached shadermap for MI_WaterTank01 in PCD3D_SM5, Default, SM5 (DDC key hash: 21D130CF271218352F3E1393591C83D14A88FC06), compiling. +[2025.02.18-11.51.08:229][419]LogStaticMesh: Display: SM_Barrel03 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:229][419]LogStaticMesh: Display: SM_Barrel02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:229][419]LogStaticMesh: Display: SM_Barrel01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:229][419]LogStaticMesh: Display: SM_Box02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:229][419]LogStaticMesh: Display: SM_Box01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:229][419]LogStaticMesh: Display: SM_Box03 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:229][419]LogStaticMesh: Display: SM_Barrel04 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:253][419]LogAssetEditorSubsystem: Opening Asset editor for World /Game/IndustryPropsPack6/Maps/Showcase.Showcase +[2025.02.18-11.51.08:253][419]Cmd: MAP LOAD FILE="../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/IndustryPropsPack6/Maps/Showcase.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=3 +[2025.02.18-11.51.08:253][419]LightingResults: New page: 라이팅 빌드 +[2025.02.18-11.51.08:253][419]LoadErrors: New page: 맵 로드중: Showcase.umap +[2025.02.18-11.51.08:307][419]LogStaticMesh: Built static mesh [0.31s] /Game/IndustryPropsPack6/Meshes/SM_Barrel03.SM_Barrel03 +[2025.02.18-11.51.08:307][419]LogStaticMesh: Built static mesh [0.32s] /Game/IndustryPropsPack6/Meshes/SM_Barrel02.SM_Barrel02 +[2025.02.18-11.51.08:307][419]LogStaticMesh: Display: SM_Barrel03 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:307][419]LogStaticMesh: Display: SM_Barrel02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:307][419]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.51.08:307][419]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.51.08:364][419]LogStaticMesh: Built static mesh [0.38s] /Game/IndustryPropsPack6/Meshes/SM_Barrel01.SM_Barrel01 +[2025.02.18-11.51.08:364][419]LogStaticMesh: Display: SM_Barrel01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:364][419]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.51.08:364][419]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.51.08:364][419]MapCheck: New page: 맵 체크 +[2025.02.18-11.51.08:364][419]LightingResults: New page: 라이팅 빌드 +[2025.02.18-11.51.08:398][419]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.51.08:436][419]LogUObjectHash: Compacting FUObjectHashTables data took 1.79ms +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.58s] /Game/IndustryPropsPack6/Meshes/SM_Box02.SM_Box02 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_Box02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.29s] /Game/IndustryPropsPack6/Meshes/SM_Barrel03.SM_Barrel03 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonBox01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.01s] /Game/IndustryPropsPack6/Meshes/SM_CartonBox01.SM_CartonBox01 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonBox01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.00s] /Game/IndustryPropsPack6/Meshes/SM_CartonBox01.SM_CartonBox01 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonBox02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.01s] /Game/IndustryPropsPack6/Meshes/SM_CartonBox02.SM_CartonBox02 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonBox02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.31s] /Game/IndustryPropsPack6/Meshes/SM_Barrel02.SM_Barrel02 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonBox03 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.01s] /Game/IndustryPropsPack6/Meshes/SM_CartonBox02.SM_CartonBox02 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonGarbage01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonBox03.SM_CartonBox03 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonBox03 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage01.SM_CartonGarbage01 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonGarbage01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonBox03.SM_CartonBox03 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonGarbage02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.66s] /Game/IndustryPropsPack6/Meshes/SM_Box01.SM_Box01 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage01.SM_CartonGarbage01 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonGarbage03 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_Box01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage02.SM_CartonGarbage02 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.01s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage03.SM_CartonGarbage03 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage03 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage03.SM_CartonGarbage03 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage04 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage02.SM_CartonGarbage02 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage05 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.01s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage04.SM_CartonGarbage04 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage04 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.01s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage04.SM_CartonGarbage04 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage06 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.03s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage05.SM_CartonGarbage05 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage05 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.37s] /Game/IndustryPropsPack6/Meshes/SM_Barrel01.SM_Barrel01 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage07 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage06.SM_CartonGarbage06 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage06 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.03s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage05.SM_CartonGarbage05 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage08 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.03s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage06.SM_CartonGarbage06 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage09 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.05s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage08.SM_CartonGarbage08 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage08 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.09s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage07.SM_CartonGarbage07 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage07 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:060][419]LogStaticMesh: Built static mesh [0.06s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage08.SM_CartonGarbage08 +[2025.02.18-11.51.09:060][419]LogStaticMesh: Display: SM_Hose01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:060][419]LogStaticMesh: Built static mesh [0.10s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage07.SM_CartonGarbage07 +[2025.02.18-11.51.09:060][419]LogStaticMesh: Display: SM_Newspaper01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:060][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_Newspaper01.SM_Newspaper01 +[2025.02.18-11.51.09:060][419]LogStaticMesh: Display: SM_Newspaper02 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:060][419]LogStaticMesh: Built static mesh [0.20s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage09.SM_CartonGarbage09 +[2025.02.18-11.51.09:060][419]LogStaticMesh: Display: SM_CartonGarbage09 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:060][419]LogStaticMesh: Built static mesh [0.05s] /Game/IndustryPropsPack6/Meshes/SM_Newspaper02.SM_Newspaper02 +[2025.02.18-11.51.09:060][419]LogStaticMesh: Display: SM_Newspaper03 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:262][419]LogStaticMesh: Built static mesh [0.07s] /Game/IndustryPropsPack6/Meshes/SM_Newspaper03.SM_Newspaper03 +[2025.02.18-11.51.09:262][419]LogStaticMesh: Display: SM_Pallet01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:262][419]LogStaticMesh: Built static mesh [0.27s] /Game/IndustryPropsPack6/Meshes/SM_Hose01.SM_Hose01 +[2025.02.18-11.51.09:262][419]LogStaticMesh: Display: SM_Hose01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:262][419]LogStaticMesh: Built static mesh [0.59s] /Game/IndustryPropsPack6/Meshes/SM_Box02.SM_Box02 +[2025.02.18-11.51.09:262][419]LogStaticMesh: Display: SM_Rack01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:262][419]LogStaticMesh: Built static mesh [0.19s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage09.SM_CartonGarbage09 +[2025.02.18-11.51.09:262][419]LogStaticMesh: Display: SM_Rack02 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:262][419]LogStaticMesh: Built static mesh [0.04s] /Game/IndustryPropsPack6/Meshes/SM_Rack02.SM_Rack02 +[2025.02.18-11.51.09:262][419]LogStaticMesh: Display: SM_Rack02 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:262][419]LogStaticMesh: Built static mesh [0.04s] /Game/IndustryPropsPack6/Meshes/SM_Rack02.SM_Rack02 +[2025.02.18-11.51.09:464][419]LogStaticMesh: Display: SM_Tarp01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:464][419]LogStaticMesh: Built static mesh [0.10s] /Game/IndustryPropsPack6/Meshes/SM_Rack01.SM_Rack01 +[2025.02.18-11.51.09:464][419]LogStaticMesh: Built static mesh [0.18s] /Game/IndustryPropsPack6/Meshes/SM_Pallet01.SM_Pallet01 +[2025.02.18-11.51.09:464][419]LogStaticMesh: Display: SM_Rack01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:464][419]LogStaticMesh: Display: SM_Pallet01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:464][419]LogStaticMesh: Built static mesh [1.30s] /Game/IndustryPropsPack6/Meshes/SM_Box03.SM_Box03 +[2025.02.18-11.51.09:464][419]LogStaticMesh: Built static mesh [0.67s] /Game/IndustryPropsPack6/Meshes/SM_Box01.SM_Box01 +[2025.02.18-11.51.09:464][419]LogStaticMesh: Display: SM_TrafficBarrel01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:464][419]LogStaticMesh: Display: SM_Tarp02 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:464][419]LogStaticMesh: Built static mesh [0.11s] /Game/IndustryPropsPack6/Meshes/SM_Rack01.SM_Rack01 +[2025.02.18-11.51.09:464][419]LogStaticMesh: Display: SM_WaterTank01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:464][419]LogStaticMesh: Built static mesh [0.29s] /Game/IndustryPropsPack6/Meshes/SM_Hose01.SM_Hose01 +[2025.02.18-11.51.09:464][419]LogStaticMesh: Built static mesh [0.18s] /Game/IndustryPropsPack6/Meshes/SM_Pallet01.SM_Pallet01 +[2025.02.18-11.51.09:667][419]LogStaticMesh: Built static mesh [0.28s] /Game/IndustryPropsPack6/Meshes/SM_Tarp01.SM_Tarp01 +[2025.02.18-11.51.09:667][419]LogStaticMesh: Built static mesh [0.21s] /Game/IndustryPropsPack6/Meshes/SM_Tarp02.SM_Tarp02 +[2025.02.18-11.51.09:667][419]LogStaticMesh: Display: SM_Tarp01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:667][419]LogStaticMesh: Display: SM_Tarp02 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:667][419]LogStaticMesh: Built static mesh [0.23s] /Game/IndustryPropsPack6/Meshes/SM_TrafficBarrel01.SM_TrafficBarrel01 +[2025.02.18-11.51.09:667][419]LogStaticMesh: Display: SM_TrafficBarrel01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:869][419]LogStaticMesh: Built static mesh [0.20s] /Game/IndustryPropsPack6/Meshes/SM_Tarp02.SM_Tarp02 +[2025.02.18-11.51.09:869][419]LogStaticMesh: Built static mesh [0.23s] /Game/IndustryPropsPack6/Meshes/SM_TrafficBarrel01.SM_TrafficBarrel01 +[2025.02.18-11.51.09:869][419]LogStaticMesh: Built static mesh [0.26s] /Game/IndustryPropsPack6/Meshes/SM_Tarp01.SM_Tarp01 diff --git a/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0001/CrashContext.runtime-xml b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0001/CrashContext.runtime-xml new file mode 100644 index 0000000..93d7ea7 --- /dev/null +++ b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0001/CrashContext.runtime-xml @@ -0,0 +1,1026 @@ + + + + 3 + 5C4E4A7447617CEE2564BF9210A86D30 + UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0001 + false + true + false + Stall + FShaderCompilingManager::BlockOnAllShaderMapCompletion + + 3932 + 5801 + false + false + false + UE5-WarehouseWreckage + UnrealEditor + Development + + WindowsEditor + Windows + Editor + Vanilla + UE_5.0 + 5.0.3-20979098+++UE5+Release-5.0 + CommandLineRemoved + 0 + ko-KR + ++UE5+Release-5.0-CL-20979098 + **UE5*Release-5.0-CL-20979098-Win64-Development + true + false + + C:/Program Files/Epic Games/UE_5.0/Engine/Binaries/Win64/ + C:/Program Files/Epic Games/UE_5.0/ + 5BBBEB324CCBBD9BBC5394B660F1A533 + 5bbbeb324ccbbd9bbc5394b660f1a533 + 03e5f530106f44fb9d54934005f1b575 + + Sent in the unattended mode + Layout="LevelEditor" Label="Minimal_Default" Content=SLevelEdit + 0 + + 8 + 16 + 1 + AuthenticAMD + AMD Ryzen 7 7800X3D 8-Core Processor + NVIDIA GeForce RTX 4070 SUPER + Windows 11 (24H2) [10.0.26100.3194] + + 33915052032 + 36062535680 + 4096 + 32 + 16288948224 + 8273416192 + 3289669632 + 3890376704 + 5634641920 + 6560124928 + 0 + 0 + 0 + 0 + ntdll +ntdll +KERNELBASE +UnrealEditor_Core +UnrealEditor_Engine +UnrealEditor_Engine +UnrealEditor_Engine +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_AssetTools +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_UnrealEd +UnrealEditor_ContentBrowserAssetDataSource +UnrealEditor_ContentBrowserAssetDataSource +UnrealEditor_ContentBrowserAssetDataSource +UnrealEditor_ContentBrowser +UnrealEditor_ContentBrowser +UnrealEditor_ContentBrowser +UnrealEditor_ContentBrowser +UnrealEditor_ContentBrowser +UnrealEditor_ContentBrowser +UnrealEditor_ContentBrowser +UnrealEditor_Slate +UnrealEditor_Slate +UnrealEditor_Slate +UnrealEditor_Slate +UnrealEditor_ApplicationCore +UnrealEditor_ApplicationCore +UnrealEditor_ApplicationCore +UnrealEditor_ApplicationCore +user32 +user32 +InkObj +atlthunk +user32 +user32 +UnrealEditor_ApplicationCore +UnrealEditor +UnrealEditor +UnrealEditor +UnrealEditor +UnrealEditor +UnrealEditor +kernel32 +ntdll + ntdll 0x00007ffaa96a0000 + 15fe54 ntdll 0x00007ffaa96a0000 + daa64 KERNELBASE 0x00007ffaa6af0000 + 6a8e1 UnrealEditor-Core 0x00007ffa05160000 + 788673 UnrealEditor-Engine 0x00007ff9f0990000 + 1bc9546 UnrealEditor-Engine 0x00007ff9f0990000 + 1bdcad8 UnrealEditor-Engine 0x00007ff9f0990000 + 74523b UnrealEditor-UnrealEd 0x00007ff9eee80000 + aa0898 UnrealEditor-UnrealEd 0x00007ff9eee80000 + adc51f UnrealEditor-UnrealEd 0x00007ff9eee80000 + adb5a5 UnrealEditor-UnrealEd 0x00007ff9eee80000 + 5512f1 UnrealEditor-UnrealEd 0x00007ff9eee80000 + 541f7f UnrealEditor-UnrealEd 0x00007ff9eee80000 + 5344f5 UnrealEditor-UnrealEd 0x00007ff9eee80000 + e34b2e UnrealEditor-UnrealEd 0x00007ff9eee80000 + 860a2d UnrealEditor-AssetTools 0x00007ff9e2bb0000 + 156f3b UnrealEditor-UnrealEd 0x00007ff9eee80000 + d3bf93 UnrealEditor-UnrealEd 0x00007ff9eee80000 + d3c809 UnrealEditor-UnrealEd 0x00007ff9eee80000 + d3c59a UnrealEditor-ContentBrowserAssetDataSource 0x00007ff9ceac0000 + 50805 UnrealEditor-ContentBrowserAssetDataSource 0x00007ff9ceac0000 + 50a60 UnrealEditor-ContentBrowserAssetDataSource 0x00007ff9ceac0000 + 39aff UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1b20f0 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 16b010 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1b44db UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 172c36 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + f8802 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1c767d UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1b48a2 UnrealEditor-Slate 0x00007ffa03f10000 + 1601e UnrealEditor-Slate 0x00007ffa03f10000 + 8e876 UnrealEditor-Slate 0x00007ffa03f10000 + 78249 UnrealEditor-Slate 0x00007ffa03f10000 + 6cea1 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 2a8f5 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 19247 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 2ce51 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 149a7 USER32 0x00007ffaa8e90000 + 152a1 USER32 0x00007ffaa8e90000 + 14d7c InkObj 0x00007ff9cab90000 + 1b8b0 atlthunk 0x00007ffa9f9e0000 + 1028 USER32 0x00007ffaa8e90000 + 152a1 USER32 0x00007ffaa8e90000 + 12e0d UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 2e148 UnrealEditor 0x00007ff687830000 + 7114 UnrealEditor 0x00007ff687830000 + 20d9c UnrealEditor 0x00007ff687830000 + 20e8a UnrealEditor 0x00007ff687830000 + 23c4d UnrealEditor 0x00007ff687830000 + 35564 UnrealEditor 0x00007ff687830000 + 38736 KERNEL32 0x00007ffaa85a0000 + 2e8d7 ntdll 0x00007ffaa96a0000 + bbf2c + 90161E1F8634532438DD449FAD5D875A20C80C2B + + + ntdll 0x00007ffaa96a0000 + 15fe54 ntdll 0x00007ffaa96a0000 + daa64 KERNELBASE 0x00007ffaa6af0000 + 6a8e1 UnrealEditor-Core 0x00007ffa05160000 + 788673 UnrealEditor-Engine 0x00007ff9f0990000 + 1bc9546 UnrealEditor-Engine 0x00007ff9f0990000 + 1bdcad8 UnrealEditor-Engine 0x00007ff9f0990000 + 74523b UnrealEditor-UnrealEd 0x00007ff9eee80000 + aa0898 UnrealEditor-UnrealEd 0x00007ff9eee80000 + adc51f UnrealEditor-UnrealEd 0x00007ff9eee80000 + adb5a5 UnrealEditor-UnrealEd 0x00007ff9eee80000 + 5512f1 UnrealEditor-UnrealEd 0x00007ff9eee80000 + 541f7f UnrealEditor-UnrealEd 0x00007ff9eee80000 + 5344f5 UnrealEditor-UnrealEd 0x00007ff9eee80000 + e34b2e UnrealEditor-UnrealEd 0x00007ff9eee80000 + 860a2d UnrealEditor-AssetTools 0x00007ff9e2bb0000 + 156f3b UnrealEditor-UnrealEd 0x00007ff9eee80000 + d3bf93 UnrealEditor-UnrealEd 0x00007ff9eee80000 + d3c809 UnrealEditor-UnrealEd 0x00007ff9eee80000 + d3c59a UnrealEditor-ContentBrowserAssetDataSource 0x00007ff9ceac0000 + 50805 UnrealEditor-ContentBrowserAssetDataSource 0x00007ff9ceac0000 + 50a60 UnrealEditor-ContentBrowserAssetDataSource 0x00007ff9ceac0000 + 39aff UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1b20f0 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 16b010 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1b44db UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 172c36 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + f8802 UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1c767d UnrealEditor-ContentBrowser 0x00007ff9e36f0000 + 1b48a2 UnrealEditor-Slate 0x00007ffa03f10000 + 1601e UnrealEditor-Slate 0x00007ffa03f10000 + 8e876 UnrealEditor-Slate 0x00007ffa03f10000 + 78249 UnrealEditor-Slate 0x00007ffa03f10000 + 6cea1 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 2a8f5 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 19247 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 2ce51 UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 149a7 USER32 0x00007ffaa8e90000 + 152a1 USER32 0x00007ffaa8e90000 + 14d7c InkObj 0x00007ff9cab90000 + 1b8b0 atlthunk 0x00007ffa9f9e0000 + 1028 USER32 0x00007ffaa8e90000 + 152a1 USER32 0x00007ffaa8e90000 + 12e0d UnrealEditor-ApplicationCore 0x00007ffa6bab0000 + 2e148 UnrealEditor 0x00007ff687830000 + 7114 UnrealEditor 0x00007ff687830000 + 20d9c UnrealEditor 0x00007ff687830000 + 20e8a UnrealEditor 0x00007ff687830000 + 23c4d UnrealEditor 0x00007ff687830000 + 35564 UnrealEditor 0x00007ff687830000 + 38736 KERNEL32 0x00007ffaa85a0000 + 2e8d7 ntdll 0x00007ffaa96a0000 + bbf2c + true + + 38672 + GameThread + + + 638754762759230000 + 1 + Win64 [Windows 11 (24H2) [10.0.26100.3194] 64b] + 1.0 + C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\AppLocalDependencies\Win64\Microsoft.VC.CRT\msvcp100.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\AppLocalDependencies\Win64\Microsoft.VC.CRT\msvcr100.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\tbb.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\tbbmalloc.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor.exe +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HierarchicalLODOutliner.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SequenceRecorderSections.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AutomationWorker.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ResonanceAudio\Binaries\Win64\UnrealEditor-ResonanceAudioEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GooglePAD\Binaries\Win64\UnrealEditor-GooglePADEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AudioCapture\Binaries\Win64\UnrealEditor-AudioCaptureEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AndroidFileServer\Binaries\Win64\UnrealEditor-AndroidFileServerEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\MediaPlayerEditor\Binaries\Win64\UnrealEditor-MediaPlayerEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\WmfMedia\Binaries\Win64\UnrealEditor-WmfMediaEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\WebMMedia\Binaries\Win64\UnrealEditor-WebMMediaFactory.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\WebMMedia\Binaries\Win64\UnrealEditor-WebMMediaEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\MediaCompositing\Binaries\Win64\UnrealEditor-MediaCompositingEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\ImgMedia\Binaries\Win64\UnrealEditor-ImgMediaEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\IKRig\Binaries\Win64\UnrealEditor-IKRigEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\AndroidMedia\Binaries\Win64\UnrealEditor-AndroidMediaFactory.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\AndroidMedia\Binaries\Win64\UnrealEditor-AndroidMediaEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\AvfMedia\Binaries\Win64\UnrealEditor-AvfMediaFactory.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\AvfMedia\Binaries\Win64\UnrealEditor-AvfMediaEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\TemplateSequence\Binaries\Win64\UnrealEditor-TemplateSequenceEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\MatineeToLevelSequence\Binaries\Win64\UnrealEditor-MatineeToLevelSequence.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\ActorSequence\Binaries\Win64\UnrealEditor-ActorSequenceEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimationEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\GeometryMode\Binaries\Win64\UnrealEditor-TextureAlignMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\GeometryMode\Binaries\Win64\UnrealEditor-BspMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\GeometryMode\Binaries\Win64\UnrealEditor-GeometryMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\CharacterAI\Binaries\Win64\UnrealEditor-CharacterAI.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Cameras\CameraShakePreviewer\Binaries\Win64\UnrealEditor-CameraShakePreviewer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\2D\Paper2D\Binaries\Win64\UnrealEditor-SmartSnapping.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SessionServices.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SessionMessages.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PlacementMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LandscapeEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ViewportSnapping.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ClothPainter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LogVisualizer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\IOS\UnrealEditor-IOSPlatformEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\Android\UnrealEditor-AndroidDeviceDetection.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\Android\UnrealEditor-AndroidPlatformEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HoloLensPlatformEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\IOS\UnrealEditor-IOSRuntimeSettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\Android\UnrealEditor-AndroidRuntimeSettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CSVtoSVG.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WorldPartitionEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-InputBindingEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MergeActors.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LocalizationService.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LocalizationDashboard.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DeviceProfileEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ProjectTargetPlatformEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ProjectSettingsViewer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorSettingsViewer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SettingsEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ProjectLauncher.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ProfilerClient.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TargetDeviceServices.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DeviceManager.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AutomationWindow.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PackagesDialog.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimationBlueprintEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StructViewer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-NaniteTools.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Documentation.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LiveCoding.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StreamingPauseRendering.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LauncherPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PortalServices.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PortalRpc.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MessagingRpc.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Windows\XAudio2_9\x64\xaudio2_9redist.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioMixerXAudio2.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-BinkAudioDecoder.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AITestSuite.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LevelInstanceEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ProfilerService.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ProfilerMessages.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TaskGraph.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AudioSynesthesia\Binaries\Win64\UnrealEditor-AudioSynesthesiaEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Bridge\Binaries\Win64\UnrealEditor-Bridge.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Bridge\Binaries\Win64\UnrealEditor-MegascansPlugin.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WebBrowser.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CEF3Utils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Runtime\Binaries\Win64\UnrealEditor-InterchangeFbxParser.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Runtime\Binaries\Win64\UnrealEditor-InterchangePipelines.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Runtime\Binaries\Win64\UnrealEditor-InterchangeExport.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Runtime\Binaries\Win64\UnrealEditor-InterchangeMessages.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Runtime\Binaries\Win64\UnrealEditor-InterchangeImport.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Runtime\Binaries\Win64\UnrealEditor-InterchangeDispatcher.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Runtime\Binaries\Win64\UnrealEditor-InterchangeNodes.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Editor\Binaries\Win64\UnrealEditor-InterchangeResultsBrowser.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Editor\Binaries\Win64\UnrealEditor-InterchangeEditorPipelines.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\ContentBrowser\ContentBrowserAssetDataSource\Binaries\Win64\UnrealEditor-ContentBrowserAssetDataSource.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CollectionManager.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\ContentBrowser\ContentBrowserClassDataSource\Binaries\Win64\UnrealEditor-ContentBrowserClassDataSource.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\Synthesis\Binaries\Win64\UnrealEditor-SynthesisEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\Synthesis\Binaries\Win64\UnrealEditor-Synthesis.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ResonanceAudio\Binaries\Win64\UnrealEditor-ResonanceAudio.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ProceduralMeshComponent\Binaries\Win64\UnrealEditor-ProceduralMeshComponentEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ProceduralMeshComponent\Binaries\Win64\UnrealEditor-ProceduralMeshComponent.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\MobilePatchingUtils\Binaries\Win64\UnrealEditor-MobilePatchingUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\HairStrands\Binaries\Win64\UnrealEditor-HairStrandsEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GeometryCache\Binaries\Win64\UnrealEditor-GeometryCacheStreamer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GeometryCache\Binaries\Win64\UnrealEditor-GeometryCacheSequencer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GeometryCache\Binaries\Win64\UnrealEditor-GeometryCacheTracks.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GooglePAD\Binaries\Win64\UnrealEditor-GooglePAD.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\CustomMeshComponent\Binaries\Win64\UnrealEditor-CustomMeshComponent.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\CableComponent\Binaries\Win64\UnrealEditor-CableComponent.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AndroidPermission\Binaries\Win64\UnrealEditor-AndroidPermission.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AssetTags\Binaries\Win64\UnrealEditor-AssetTags.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioCaptureRtAudio.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AudioCapture\Binaries\Win64\UnrealEditor-AudioCapture.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioCaptureCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ArchVisCharacter\Binaries\Win64\UnrealEditor-ArchVisCharacter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AppleImageUtils\Binaries\Win64\UnrealEditor-AppleImageUtilsBlueprintSupport.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AppleImageUtils\Binaries\Win64\UnrealEditor-AppleImageUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ActorLayerUtilities\Binaries\Win64\UnrealEditor-ActorLayerUtilitiesEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Layers.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ActorLayerUtilities\Binaries\Win64\UnrealEditor-ActorLayerUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\MediaCompositing\Binaries\Win64\UnrealEditor-MediaCompositing.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\ImgMedia\Binaries\Win64\UnrealEditor-ImgMedia.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\ImgMedia\Binaries\Win64\UnrealEditor-OpenExrWrapper.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\ImgMedia\Binaries\Win64\UnrealEditor-ImgMediaFactory.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\SequencerScripting\Binaries\Win64\UnrealEditor-SequencerScriptingEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\OpenImageDenoise\Binaries\Win64\UnrealEditor-OpenImageDenoise.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\MeshModelingToolsetExp\Binaries\Win64\UnrealEditor-GeometryProcessingAdapters.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GeometryCache\Binaries\Win64\UnrealEditor-GeometryCacheEd.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Importers\AlembicImporter\Binaries\Win64\UnrealEditor-AlembicImporter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Importers\AlembicImporter\Binaries\Win64\UnrealEditor-AlembicLibrary.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\GeometryCollectionPlugin\Binaries\Win64\UnrealEditor-GeometryCollectionSequencer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\GeometryCollectionPlugin\Binaries\Win64\UnrealEditor-GeometryCollectionTracks.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FX\Niagara\Binaries\Win64\UnrealEditor-NiagaraEditorWidgets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\BlendSpaceMotionAnalysis\Binaries\Win64\UnrealEditor-BlendSpaceMotionAnalysis.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\WorldPartitionHLODUtilities\Binaries\Win64\UnrealEditor-WorldPartitionHLODUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\ControlRigSpline\Binaries\Win64\UnrealEditor-ControlRigSpline.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\AnimationModifierLibrary\Binaries\Win64\UnrealEditor-AnimationModifierLibrary.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\SpeedTreeImporter\Binaries\Win64\UnrealEditor-SpeedTreeImporter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\PluginBrowser\Binaries\Win64\UnrealEditor-PluginBrowser.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\SequencerAnimTools\Binaries\Win64\UnrealEditor-SequencerAnimTools.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\ControlRig\Binaries\Win64\UnrealEditor-ControlRigEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\LevelSequenceEditor\Binaries\Win64\UnrealEditor-LevelSequenceEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\SequencerScripting\Binaries\Win64\UnrealEditor-SequencerScripting.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\MobileLauncherProfileWizard\Binaries\Win64\UnrealEditor-MobileLauncherProfileWizard.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\ModelingToolsEditorMode\Binaries\Win64\UnrealEditor-ModelingToolsEditorMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\StylusInput\Binaries\Win64\UnrealEditor-StylusInput.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\MeshModelingToolsetExp\Binaries\Win64\UnrealEditor-ModelingEditorUI.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\MeshLODToolset\Binaries\Win64\UnrealEditor-MeshLODToolset.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\GeometryFlow\Binaries\Win64\UnrealEditor-GeometryFlowMeshProcessingEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\GeometryFlow\Binaries\Win64\UnrealEditor-GeometryFlowMeshProcessing.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\GeometryFlow\Binaries\Win64\UnrealEditor-GeometryFlowCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshConversionEngineTypes.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\MeshModelingToolsetExp\Binaries\Win64\UnrealEditor-MeshModelingToolsEditorOnlyExp.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\MeshModelingToolset\Binaries\Win64\UnrealEditor-MeshModelingToolsEditorOnly.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\MeshModelingToolset\Binaries\Win64\UnrealEditor-ModelingOperatorsEditorOnly.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\MeshModelingToolsetExp\Binaries\Win64\UnrealEditor-MeshModelingToolsExp.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\MeshModelingToolset\Binaries\Win64\UnrealEditor-MeshModelingTools.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\MeshModelingToolset\Binaries\Win64\UnrealEditor-ModelingOperators.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\MeshModelingToolset\Binaries\Win64\UnrealEditor-ModelingComponentsEditorOnly.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\MaterialAnalyzer\Binaries\Win64\UnrealEditor-MaterialAnalyzer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Enterprise\VariantManagerContent\Binaries\Win64\UnrealEditor-VariantManagerContentEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\ChaosClothEditor\Binaries\Win64\UnrealEditor-ChaosClothEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\EditorDebugTools\Binaries\Win64\UnrealEditor-EditorDebugTools.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\ChaosNiagara\Binaries\Win64\UnrealEditor-ChaosNiagara.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\CurveEditorTools\Binaries\Win64\UnrealEditor-CurveEditorTools.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\ChaosEditor\Binaries\Win64\UnrealEditor-FractureEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\PlanarCutPlugin\Binaries\Win64\UnrealEditor-PlanarCut.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\MeshModelingToolset\Binaries\Win64\UnrealEditor-ModelingComponents.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshConversion.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GeometryProcessing\Binaries\Win64\UnrealEditor-DynamicMesh.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GeometryProcessing\Binaries\Win64\UnrealEditor-GeometryAlgorithms.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GeometryFramework.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\GeometryCollectionPlugin\Binaries\Win64\UnrealEditor-GeometryCollectionEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GeometryCollectionEngine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\EditorScriptingUtilities\Binaries\Win64\UnrealEditor-EditorScriptingUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StaticMeshEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SkeletalMeshEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\ChaosSolverPlugin\Binaries\Win64\UnrealEditor-ChaosSolverEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\BackChannel\Binaries\Win64\UnrealEditor-BackChannel.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\CryptoKeys\Binaries\Win64\UnrealEditor-CryptoKeys.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\CryptoKeys\Binaries\Win64\UnrealEditor-CryptoKeysOpenSSL.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Enterprise\DatasmithContent\Binaries\Win64\UnrealEditor-DatasmithContentEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\AutomationUtils\Binaries\Win64\UnrealEditor-AutomationUtilsEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\AutomationUtils\Binaries\Win64\UnrealEditor-AutomationUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\SubversionSourceControl\Binaries\Win64\UnrealEditor-SubversionSourceControl.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\VisualStudioSourceCodeAccess\Binaries\Win64\UnrealEditor-VisualStudioSourceCodeAccess.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\VisualStudioCodeSourceCodeAccess\Binaries\Win64\UnrealEditor-VisualStudioCodeSourceCodeAccess.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\UObjectPlugin\Binaries\Win64\UnrealEditor-UObjectPlugin.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\PluginUtils\Binaries\Win64\UnrealEditor-PluginUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\GitSourceControl\Binaries\Win64\UnrealEditor-GitSourceControl.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\PlasticSourceControl\Binaries\Win64\UnrealEditor-PlasticSourceControl.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Compression\OodleNetwork\Binaries\Win64\UnrealEditor-OodleNetworkHandlerComponent.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\2D\Paper2D\Binaries\Win64\UnrealEditor-Paper2DEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\TraceDataFiltering\Binaries\Win64\UnrealEditor-UnrealInsightsInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\RiderSourceCodeAccess\Binaries\Win64\UnrealEditor-RiderSourceCodeAccess.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\CLionSourceCodeAccess\Binaries\Win64\UnrealEditor-CLionSourceCodeAccess.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\AnimationSharing\Binaries\Win64\UnrealEditor-AnimationSharingEd.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\2D\Paper2D\Binaries\Win64\UnrealEditor-PaperTiledImporter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\2D\Paper2D\Binaries\Win64\UnrealEditor-PaperSpriteSheetImporter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-IntroTutorials.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshPaint.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MeshPainting\Binaries\Win64\UnrealEditor-MeshPaintEditorMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MeshPainting\Binaries\Win64\UnrealEditor-MeshPaintingToolset.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\SoundFields\Binaries\Win64\UnrealEditor-SoundFields.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\PropertyAccess\Binaries\Win64\UnrealEditor-PropertyAccessEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Messaging\TcpMessaging\Binaries\Win64\UnrealEditor-TcpMessaging.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Messaging\UdpMessaging\Binaries\Win64\UnrealEditor-UdpMessaging.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Serialization.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\LocationServicesBPLibrary\Binaries\Win64\UnrealEditor-LocationServicesBPLibrary.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AudioSynesthesia\Binaries\Win64\UnrealEditor-AudioSynesthesia.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioAnalyzer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AudioSynesthesia\Binaries\Win64\UnrealEditor-AudioSynesthesiaCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\ImgMedia\Binaries\Win64\UnrealEditor-ImgMediaEngine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Python3\Win64\DLLs\libssl-1_1.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Python3\Win64\DLLs\libcrypto-1_1.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Python3\Win64\DLLs\_ssl.pyd +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\PythonScriptPlugin\Binaries\Win64\UnrealEditor-PythonScriptPlugin.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\ContentBrowser\ContentBrowserFileDataSource\Binaries\Win64\UnrealEditor-ContentBrowserFileDataSource.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\ActorSequence\Binaries\Win64\UnrealEditor-ActorSequence.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FX\Niagara\Binaries\Win64\UnrealEditor-NiagaraAnimNotifies.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FX\Niagara\Binaries\Win64\UnrealEditor-NiagaraEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SessionFrontend.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\IKRig\Binaries\Win64\UnrealEditor-IKRigDeveloper.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Persona.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PinnedCommandList.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\IKRig\Binaries\Win64\UnrealEditor-IKRig.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\ControlRig\Binaries\Win64\UnrealEditor-ControlRigDeveloper.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\FullBodyIK\Binaries\Win64\UnrealEditor-PBIK.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\FullBodyIK\Binaries\Win64\UnrealEditor-FullBodyIK.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\ControlRig\Binaries\Win64\UnrealEditor-ControlRig.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-RigVMDeveloper.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-VisualGraphUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-RigVM.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\GameplayTagsEditor\Binaries\Win64\UnrealEditor-GameplayTagsEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\FacialAnimation\Binaries\Win64\UnrealEditor-FacialAnimationEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Cameras\GameplayCameras\Binaries\Win64\UnrealEditor-GameplayCameras.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\MovieScene\TemplateSequence\Binaries\Win64\UnrealEditor-TemplateSequence.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\DataValidation\Binaries\Win64\UnrealEditor-DataValidation.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Blutility.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\TraceDataFiltering\Binaries\Win64\UnrealEditor-TraceDataFiltering.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TraceInsights.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\PropertyAccessNode\Binaries\Win64\UnrealEditor-PropertyAccessNode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PixelInspectorModule.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LevelAssetEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HotReload.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MainFrame.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-UndoHistory.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\AssetManagerEditor\Binaries\Win64\UnrealEditor-AssetManagerEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TreeMap.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\AnimationSharing\Binaries\Win64\UnrealEditor-AnimationSharing.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\2D\Paper2D\Binaries\Win64\UnrealEditor-Paper2D.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\AI\EnvironmentQueryEditor\Binaries\Win64\UnrealEditor-EnvironmentQueryEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\WebMMedia\Binaries\Win64\UnrealEditor-WebMMedia.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-BehaviorTreeEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-UMGEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ShaderFormatVectorVM.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\ShaderConductor\Win64\ShaderConductor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-VulkanShaderFormat.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ShaderFormatOpenGL.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\IOS\UnrealEditor-IOSTargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Python3\Win64\DLLs\_socket.pyd +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MetalShaderFormat.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-FileUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\ShaderConductor\Win64\dxcompiler.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\ShaderConductor\Win64\dxil.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ShaderFormatD3D.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ShaderCompilerCommon.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Editor\FacialAnimation\Binaries\Win64\UnrealEditor-FacialAnimation.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\SignificanceManager\Binaries\Win64\UnrealEditor-SignificanceManager.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\WindowsMoviePlayer\Binaries\Win64\UnrealEditor-WindowsMoviePlayer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\WebMMoviePlayer\Binaries\Win64\UnrealEditor-WebMMoviePlayer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\AndroidFileServer\Binaries\Win64\UnrealEditor-AndroidFileServer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-NetworkReplayStreaming.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimationDataController.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ShaderPreprocessor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ClothingSystemEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ClothingSystemRuntimeNv.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-OverlayEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Overlay.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StringTableEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GameplayTasksEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AIGraph.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-FunctionalTesting.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AutomationController.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AutomationMessages.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AutomationTest.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SlateReflector.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\ProxyLODPlugin\Binaries\Win64\UnrealEditor-ProxyLODMeshReduction.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioFormatBink.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioFormatADPCM.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WorkspaceMenuStructure.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CollisionAnalyzer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Messaging.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-NaniteBuilder.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\openvdb.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshMergeUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Vorbis\Win64\VS2015\libvorbis_64.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Ogg\Win64\VS2015\libogg_64.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioFormatOgg.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioFormatOpus.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshBuilder.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\SkeletalReduction\Binaries\Win64\UnrealEditor-SkeletalMeshReduction.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WindowsTargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CookedEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\IOS\UnrealEditor-TVOSTargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\LinuxArm64\UnrealEditor-LinuxArm64TargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LandscapeEditorUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshBoneReduction.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-QuadricMeshReduction.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\Linux\UnrealEditor-LinuxTargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HoloLensTargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\Android\UnrealEditor-AndroidTargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\oo2tex_win64_2.9.5.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\TextureFormatOodle\Binaries\Win64\UnrealEditor-TextureFormatOodle.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureFormatUncompressed.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Qualcomm\Win64\TextureConverter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SourceCodeAccess.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureFormatDXT.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Intel\ISPCTexComp\Win64-Release\ispc_texcomp.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureFormatIntelISPCTexComp.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureFormatASTC.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureFormatETC2.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureBuild.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureFormat.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TurnkeySupport.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LauncherServices.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\NVIDIA\GeForceNOW\Win64\GfnRuntimeSdk.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Settings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-FieldSystemEngine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ChaosSolverEngine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WindowsPlatformFeatures.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GameplayMediaEncoder.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AVEncoder.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\NVIDIA\NVaftermath\Win64\GFSDK_Aftermath_Lib.x64.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshReductionInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshBuilderCommon.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-RHICore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Online\Experimental\OnlineServices\Binaries\Win64\UnrealEditor-OnlineServicesCommon.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\WindowsDeviceProfileSelector\Binaries\Win64\UnrealEditor-WindowsDeviceProfileSelector.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\HairStrands\Binaries\Win64\UnrealEditor-HairStrandsCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\GeometryCache\Binaries\Win64\UnrealEditor-GeometryCache.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FX\Niagara\Binaries\Win64\UnrealEditor-Niagara.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-VectorVM.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ExampleDeviceProfileSelector\Binaries\Win64\UnrealEditor-ExampleDeviceProfileSelector.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\ChunkDownloader\Binaries\Win64\UnrealEditor-ChunkDownloader.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Portal\LauncherChunkInstaller\Binaries\Win64\UnrealEditor-LauncherChunkInstaller.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Online\OnlineSubsystemUtils\Binaries\Win64\UnrealEditor-OnlineBlueprintSupport.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Online\OnlineSubsystemNull\Binaries\Win64\UnrealEditor-OnlineSubsystemNull.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Online\OnlineSubsystemUtils\Binaries\Win64\UnrealEditor-OnlineSubsystemUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Online\Experimental\OnlineServices\Binaries\Win64\UnrealEditor-OnlineServicesInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Voice.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-XMPP.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WebSockets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Online\OnlineSubsystem\Binaries\Win64\UnrealEditor-OnlineSubsystem.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\WmfMedia\Binaries\Win64\UnrealEditor-WmfMedia.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\WmfMedia\Binaries\Win64\UnrealEditor-WmfMediaFactory.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Media\ImgMedia\Binaries\Win64\UnrealEditor-ExrReaderGpu.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\PixWinPlugin\Binaries\Win64\UnrealEditor-PixWinPlugin.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\ChaosCloth\Binaries\Win64\UnrealEditor-ChaosCloth.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FX\Niagara\Binaries\Win64\UnrealEditor-NiagaraShader.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Python3\Win64\python39.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Developer\PerforceSourceControl\Binaries\Win64\UnrealEditor-PerforceSourceControl.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FX\Niagara\Binaries\Win64\UnrealEditor-NiagaraVertexFactories.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FX\Niagara\Binaries\Win64\UnrealEditor-NiagaraCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Enterprise\DatasmithContent\Binaries\Win64\UnrealEditor-DatasmithContent.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Enterprise\VariantManagerContent\Binaries\Win64\UnrealEditor-VariantManagerContent.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\PythonScriptPlugin\Binaries\Win64\UnrealEditor-PythonScriptPluginPreload.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\PlatformCrypto\Binaries\Win64\UnrealEditor-PlatformCrypto.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\PlatformCrypto\Binaries\Win64\UnrealEditor-PlatformCryptoOpenSSL.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\XGEController\Binaries\Win64\UnrealEditor-XGEController.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\FastBuildController\Binaries\Win64\UnrealEditor-FastBuildController.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\DbgHelp\dbghelp.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimationModifiers.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\libsndfile\Win64\libsndfile-1.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MessageLog.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Virtualization.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\nvTextureTools\Win64\AVX2\nvtt_64.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureCompressor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SlateRHIRenderer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StreamingFile.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-NetworkFile.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Networking.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StorageServerClient.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AVIWriter.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-XmlParser.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SequenceRecorder.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LiveLinkInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AssetTools.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MRMesh.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GameplayTasks.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GameplayDebugger.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TargetPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LocalizationCommandletExecution.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SerializedRecorderInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MovieSceneCapture.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MovieSceneTools.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ContentBrowser.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AugmentedReality.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-VirtualTexturingEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioSettingsEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ComponentVisualizers.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ConfigEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AIModule.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-InternationalizationSettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DesktopWidgets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ContentBrowserData.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshUtilitiesEngine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-InterchangeCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-OutputLog.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Navmesh.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DerivedDataEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TranslationEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SourceControlWindows.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Sequencer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HeadMountedDisplay.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimationCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ClassViewer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MaterialBaking.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DataLayerEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DetailCustomizations.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorConfig.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SceneOutliner.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AdvancedPreviewScene.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimGraphRuntime.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MediaAssets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GeometryCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Voronoi.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-KismetCompiler.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-KismetWidgets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-UELibSampleRate.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Renderer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ToolWidgets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PhysicsUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SubobjectEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SubobjectDataInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-InterchangeEngine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-InteractiveToolsFramework.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-NavigationSystem.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TraceServices.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-IoStoreUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-VREditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ViewportInteraction.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MovieSceneTracks.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MovieScene.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LevelEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GraphEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PropertyEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MaterialEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ImageWrapper.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-BlueprintGraph.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimGraph.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\libfbxsdk.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Chaos.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Kismet.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PhysicsCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorStyle.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-UMG.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-UnrealEd.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Engine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CommonMenuExtensions.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SourceControl.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Zen.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Landscape.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AppFramework.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HTTP.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SlateCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Slate.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Cbor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-BuildPatchServices.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HardwareTargeting.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SSL.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Core.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WidgetCarousel.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorInteractiveToolsFramework.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PIEPreviewDeviceSpecification.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GameProjectGeneration.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SharedSettingsWidgets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ToolMenus.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AddContentDialog.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SceneDepthPickerMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshUtilitiesCommon.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DerivedDataCache.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-RenderCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CoreUObject.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StatusBar.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CurveEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-BlueprintEditorLibrary.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Localization.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-FoliageEdit.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Foliage.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ActorPickerMode.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HTTPServer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorWidgets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PakFileUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StatsViewer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-NullInstallBundleManager.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-D3D12RHI.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnimationBlueprintLibrary.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PakFile.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MeshDescription.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-RSA.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AssetRegistry.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TraceAnalysis.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ReliabilityHandlerComponent.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TimeManagement.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SignalProcessing.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PIEPreviewDeviceProfileSelector.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ClothingSystemRuntimeCommon.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CrunchCompression.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MaterialUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioLinkEngine.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SkeletalMeshUtilitiesCommon.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-LevelSequence.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-UncontrolledChangelists.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SoundFieldRendering.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorFramework.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DirectoryWatcher.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PropertyPath.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CinematicCamera.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-BSPUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CookOnTheFly.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorSubsystem.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-UnrealEdMessages.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioExtensions.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioMixer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-HierarchicalLODUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SwarmInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AssetTagsEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SandboxFile.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ScriptDisassembler.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-StaticMeshDescription.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TextureUtilitiesCommon.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-IESFile.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ImageWriteQueue.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Media.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GameplayTags.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-RHI.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-GeForceNOWWrapper.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ClothingSystemRuntimeInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-NetCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MaterialShaderQualitySettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DeveloperSettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Sockets.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioLinkCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TypedElementFramework.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-SkeletalMeshDescription.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-InstallBundleManager.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AnalyticsET.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-JsonUtilities.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TypedElementRuntime.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ApplicationCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DesktopPlatform.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Projects.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-InputCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-DeveloperToolSettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PacketHandler.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EngineSettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Analytics.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-Json.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioPlatformConfiguration.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EngineMessages.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MediaUtils.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ImageCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PerfCounters.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-CoreOnline.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ClothingSystemEditorInterface.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-PreLoadScreen.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MoviePlayer.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Animation\ControlRigSpline\Binaries\Win64\UnrealEditor-ControlRigSplineEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-WindowsPlatformEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Interchange\Editor\Binaries\Win64\UnrealEditor-InterchangeEditor.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Online\OnlineBase\Binaries\Win64\UnrealEditor-OnlineBase.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Runtime\RuntimePhysXCooking\Binaries\Win64\UnrealEditor-RuntimePhysXCooking.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Python3\Win64\DLLs\select.pyd +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-AudioMixerCore.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-RawMesh.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Vorbis\Win64\VS2015\libvorbisfile_64.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-TraceLog.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\AI\AISupport\Binaries\Win64\UnrealEditor-AISupportModule.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-ColorManagement.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Python3\Win64\python3.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\PlatformCrypto\Binaries\Win64\UnrealEditor-PlatformCryptoTypes.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-EditorAnalyticsSession.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Windows\WinPixEventRuntime\x64\WinPixEventRuntime.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-BuildSettings.dll +C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor-MoviePlayerProxy.dll + + + 1 + false + 0 + + + No errors + false + false + true + false + false + true + D3D12 + NVIDIA GeForce RTX 4070 SUPER + 566.36 + 32.0.15.6636 + 12-3-2024 + SM5 + NVIDIA + false + WindowsEditor + + + + { "Version": 12, "VersionName": "2022.0.6", "FriendlyName": "Bridge" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "FastBuild Controller" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mesh Painting" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "XGE Controller" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Environment Query Editor (Experimental)" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Paper2D" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Animation Sharing" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "AISupport" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "CodeLite Integration" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Asset Manager Editor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Oodle Network" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "PIX for Windows GPU Capture Plugin" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "KDevelop Integration" } + { "Version": 2, "VersionName": "2.0", "FriendlyName": "CLion Integration" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Perforce" } + { "Version": 40, "VersionName": "1.4.6", "FriendlyName": "Plastic SCM" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Linux Compiler-only Integration" } + { "Version": 14, "VersionName": "1.4", "FriendlyName": "Git" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Oodle Texture" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Property Access Node" } + { "Version": 2, "VersionName": "1.5", "FriendlyName": "Rider Integration" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Trace Data Filtering" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Plugin Utilities" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "UObject Example Plugin" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Visual Studio Code Integration" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Visual Studio Integration" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Subversion" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "XCode Integration" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Automation Utilities" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Datasmith Content" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "CryptoKeys" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Camera Shake Previewer" } + { "Version": 1, "VersionName": "1", "FriendlyName": "BackChannel" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Chaos Cloth" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Chaos Solver" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "ChaosEditor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Curve Editor Tools" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Chaos Niagara" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "EditorDebugTools" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Chaos Cloth Editor" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "CharacterAI" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Data Validation" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Editor Scripting Utilities" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Variant Manager Content" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Gameplay Cameras" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Facial Animation Bulk Importer" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "GeometryMode" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "GameplayTagsEditor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Material Analyzer" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Modeling Tools Editor Mode" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Wizard for mobile packaging scenarios" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Sequencer Anim Tools" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mac Graphics Switching" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Plugin Browser" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Full Body IK" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "SpeedTree Importer" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Stylus & Tablet Plugin" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Animation Modifier Library" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Control Rig" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Control Rig Spline" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "World Partition HLOD Utilities" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "IK Rig" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Blendspace Motion Analysis" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Niagara" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "GeometryFlow" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Geometry" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Alembic Importer" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Mesh LOD Toolset" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Experimental Mesh Modeling Toolset" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "OpenImageDenoise" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Planar Cut" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Proxy LOD Plugin (Experimental)" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Platform Cryptography Plugin" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Actor Sequence (Experimental)" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Python Editor Script Plugin" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Level Sequence Editor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Matinee to Level Sequence" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Skeletal Mesh Simplifier (Early Access)" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Sequencer Scripting" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Template Sequence" } + { "Version": 2, "VersionName": "2.0", "FriendlyName": "AVF Media Player" } + { "Version": 2, "VersionName": "2.0", "FriendlyName": "Android Media Player" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Image Sequence Media Player" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Media Compositing" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "WebM Video Player" } + { "Version": 2, "VersionName": "2.0", "FriendlyName": "WMF Media Player" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Media Player Editor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Actor Layer Utilities" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "AndroidFileServer" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Android Device Profile Selector" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Apple Image Utils" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "ArchVis Character" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Audio Capture" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Asset Tags" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Apple Movie Player" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Audio Synesthesia" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Android Movie Player" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Android Runtime Permission" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Cable Component" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Custom Mesh Component" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Example Device Profile Selector" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Chunk Downloader" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "GooglePAD" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Geometry Cache" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Google Cloud Messaging" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Geometry Processing" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "IOS Device Profile Selector" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Linux Device Profile Selector" } + { "Version": 2, "VersionName": "1.0", "FriendlyName": "Groom" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mobile Location Services Blueprints Library" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Launcher Chunk Installer" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mobile Patching Utilities" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Mesh Modeling Toolset" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "UDP Messaging" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "TCP Messaging" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Runtime PhysX Cooking" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Procedural Mesh Component" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Significance Manager" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Resonance Audio" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Property Access Editor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "SoundFields" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Base" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem NULL" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem Utils" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Movie Player for WebM files" } + { "Version": 1, "VersionName": "1.1", "FriendlyName": "Synthesis and DSP Effects" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Windows Device Profile Selector" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Windows Movie Player" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Content Browser - Class Data Source" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Content Browser - File Data Source" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Content Browser - Asset Data Source" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Interchange Editor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Interchange Framework" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem GooglePlay" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Services" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem iOS" } + { "Version": 12, "VersionName": "2022.0.6", "FriendlyName": "Bridge" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "FastBuild Controller" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mesh Painting" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "XGE Controller" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Environment Query Editor (Experimental)" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Paper2D" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Animation Sharing" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "AISupport" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "CodeLite Integration" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Asset Manager Editor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Oodle Network" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "PIX for Windows GPU Capture Plugin" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "KDevelop Integration" } + { "Version": 2, "VersionName": "2.0", "FriendlyName": "CLion Integration" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Perforce" } + { "Version": 40, "VersionName": "1.4.6", "FriendlyName": "Plastic SCM" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Linux Compiler-only Integration" } + { "Version": 14, "VersionName": "1.4", "FriendlyName": "Git" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Oodle Texture" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Property Access Node" } + { "Version": 2, "VersionName": "1.5", "FriendlyName": "Rider Integration" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Trace Data Filtering" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Plugin Utilities" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "UObject Example Plugin" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Visual Studio Code Integration" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Visual Studio Integration" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Subversion" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "XCode Integration" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Automation Utilities" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Datasmith Content" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "CryptoKeys" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Camera Shake Previewer" } + { "Version": 1, "VersionName": "1", "FriendlyName": "BackChannel" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Chaos Cloth" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Chaos Solver" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "ChaosEditor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Curve Editor Tools" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Chaos Niagara" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "EditorDebugTools" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Chaos Cloth Editor" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "CharacterAI" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Data Validation" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Editor Scripting Utilities" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Variant Manager Content" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Gameplay Cameras" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Facial Animation Bulk Importer" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "GeometryMode" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "GameplayTagsEditor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Material Analyzer" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Modeling Tools Editor Mode" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Wizard for mobile packaging scenarios" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Sequencer Anim Tools" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mac Graphics Switching" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Plugin Browser" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Full Body IK" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "SpeedTree Importer" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Stylus & Tablet Plugin" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Animation Modifier Library" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Control Rig" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Control Rig Spline" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "World Partition HLOD Utilities" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "IK Rig" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Blendspace Motion Analysis" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Niagara" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "GeometryFlow" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Geometry" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Alembic Importer" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Mesh LOD Toolset" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Experimental Mesh Modeling Toolset" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "OpenImageDenoise" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Planar Cut" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Proxy LOD Plugin (Experimental)" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Platform Cryptography Plugin" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Actor Sequence (Experimental)" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Python Editor Script Plugin" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Level Sequence Editor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Matinee to Level Sequence" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Skeletal Mesh Simplifier (Early Access)" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Sequencer Scripting" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Template Sequence" } + { "Version": 2, "VersionName": "2.0", "FriendlyName": "AVF Media Player" } + { "Version": 2, "VersionName": "2.0", "FriendlyName": "Android Media Player" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Image Sequence Media Player" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Media Compositing" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "WebM Video Player" } + { "Version": 2, "VersionName": "2.0", "FriendlyName": "WMF Media Player" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Media Player Editor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Actor Layer Utilities" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "AndroidFileServer" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Android Device Profile Selector" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Apple Image Utils" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "ArchVis Character" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Audio Capture" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Asset Tags" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Apple Movie Player" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Audio Synesthesia" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Android Movie Player" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Android Runtime Permission" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Cable Component" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Custom Mesh Component" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Example Device Profile Selector" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Chunk Downloader" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "GooglePAD" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Geometry Cache" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Google Cloud Messaging" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Geometry Processing" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "IOS Device Profile Selector" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Linux Device Profile Selector" } + { "Version": 2, "VersionName": "1.0", "FriendlyName": "Groom" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mobile Location Services Blueprints Library" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Launcher Chunk Installer" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Mobile Patching Utilities" } + { "Version": 1, "VersionName": "0.1", "FriendlyName": "Mesh Modeling Toolset" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "UDP Messaging" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "TCP Messaging" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Runtime PhysX Cooking" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Procedural Mesh Component" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Significance Manager" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Resonance Audio" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Property Access Editor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "SoundFields" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Base" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem NULL" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem Utils" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Movie Player for WebM files" } + { "Version": 1, "VersionName": "1.1", "FriendlyName": "Synthesis and DSP Effects" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Windows Device Profile Selector" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Windows Movie Player" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Content Browser - Class Data Source" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Content Browser - File Data Source" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Content Browser - Asset Data Source" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Interchange Editor" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Interchange Framework" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem GooglePlay" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Services" } + { "Version": 1, "VersionName": "1.0", "FriendlyName": "Online Subsystem iOS" } + + diff --git a/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0001/CrashReportClient.ini b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0001/CrashReportClient.ini new file mode 100644 index 0000000..473a414 --- /dev/null +++ b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0001/CrashReportClient.ini @@ -0,0 +1,5 @@ +[CrashReportClient] +bHideLogFilesOption=false +bIsAllowedToCloseWithoutSending=true +CrashConfigPurgeDays=2 + diff --git a/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0001/UEMinidump.dmp b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0001/UEMinidump.dmp new file mode 100644 index 0000000..a0e1bba Binary files /dev/null and b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0001/UEMinidump.dmp differ diff --git a/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0001/WarehouseWreckage.log b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0001/WarehouseWreckage.log new file mode 100644 index 0000000..a464633 --- /dev/null +++ b/Saved/Crashes/UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60_0001/WarehouseWreckage.log @@ -0,0 +1,4481 @@ +Log file open, 02/18/25 19:14:23 +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=17036) +LogConsoleResponse: Display: Failed to find resolution value strings in scalability ini. Falling back to default. +LogConsoleResponse: Display: Failed to find resolution value strings in scalability ini. Falling back to default. +LogInit: Display: Running engine for game: WarehouseWreckage +LogCore: UnrealTraceServer: Trace store launch successful +LogCsvProfiler: Display: Metadata set : platform="Windows" +LogCsvProfiler: Display: Metadata set : config="Development" +LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.0-CL-20979098" +LogCsvProfiler: Display: Metadata set : engineversion="5.0.3-20979098+++UE5+Release-5.0" +LogCsvProfiler: Display: Metadata set : commandline="" "C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/WarehouseWreckage.uproject" -AUTH_LOGIN=unused -AUTH_PASSWORD=fd97090d1646411d9deefa9b23ac82ce -AUTH_TYPE=exchangecode -epicapp=UE_5.0 -epicenv=Prod -EpicPortal -epicusername=10000Je -epicuserid=03e5f530106f44fb9d54934005f1b575 -epiclocale=ko -epicsandboxid=ue"" +LogCsvProfiler: Display: Metadata set : os="Windows 11 (24H2) [10.0.26100.3194] " +LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 7 7800X3D 8-Core Processor" +LogCsvProfiler: Display: Metadata set : pgoenabled="0" +LogCsvProfiler: Display: Metadata set : loginid="5bbbeb324ccbbd9bbc5394b660f1a533" +LogCsvProfiler: Display: Metadata set : llm="0" +LogPlatformFile: Not using cached read wrapper +LogStats: Stats thread started at 0.221165 +LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +9:00, Platform Override: '' +LogInit: Session CrashGUID >==================================================== + Session CrashGUID > UECC-Windows-E8077DAC48D484B9C8B0BD9130E4DB60 + Session CrashGUID >==================================================== +LogConfig: Display: Loading VulkanPC ini files took 0.02 seconds +LogConfig: Display: Loading Mac ini files took 0.02 seconds +LogConfig: Display: Loading IOS ini files took 0.03 seconds +LogConfig: Display: Loading HoloLens 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 Windows ini files took 0.03 seconds +LogConfig: Display: Loading Unix ini files took 0.03 seconds +LogConfig: Display: Loading LinuxArm64 ini files took 0.03 seconds +LogConfig: Display: Loading Linux ini files took 0.03 seconds +LogPluginManager: Mounting Engine plugin Bridge +LogPluginManager: Mounting Engine plugin FastBuildController +LogPluginManager: Mounting Engine plugin MeshPainting +LogPluginManager: Mounting Engine plugin XGEController +LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor +LogPluginManager: Mounting Engine plugin Paper2D +LogPluginManager: Mounting Engine plugin AnimationSharing +LogPluginManager: Mounting Engine plugin AISupport +LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess +LogPluginManager: Mounting Engine plugin AssetManagerEditor +LogPluginManager: Mounting Engine plugin OodleNetwork +LogPluginManager: Mounting Engine plugin PixWinPlugin +LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess +LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess +LogPluginManager: Mounting Engine plugin PerforceSourceControl +LogPluginManager: Mounting Engine plugin PlasticSourceControl +LogPluginManager: Mounting Engine plugin NullSourceCodeAccess +LogPluginManager: Mounting Engine plugin GitSourceControl +LogPluginManager: Mounting Engine plugin TextureFormatOodle +LogPluginManager: Mounting Engine plugin PropertyAccessNode +LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess +LogPluginManager: Mounting Engine plugin TraceDataFilters +LogPluginManager: Mounting Engine plugin PluginUtils +LogPluginManager: Mounting Engine plugin UObjectPlugin +LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess +LogPluginManager: Mounting Engine plugin SubversionSourceControl +LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin AutomationUtils +LogPluginManager: Mounting Engine plugin DatasmithContent +LogPluginManager: Mounting Engine plugin CryptoKeys +LogPluginManager: Mounting Engine plugin CameraShakePreviewer +LogPluginManager: Mounting Engine plugin BackChannel +LogPluginManager: Mounting Engine plugin ChaosCloth +LogPluginManager: Mounting Engine plugin ChaosSolverPlugin +LogPluginManager: Mounting Engine plugin ChaosEditor +LogPluginManager: Mounting Engine plugin CurveEditorTools +LogPluginManager: Mounting Engine plugin ChaosNiagara +LogPluginManager: Mounting Engine plugin EditorDebugTools +LogPluginManager: Mounting Engine plugin ChaosClothEditor +LogPluginManager: Mounting Engine plugin CharacterAI +LogPluginManager: Mounting Engine plugin DataValidation +LogPluginManager: Mounting Engine plugin EditorScriptingUtilities +LogPluginManager: Mounting Engine plugin VariantManagerContent +LogPluginManager: Mounting Engine plugin GameplayCameras +LogPluginManager: Mounting Engine plugin FacialAnimation +LogPluginManager: Mounting Engine plugin GeometryMode +LogPluginManager: Mounting Engine plugin GameplayTagsEditor +LogPluginManager: Mounting Engine plugin MaterialAnalyzer +LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode +LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard +LogPluginManager: Mounting Engine plugin SequencerAnimTools +LogPluginManager: Mounting Engine plugin MacGraphicsSwitching +LogPluginManager: Mounting Engine plugin PluginBrowser +LogPluginManager: Mounting Engine plugin FullBodyIK +LogPluginManager: Mounting Engine plugin SpeedTreeImporter +LogPluginManager: Mounting Engine plugin StylusInput +LogPluginManager: Mounting Engine plugin AnimationModifierLibrary +LogPluginManager: Mounting Engine plugin ControlRig +LogPluginManager: Mounting Engine plugin ControlRigSpline +LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities +LogPluginManager: Mounting Engine plugin IKRig +LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis +LogPluginManager: Mounting Engine plugin Niagara +LogPluginManager: Mounting Engine plugin GeometryFlow +LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin +LogPluginManager: Mounting Engine plugin AlembicImporter +LogPluginManager: Mounting Engine plugin MeshLODToolset +LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp +LogPluginManager: Mounting Engine plugin OpenImageDenoise +LogPluginManager: Mounting Engine plugin PlanarCut +LogPluginManager: Mounting Engine plugin ProxyLODPlugin +LogPluginManager: Mounting Engine plugin PlatformCrypto +LogPluginManager: Mounting Engine plugin ActorSequence +LogPluginManager: Mounting Engine plugin PythonScriptPlugin +LogPluginManager: Mounting Engine plugin LevelSequenceEditor +LogPluginManager: Mounting Engine plugin MatineeToLevelSequence +LogPluginManager: Mounting Engine plugin SkeletalReduction +LogPluginManager: Mounting Engine plugin SequencerScripting +LogPluginManager: Mounting Engine plugin TemplateSequence +LogPluginManager: Mounting Engine plugin AvfMedia +LogPluginManager: Mounting Engine plugin AndroidMedia +LogPluginManager: Mounting Engine plugin ImgMedia +LogPluginManager: Mounting Engine plugin MediaCompositing +LogPluginManager: Mounting Engine plugin WebMMedia +LogPluginManager: Mounting Engine plugin WmfMedia +LogPluginManager: Mounting Engine plugin MediaPlayerEditor +LogPluginManager: Mounting Engine plugin ActorLayerUtilities +LogPluginManager: Mounting Engine plugin AndroidFileServer +LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector +LogPluginManager: Mounting Engine plugin AppleImageUtils +LogPluginManager: Mounting Engine plugin ArchVisCharacter +LogPluginManager: Mounting Engine plugin AudioCapture +LogPluginManager: Mounting Engine plugin AssetTags +LogPluginManager: Mounting Engine plugin AppleMoviePlayer +LogPluginManager: Mounting Engine plugin AudioSynesthesia +LogPluginManager: Mounting Engine plugin AndroidMoviePlayer +LogPluginManager: Mounting Engine plugin AndroidPermission +LogPluginManager: Mounting Engine plugin CableComponent +LogPluginManager: Mounting Engine plugin CustomMeshComponent +LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector +LogPluginManager: Mounting Engine plugin ChunkDownloader +LogPluginManager: Mounting Engine plugin GooglePAD +LogPluginManager: Mounting Engine plugin GeometryCache +LogPluginManager: Mounting Engine plugin GoogleCloudMessaging +LogPluginManager: Mounting Engine plugin GeometryProcessing +LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector +LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector +LogPluginManager: Mounting Engine plugin HairStrands +LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary +LogPluginManager: Mounting Engine plugin LauncherChunkInstaller +LogPluginManager: Mounting Engine plugin MobilePatchingUtils +LogPluginManager: Mounting Engine plugin MeshModelingToolset +LogPluginManager: Mounting Engine plugin UdpMessaging +LogPluginManager: Mounting Engine plugin TcpMessaging +LogPluginManager: Mounting Engine plugin RuntimePhysXCooking +LogPluginManager: Mounting Engine plugin ProceduralMeshComponent +LogPluginManager: Mounting Engine plugin SignificanceManager +LogPluginManager: Mounting Engine plugin ResonanceAudio +LogPluginManager: Mounting Engine plugin PropertyAccessEditor +LogPluginManager: Mounting Engine plugin SoundFields +LogPluginManager: Mounting Engine plugin OnlineBase +LogPluginManager: Mounting Engine plugin OnlineSubsystem +LogPluginManager: Mounting Engine plugin OnlineSubsystemNull +LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils +LogPluginManager: Mounting Engine plugin WebMMoviePlayer +LogPluginManager: Mounting Engine plugin Synthesis +LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector +LogPluginManager: Mounting Engine plugin WindowsMoviePlayer +LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource +LogPluginManager: Mounting Engine plugin InterchangeEditor +LogPluginManager: Mounting Engine plugin Interchange +LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay +LogPluginManager: Mounting Engine plugin OnlineServices +LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Bridge/Content/' mounted to '/Bridge/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/2D/Paper2D/Content/' mounted to '/Paper2D/' +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/Experimental/ChaosSolverPlugin/Content/' mounted to '/ChaosSolverPlugin/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosNiagara/Content/' mounted to '/ChaosNiagara/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosClothEditor/Content/' mounted to '/ChaosClothEditor/' +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/Experimental/FullBodyIK/Content/' mounted to '/FullBodyIK/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/SpeedTreeImporter/Content/' mounted to '/SpeedTreeImporter/' +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/FX/Niagara/Content/' mounted to '/Niagara/' +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/PythonScriptPlugin/Content/' mounted to '/PythonScriptPlugin/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/MovieScene/SequencerScripting/Content/' mounted to '/SequencerScripting/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Media/MediaCompositing/Content/' mounted to '/MediaCompositing/' +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/HairStrands/Content/' mounted to '/HairStrands/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/MeshModelingToolset/Content/' mounted to '/MeshModelingToolset/' +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/' +SourceControl: Source control is disabled +SourceControl: Source control is disabled +PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. +LogInit: Using libcurl 7.55.1-DEV +LogInit: - built for x86_64-pc-win32 +LogInit: - supports SSL with OpenSSL/1.1.1 +LogInit: - supports HTTP deflate (compression) using libz 1.2.8 +LogInit: - other features: +LogInit: CURL_VERSION_SSL +LogInit: CURL_VERSION_LIBZ +LogInit: CURL_VERSION_IPV6 +LogInit: CURL_VERSION_ASYNCHDNS +LogInit: CURL_VERSION_LARGEFILE +LogInit: CURL_VERSION_IDN +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 module [NULL] +LogInit: Build: ++UE5+Release-5.0-CL-20979098 +LogInit: Engine Version: 5.0.3-20979098+++UE5+Release-5.0 +LogInit: Compatible Engine Version: 5.0.0-19505902+++UE5+Release-5.0 +LogInit: Net CL: 19505902 +LogInit: OS: Windows 11 (24H2) [10.0.26100.3194] (), CPU: AMD Ryzen 7 7800X3D 8-Core Processor , GPU: NVIDIA GeForce RTX 4070 SUPER +LogInit: Compiled (64-bit): Jul 7 2022 02:16:06 +LogInit: Compiled with Visual C++: 19.29.30138.00 +LogInit: Build Configuration: Development +LogInit: Branch Name: ++UE5+Release-5.0 +LogInit: Command Line: -AUTH_LOGIN=unused -AUTH_PASSWORD=fd97090d1646411d9deefa9b23ac82ce -AUTH_TYPE=exchangecode -epicapp=UE_5.0 -epicenv=Prod -EpicPortal -epicusername=10000Je -epicuserid=03e5f530106f44fb9d54934005f1b575 -epiclocale=ko -epicsandboxid=ue +LogInit: Base Directory: C:/Program Files/Epic Games/UE_5.0/Engine/Binaries/Win64/ +LogInit: Allocator: Mimalloc +LogInit: Installed Engine Build: 1 +LogDevObjectVersion: Number of dev versions registered: 34 +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): 45 +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): 59 +LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 3 +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): 59 +LogDevObjectVersion: UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 36 +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: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created +LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created +LogConfig: CVar [[r.DetectAndWarnOfBadDrivers:0]] deferred - dummy variable created +LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created +LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created +LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] +[2025.02.18-10.14.23:445][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] +[2025.02.18-10.14.23:445][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[DefaultPVRTCQuality:1]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:1]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MatineeActorCameraAnim]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MatineeActorCameraAnim]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created +[2025.02.18-10.14.23:445][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] +[2025.02.18-10.14.23:446][ 0]LogConfig: CVar [[r.HairStrands.Interpolation.UseSingleGuide:0]] deferred - dummy variable created +[2025.02.18-10.14.23:462][ 0]LogD3D12RHI: Aftermath initialized +[2025.02.18-10.14.23:462][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +[2025.02.18-10.14.23:620][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 4070 SUPER (Max supported Feature Level 12_1, shader model 6.6) +[2025.02.18-10.14.23:620][ 0]LogD3D12RHI: Adapter has 11999MB of dedicated video memory, 0MB of dedicated system memory, and 16171MB of shared system memory, 1 output[s] +[2025.02.18-10.14.23:628][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (Max supported Feature Level 12_1, shader model 6.6) +[2025.02.18-10.14.23:628][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 16171MB of shared system memory, 0 output[s] +[2025.02.18-10.14.23:747][ 0]LogD3D12RHI: Found D3D12 adapter 2: NVIDIA GeForce RTX 4070 SUPER (Max supported Feature Level 12_1, shader model 6.6) +[2025.02.18-10.14.23:747][ 0]LogD3D12RHI: Adapter has 11999MB of dedicated video memory, 0MB of dedicated system memory, and 16171MB of shared system memory, 0 output[s] +[2025.02.18-10.14.23:747][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 +[2025.02.18-10.14.23:748][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.02.18-10.14.23:748][ 0]LogDeviceProfileManager: Applying CVar settings loaded from the selected device profile: [WindowsEditor] +[2025.02.18-10.14.23:748][ 0]LogHAL: Display: Platform has ~ 32 GB [33915052032 / 34359738368 / 32], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) +[2025.02.18-10.14.23:748][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] +[2025.02.18-10.14.23:748][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.02.18-10.14.23:748][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.02.18-10.14.23:748][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] +[2025.02.18-10.14.23:748][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Config/WindowsEditor/Editor.ini] +[2025.02.18-10.14.23:748][ 0]LogInit: Computer: 10000JE-DESKTOP +[2025.02.18-10.14.23:748][ 0]LogInit: User: ssh030226 +[2025.02.18-10.14.23:748][ 0]LogInit: CPU Page size=4096, Cores=8 +[2025.02.18-10.14.23:748][ 0]LogInit: High frequency timer resolution =10.000000 MHz +[2025.02.18-10.14.23:748][ 0]LogMemory: Memory total: Physical=31.6GB (32GB approx) +[2025.02.18-10.14.23:748][ 0]LogMemory: Platform Memory Stats for WindowsEditor +[2025.02.18-10.14.23:748][ 0]LogMemory: Process Physical Memory: 285.86 MB used, 302.64 MB peak +[2025.02.18-10.14.23:748][ 0]LogMemory: Process Virtual Memory: 251.93 MB used, 251.93 MB peak +[2025.02.18-10.14.23:748][ 0]LogMemory: Physical Memory: 16133.76 MB used, 16210.15 MB free, 32343.91 MB total +[2025.02.18-10.14.23:748][ 0]LogMemory: Virtual Memory: 21177.90 MB used, 13214.02 MB free, 34391.91 MB total +[2025.02.18-10.14.23:748][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" +[2025.02.18-10.14.23:753][ 0]LogWindows: WindowsPlatformFeatures enabled +[2025.02.18-10.14.23:763][ 0]LogInit: Physics initialised using underlying interface: Chaos +[2025.02.18-10.14.23:764][ 0]LogInit: Using OS detected language (ko-KR). +[2025.02.18-10.14.23:764][ 0]LogInit: Using OS detected locale (ko-KR). +[2025.02.18-10.14.23:765][ 0]LogTextLocalizationManager: No specific localization for 'ko-KR' exists, so 'ko' will be used for the language. +[2025.02.18-10.14.23:830][ 0]LogInit: Setting process to per monitor DPI aware +[2025.02.18-10.14.23:850][ 0]LogWindowsTextInputMethodSystem: Available input methods: +[2025.02.18-10.14.23:850][ 0]LogWindowsTextInputMethodSystem: - 한국어(대한민국) - Microsoft 입력기 (TSF IME). +[2025.02.18-10.14.23:850][ 0]LogWindowsTextInputMethodSystem: - 한국어(대한민국) - 터치식 입력 수정 (TSF IME). +[2025.02.18-10.14.23:850][ 0]LogWindowsTextInputMethodSystem: Activated input method: 한국어(대한민국) - Microsoft 입력기 (TSF IME). +[2025.02.18-10.14.23:861][ 0]LogSlate: New Slate User Created. User Index 0, Is Virtual User: 0 +[2025.02.18-10.14.23:861][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 +[2025.02.18-10.14.23:948][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off +[2025.02.18-10.14.23:951][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled +[2025.02.18-10.14.23:951][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: ID3D12Device1 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: ID3D12Device2 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: ID3D12Device3 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: ID3D12Device4 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: ID3D12Device5 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: ID3D12Device6 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: ID3D12Device7 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.0 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 is supported. +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported +[2025.02.18-10.14.24:054][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported +[2025.02.18-10.14.24:091][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for 3D Queue 0 +[2025.02.18-10.14.24:096][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for Copy Queue 0 +[2025.02.18-10.14.24:111][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for Compute Queue 0 +[2025.02.18-10.14.24:129][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 +[2025.02.18-10.14.24:129][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 +[2025.02.18-10.14.24:151][ 0]LogD3D12RHI: GPU DeviceId: 0x2783 (for the marketing name, search the web for "GPU Device Id") +[2025.02.18-10.14.24:151][ 0]LogWindows: Attached monitors: +[2025.02.18-10.14.24:151][ 0]LogWindows: resolution: 2560x1080, work area: (0, 0) -> (2560, 1032), device: '\\.\DISPLAY1' [PRIMARY] +[2025.02.18-10.14.24:151][ 0]LogWindows: Found 1 attached monitors. +[2025.02.18-10.14.24:151][ 0]LogWindows: EnumDisplayDevices: +[2025.02.18-10.14.24:151][ 0]LogWindows: 0. 'NVIDIA GeForce RTX 4070 SUPER' (P:1 D:1), name: '\\.\DISPLAY1' +[2025.02.18-10.14.24:151][ 0]LogWindows: 1. 'NVIDIA GeForce RTX 4070 SUPER' (P:0 D:0), name: '\\.\DISPLAY2' +[2025.02.18-10.14.24:151][ 0]LogWindows: 2. 'NVIDIA GeForce RTX 4070 SUPER' (P:0 D:0), name: '\\.\DISPLAY3' +[2025.02.18-10.14.24:152][ 0]LogWindows: 3. 'NVIDIA GeForce RTX 4070 SUPER' (P:0 D:0), name: '\\.\DISPLAY4' +[2025.02.18-10.14.24:152][ 0]LogWindows: 4. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY5' +[2025.02.18-10.14.24:152][ 0]LogWindows: 5. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY6' +[2025.02.18-10.14.24:152][ 0]LogWindows: 6. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY7' +[2025.02.18-10.14.24:152][ 0]LogWindows: 7. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY8' +[2025.02.18-10.14.24:152][ 0]LogWindows: 8. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY9' +[2025.02.18-10.14.24:152][ 0]LogWindows: 9. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY10' +[2025.02.18-10.14.24:152][ 0]LogWindows: 10. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY11' +[2025.02.18-10.14.24:153][ 0]LogWindows: 11. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY12' +[2025.02.18-10.14.24:153][ 0]LogWindows: 12. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY13' +[2025.02.18-10.14.24:153][ 0]LogWindows: 13. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY14' +[2025.02.18-10.14.24:153][ 0]LogWindows: 14. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY15' +[2025.02.18-10.14.24:153][ 0]LogWindows: 15. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY16' +[2025.02.18-10.14.24:153][ 0]LogWindows: 16. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY17' +[2025.02.18-10.14.24:154][ 0]LogWindows: 17. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY18' +[2025.02.18-10.14.24:154][ 0]LogWindows: 18. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY19' +[2025.02.18-10.14.24:154][ 0]LogWindows: 19. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY20' +[2025.02.18-10.14.24:154][ 0]LogWindows: DebugString: GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter FoundDriverCount:4 +[2025.02.18-10.14.24:154][ 0]LogD3D12RHI: Adapter Name: NVIDIA GeForce RTX 4070 SUPER +[2025.02.18-10.14.24:154][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.02.18-10.14.24:154][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.02.18-10.14.24:154][ 0]LogRHI: Texture pool is 7075 MB (70% of 10107 MB) +[2025.02.18-10.14.24:154][ 0]LogD3D12RHI: Async texture creation enabled +[2025.02.18-10.14.24:154][ 0]LogD3D12RHI: RHI has support for 64 bit atomics +[2025.02.18-10.14.24:161][ 0]LogRHI: GeForceNow SDK initialized: 0 +[2025.02.18-10.14.24:166][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/WarehouseWreckage.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/TurnkeyReport_0.log" -log="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/TurnkeyLog_0.log" -project="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/WarehouseWreckage.uproject" -platform=all' +[2025.02.18-10.14.24:166][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""C:/Program Files/Epic Games/UE_5.0/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/WarehouseWreckage.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/TurnkeyReport_0.log" -log="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/TurnkeyLog_0.log" -project="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/WarehouseWreckage.uproject" -platform=all" ] +[2025.02.18-10.14.24:184][ 0]LogTextureFormatETC2: Display: ETC2 Texture loading DLL: TextureConverter.dll +[2025.02.18-10.14.24:188][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.5 +[2025.02.18-10.14.24:188][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' +[2025.02.18-10.14.24:195][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' +[2025.02.18-10.14.24:214][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'HoloLens' +[2025.02.18-10.14.24:214][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'HoloLensClient' +[2025.02.18-10.14.24:216][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' +[2025.02.18-10.14.24:216][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' +[2025.02.18-10.14.24:218][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' +[2025.02.18-10.14.24:218][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' +[2025.02.18-10.14.24:218][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' +[2025.02.18-10.14.24:218][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' +[2025.02.18-10.14.24:221][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' +[2025.02.18-10.14.24:221][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' +[2025.02.18-10.14.24:221][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' +[2025.02.18-10.14.24:223][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' +[2025.02.18-10.14.24:223][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' +[2025.02.18-10.14.24:227][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' +[2025.02.18-10.14.24:227][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' +[2025.02.18-10.14.24:227][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' +[2025.02.18-10.14.24:227][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' +[2025.02.18-10.14.24:227][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor +[2025.02.18-10.14.24:232][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. +[2025.02.18-10.14.24:234][ 0]LogTargetPlatformManager: Unable to find audio format BINKA from hinted modules, loading all potential format modules to find it +[2025.02.18-10.14.24:234][ 0]LogTargetPlatformManager: Loaded format module AudioFormatADPCM +[2025.02.18-10.14.24:234][ 0]LogTargetPlatformManager: ADPCM +[2025.02.18-10.14.24:234][ 0]LogTargetPlatformManager: PCM +[2025.02.18-10.14.24:235][ 0]LogTargetPlatformManager: Loaded format module AudioFormatBink +[2025.02.18-10.14.24:235][ 0]LogTargetPlatformManager: BINKA +[2025.02.18-10.14.24:235][ 0]LogTargetPlatformManager: Loaded format module AudioFormatOgg +[2025.02.18-10.14.24:235][ 0]LogTargetPlatformManager: OGG +[2025.02.18-10.14.24:235][ 0]LogTargetPlatformManager: Loaded format module AudioFormatOpus +[2025.02.18-10.14.24:235][ 0]LogTargetPlatformManager: OPUS +[2025.02.18-10.14.24:261][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: SF_METAL +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: SF_METAL_MRT +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: SF_METAL_TVOS +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: SF_METAL_SM5 +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: PCD3D_SM6 +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: PCD3D_SM5 +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: PCD3D_ES31 +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: D3D_ES3_1_HOLOLENS +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: GLSL_150_ES31 +[2025.02.18-10.14.24:265][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID +[2025.02.18-10.14.24:268][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM +[2025.02.18-10.14.24:268][ 0]LogTargetPlatformManager: VVM_1_0 +[2025.02.18-10.14.24:268][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat +[2025.02.18-10.14.24:268][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 +[2025.02.18-10.14.24:268][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID +[2025.02.18-10.14.24:268][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 +[2025.02.18-10.14.24:268][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID +[2025.02.18-10.14.24:268][ 0]LogRendererCore: Ray tracing is disabled. Reason: r.RayTracing=0. +[2025.02.18-10.14.24:268][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush +[2025.02.18-10.14.24:273][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.02.18-10.14.24:273][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/ShaderAutogen/PCD3D_ES31/AutogenShaderHeaders.ush +[2025.02.18-10.14.24:277][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.02.18-10.14.24:279][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/DerivedDataCache/DDC.ddp not found, will not use a pak cache. +[2025.02.18-10.14.24:279][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. +[2025.02.18-10.14.24:279][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.02.18-10.14.24:279][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. +[2025.02.18-10.14.24:294][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (1230 MiB) +[2025.02.18-10.14.24:294][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.02.18-10.14.24:294][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. +[2025.02.18-10.14.24:299][ 0]LogDerivedDataCache: Speed tests for C:/Users/ssh03/AppData/Local/UnrealEngine/Common/DerivedDataCache took 0.01 seconds +[2025.02.18-10.14.24:299][ 0]LogDerivedDataCache: Display: Performance to C:/Users/ssh03/AppData/Local/UnrealEngine/Common/DerivedDataCache: Latency=0.02ms. RandomReadSpeed=1649.84MBs, RandomWriteSpeed=213.43MBs. Assigned SpeedClass 'Local' +[2025.02.18-10.14.24:300][ 0]LogDerivedDataCache: Using Local data cache path C:/Users/ssh03/AppData/Local/UnrealEngine/Common/DerivedDataCache: Writable +[2025.02.18-10.14.24:300][ 0]LogDerivedDataCache: Shared data cache path not found in *engine.ini, will not use an Shared cache. +[2025.02.18-10.14.24:300][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. +[2025.02.18-10.14.24:305][ 0]LogVirtualization: VirtualizationSystem name found in ini file: None +[2025.02.18-10.14.24:305][ 0]LogVirtualization: FNullVirtualizationSystem mounted, virtualization will be disabled +[2025.02.18-10.14.24:305][ 0]LogShaderCompilers: Guid format shader working directory is -27 characters bigger than the processId version (../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/Shaders/WorkingDirectory/3932/). +[2025.02.18-10.14.24:305][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/ssh03/AppData/Local/Temp/UnrealShaderWorkingDir/EC5D198540D525A95BE5C19A1BA68A6F/'. +[2025.02.18-10.14.24:305][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. +[2025.02.18-10.14.24:305][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 8 workers. +[2025.02.18-10.14.25:270][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 +[2025.02.18-10.14.25:270][ 0]LogSlate: Using FreeType 2.10.0 +[2025.02.18-10.14.25:270][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 +[2025.02.18-10.14.25:294][ 0]LogAssetRegistry: FAssetRegistry took 0.0075 seconds to start up +[2025.02.18-10.14.25:298][ 0]LogEditorDomain: Display: EditorDomain is Disabled +[2025.02.18-10.14.25:415][ 0]LogSerialization: UsePackageTrailer: 'false' +[2025.02.18-10.14.25:416][ 0]LogTexture: Display: Texture Encode Speed: FinalIfAvailable (editor). +[2025.02.18-10.14.25:582][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.02.18-10.14.25:582][ 0]LogDeviceProfileManager: Active device profile: [0000074F1D0108C0][0000074F13250000 50] WindowsEditor +[2025.02.18-10.14.25:582][ 0]LogDeviceProfileManager: Profiles: [0000074F1D010A80][0000074F13252800 50] Windows, [0000074F1D0108C0][0000074F13250000 50] WindowsEditor, [0000074F1D012680][0000074F1325A000 50] WindowsServer, [0000074F1D0124C0][0000074F025A0000 50] WindowsClient, [0000074F1D012BC0][0000074F131F7800 50] IOS, [0000074F1D012140][0000074F13255000 50] iPadAir2, [0000074F1D015400][0000074F1CFB0000 50] IPadPro, [0000074F1D015780][0000074F1CFB2800 50] iPadAir3, [0000074F1D0139C0][0000074F1CFB7800 50] iPadAir4, [0000074F1D010E00][0000074F1CFBA000 50] iPadMini4, [0000074F1D010380][0000074F1CFBC800 50] iPadMini5, [0000074F1D012840][0000074F131F5000 50] iPadMini6, [0000074F1D0186C0][0000074F1CF92800 50] iPhone6S, [0000074F1D018A40][0000074F1CF90000 50] iPhone7, [0000074F1D015E80][0000074F1CF95000 50] iPodTouch7, [0000074F1D0163C0][0000074F1CF9A000 50] iPhone6SPlus, [0000074F1D012F40][0000074F1CF9C800 50] iPhone7Plus, [0000074F1D015080][0000074F1CFB5000 50] iPhoneSE, [0000074F1D017000][0000074F1CF97800 50] iPhone8, [0000074F1D014D00][0000074F1CFC0000 50] iPhone8Plus, [0000074F1D015240][0000074F1CFC5000 50] iPhoneX, [0000074F1D016C80][0000074F1CFC7800 50] iPhoneXS, [0000074F1D014440][0000074F1CFCA000 50] iPhoneXSMax, [0000074F1D015940][0000074F1CFCC800 50] iPhoneXR, [0000074F1D016200][0000074F1534C800 50] iPhone11, [0000074F1D010540][0000074F1CFE0000 50] iPhone11Pro, [0000074F1D018880][0000074F1CFE5000 50] iPhone11ProMax, [0000074F1D011500][0000074F1CFE7800 50] iPhoneSE2, [0000074F1D016580][0000074F1CFEA000 50] iPhone12Mini, [0000074F1D0147C0][0000074F1CFEC800 50] iPhone12, [0000074F1D016740][0000074F1CFC2800 50] iPhone12Pro, [0000074F1D012300][0000074F1CFF0000 50] iPhone12ProMax, [0000074F1D013F00][0000074F1CFF5000 50] iPhone13Mini, [0000074F1D011C00][0000074F1CFF7800 50] iPhone13, [0000074F1D017C40][0000074F1CFFA000 50] iPhone13Pro, [0000074F1D014280][0000074F1CFFC800 50] iPhone13ProMax, [0000074F1D017E00][0000074F1CFE2800 50] iPadPro105, [0000074F1D0101C0][0000074F1D030000 50] iPadPro129, [0000074F1D017FC0][0000074F1D035000 50] iPadPro97, [0000074F1D011DC0][0000074F1D037800 50] iPadPro2_129, [0000074F1D016900][0000074F1D03A000 50] iPad5, [0000074F1D013D40][0000074F1D03C800 50] iPad6, [0000074F1D011880][0000074F1CFF2800 50] iPad7, [0000074F1D017380][0000074F1D040000 50] iPad8, [0000074F1D011180][0000074F1D045000 50] iPad9, [0000074F1D014600][0000074F1D047800 50] iPadPro11, [0000074F1D0132C0][0000074F1D04A000 50] iPadPro2_11, [0000074F1D0155C0][0000074F1D04C800 50] iPadPro3_11, [0000074F1D0116C0][0000074F1D032800 50] iPadPro3_129, [0000074F1D013B80][0000074F1D050000 50] iPadPro4_129, [0000074F1D013640][0000074F1D055000 50] iPadPro5_129, [0000074F1D010000][0000074F1D057800 50] AppleTV, [0000074F1D017540][0000074F1D05A000 50] AppleTV4K, [0000074F1D013100][0000074F1D05C800 50] TVOS, [0000074F1D01A2C0][0000074F1D090000 50] Mac, [0000074F1D01A640][0000074F1D092800 50] MacEditor, [0000074F1D014EC0][0000074F1D097800 50] MacClient, [0000074F1D011A40][0000074F1D09A000 50] MacServer, [0000074F1D012D80][0000074F1D042800 50] Linux, [0000074F1D018DC0][0000074F1D052800 50] LinuxEditor, [0000074F1D013480][0000074F1D09C800 50] LinuxArm64Editor, [0000074F1D01AB80][0000074F1D060000 50] LinuxArm64, [0000074F1D019A00][0000074F1D065000 50] LinuxClient, [0000074F1D014B40][0000074F1D067800 50] LinuxArm64Client, [0000074F1D016E40][0000074F1D06A000 50] LinuxServer, [0000074F1D019140][0000074F1D06C800 50] LinuxArm64Server, [0000074F1D018C00][0000074F1D095000 50] Android, [0000074F1D010FC0][0000074F1D080000 50] Android_Preview_OpenGL, [0000074F1D015CC0][0000074F1D085000 50] Android_Preview_Vulkan, [0000074F1D018340][0000074F1D087800 50] Android_Low, [0000074F1D014980][0000074F1D08A000 50] Android_Mid, [0000074F1D018F80][0000074F1D08C800 50] Android_High, [0000074F1D019D80][0000074F1D062800 50] Android_Default, [0000074F1D018500][0000074F1D0A0000 50] Android_Adreno4xx, [0000074F1D019680][0000074F1D0A5000 50] Android_Adreno5xx_Low, [0000074F1D0194C0][0000074F1D0A7800 50] Android_Adreno5xx, [0000074F1D01AD40][0000074F1D0AA000 50] Android_Adreno6xx, [0000074F1D01AF00][0000074F1D0AC800 50] Android_Adreno6xx_Vulkan, [0000074F1D017700][0000074F1D082800 50] Android_Adreno7xx, [0000074F1D011340][0000074F1D0B0000 50] Android_Adreno7xx_Vulkan, [0000074F1D019300][0000074F1D0B5000 50] Android_Mali_T6xx, [0000074F1D019F40][0000074F1D0B7800 50] Android_Mali_T7xx, [0000074F1D011F80][0000074F1D0BA000 50] Android_Mali_T8xx, [0000074F1D019840][0000074F1D0BC800 50] Android_Mali_G71, [0000074F1D015B00][0000074F1D0A2800 50] Android_Mali_G72, [0000074F1D01B600][0000074F1D0C0000 50] Android_Mali_G72_Vulkan, [0000074F1D01BEC0][0000074F1D0C5000 50] Android_Mali_G76, [0000074F1D0171C0][0000074F1D0C7800 50] Android_Mali_G76_Vulkan, [0000074F1D01A800][0000074F1D0CA000 50] Android_Mali_G77, [0000074F1D01B0C0][0000074F1D0CC800 50] Android_Mali_G77_Vulkan, [0000074F1D01B440][0000074F1D0B2800 50] Android_Mali_G78, [0000074F1D01C780][0000074F1D0E0000 50] Android_Mali_G78_Vulkan, [0000074F1D01A480][0000074F1D0E5000 50] Android_Mali_G710, [0000074F1D01B280][0000074F1D0E7800 50] Android_Mali_G710_Vulkan, [0000074F1D016AC0][0000074F1D0EA000 50] Android_Xclipse_920, [0000074F1D01BD00][0000074F1D0EC800 50] Android_Xclipse_920_Vulkan, [0000074F1D01D040][0000074F1D0C2800 50] Android_Vulkan_SM5, [0000074F1D010700][0000074F1D0F0000 50] Android_PowerVR_G6xxx, [0000074F1D01C240][0000074F1D0F5000 50] Android_PowerVR_GT7xxx, [0000074F1D01B980][0000074F1D0F7800 50] Android_PowerVR_GE8xxx, [0000074F1D01A100][0000074F1D0FA000 50] Android_PowerVR_GM9xxx, [0000074F1D01DAC0][0000074F1D0FC800 50] Android_PowerVR_GM9xxx_Vulkan, [0000074F1D01D580][0000074F1D0E2800 50] Android_TegraK1, [0000074F1D01CE80][0000074F1D100000 50] Android_Unknown_Vulkan, [0000074F1D01C080][0000074F1D105000 50] Oculus_Quest, [0000074F1D019BC0][0000074F1D107800 50] Oculus_Quest2, [0000074F1D016040][0000074F1D10A000 50] HoloLens, +[2025.02.18-10.14.25:582][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" +[2025.02.18-10.14.25:584][ 0]LogTurnkeySupport: Turnkey Platform: Android: (Status=Invalid, Installed=, AutoSDK=, MinAllowed=r21a, MaxAllowed=r23a, Flags="Platform_InvalidHostPrerequisites", Error="Android Studio is not installed correctly.|Android SDK directory is not set correctly.") +[2025.02.18-10.14.25:584][ 0]LogTurnkeySupport: Turnkey Platform: IOS: (Status=Invalid, Installed=, AutoSDK=, MinAllowed=1100.0.0.0, MaxAllowed=1399.0, Flags="Platform_ValidHostPrerequisites") +[2025.02.18-10.14.25:584][ 0]LogTurnkeySupport: Turnkey Platform: Linux: (Status=Invalid, Installed=, AutoSDK=, MinAllowed=v20_clang-13.0.1-centos7, MaxAllowed=v20_clang-13.0.1-centos7, Flags="Platform_ValidHostPrerequisites") +[2025.02.18-10.14.25:584][ 0]LogTurnkeySupport: Turnkey Platform: LinuxArm64: (Status=Invalid, Installed=, AutoSDK=, MinAllowed=v20_clang-13.0.1-centos7, MaxAllowed=v20_clang-13.0.1-centos7, Flags="Platform_ValidHostPrerequisites") +[2025.02.18-10.14.25:584][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, Installed=10.0.19041.0, AutoSDK=, MinAllowed=10.0.00000.0, MaxAllowed=10.9.99999.0, Flags="InstalledSdk_ValidVersionExists") +[2025.02.18-10.14.25:595][ 0]LogTexture: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal +[2025.02.18-10.14.25:722][ 0]LogMeshReduction: Using QuadricMeshReduction for automatic static mesh reduction +[2025.02.18-10.14.25:722][ 0]LogMeshReduction: Using SimplygonMeshReduction for automatic skeletal mesh reduction +[2025.02.18-10.14.25:722][ 0]LogMeshReduction: Using ProxyLODMeshReduction for automatic mesh merging +[2025.02.18-10.14.25:722][ 0]LogMeshReduction: No distributed automatic mesh merging module available +[2025.02.18-10.14.25:722][ 0]LogMeshMerging: No distributed automatic mesh merging module available +[2025.02.18-10.14.25:732][ 0]LogNetVersion: WarehouseWreckage 1.0.0, NetCL: 19505902, EngineNetVer: 23, GameNetVer: 0 (Checksum: 3870070901) +[2025.02.18-10.14.25:811][ 0]LogSlate: Border +[2025.02.18-10.14.25:811][ 0]LogSlate: BreadcrumbButton +[2025.02.18-10.14.25:811][ 0]LogSlate: Default +[2025.02.18-10.14.25:811][ 0]LogSlate: Icons.Save +[2025.02.18-10.14.25:811][ 0]LogSlate: Icons.Toolbar.Settings +[2025.02.18-10.14.25:811][ 0]LogSlate: ListView +[2025.02.18-10.14.25:811][ 0]LogSlate: SoftwareCursor_CardinalCross +[2025.02.18-10.14.25:811][ 0]LogSlate: SoftwareCursor_Grab +[2025.02.18-10.14.25:811][ 0]LogSlate: TableView.DarkRow +[2025.02.18-10.14.25:811][ 0]LogSlate: TableView.Row +[2025.02.18-10.14.25:811][ 0]LogSlate: TreeView +[2025.02.18-10.14.25:930][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.02.18-10.14.25:948][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.02.18-10.14.25:948][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.02.18-10.14.26:023][ 0]LogUObjectArray: 20557 objects as part of root set at end of initial load. +[2025.02.18-10.14.26:023][ 0]LogUObjectAllocator: 5584256 out of 0 bytes used by permanent object pool. +[2025.02.18-10.14.26:023][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool +[2025.02.18-10.14.26:259][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 0F7E04C74378F7932CAEE3830BCC68E1 | Instance: 8245E4A9434109F2BCB00BACE463020F (10000JE-DESKTOP-3932). +[2025.02.18-10.14.26:283][ 0]LogPython: Using Python 3.9.7 +[2025.02.18-10.14.26:802][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. +[2025.02.18-10.14.26:808][ 0]LogTcpMessaging: Initializing TcpMessaging bridge +[2025.02.18-10.14.26:842][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.02.18-10.14.26:844][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.02.18-10.14.26:855][ 0]LogUProjectInfo: Found projects: +[2025.02.18-10.14.26:861][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.02.18-10.14.27:080][ 0]LogOpenImageDenoise: OIDN starting up +[2025.02.18-10.14.27:119][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.02.18-10.14.27:119][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.02.18-10.14.27:126][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance +[2025.02.18-10.14.27:184][ 0]LogCollectionManager: Loaded 0 collections in 0.001147 seconds +[2025.02.18-10.14.27:238][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Collections/' took 0.00s +[2025.02.18-10.14.27:238][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/Developers/ssh030226/Collections/' took 0.00s +[2025.02.18-10.14.27:238][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/Collections/' took 0.00s +[2025.02.18-10.14.27:457][ 0]LogEngine: Initializing Engine... +[2025.02.18-10.14.27:465][ 0]LogStylusInput: Initializing StylusInput subsystem. +[2025.02.18-10.14.27:487][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s +[2025.02.18-10.14.27:656][ 0]LogInit: Initializing FReadOnlyCVARCache +[2025.02.18-10.14.27:657][ 0]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.14.27:663][ 0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.14.27:683][ 0]LogAIModule: Creating AISystem for world Untitled +[2025.02.18-10.14.27:683][ 0]LogAudio: Display: Initializing Audio Device Manager... +[2025.02.18-10.14.27:698][ 0]LogAudio: Display: Loading Default Audio Settings Objects... +[2025.02.18-10.14.27:698][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). +[2025.02.18-10.14.27:698][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... +[2025.02.18-10.14.27:699][ 0]LogAudio: Display: Audio Device Manager Initialized +[2025.02.18-10.14.27:699][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True +[2025.02.18-10.14.27:699][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.14.27:699][ 0]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.14.27:699][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.14.27:699][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.14.27:699][ 0]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.14.27:699][ 0]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.14.27:699][ 0]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.14.27:699][ 0]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.14.27:699][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.14.27:699][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.14.27:699][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.14.27:704][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.14.27:723][ 0]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.14.27:723][ 0]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.14.27:725][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.14.27:725][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.14.27:725][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 +[2025.02.18-10.14.27:725][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 +[2025.02.18-10.14.27:726][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 +[2025.02.18-10.14.27:726][ 0]LogInit: FAudioDevice initialized. +[2025.02.18-10.14.27:726][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 +[2025.02.18-10.14.27:726][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. +[2025.02.18-10.14.27:726][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. +[2025.02.18-10.14.27:726][ 0]LogInit: Texture streaming: Enabled +[2025.02.18-10.14.27:748][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/. AppVersion = 5.0.3-20979098+++UE5+Release-5.0 +[2025.02.18-10.14.27:754][ 0]LogEngineSessionManager: EngineSessionManager initialized +[2025.02.18-10.14.27:770][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" +[2025.02.18-10.14.27:775][ 0]LogLiveCoding: Display: Starting LiveCoding +[2025.02.18-10.14.27:775][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development +[2025.02.18-10.14.28:960][ 0]LogLiveCoding: Display: First instance in process group "UE_WarehouseWreckage_0x366c7219", spawning console +[2025.02.18-10.14.28:960][ 0]LogLiveCoding: Display: Waiting for server +[2025.02.18-10.14.28:960][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread +[2025.02.18-10.14.28:977][ 0]LogInit: Transaction tracking system initialized +[2025.02.18-10.14.29:028][ 0]BlueprintLog: New page: 에디터 로드 +[2025.02.18-10.14.29:160][ 0]LocalizationService: 현지화 서비스가 비활성화되었습니다. +[2025.02.18-10.14.29:193][ 0]TimingProfiler: Initialize +[2025.02.18-10.14.29:194][ 0]TimingProfiler: OnSessionChanged +[2025.02.18-10.14.29:194][ 0]LoadingProfiler: Initialize +[2025.02.18-10.14.29:194][ 0]LoadingProfiler: OnSessionChanged +[2025.02.18-10.14.29:194][ 0]NetworkingProfiler: Initialize +[2025.02.18-10.14.29:194][ 0]NetworkingProfiler: OnSessionChanged +[2025.02.18-10.14.29:194][ 0]MemoryProfiler: Initialize +[2025.02.18-10.14.29:194][ 0]MemoryProfiler: OnSessionChanged +[2025.02.18-10.14.29:560][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/' took 0.01s +[2025.02.18-10.14.29:560][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. +[2025.02.18-10.14.29:691][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() +[2025.02.18-10.14.29:693][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.02.18-10.14.29:693][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 7.121 +[2025.02.18-10.14.29:693][ 0]Cmd: MAP LOAD FILE="../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=3 +[2025.02.18-10.14.29:699][ 0]LightingResults: New page: 라이팅 빌드 +[2025.02.18-10.14.29:704][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.14.29:704][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.14.29:704][ 0]MapCheck: New page: 맵 체크 +[2025.02.18-10.14.29:704][ 0]LightingResults: New page: 라이팅 빌드 +[2025.02.18-10.14.29:707][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-10.14.29:709][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.26ms +[2025.02.18-10.14.29:936][ 0]LogStaticMesh: StaticMesh /Game/StarterContent/Architecture/Floor_400x400.Floor_400x400 should be resaved to improve async compilation performance. +[2025.02.18-10.14.29:949][ 0]LogStaticMesh: StaticMesh /Game/StarterContent/Props/SM_Chair.SM_Chair should be resaved to improve async compilation performance. +[2025.02.18-10.14.29:953][ 0]LogStaticMesh: StaticMesh /Game/StarterContent/Props/SM_Statue.SM_Statue should be resaved to improve async compilation performance. +[2025.02.18-10.14.29:958][ 0]LogStaticMesh: StaticMesh /Game/StarterContent/Props/SM_TableRound.SM_TableRound should be resaved to improve async compilation performance. +[2025.02.18-10.14.29:968][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Minimal_Default'. +[2025.02.18-10.14.29:968][ 0]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.14.29:969][ 0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.14.29:969][ 0]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.14.29:978][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.02.18-10.14.29:982][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.26ms +[2025.02.18-10.14.29:982][ 0]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.02.18-10.14.29:982][ 0]MapCheck: 맵 체크 완료: 오류 0 회, 경고 0 회, 소요 시간 0.106ms. +[2025.02.18-10.14.29:982][ 0]LogFileHelpers: Loading map 'Minimal_Default' took 0.290 +[2025.02.18-10.14.29:990][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 7.418 +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: ================================================ +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: Total job queries 0, among them cache hits 0 (0.00%) +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: Tracking 0 distinct input hashes that result in 0 distinct outputs (0.00%) +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: RAM used: 0.00 MB (0.00 GB) of 1638.40 MB (1.60 GB) budget. Usage: 0.00% +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: Shaders Compiled: 0 +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: Jobs assigned 0, completed 0 (0.00%) +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 0.00 s +[2025.02.18-10.14.29:990][ 0]LogShaderCompilers: Display: ================================================ +[2025.02.18-10.14.30:063][ 0]LogWindowsTextInputMethodSystem: Activated input method: 한국어(대한민국) - Microsoft 입력기 (TSF IME). +[2025.02.18-10.14.30:099][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.14.30:102][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.14.30:105][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.14.30:107][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.14.30:188][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/StarterContent.upack', mount point: 'root:/' +[2025.02.18-10.14.30:188][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:195][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' +[2025.02.18-10.14.30:195][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:199][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' +[2025.02.18-10.14.30:199][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:204][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' +[2025.02.18-10.14.30:204][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:214][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' +[2025.02.18-10.14.30:214][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:218][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' +[2025.02.18-10.14.30:218][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:223][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' +[2025.02.18-10.14.30:223][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:227][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' +[2025.02.18-10.14.30:227][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:230][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' +[2025.02.18-10.14.30:230][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:234][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' +[2025.02.18-10.14.30:234][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.02.18-10.14.30:234][ 0]LogFeaturePack: Error: Error in Feature pack C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_VirtualRealityBP.upack. Failed to parse manifest: Invalid Json Token. Line: 43 Ch: 4 +[2025.02.18-10.14.30:411][ 0]LogStall: Startup... +[2025.02.18-10.14.30:412][ 0]LogStall: Startup complete. +[2025.02.18-10.14.30:431][ 0]LogLoad: (Engine Initialization) Total time: 7.86 seconds +[2025.02.18-10.14.30:431][ 0]LogLoad: (Engine Initialization) Total Blueprint compile time: 0.00 seconds +[2025.02.18-10.14.30:455][ 0]LogAssetRegistry: Asset discovery search completed in 5.1618 seconds +[2025.02.18-10.14.30:462][ 0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000002 seconds (updated 0 objects) +[2025.02.18-10.14.30:475][ 0]LogContentStreaming: Texture pool size now 1000 MB +[2025.02.18-10.14.30:499][ 0]LogSlate: Took 0.000110 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.02.18-10.14.30:500][ 0]LogSlate: Took 0.000785 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/NanumGothic.ttf' (4243K) +[2025.02.18-10.14.30:506][ 0]LogSlate: Took 0.005172 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) +[2025.02.18-10.14.30:511][ 0]LogSlate: Took 0.003602 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) +[2025.02.18-10.14.30:511][ 0]LogSlate: Took 0.000848 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/NanumGothicBold.ttf' (4188K) +[2025.02.18-10.14.30:518][ 0]LogSlate: Took 0.005619 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/NanumGothicExtraBold.ttf' (4074K) +[2025.02.18-10.14.30:520][ 0]LogSlate: Took 0.000064 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) +[2025.02.18-10.14.30:538][ 0]LogViewport: Scene viewport resized to 1014x582, mode Windowed. +[2025.02.18-10.15.27:791][413]LogSlate: Took 0.003277 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.02.18-10.15.28:571][496]LogAssetEditorSubsystem: Opening Asset editor for LevelScriptBlueprint /Game/StarterContent/Maps/Minimal_Default.Minimal_Default:PersistentLevel.Minimal_Default +[2025.02.18-10.15.28:571][496]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.15.29:609][496]LogSlate: Took 0.000127 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K) +[2025.02.18-10.16.26:179][129]LogDerivedDataCache: C:/Users/ssh03/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:01.871 and deleted 0 file(s) with total size 0 MiB. +[2025.02.18-10.20.52:823][921]LogViewport: Scene viewport resized to 2038x894, mode Windowed. +[2025.02.18-10.22.06:458][342]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.22.06:462][342]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.22.06:464][342]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:22:06) +[2025.02.18-10.22.06:466][342]LogOnline: OSS: Created online subsystem instance for: NULL +[2025.02.18-10.22.06:466][342]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for module [NULL] +[2025.02.18-10.22.06:467][342]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.22.06:469][342]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002928s) +[2025.02.18-10.22.06:470][342]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.003153s) +[2025.02.18-10.22.06:470][342]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.22.06:470][342]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.22.06:470][342]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.22.06:470][342]LogPlayLevel: PIE: World Init took: (0.000500s) +[2025.02.18-10.22.06:486][342]LogUObjectHash: Compacting FUObjectHashTables data took 0.95ms +[2025.02.18-10.22.06:488][342]LogAudio: Display: Creating Audio Device: Id: 2, Scope: Unique, Realtime: True +[2025.02.18-10.22.06:488][342]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.22.06:488][342]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.22.06:488][342]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.22.06:488][342]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.22.06:488][342]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.22.06:488][342]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.22.06:488][342]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.22.06:488][342]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.22.06:488][342]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.22.06:488][342]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.22.06:488][342]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.22.06:490][342]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.22.06:501][342]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.22.06:501][342]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.22.06:501][342]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.22.06:501][342]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.22.06:502][342]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2 +[2025.02.18-10.22.06:502][342]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2 +[2025.02.18-10.22.06:503][342]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2 +[2025.02.18-10.22.06:503][342]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2 +[2025.02.18-10.22.06:503][342]LogInit: FAudioDevice initialized. +[2025.02.18-10.22.06:503][342]LogAudio: Display: Audio Device (ID: 2) registered with world 'Minimal_Default'. +[2025.02.18-10.22.06:510][342]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.22.06:511][342]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.22.06 +[2025.02.18-10.22.06:511][342]LogWorld: Bringing up level for play took: 0.000754 +[2025.02.18-10.22.06:512][342]LogOnline: OSS: Created online subsystem instance for: :Context_4 +[2025.02.18-10.22.06:523][342]LogBlueprintUserMessages: [Minimal_Default_C_21] Welcome to Warehouse Wreckage! +[2025.02.18-10.22.06:523][342]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello World +[2025.02.18-10.22.06:523][342]PIE: 서버가 로그인했습니다. +[2025.02.18-10.22.06:523][342]PIE: 에디터에서 플레이 총 시작 시간 0.062초입니다. +[2025.02.18-10.22.36:840][831]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.22.36:840][831]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.22.36:840][831]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.22.36:840][831]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.22.36:847][831]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.22.36:851][831]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.22.36:869][831]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-10.22.36:869][831]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.02.18-10.22.36:870][831]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.02.18-10.22.36:873][831]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.22.36:890][831]LogUObjectHash: Compacting FUObjectHashTables data took 1.15ms +[2025.02.18-10.22.36:919][833]LogPlayLevel: Display: Destroying online subsystem :Context_4 +[2025.02.18-10.22.56:846][224]LogViewport: Scene viewport resized to 1014x582, mode Windowed. +[2025.02.18-10.22.58:839][381]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.22.58:842][381]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.22.58:842][381]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:22:58) +[2025.02.18-10.22.58:879][381]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.22.58:882][381]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002371s) +[2025.02.18-10.22.58:882][381]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002435s) +[2025.02.18-10.22.58:882][381]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.22.58:882][381]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.22.58:883][381]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.22.58:883][381]LogPlayLevel: PIE: World Init took: (0.000448s) +[2025.02.18-10.22.58:904][381]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms +[2025.02.18-10.22.58:906][381]LogAudio: Display: Creating Audio Device: Id: 3, Scope: Unique, Realtime: True +[2025.02.18-10.22.58:906][381]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.22.58:906][381]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.22.58:906][381]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.22.58:906][381]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.22.58:906][381]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.22.58:906][381]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.22.58:906][381]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.22.58:906][381]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.22.58:906][381]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.22.58:906][381]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.22.58:906][381]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.22.58:907][381]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.22.58:918][381]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.22.58:918][381]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.22.58:918][381]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.22.58:918][381]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.22.58:919][381]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3 +[2025.02.18-10.22.58:919][381]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3 +[2025.02.18-10.22.58:920][381]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3 +[2025.02.18-10.22.58:920][381]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3 +[2025.02.18-10.22.58:920][381]LogInit: FAudioDevice initialized. +[2025.02.18-10.22.58:920][381]LogAudio: Display: Audio Device (ID: 3) registered with world 'Minimal_Default'. +[2025.02.18-10.22.58:933][381]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.22.58:933][381]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.22.58 +[2025.02.18-10.22.58:934][381]LogWorld: Bringing up level for play took: 0.000750 +[2025.02.18-10.22.58:935][381]LogOnline: OSS: Created online subsystem instance for: :Context_5 +[2025.02.18-10.22.58:935][381]LogBlueprintUserMessages: [Minimal_Default_C_21] Welcome to Warehouse Wreckage! +[2025.02.18-10.22.58:935][381]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello World +[2025.02.18-10.22.58:935][381]PIE: 서버가 로그인했습니다. +[2025.02.18-10.22.58:936][381]PIE: 에디터에서 플레이 총 시작 시간 0.093초입니다. +[2025.02.18-10.23.22:371][590]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.23.22:371][590]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.23.22:371][590]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.23.22:372][590]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.23.22:383][590]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.23.22:386][590]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.23.22:402][590]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-10.23.22:403][590]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.02.18-10.23.22:404][590]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.02.18-10.23.22:406][590]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.23.22:408][590]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms +[2025.02.18-10.23.22:443][594]LogPlayLevel: Display: Destroying online subsystem :Context_5 +[2025.02.18-10.23.30:795][591]LogViewport: Scene viewport resized to 1015x582, mode Windowed. +[2025.02.18-10.23.30:826][591]LogViewport: Scene viewport resized to 1028x582, mode Windowed. +[2025.02.18-10.23.30:860][591]LogViewport: Scene viewport resized to 1042x582, mode Windowed. +[2025.02.18-10.23.30:891][591]LogViewport: Scene viewport resized to 1045x582, mode Windowed. +[2025.02.18-10.23.31:076][591]LogViewport: Scene viewport resized to 1044x582, mode Windowed. +[2025.02.18-10.23.31:111][591]LogViewport: Scene viewport resized to 1042x582, mode Windowed. +[2025.02.18-10.23.31:142][591]LogViewport: Scene viewport resized to 1040x582, mode Windowed. +[2025.02.18-10.23.32:251][706]LogViewport: Scene viewport resized to 1040x583, mode Windowed. +[2025.02.18-10.23.32:286][706]LogViewport: Scene viewport resized to 1040x590, mode Windowed. +[2025.02.18-10.23.32:315][706]LogViewport: Scene viewport resized to 1040x592, mode Windowed. +[2025.02.18-10.23.32:346][706]LogViewport: Scene viewport resized to 1040x596, mode Windowed. +[2025.02.18-10.23.32:375][706]LogViewport: Scene viewport resized to 1040x613, mode Windowed. +[2025.02.18-10.23.32:406][706]LogViewport: Scene viewport resized to 1040x626, mode Windowed. +[2025.02.18-10.23.32:435][706]LogViewport: Scene viewport resized to 1040x629, mode Windowed. +[2025.02.18-10.23.32:465][706]LogViewport: Scene viewport resized to 1040x635, mode Windowed. +[2025.02.18-10.23.32:486][706]LogViewport: Scene viewport resized to 1040x640, mode Windowed. +[2025.02.18-10.23.32:515][706]LogViewport: Scene viewport resized to 1040x642, mode Windowed. +[2025.02.18-10.23.32:545][706]LogViewport: Scene viewport resized to 1040x644, mode Windowed. +[2025.02.18-10.23.32:571][706]LogViewport: Scene viewport resized to 1040x653, mode Windowed. +[2025.02.18-10.23.32:605][706]LogViewport: Scene viewport resized to 1040x661, mode Windowed. +[2025.02.18-10.23.32:635][706]LogViewport: Scene viewport resized to 1040x667, mode Windowed. +[2025.02.18-10.23.32:672][706]LogViewport: Scene viewport resized to 1040x669, mode Windowed. +[2025.02.18-10.24.10:314][201]LogNavigationPoint: PostEditMove Clear paths rebuilt +[2025.02.18-10.24.14:095][648]LogNavigationPoint: PostEditMove Clear paths rebuilt +[2025.02.18-10.24.15:155][774]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.24.15:159][774]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.24.15:159][774]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:24:15) +[2025.02.18-10.24.15:159][774]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.24.15:161][774]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002417s) +[2025.02.18-10.24.15:161][774]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002460s) +[2025.02.18-10.24.15:161][774]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.24.15:161][774]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.24.15:161][774]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.24.15:161][774]LogPlayLevel: PIE: World Init took: (0.000477s) +[2025.02.18-10.24.15:178][774]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-10.24.15:181][774]LogAudio: Display: Creating Audio Device: Id: 4, Scope: Unique, Realtime: True +[2025.02.18-10.24.15:181][774]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.24.15:181][774]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.24.15:181][774]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.24.15:181][774]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.24.15:181][774]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.24.15:181][774]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.24.15:181][774]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.24.15:181][774]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.24.15:181][774]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.24.15:181][774]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.24.15:181][774]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.24.15:183][774]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.24.15:195][774]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.24.15:195][774]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.24.15:195][774]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.24.15:195][774]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.24.15:196][774]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4 +[2025.02.18-10.24.15:196][774]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=4 +[2025.02.18-10.24.15:197][774]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4 +[2025.02.18-10.24.15:197][774]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4 +[2025.02.18-10.24.15:197][774]LogInit: FAudioDevice initialized. +[2025.02.18-10.24.15:197][774]LogAudio: Display: Audio Device (ID: 4) registered with world 'Minimal_Default'. +[2025.02.18-10.24.15:203][774]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.24.15:204][774]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.24.15 +[2025.02.18-10.24.15:204][774]LogWorld: Bringing up level for play took: 0.000601 +[2025.02.18-10.24.15:205][774]LogOnline: OSS: Created online subsystem instance for: :Context_6 +[2025.02.18-10.24.15:206][774]LogBlueprintUserMessages: [Minimal_Default_C_21] Welcome to Warehouse Wreckage! +[2025.02.18-10.24.15:206][774]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello World +[2025.02.18-10.24.15:206][774]PIE: 서버가 로그인했습니다. +[2025.02.18-10.24.15:206][774]PIE: 에디터에서 플레이 총 시작 시간 0.048초입니다. +[2025.02.18-10.24.18:742][184]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.24.18:742][184]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.24.18:742][184]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.24.18:742][184]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.24.18:752][184]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.24.18:755][184]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.24.18:771][184]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.24.18:771][184]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 +[2025.02.18-10.24.18:772][184]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 +[2025.02.18-10.24.18:777][184]LogUObjectHash: Compacting FUObjectHashTables data took 0.82ms +[2025.02.18-10.24.18:800][185]LogPlayLevel: Display: Destroying online subsystem :Context_6 +[2025.02.18-10.24.23:207][708]LogNavigationPoint: PostEditMove Clear paths rebuilt +[2025.02.18-10.24.25:301][956]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.24.25:304][956]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.24.25:304][956]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:24:25) +[2025.02.18-10.24.25:351][956]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.24.25:354][956]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002628s) +[2025.02.18-10.24.25:354][956]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002695s) +[2025.02.18-10.24.25:354][956]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.24.25:354][956]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.24.25:354][956]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.24.25:355][956]LogPlayLevel: PIE: World Init took: (0.000456s) +[2025.02.18-10.24.25:371][956]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms +[2025.02.18-10.24.25:373][956]LogAudio: Display: Creating Audio Device: Id: 5, Scope: Unique, Realtime: True +[2025.02.18-10.24.25:373][956]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.24.25:373][956]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.24.25:373][956]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.24.25:373][956]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.24.25:373][956]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.24.25:373][956]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.24.25:373][956]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.24.25:373][956]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.24.25:373][956]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.24.25:373][956]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.24.25:373][956]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.24.25:374][956]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.24.25:386][956]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.24.25:386][956]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.24.25:386][956]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.24.25:386][956]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.24.25:387][956]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5 +[2025.02.18-10.24.25:387][956]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=5 +[2025.02.18-10.24.25:388][956]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5 +[2025.02.18-10.24.25:388][956]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5 +[2025.02.18-10.24.25:388][956]LogInit: FAudioDevice initialized. +[2025.02.18-10.24.25:388][956]LogAudio: Display: Audio Device (ID: 5) registered with world 'Minimal_Default'. +[2025.02.18-10.24.25:397][956]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.24.25:398][956]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.24.25 +[2025.02.18-10.24.25:398][956]LogWorld: Bringing up level for play took: 0.000588 +[2025.02.18-10.24.25:399][956]LogOnline: OSS: Created online subsystem instance for: :Context_7 +[2025.02.18-10.24.25:400][956]LogBlueprintUserMessages: [Minimal_Default_C_21] Welcome to Warehouse Wreckage! +[2025.02.18-10.24.25:400][956]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello World +[2025.02.18-10.24.25:400][956]PIE: 서버가 로그인했습니다. +[2025.02.18-10.24.25:400][956]PIE: 에디터에서 플레이 총 시작 시간 0.096초입니다. +[2025.02.18-10.24.26:642][ 92]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.24.26:642][ 92]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.24.26:642][ 92]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.24.26:642][ 92]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.24.26:655][ 92]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.24.26:658][ 92]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.24.26:673][ 92]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.24.26:673][ 92]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 +[2025.02.18-10.24.26:674][ 92]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 +[2025.02.18-10.24.26:678][ 92]LogUObjectHash: Compacting FUObjectHashTables data took 0.96ms +[2025.02.18-10.24.26:728][ 95]LogPlayLevel: Display: Destroying online subsystem :Context_7 +[2025.02.18-10.24.34:441][ 13]LogUObjectHash: Compacting FUObjectHashTables data took 0.92ms +[2025.02.18-10.24.34:446][ 13]LogPackageLocalizationCache: Processed 30 localized package path(s) for 1 prioritized culture(s) in 0.003564 seconds +[2025.02.18-10.24.34:458][ 13]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-10.24.34:459][ 13]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default0EEA29D44F17083886E3B4ADB55ABB34.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-10.24.34:464][ 13]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-10.24.34:474][ 13]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-10.24.34:474][ 13]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-10.26.45:874][544]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-10.26.45:900][544]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms +[2025.02.18-10.26.46:555][616]LogUObjectHash: Compacting FUObjectHashTables data took 0.35ms +[2025.02.18-10.26.46:566][616]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-10.26.46:566][616]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default3AB310514D9DF6521C994FBE6DE3F8ED.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-10.26.46:572][616]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-10.26.46:572][616]LogFileHelpers: Saving map 'Minimal_Default' took 0.033 +[2025.02.18-10.26.46:582][616]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-10.26.46:582][616]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-10.27.19:475][399]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.27.19:478][399]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.27.19:479][399]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:27:19) +[2025.02.18-10.27.19:479][399]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.27.19:481][399]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002687s) +[2025.02.18-10.27.19:481][399]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002752s) +[2025.02.18-10.27.19:481][399]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.27.19:481][399]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.27.19:482][399]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.27.19:482][399]LogPlayLevel: PIE: World Init took: (0.000455s) +[2025.02.18-10.27.19:497][399]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms +[2025.02.18-10.27.19:498][399]LogAudio: Display: Creating Audio Device: Id: 6, Scope: Unique, Realtime: True +[2025.02.18-10.27.19:498][399]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.27.19:498][399]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.27.19:498][399]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.27.19:498][399]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.27.19:498][399]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.27.19:498][399]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.27.19:498][399]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.27.19:498][399]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.27.19:498][399]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.27.19:498][399]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.27.19:498][399]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.27.19:500][399]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.27.19:513][399]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.27.19:513][399]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.27.19:513][399]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.27.19:513][399]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.27.19:513][399]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6 +[2025.02.18-10.27.19:514][399]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=6 +[2025.02.18-10.27.19:514][399]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6 +[2025.02.18-10.27.19:514][399]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6 +[2025.02.18-10.27.19:514][399]LogInit: FAudioDevice initialized. +[2025.02.18-10.27.19:514][399]LogAudio: Display: Audio Device (ID: 6) registered with world 'Minimal_Default'. +[2025.02.18-10.27.19:536][399]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.27.19:536][399]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.27.19:536][399]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.27.19 +[2025.02.18-10.27.19:536][399]LogWorld: Bringing up level for play took: 0.000667 +[2025.02.18-10.27.19:537][399]LogOnline: OSS: Created online subsystem instance for: :Context_8 +[2025.02.18-10.27.19:538][399]LogBlueprintUserMessages: [Minimal_Default_C_0] Welcome to Warehouse Wreckage! +[2025.02.18-10.27.19:538][399]LogBlueprintUserMessages: [Minimal_Default_C_0] Hello World +[2025.02.18-10.27.19:539][399]PIE: 서버가 로그인했습니다. +[2025.02.18-10.27.19:539][399]PIE: 에디터에서 플레이 총 시작 시간 0.061초입니다. +[2025.02.18-10.27.19:547][399]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.27.24:945][ 36]Set new viewmode: ShaderComplexity +[2025.02.18-10.27.24:947][ 37]LogSlate: Took 0.000114 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.02.18-10.27.25:996][134]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.27.25:996][134]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.27.25:996][134]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.27.26:001][134]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.27.26:001][134]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.27.26:011][134]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.27.26:014][134]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.27.26:030][134]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 +[2025.02.18-10.27.26:031][134]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 +[2025.02.18-10.27.26:035][134]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms +[2025.02.18-10.27.26:065][137]LogPlayLevel: Display: Destroying online subsystem :Context_8 +[2025.02.18-10.27.27:669][329]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.27.27:673][329]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.27.27:673][329]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:27:27) +[2025.02.18-10.27.27:673][329]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.27.27:675][329]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002356s) +[2025.02.18-10.27.27:675][329]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002401s) +[2025.02.18-10.27.27:675][329]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.27.27:675][329]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.27.27:675][329]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.27.27:675][329]LogPlayLevel: PIE: World Init took: (0.000434s) +[2025.02.18-10.27.27:691][329]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-10.27.27:692][329]LogAudio: Display: Creating Audio Device: Id: 7, Scope: Unique, Realtime: True +[2025.02.18-10.27.27:692][329]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.27.27:692][329]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.27.27:692][329]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.27.27:692][329]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.27.27:692][329]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.27.27:692][329]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.27.27:692][329]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.27.27:692][329]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.27.27:692][329]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.27.27:692][329]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.27.27:692][329]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.27.27:694][329]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.27.27:704][329]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.27.27:704][329]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.27.27:704][329]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.27.27:704][329]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.27.27:704][329]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7 +[2025.02.18-10.27.27:704][329]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=7 +[2025.02.18-10.27.27:706][329]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7 +[2025.02.18-10.27.27:706][329]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7 +[2025.02.18-10.27.27:706][329]LogInit: FAudioDevice initialized. +[2025.02.18-10.27.27:706][329]LogAudio: Display: Audio Device (ID: 7) registered with world 'Minimal_Default'. +[2025.02.18-10.27.27:727][329]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.27.27:727][329]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.27.27:728][329]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.27.27 +[2025.02.18-10.27.27:728][329]LogWorld: Bringing up level for play took: 0.000635 +[2025.02.18-10.27.27:729][329]LogOnline: OSS: Created online subsystem instance for: :Context_9 +[2025.02.18-10.27.27:730][329]LogBlueprintUserMessages: [Minimal_Default_C_0] Welcome to Warehouse Wreckage! +[2025.02.18-10.27.27:730][329]LogBlueprintUserMessages: [Minimal_Default_C_0] Hello World +[2025.02.18-10.27.27:731][329]PIE: 서버가 로그인했습니다. +[2025.02.18-10.27.27:731][329]PIE: 에디터에서 플레이 총 시작 시간 0.059초입니다. +[2025.02.18-10.27.27:738][329]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.27.38:217][559]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.27.38:217][559]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.27.38:218][559]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.27.38:224][559]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.27.38:224][559]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.27.38:232][559]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.27.38:235][559]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.27.38:251][559]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-10.27.38:251][559]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 +[2025.02.18-10.27.38:252][559]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 +[2025.02.18-10.27.38:256][559]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms +[2025.02.18-10.27.38:287][562]LogPlayLevel: Display: Destroying online subsystem :Context_9 +[2025.02.18-10.28.28:260][452]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.28.28:263][452]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-10.28.28:264][452]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-10.28.28:292][452]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-10.28.28:293][452]LogPlayLevel: PlayLevel: Blueprint regeneration took 29 ms (1 blueprints) +[2025.02.18-10.28.28:293][452]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:28:28) +[2025.02.18-10.28.28:293][452]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.28.28:295][452]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002509s) +[2025.02.18-10.28.28:295][452]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002555s) +[2025.02.18-10.28.28:295][452]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.28.28:295][452]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.28.28:297][452]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.28.28:297][452]LogPlayLevel: PIE: World Init took: (0.000457s) +[2025.02.18-10.28.28:310][452]LogUObjectHash: Compacting FUObjectHashTables data took 0.83ms +[2025.02.18-10.28.28:311][452]LogAudio: Display: Creating Audio Device: Id: 8, Scope: Unique, Realtime: True +[2025.02.18-10.28.28:311][452]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.28.28:311][452]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.28.28:311][452]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.28.28:311][452]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.28.28:311][452]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.28.28:311][452]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.28.28:311][452]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.28.28:311][452]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.28.28:311][452]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.28.28:311][452]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.28.28:311][452]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.28.28:313][452]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.28.28:324][452]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.28.28:324][452]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.28.28:324][452]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.28.28:324][452]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.28.28:325][452]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=8 +[2025.02.18-10.28.28:325][452]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=8 +[2025.02.18-10.28.28:326][452]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=8 +[2025.02.18-10.28.28:326][452]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=8 +[2025.02.18-10.28.28:326][452]LogInit: FAudioDevice initialized. +[2025.02.18-10.28.28:326][452]LogAudio: Display: Audio Device (ID: 8) registered with world 'Minimal_Default'. +[2025.02.18-10.28.28:350][452]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.28.28:350][452]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.28.28:351][452]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.28.28 +[2025.02.18-10.28.28:351][452]LogWorld: Bringing up level for play took: 0.000687 +[2025.02.18-10.28.28:352][452]LogOnline: OSS: Created online subsystem instance for: :Context_10 +[2025.02.18-10.28.28:353][452]LogBlueprintUserMessages: [Minimal_Default_C_1] Welcome to Warehouse Wreckage! +[2025.02.18-10.28.28:353][452]LogBlueprintUserMessages: [Minimal_Default_C_1] Hello World +[2025.02.18-10.28.28:353][452]PIE: 서버가 로그인했습니다. +[2025.02.18-10.28.28:353][452]PIE: 에디터에서 플레이 총 시작 시간 0.09초입니다. +[2025.02.18-10.28.28:367][452]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.28.30:758][708]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.28.30:758][708]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.28.30:758][708]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.28.30:762][708]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.28.30:762][708]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.28.30:769][708]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.28.30:773][708]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.28.30:789][708]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 +[2025.02.18-10.28.30:790][708]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 +[2025.02.18-10.28.30:794][708]LogUObjectHash: Compacting FUObjectHashTables data took 0.92ms +[2025.02.18-10.28.30:834][712]LogPlayLevel: Display: Destroying online subsystem :Context_10 +[2025.02.18-10.28.44:899][394]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.28.44:902][394]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.28.44:902][394]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:28:44) +[2025.02.18-10.28.44:903][394]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.28.44:905][394]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002530s) +[2025.02.18-10.28.44:905][394]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002582s) +[2025.02.18-10.28.44:905][394]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.28.44:905][394]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.28.44:905][394]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.28.44:906][394]LogPlayLevel: PIE: World Init took: (0.000432s) +[2025.02.18-10.28.44:921][394]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-10.28.44:922][394]LogAudio: Display: Creating Audio Device: Id: 9, Scope: Unique, Realtime: True +[2025.02.18-10.28.44:922][394]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.28.44:922][394]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.28.44:922][394]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.28.44:922][394]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.28.44:922][394]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.28.44:922][394]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.28.44:922][394]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.28.44:922][394]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.28.44:922][394]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.28.44:922][394]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.28.44:922][394]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.28.44:924][394]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.28.44:935][394]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.28.44:936][394]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.28.44:936][394]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.28.44:936][394]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.28.44:936][394]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=9 +[2025.02.18-10.28.44:936][394]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=9 +[2025.02.18-10.28.44:936][394]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=9 +[2025.02.18-10.28.44:936][394]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=9 +[2025.02.18-10.28.44:936][394]LogInit: FAudioDevice initialized. +[2025.02.18-10.28.44:936][394]LogAudio: Display: Audio Device (ID: 9) registered with world 'Minimal_Default'. +[2025.02.18-10.28.44:960][394]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.28.44:960][394]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.28.44:961][394]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.28.44 +[2025.02.18-10.28.44:961][394]LogWorld: Bringing up level for play took: 0.000751 +[2025.02.18-10.28.44:962][394]LogOnline: OSS: Created online subsystem instance for: :Context_11 +[2025.02.18-10.28.44:963][394]LogBlueprintUserMessages: [Minimal_Default_C_1] Welcome to Warehouse Wreckage! +[2025.02.18-10.28.44:963][394]LogBlueprintUserMessages: [Minimal_Default_C_1] Hello World +[2025.02.18-10.28.44:964][394]PIE: 서버가 로그인했습니다. +[2025.02.18-10.28.44:964][394]PIE: 에디터에서 플레이 총 시작 시간 0.062초입니다. +[2025.02.18-10.28.44:972][394]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.28.47:675][698]Set new viewmode: ShaderComplexity +[2025.02.18-10.28.48:518][790]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.28.48:518][790]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.28.48:518][790]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.28.48:523][790]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.28.48:523][790]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.28.48:534][790]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.28.48:537][790]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.28.48:552][790]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 +[2025.02.18-10.28.48:554][790]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 +[2025.02.18-10.28.48:558][790]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms +[2025.02.18-10.28.48:581][792]LogPlayLevel: Display: Destroying online subsystem :Context_11 +[2025.02.18-10.29.00:963][275]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.29.00:967][275]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-10.29.00:967][275]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:29:00) +[2025.02.18-10.29.00:967][275]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.29.00:969][275]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002699s) +[2025.02.18-10.29.00:969][275]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002746s) +[2025.02.18-10.29.00:969][275]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.29.00:969][275]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.29.00:969][275]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.29.00:969][275]LogPlayLevel: PIE: World Init took: (0.000436s) +[2025.02.18-10.29.00:986][275]LogUObjectHash: Compacting FUObjectHashTables data took 0.94ms +[2025.02.18-10.29.00:987][275]LogAudio: Display: Creating Audio Device: Id: 10, Scope: Unique, Realtime: True +[2025.02.18-10.29.00:987][275]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.29.00:987][275]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.29.00:987][275]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.29.00:987][275]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.29.00:987][275]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.29.00:987][275]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.29.00:987][275]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.29.00:987][275]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.29.00:987][275]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.29.00:987][275]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.29.00:987][275]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.29.00:988][275]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.29.01:000][275]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.29.01:000][275]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.29.01:000][275]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.29.01:000][275]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.29.01:001][275]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=10 +[2025.02.18-10.29.01:001][275]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=10 +[2025.02.18-10.29.01:002][275]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=10 +[2025.02.18-10.29.01:002][275]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=10 +[2025.02.18-10.29.01:002][275]LogInit: FAudioDevice initialized. +[2025.02.18-10.29.01:002][275]LogAudio: Display: Audio Device (ID: 10) registered with world 'Minimal_Default'. +[2025.02.18-10.29.01:022][275]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.29.01:022][275]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.29.01:022][275]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.29.01 +[2025.02.18-10.29.01:022][275]LogWorld: Bringing up level for play took: 0.000613 +[2025.02.18-10.29.01:024][275]LogOnline: OSS: Created online subsystem instance for: :Context_12 +[2025.02.18-10.29.01:024][275]LogBlueprintUserMessages: [Minimal_Default_C_1] Welcome to Warehouse Wreckage! +[2025.02.18-10.29.01:024][275]LogBlueprintUserMessages: [Minimal_Default_C_1] Hello World +[2025.02.18-10.29.01:025][275]PIE: 서버가 로그인했습니다. +[2025.02.18-10.29.01:025][275]PIE: 에디터에서 플레이 총 시작 시간 0.059초입니다. +[2025.02.18-10.29.01:033][275]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.29.13:399][722]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.29.13:399][722]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.29.13:399][722]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.29.13:404][722]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.29.13:404][722]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.29.13:414][722]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.29.13:416][722]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.29.13:433][722]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 +[2025.02.18-10.29.13:434][722]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 +[2025.02.18-10.29.13:439][722]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms +[2025.02.18-10.29.13:478][726]LogPlayLevel: Display: Destroying online subsystem :Context_12 +[2025.02.18-10.29.25:871][213]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.29.25:875][213]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-10.29.25:875][213]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-10.29.25:906][213]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-10.29.25:907][213]LogPlayLevel: PlayLevel: Blueprint regeneration took 32 ms (1 blueprints) +[2025.02.18-10.29.25:907][213]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:29:25) +[2025.02.18-10.29.25:907][213]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.29.25:910][213]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002395s) +[2025.02.18-10.29.25:910][213]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002442s) +[2025.02.18-10.29.25:910][213]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.29.25:910][213]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.29.25:910][213]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.29.25:910][213]LogPlayLevel: PIE: World Init took: (0.000449s) +[2025.02.18-10.29.25:924][213]LogUObjectHash: Compacting FUObjectHashTables data took 0.83ms +[2025.02.18-10.29.25:925][213]LogAudio: Display: Creating Audio Device: Id: 11, Scope: Unique, Realtime: True +[2025.02.18-10.29.25:925][213]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.29.25:925][213]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.29.25:925][213]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.29.25:925][213]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.29.25:925][213]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.29.25:925][213]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.29.25:925][213]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.29.25:925][213]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.29.25:925][213]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.29.25:925][213]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.29.25:925][213]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.29.25:926][213]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.29.25:937][213]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.29.25:938][213]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.29.25:938][213]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.29.25:938][213]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.29.25:939][213]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=11 +[2025.02.18-10.29.25:939][213]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=11 +[2025.02.18-10.29.25:940][213]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=11 +[2025.02.18-10.29.25:940][213]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=11 +[2025.02.18-10.29.25:940][213]LogInit: FAudioDevice initialized. +[2025.02.18-10.29.25:940][213]LogAudio: Display: Audio Device (ID: 11) registered with world 'Minimal_Default'. +[2025.02.18-10.29.25:964][213]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.29.25:964][213]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.29.25:965][213]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.29.25 +[2025.02.18-10.29.25:965][213]LogWorld: Bringing up level for play took: 0.000744 +[2025.02.18-10.29.25:966][213]LogOnline: OSS: Created online subsystem instance for: :Context_13 +[2025.02.18-10.29.25:967][213]LogBlueprintUserMessages: [Minimal_Default_C_2] Welcome to Warehouse Wreckage! +[2025.02.18-10.29.25:967][213]LogBlueprintUserMessages: [Minimal_Default_C_2] Hello World +[2025.02.18-10.29.25:967][213]PIE: 서버가 로그인했습니다. +[2025.02.18-10.29.25:968][213]PIE: 에디터에서 플레이 총 시작 시간 0.093초입니다. +[2025.02.18-10.29.25:983][213]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.29.30:129][678]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.29.30:129][678]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.29.30:129][678]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.29.30:134][678]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.29.30:134][678]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.29.30:144][678]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.29.30:147][678]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.29.30:164][678]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-10.29.30:164][678]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 +[2025.02.18-10.29.30:165][678]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 +[2025.02.18-10.29.30:169][678]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms +[2025.02.18-10.29.30:201][681]LogPlayLevel: Display: Destroying online subsystem :Context_13 +[2025.02.18-10.29.37:881][600]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.29.37:884][600]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-10.29.37:885][600]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-10.29.37:913][600]LogUObjectHash: Compacting FUObjectHashTables data took 0.85ms +[2025.02.18-10.29.37:915][600]LogPlayLevel: PlayLevel: Blueprint regeneration took 29 ms (1 blueprints) +[2025.02.18-10.29.37:915][600]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:29:37) +[2025.02.18-10.29.37:915][600]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.29.37:917][600]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002231s) +[2025.02.18-10.29.37:917][600]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002275s) +[2025.02.18-10.29.37:917][600]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.29.37:917][600]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.29.37:917][600]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.29.37:917][600]LogPlayLevel: PIE: World Init took: (0.000439s) +[2025.02.18-10.29.37:931][600]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-10.29.37:932][600]LogAudio: Display: Creating Audio Device: Id: 12, Scope: Unique, Realtime: True +[2025.02.18-10.29.37:932][600]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.29.37:932][600]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.29.37:932][600]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.29.37:932][600]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.29.37:932][600]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.29.37:932][600]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.29.37:932][600]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.29.37:932][600]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.29.37:932][600]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.29.37:932][600]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.29.37:932][600]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.29.37:934][600]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.29.37:944][600]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.29.37:945][600]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.29.37:945][600]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.29.37:945][600]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.29.37:945][600]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=12 +[2025.02.18-10.29.37:945][600]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=12 +[2025.02.18-10.29.37:946][600]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=12 +[2025.02.18-10.29.37:946][600]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=12 +[2025.02.18-10.29.37:946][600]LogInit: FAudioDevice initialized. +[2025.02.18-10.29.37:946][600]LogAudio: Display: Audio Device (ID: 12) registered with world 'Minimal_Default'. +[2025.02.18-10.29.37:961][600]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.29.37:962][600]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.29.37:962][600]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.29.37 +[2025.02.18-10.29.37:962][600]LogWorld: Bringing up level for play took: 0.000591 +[2025.02.18-10.29.37:963][600]LogOnline: OSS: Created online subsystem instance for: :Context_14 +[2025.02.18-10.29.37:964][600]LogBlueprintUserMessages: [Minimal_Default_C_3] Welcome to Warehouse Wreckage! +[2025.02.18-10.29.37:964][600]LogBlueprintUserMessages: [Minimal_Default_C_3] Hello World +[2025.02.18-10.29.37:964][600]PIE: 서버가 로그인했습니다. +[2025.02.18-10.29.37:965][600]PIE: 에디터에서 플레이 총 시작 시간 0.08초입니다. +[2025.02.18-10.29.37:979][600]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.29.44:750][400]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.29.44:750][400]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.29.44:750][400]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.29.44:754][400]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.29.44:754][400]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.29.44:761][400]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.29.44:765][400]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.29.44:782][400]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 +[2025.02.18-10.29.44:783][400]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 +[2025.02.18-10.29.44:787][400]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms +[2025.02.18-10.29.44:817][403]LogPlayLevel: Display: Destroying online subsystem :Context_14 +[2025.02.18-10.30.32:055][ 7]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.30.32:059][ 7]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-10.30.32:059][ 7]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-10.30.32:086][ 7]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-10.30.32:087][ 7]LogPlayLevel: PlayLevel: Blueprint regeneration took 29 ms (1 blueprints) +[2025.02.18-10.30.32:087][ 7]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:30:32) +[2025.02.18-10.30.32:087][ 7]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.30.32:090][ 7]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002245s) +[2025.02.18-10.30.32:090][ 7]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002289s) +[2025.02.18-10.30.32:090][ 7]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.30.32:090][ 7]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.30.32:090][ 7]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.30.32:090][ 7]LogPlayLevel: PIE: World Init took: (0.000448s) +[2025.02.18-10.30.32:105][ 7]LogUObjectHash: Compacting FUObjectHashTables data took 0.83ms +[2025.02.18-10.30.32:106][ 7]LogAudio: Display: Creating Audio Device: Id: 13, Scope: Unique, Realtime: True +[2025.02.18-10.30.32:106][ 7]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.30.32:106][ 7]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.30.32:106][ 7]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.30.32:106][ 7]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.30.32:106][ 7]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.30.32:106][ 7]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.30.32:106][ 7]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.30.32:106][ 7]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.30.32:106][ 7]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.30.32:106][ 7]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.30.32:106][ 7]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.30.32:108][ 7]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.30.32:118][ 7]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.30.32:118][ 7]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.30.32:118][ 7]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.30.32:118][ 7]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.30.32:118][ 7]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=13 +[2025.02.18-10.30.32:118][ 7]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=13 +[2025.02.18-10.30.32:120][ 7]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=13 +[2025.02.18-10.30.32:120][ 7]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=13 +[2025.02.18-10.30.32:120][ 7]LogInit: FAudioDevice initialized. +[2025.02.18-10.30.32:120][ 7]LogAudio: Display: Audio Device (ID: 13) registered with world 'Minimal_Default'. +[2025.02.18-10.30.32:139][ 7]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.30.32:140][ 7]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.30.32:140][ 7]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.30.32 +[2025.02.18-10.30.32:140][ 7]LogWorld: Bringing up level for play took: 0.000671 +[2025.02.18-10.30.32:141][ 7]LogOnline: OSS: Created online subsystem instance for: :Context_15 +[2025.02.18-10.30.32:142][ 7]LogBlueprintUserMessages: [Minimal_Default_C_4] Welcome to Warehouse Wreckage! +[2025.02.18-10.30.32:142][ 7]LogBlueprintUserMessages: [Minimal_Default_C_4] Hello World +[2025.02.18-10.30.32:142][ 7]PIE: 서버가 로그인했습니다. +[2025.02.18-10.30.32:142][ 7]PIE: 에디터에서 플레이 총 시작 시간 0.084초입니다. +[2025.02.18-10.30.32:157][ 7]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.30.32:951][ 94]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.33:568][168]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.33:985][218]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.34:318][258]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.34:635][296]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.35:010][341]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.35:243][369]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.35:686][422]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.36:760][551]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.37:268][612]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.38:152][718]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.38:394][747]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.38:893][807]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.39:101][832]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.39:810][917]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.40:002][940]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.40:344][981]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.40:644][ 17]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.41:551][126]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.41:743][149]LogBlueprintUserMessages: [Minimal_Default_C_4] P=0.000000 Y=179.999756 R=-0.000000 +[2025.02.18-10.30.42:851][276]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.30.42:851][276]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.30.42:851][276]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.30.42:855][276]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.30.42:855][276]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.30.42:866][276]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.30.42:869][276]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.30.42:884][276]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 +[2025.02.18-10.30.42:886][276]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 +[2025.02.18-10.30.42:891][276]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms +[2025.02.18-10.30.42:906][277]LogPlayLevel: Display: Destroying online subsystem :Context_15 +[2025.02.18-10.31.29:722][813]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-10.31.29:726][813]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-10.31.29:726][813]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-10.31.29:754][813]LogUObjectHash: Compacting FUObjectHashTables data took 0.82ms +[2025.02.18-10.31.29:755][813]LogPlayLevel: PlayLevel: Blueprint regeneration took 29 ms (1 blueprints) +[2025.02.18-10.31.29:755][813]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 4:31:29) +[2025.02.18-10.31.29:755][813]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.31.29:757][813]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002438s) +[2025.02.18-10.31.29:757][813]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002484s) +[2025.02.18-10.31.29:757][813]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-10.31.29:757][813]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-10.31.29:758][813]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-10.31.29:758][813]LogPlayLevel: PIE: World Init took: (0.000518s) +[2025.02.18-10.31.29:772][813]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-10.31.29:772][813]LogAudio: Display: Creating Audio Device: Id: 14, Scope: Unique, Realtime: True +[2025.02.18-10.31.29:772][813]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-10.31.29:772][813]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-10.31.29:772][813]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-10.31.29:772][813]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-10.31.29:772][813]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-10.31.29:772][813]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-10.31.29:772][813]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-10.31.29:772][813]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-10.31.29:773][813]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-10.31.29:773][813]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-10.31.29:773][813]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-10.31.29:774][813]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-10.31.29:786][813]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-10.31.29:786][813]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-10.31.29:786][813]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-10.31.29:786][813]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-10.31.29:787][813]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=14 +[2025.02.18-10.31.29:787][813]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=14 +[2025.02.18-10.31.29:788][813]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=14 +[2025.02.18-10.31.29:788][813]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=14 +[2025.02.18-10.31.29:788][813]LogInit: FAudioDevice initialized. +[2025.02.18-10.31.29:788][813]LogAudio: Display: Audio Device (ID: 14) registered with world 'Minimal_Default'. +[2025.02.18-10.31.29:807][813]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.31.29:807][813]LogLoad: Game class is 'GameModeBase' +[2025.02.18-10.31.29:808][813]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-19.31.29 +[2025.02.18-10.31.29:808][813]LogWorld: Bringing up level for play took: 0.000614 +[2025.02.18-10.31.29:809][813]LogOnline: OSS: Created online subsystem instance for: :Context_16 +[2025.02.18-10.31.29:810][813]LogBlueprintUserMessages: [Minimal_Default_C_5] Welcome to Warehouse Wreckage! +[2025.02.18-10.31.29:810][813]LogBlueprintUserMessages: [Minimal_Default_C_5] Hello World +[2025.02.18-10.31.29:810][813]PIE: 서버가 로그인했습니다. +[2025.02.18-10.31.29:811][813]PIE: 에디터에서 플레이 총 시작 시간 0.085초입니다. +[2025.02.18-10.31.29:825][813]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-10.31.33:992][278]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-10.31.33:992][278]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-10.31.33:992][278]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-10.31.33:997][278]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-10.31.33:997][278]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.31.34:003][278]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-10.31.34:006][278]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-10.31.34:021][278]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 +[2025.02.18-10.31.34:023][278]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 +[2025.02.18-10.31.34:027][278]LogUObjectHash: Compacting FUObjectHashTables data took 0.81ms +[2025.02.18-10.31.34:068][282]LogPlayLevel: Display: Destroying online subsystem :Context_16 +[2025.02.18-10.37.48:233][707]LogUObjectHash: Compacting FUObjectHashTables data took 1.20ms +[2025.02.18-10.37.48:247][707]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/StarterContent/Maps/Minimal_Default_Auto1 +[2025.02.18-10.37.48:248][707]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default_Auto147F5C37F42C1A2167F6A5985A9EE1944.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Autosaves/Game/StarterContent/Maps/Minimal_Default_Auto1.umap' +[2025.02.18-10.37.48:254][707]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/StarterContent/Maps/Minimal_Default' took 0.038 +[2025.02.18-10.37.48:254][707]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.038 +[2025.02.18-11.03.11:423][790]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.03.11:448][790]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms +[2025.02.18-11.03.12:074][859]LogUObjectHash: Compacting FUObjectHashTables data took 0.36ms +[2025.02.18-11.03.12:087][859]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.03.12:087][859]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultB5E671B74FE4CCB0F5CBDCBC67786D92.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.03.12:093][859]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.03.12:093][859]LogFileHelpers: Saving map 'Minimal_Default' took 0.034 +[2025.02.18-11.03.12:101][859]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.03.12:101][859]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.03.13:098][978]LogViewport: Scene viewport resized to 1292x888, mode Windowed. +[2025.02.18-11.03.14:258][110]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.03.14:262][110]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.03.14:262][110]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:03:14) +[2025.02.18-11.03.14:297][110]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.03.14:300][110]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002518s) +[2025.02.18-11.03.14:300][110]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002575s) +[2025.02.18-11.03.14:300][110]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.03.14:300][110]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.03.14:300][110]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.03.14:300][110]LogPlayLevel: PIE: World Init took: (0.000449s) +[2025.02.18-11.03.14:316][110]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.03.14:317][110]LogAudio: Display: Creating Audio Device: Id: 15, Scope: Unique, Realtime: True +[2025.02.18-11.03.14:317][110]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.03.14:317][110]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.03.14:317][110]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.03.14:317][110]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.03.14:317][110]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.03.14:317][110]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.03.14:317][110]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.03.14:317][110]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.03.14:318][110]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.03.14:318][110]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.03.14:318][110]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.03.14:319][110]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.03.14:331][110]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.03.14:331][110]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.03.14:331][110]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.03.14:331][110]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.03.14:331][110]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=15 +[2025.02.18-11.03.14:331][110]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=15 +[2025.02.18-11.03.14:332][110]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=15 +[2025.02.18-11.03.14:332][110]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=15 +[2025.02.18-11.03.14:332][110]LogInit: FAudioDevice initialized. +[2025.02.18-11.03.14:332][110]LogAudio: Display: Audio Device (ID: 15) registered with world 'Minimal_Default'. +[2025.02.18-11.03.14:342][110]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.03.14:342][110]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.03.14 +[2025.02.18-11.03.14:343][110]LogWorld: Bringing up level for play took: 0.000641 +[2025.02.18-11.03.14:344][110]LogOnline: OSS: Created online subsystem instance for: :Context_17 +[2025.02.18-11.03.14:344][110]LogBlueprintUserMessages: [Minimal_Default_C_6] Welcome to Warehouse Wreckage! +[2025.02.18-11.03.14:344][110]LogBlueprintUserMessages: [Minimal_Default_C_6] Hello World +[2025.02.18-11.03.14:344][110]PIE: 서버가 로그인했습니다. +[2025.02.18-11.03.14:345][110]PIE: 에디터에서 플레이 총 시작 시간 0.083초입니다. +[2025.02.18-11.03.17:978][533]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.03.17:978][533]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.03.17:978][533]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.03.17:978][533]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.03.17:989][533]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.03.17:992][533]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.03.18:008][533]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.03.18:008][533]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15 +[2025.02.18-11.03.18:009][533]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15 +[2025.02.18-11.03.18:012][533]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.03.18:014][533]LogUObjectHash: Compacting FUObjectHashTables data took 0.96ms +[2025.02.18-11.03.18:048][535]LogPlayLevel: Display: Destroying online subsystem :Context_17 +[2025.02.18-11.04.43:024][716]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.04.43:049][716]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms +[2025.02.18-11.04.43:428][755]LogUObjectHash: Compacting FUObjectHashTables data took 0.41ms +[2025.02.18-11.04.43:440][755]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.04.43:441][755]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultBE048B0D4FADBDEC5599D0AB5FF53589.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.04.43:447][755]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.04.43:447][755]LogFileHelpers: Saving map 'Minimal_Default' took 0.034 +[2025.02.18-11.04.43:455][755]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.04.43:455][755]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.04.44:161][838]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.04.44:165][838]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.04.44:165][838]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:04:44) +[2025.02.18-11.04.44:165][838]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.04.44:167][838]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002650s) +[2025.02.18-11.04.44:167][838]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002705s) +[2025.02.18-11.04.44:167][838]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.04.44:167][838]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.04.44:168][838]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.04.44:168][838]LogPlayLevel: PIE: World Init took: (0.000463s) +[2025.02.18-11.04.44:184][838]LogUObjectHash: Compacting FUObjectHashTables data took 0.81ms +[2025.02.18-11.04.44:184][838]LogAudio: Display: Creating Audio Device: Id: 16, Scope: Unique, Realtime: True +[2025.02.18-11.04.44:184][838]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.04.44:184][838]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.04.44:184][838]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.04.44:184][838]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.04.44:184][838]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.04.44:184][838]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.04.44:184][838]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.04.44:184][838]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.04.44:185][838]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.04.44:185][838]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.04.44:185][838]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.04.44:186][838]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.04.44:198][838]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.04.44:198][838]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.04.44:198][838]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.04.44:198][838]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.04.44:199][838]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=16 +[2025.02.18-11.04.44:199][838]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=16 +[2025.02.18-11.04.44:200][838]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=16 +[2025.02.18-11.04.44:200][838]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=16 +[2025.02.18-11.04.44:200][838]LogInit: FAudioDevice initialized. +[2025.02.18-11.04.44:200][838]LogAudio: Display: Audio Device (ID: 16) registered with world 'Minimal_Default'. +[2025.02.18-11.04.44:222][838]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.04.44:223][838]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.04.44:223][838]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.04.44 +[2025.02.18-11.04.44:224][838]LogWorld: Bringing up level for play took: 0.000687 +[2025.02.18-11.04.44:225][838]LogOnline: OSS: Created online subsystem instance for: :Context_18 +[2025.02.18-11.04.44:226][838]LogBlueprintUserMessages: [Minimal_Default_C_7] Welcome to Warehouse Wreckage! +[2025.02.18-11.04.44:226][838]LogBlueprintUserMessages: [Minimal_Default_C_7] Hello World +[2025.02.18-11.04.44:226][838]PIE: 서버가 로그인했습니다. +[2025.02.18-11.04.44:227][838]PIE: 에디터에서 플레이 총 시작 시간 0.062초입니다. +[2025.02.18-11.04.44:234][838]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.04.48:431][305]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.04.48:431][305]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.04.48:431][305]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.04.48:436][305]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.04.48:437][305]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.04.48:446][305]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.04.48:449][305]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.04.48:467][305]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16 +[2025.02.18-11.04.48:468][305]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16 +[2025.02.18-11.04.48:472][305]LogUObjectHash: Compacting FUObjectHashTables data took 0.85ms +[2025.02.18-11.04.48:512][309]LogPlayLevel: Display: Destroying online subsystem :Context_18 +[2025.02.18-11.04.59:042][565]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.04.59:046][565]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.04.59:046][565]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:04:59) +[2025.02.18-11.04.59:047][565]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.04.59:049][565]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002281s) +[2025.02.18-11.04.59:049][565]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002325s) +[2025.02.18-11.04.59:049][565]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.04.59:049][565]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.04.59:049][565]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.04.59:049][565]LogPlayLevel: PIE: World Init took: (0.000465s) +[2025.02.18-11.04.59:065][565]LogUObjectHash: Compacting FUObjectHashTables data took 0.82ms +[2025.02.18-11.04.59:066][565]LogAudio: Display: Creating Audio Device: Id: 17, Scope: Unique, Realtime: True +[2025.02.18-11.04.59:066][565]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.04.59:066][565]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.04.59:066][565]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.04.59:066][565]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.04.59:066][565]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.04.59:066][565]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.04.59:066][565]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.04.59:066][565]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.04.59:066][565]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.04.59:066][565]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.04.59:066][565]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.04.59:068][565]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.04.59:078][565]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.04.59:078][565]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.04.59:078][565]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.04.59:078][565]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.04.59:079][565]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=17 +[2025.02.18-11.04.59:079][565]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=17 +[2025.02.18-11.04.59:080][565]LogInit: FAudioDevice initialized. +[2025.02.18-11.04.59:080][565]LogAudio: Display: Audio Device (ID: 17) registered with world 'Minimal_Default'. +[2025.02.18-11.04.59:096][565]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=17 +[2025.02.18-11.04.59:096][565]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=17 +[2025.02.18-11.04.59:103][565]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.04.59:103][565]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.04.59:103][565]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.04.59 +[2025.02.18-11.04.59:104][565]LogWorld: Bringing up level for play took: 0.000729 +[2025.02.18-11.04.59:105][565]LogOnline: OSS: Created online subsystem instance for: :Context_19 +[2025.02.18-11.04.59:105][565]LogBlueprintUserMessages: [Minimal_Default_C_7] Welcome to Warehouse Wreckage! +[2025.02.18-11.04.59:105][565]LogBlueprintUserMessages: [Minimal_Default_C_7] Hello World +[2025.02.18-11.04.59:106][565]PIE: 서버가 로그인했습니다. +[2025.02.18-11.04.59:106][565]PIE: 에디터에서 플레이 총 시작 시간 0.06초입니다. +[2025.02.18-11.04.59:113][565]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.05.04:270][171]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.05.04:271][171]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.05.04:271][171]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.05.04:276][171]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.05.04:276][171]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.05.04:286][171]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.05.04:289][171]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.05.04:305][171]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17 +[2025.02.18-11.05.04:306][171]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17 +[2025.02.18-11.05.04:310][171]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.05.04:350][175]LogPlayLevel: Display: Destroying online subsystem :Context_19 +[2025.02.18-11.05.10:703][933]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.05.10:707][933]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-11.05.10:707][933]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-11.05.10:735][933]LogUObjectHash: Compacting FUObjectHashTables data took 0.85ms +[2025.02.18-11.05.10:736][933]LogPlayLevel: PlayLevel: Blueprint regeneration took 29 ms (1 blueprints) +[2025.02.18-11.05.10:736][933]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:05:10) +[2025.02.18-11.05.10:737][933]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.05.10:739][933]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002431s) +[2025.02.18-11.05.10:739][933]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002476s) +[2025.02.18-11.05.10:739][933]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.05.10:739][933]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.05.10:739][933]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.05.10:739][933]LogPlayLevel: PIE: World Init took: (0.000461s) +[2025.02.18-11.05.10:755][933]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-11.05.10:755][933]LogAudio: Display: Creating Audio Device: Id: 18, Scope: Unique, Realtime: True +[2025.02.18-11.05.10:755][933]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.05.10:755][933]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.05.10:755][933]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.05.10:755][933]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.05.10:755][933]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.05.10:755][933]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.05.10:755][933]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.05.10:755][933]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.05.10:755][933]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.05.10:755][933]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.05.10:755][933]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.05.10:757][933]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.05.10:769][933]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.05.10:769][933]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.05.10:769][933]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.05.10:769][933]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.05.10:769][933]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=18 +[2025.02.18-11.05.10:769][933]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=18 +[2025.02.18-11.05.10:770][933]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=18 +[2025.02.18-11.05.10:770][933]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=18 +[2025.02.18-11.05.10:770][933]LogInit: FAudioDevice initialized. +[2025.02.18-11.05.10:770][933]LogAudio: Display: Audio Device (ID: 18) registered with world 'Minimal_Default'. +[2025.02.18-11.05.10:793][933]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.05.10:793][933]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.05.10:794][933]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.05.10 +[2025.02.18-11.05.10:794][933]LogWorld: Bringing up level for play took: 0.000829 +[2025.02.18-11.05.10:795][933]LogOnline: OSS: Created online subsystem instance for: :Context_20 +[2025.02.18-11.05.10:796][933]LogBlueprintUserMessages: [Minimal_Default_C_8] Welcome to Warehouse Wreckage! +[2025.02.18-11.05.10:796][933]LogBlueprintUserMessages: [Minimal_Default_C_8] Hello World +[2025.02.18-11.05.10:796][933]PIE: 서버가 로그인했습니다. +[2025.02.18-11.05.10:796][933]PIE: 에디터에서 플레이 총 시작 시간 0.09초입니다. +[2025.02.18-11.05.10:809][933]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.05.16:461][592]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.05.16:461][592]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.05.16:461][592]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.05.16:467][592]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.05.16:467][592]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.05.16:475][592]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.05.16:478][592]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.05.16:495][592]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18 +[2025.02.18-11.05.16:496][592]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18 +[2025.02.18-11.05.16:500][592]LogUObjectHash: Compacting FUObjectHashTables data took 0.80ms +[2025.02.18-11.05.16:538][595]LogPlayLevel: Display: Destroying online subsystem :Context_20 +[2025.02.18-11.05.25:141][626]LogSlate: Took 0.006349 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K) +[2025.02.18-11.05.25:146][626]LogSlate: Took 0.000110 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.02.18-11.05.26:731][802]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/StarterContent/Maps/BP_Projectile.BP_Projectile +[2025.02.18-11.05.26:732][802]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.05.34:819][738]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.05.34:819][738]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.05.34:851][738]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/StarterContent/Maps/BP_Projectile.BP_Projectile +[2025.02.18-11.05.34:851][738]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.05.38:385][135]LogViewport: Scene viewport resized to 966x863, mode Windowed. +[2025.02.18-11.06.04:400][238]BlueprintLog: New page: BP_Projectile 컴파일 +[2025.02.18-11.06.04:435][238]LogUObjectHash: Compacting FUObjectHashTables data took 1.13ms +[2025.02.18-11.06.04:860][279]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/BP_Projectile +[2025.02.18-11.06.04:860][279]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/BP_Projectile9A1248C549442BA18092B6B0887FBC90.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/BP_Projectile.uasset' +[2025.02.18-11.06.04:871][279]AssetCheck: New page: 에셋 저장: BP_Projectile +[2025.02.18-11.06.04:871][279]LogContentValidation: Display: Blueprint /Game/StarterContent/Maps/BP_Projectile.BP_Projectile 유효성 검사 중 +[2025.02.18-11.06.06:059][421]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.06.06:064][421]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.06.06:064][421]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:06:06) +[2025.02.18-11.06.06:064][421]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.06.06:067][421]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002620s) +[2025.02.18-11.06.06:067][421]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002670s) +[2025.02.18-11.06.06:067][421]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.06.06:067][421]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.06.06:067][421]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.06.06:068][421]LogPlayLevel: PIE: World Init took: (0.000443s) +[2025.02.18-11.06.06:087][421]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.06.06:088][421]LogAudio: Display: Creating Audio Device: Id: 19, Scope: Unique, Realtime: True +[2025.02.18-11.06.06:088][421]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.06.06:088][421]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.06.06:088][421]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.06.06:088][421]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.06.06:088][421]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.06.06:088][421]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.06.06:088][421]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.06.06:088][421]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.06.06:089][421]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.06.06:089][421]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.06.06:089][421]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.06.06:090][421]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.06.06:102][421]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.06.06:102][421]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.06.06:102][421]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.06.06:102][421]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.06.06:103][421]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=19 +[2025.02.18-11.06.06:103][421]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=19 +[2025.02.18-11.06.06:104][421]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=19 +[2025.02.18-11.06.06:104][421]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=19 +[2025.02.18-11.06.06:104][421]LogInit: FAudioDevice initialized. +[2025.02.18-11.06.06:104][421]LogAudio: Display: Audio Device (ID: 19) registered with world 'Minimal_Default'. +[2025.02.18-11.06.06:126][421]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.06.06:126][421]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.06.06:127][421]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.06.06 +[2025.02.18-11.06.06:127][421]LogWorld: Bringing up level for play took: 0.000683 +[2025.02.18-11.06.06:128][421]LogOnline: OSS: Created online subsystem instance for: :Context_26 +[2025.02.18-11.06.06:129][421]LogBlueprintUserMessages: [Minimal_Default_C_8] Welcome to Warehouse Wreckage! +[2025.02.18-11.06.06:129][421]LogBlueprintUserMessages: [Minimal_Default_C_8] Hello World +[2025.02.18-11.06.06:129][421]PIE: 서버가 로그인했습니다. +[2025.02.18-11.06.06:130][421]PIE: 에디터에서 플레이 총 시작 시간 0.066초입니다. +[2025.02.18-11.06.06:137][421]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.06.11:143][997]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.06.11:143][997]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.06.11:143][997]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.06.11:148][997]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.06.11:148][997]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.06.11:159][997]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.06.11:162][997]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.06.11:183][997]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.06.11:183][997]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19 +[2025.02.18-11.06.11:184][997]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19 +[2025.02.18-11.06.11:189][997]LogUObjectHash: Compacting FUObjectHashTables data took 0.94ms +[2025.02.18-11.06.11:219][ 0]LogPlayLevel: Display: Destroying online subsystem :Context_26 +[2025.02.18-11.06.42:436][634]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms +[2025.02.18-11.06.42:447][634]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.06.42:447][634]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultC2098A30454F3A639B7F60803D7B5652.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.06.42:453][634]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.06.42:453][634]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.06.42:463][634]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.06.42:463][634]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.06.43:816][789]LogWorld: UWorld::CleanupWorld for World_6, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.06.43:816][789]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.06.45:160][946]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.06.45:163][946]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.06.45:163][946]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:06:45) +[2025.02.18-11.06.45:164][946]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.06.45:166][946]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002503s) +[2025.02.18-11.06.45:166][946]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002567s) +[2025.02.18-11.06.45:168][946]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.06.45:168][946]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.06.45:168][946]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.06.45:168][946]LogPlayLevel: PIE: World Init took: (0.002022s) +[2025.02.18-11.06.45:186][946]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.06.45:192][946]LogAudio: Display: Creating Audio Device: Id: 20, Scope: Unique, Realtime: True +[2025.02.18-11.06.45:192][946]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.06.45:192][946]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.06.45:192][946]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.06.45:192][946]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.06.45:192][946]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.06.45:192][946]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.06.45:192][946]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.06.45:192][946]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.06.45:192][946]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.06.45:192][946]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.06.45:192][946]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.06.45:193][946]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.06.45:205][946]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.06.45:206][946]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.06.45:206][946]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.06.45:206][946]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.06.45:206][946]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=20 +[2025.02.18-11.06.45:206][946]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=20 +[2025.02.18-11.06.45:207][946]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=20 +[2025.02.18-11.06.45:207][946]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=20 +[2025.02.18-11.06.45:207][946]LogInit: FAudioDevice initialized. +[2025.02.18-11.06.45:207][946]LogAudio: Display: Audio Device (ID: 20) registered with world 'Minimal_Default'. +[2025.02.18-11.06.45:223][946]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.06.45:223][946]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.06.45:223][946]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.06.45 +[2025.02.18-11.06.45:223][946]LogWorld: Bringing up level for play took: 0.000603 +[2025.02.18-11.06.45:224][946]LogOnline: OSS: Created online subsystem instance for: :Context_27 +[2025.02.18-11.06.45:225][946]LogBlueprintUserMessages: [Minimal_Default_C_8] Welcome to Warehouse Wreckage! +[2025.02.18-11.06.45:225][946]LogBlueprintUserMessages: [Minimal_Default_C_8] Hello World +[2025.02.18-11.06.45:226][946]PIE: 서버가 로그인했습니다. +[2025.02.18-11.06.45:227][946]PIE: 에디터에서 플레이 총 시작 시간 0.063초입니다. +[2025.02.18-11.06.45:234][946]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.06.47:853][231]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.06.47:853][231]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.06.47:853][231]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.06.47:858][231]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.06.47:858][231]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.06.47:870][231]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.06.47:873][231]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.06.47:891][231]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20 +[2025.02.18-11.06.47:892][231]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20 +[2025.02.18-11.06.47:896][231]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms +[2025.02.18-11.06.47:937][235]LogPlayLevel: Display: Destroying online subsystem :Context_27 +[2025.02.18-11.07.26:489][545]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/StarterContent/Maps/BP_Projectile.BP_Projectile +[2025.02.18-11.07.26:490][545]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.07.43:292][519]LogViewport: Scene viewport resized to 966x863, mode Windowed. +[2025.02.18-11.07.52:196][565]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.07.52:200][565]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.07.52:200][565]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:07:52) +[2025.02.18-11.07.52:234][565]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.07.52:237][565]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002513s) +[2025.02.18-11.07.52:237][565]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002585s) +[2025.02.18-11.07.52:237][565]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.07.52:237][565]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.07.52:237][565]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.07.52:238][565]LogPlayLevel: PIE: World Init took: (0.000446s) +[2025.02.18-11.07.52:259][565]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.07.52:260][565]LogAudio: Display: Creating Audio Device: Id: 21, Scope: Unique, Realtime: True +[2025.02.18-11.07.52:260][565]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.07.52:260][565]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.07.52:261][565]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.07.52:261][565]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.07.52:261][565]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.07.52:261][565]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.07.52:261][565]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.07.52:261][565]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.07.52:261][565]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.07.52:261][565]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.07.52:261][565]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.07.52:262][565]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.07.52:274][565]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.07.52:274][565]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.07.52:274][565]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.07.52:274][565]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.07.52:274][565]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=21 +[2025.02.18-11.07.52:274][565]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=21 +[2025.02.18-11.07.52:275][565]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=21 +[2025.02.18-11.07.52:276][565]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=21 +[2025.02.18-11.07.52:276][565]LogInit: FAudioDevice initialized. +[2025.02.18-11.07.52:276][565]LogAudio: Display: Audio Device (ID: 21) registered with world 'Minimal_Default'. +[2025.02.18-11.07.52:286][565]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.07.52:287][565]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.07.52 +[2025.02.18-11.07.52:287][565]LogWorld: Bringing up level for play took: 0.000662 +[2025.02.18-11.07.52:288][565]LogOnline: OSS: Created online subsystem instance for: :Context_29 +[2025.02.18-11.07.52:289][565]LogBlueprintUserMessages: [Minimal_Default_C_8] Welcome to Warehouse Wreckage! +[2025.02.18-11.07.52:289][565]LogBlueprintUserMessages: [Minimal_Default_C_8] Hello World +[2025.02.18-11.07.52:289][565]PIE: 서버가 로그인했습니다. +[2025.02.18-11.07.52:289][565]PIE: 에디터에서 플레이 총 시작 시간 0.09초입니다. +[2025.02.18-11.08.00:235][506]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.08.00:235][506]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.08.00:235][506]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.08.00:235][506]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.08.00:247][506]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.08.00:250][506]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.08.00:270][506]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.08.00:270][506]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21 +[2025.02.18-11.08.00:271][506]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21 +[2025.02.18-11.08.00:274][506]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.08.00:276][506]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-11.08.00:311][508]LogPlayLevel: Display: Destroying online subsystem :Context_29 +[2025.02.18-11.08.34:443][574]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.08.34:470][574]LogUObjectHash: Compacting FUObjectHashTables data took 0.91ms +[2025.02.18-11.08.34:863][615]LogUObjectHash: Compacting FUObjectHashTables data took 0.37ms +[2025.02.18-11.08.34:874][615]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.08.34:875][615]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default17D4283E4F97540FAC96BCAB57C54020.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.08.34:880][615]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.08.34:880][615]LogFileHelpers: Saving map 'Minimal_Default' took 0.037 +[2025.02.18-11.08.34:889][615]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.08.34:889][615]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.08.37:200][890]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.08.37:203][890]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.08.37:203][890]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:08:37) +[2025.02.18-11.08.37:204][890]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.08.37:207][890]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003471s) +[2025.02.18-11.08.37:207][890]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.003529s) +[2025.02.18-11.08.37:207][890]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.08.37:207][890]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.08.37:207][890]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.08.37:208][890]LogPlayLevel: PIE: World Init took: (0.000592s) +[2025.02.18-11.08.37:227][890]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.08.37:228][890]LogAudio: Display: Creating Audio Device: Id: 22, Scope: Unique, Realtime: True +[2025.02.18-11.08.37:228][890]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.08.37:228][890]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.08.37:228][890]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.08.37:228][890]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.08.37:228][890]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.08.37:228][890]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.08.37:228][890]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.08.37:228][890]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.08.37:228][890]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.08.37:228][890]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.08.37:228][890]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.08.37:230][890]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.08.37:242][890]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.08.37:242][890]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.08.37:243][890]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.08.37:243][890]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.08.37:243][890]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=22 +[2025.02.18-11.08.37:243][890]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=22 +[2025.02.18-11.08.37:244][890]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=22 +[2025.02.18-11.08.37:244][890]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=22 +[2025.02.18-11.08.37:244][890]LogInit: FAudioDevice initialized. +[2025.02.18-11.08.37:244][890]LogAudio: Display: Audio Device (ID: 22) registered with world 'Minimal_Default'. +[2025.02.18-11.08.37:263][890]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.08.37:263][890]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.08.37:263][890]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.08.37 +[2025.02.18-11.08.37:264][890]LogWorld: Bringing up level for play took: 0.000641 +[2025.02.18-11.08.37:265][890]LogOnline: OSS: Created online subsystem instance for: :Context_30 +[2025.02.18-11.08.37:265][890]LogBlueprintUserMessages: [Minimal_Default_C_9] Welcome to Warehouse Wreckage! +[2025.02.18-11.08.37:265][890]LogBlueprintUserMessages: [Minimal_Default_C_9] Hello World +[2025.02.18-11.08.37:266][890]PIE: 서버가 로그인했습니다. +[2025.02.18-11.08.37:267][890]PIE: 에디터에서 플레이 총 시작 시간 0.063초입니다. +[2025.02.18-11.08.37:275][890]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.08.39:926][181]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.08.39:926][181]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.08.39:926][181]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.08.39:932][181]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.08.39:932][181]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.08.39:941][181]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.08.39:944][181]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.08.39:965][181]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=22 +[2025.02.18-11.08.39:967][181]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=22 +[2025.02.18-11.08.39:971][181]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms +[2025.02.18-11.08.40:004][184]LogPlayLevel: Display: Destroying online subsystem :Context_30 +[2025.02.18-11.08.48:773][236]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.08.48:777][236]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.08.48:777][236]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:08:48) +[2025.02.18-11.08.48:777][236]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.08.48:780][236]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002495s) +[2025.02.18-11.08.48:780][236]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002544s) +[2025.02.18-11.08.48:780][236]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.08.48:780][236]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.08.48:780][236]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.08.48:780][236]LogPlayLevel: PIE: World Init took: (0.000473s) +[2025.02.18-11.08.48:799][236]LogUObjectHash: Compacting FUObjectHashTables data took 0.85ms +[2025.02.18-11.08.48:800][236]LogAudio: Display: Creating Audio Device: Id: 23, Scope: Unique, Realtime: True +[2025.02.18-11.08.48:800][236]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.08.48:800][236]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.08.48:800][236]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.08.48:800][236]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.08.48:800][236]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.08.48:800][236]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.08.48:800][236]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.08.48:800][236]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.08.48:800][236]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.08.48:800][236]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.08.48:800][236]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.08.48:802][236]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.08.48:813][236]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.08.48:813][236]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.08.48:813][236]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.08.48:813][236]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.08.48:814][236]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=23 +[2025.02.18-11.08.48:814][236]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=23 +[2025.02.18-11.08.48:814][236]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=23 +[2025.02.18-11.08.48:815][236]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=23 +[2025.02.18-11.08.48:815][236]LogInit: FAudioDevice initialized. +[2025.02.18-11.08.48:815][236]LogAudio: Display: Audio Device (ID: 23) registered with world 'Minimal_Default'. +[2025.02.18-11.08.48:864][236]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.08.48:864][236]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.08.48:865][236]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.08.48 +[2025.02.18-11.08.48:865][236]LogWorld: Bringing up level for play took: 0.001107 +[2025.02.18-11.08.48:868][236]LogOnline: OSS: Created online subsystem instance for: :Context_31 +[2025.02.18-11.08.48:868][236]LogBlueprintUserMessages: [Minimal_Default_C_9] Welcome to Warehouse Wreckage! +[2025.02.18-11.08.48:868][236]LogBlueprintUserMessages: [Minimal_Default_C_9] Hello World +[2025.02.18-11.08.48:869][236]PIE: 서버가 로그인했습니다. +[2025.02.18-11.08.48:870][236]PIE: 에디터에서 플레이 총 시작 시간 0.093초입니다. +[2025.02.18-11.08.48:877][236]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.08.54:596][881]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.08.54:596][881]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.08.54:596][881]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.08.54:601][881]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.08.54:601][881]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.08.54:611][881]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.08.54:614][881]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.08.54:634][881]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=23 +[2025.02.18-11.08.54:635][881]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=23 +[2025.02.18-11.08.54:639][881]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms +[2025.02.18-11.08.54:664][883]LogPlayLevel: Display: Destroying online subsystem :Context_31 +[2025.02.18-11.08.57:651][155]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.08.57:654][155]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.08.57:654][155]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:08:57) +[2025.02.18-11.08.57:686][155]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.08.57:688][155]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002355s) +[2025.02.18-11.08.57:688][155]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002411s) +[2025.02.18-11.08.57:688][155]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.08.57:688][155]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.08.57:689][155]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.08.57:689][155]LogPlayLevel: PIE: World Init took: (0.000519s) +[2025.02.18-11.08.57:708][155]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.08.57:709][155]LogAudio: Display: Creating Audio Device: Id: 24, Scope: Unique, Realtime: True +[2025.02.18-11.08.57:709][155]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.08.57:709][155]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.08.57:709][155]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.08.57:709][155]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.08.57:709][155]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.08.57:709][155]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.08.57:709][155]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.08.57:709][155]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.08.57:709][155]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.08.57:709][155]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.08.57:710][155]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.08.57:711][155]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.08.57:722][155]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.08.57:722][155]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.08.57:722][155]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.08.57:722][155]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.08.57:722][155]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=24 +[2025.02.18-11.08.57:722][155]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=24 +[2025.02.18-11.08.57:724][155]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=24 +[2025.02.18-11.08.57:724][155]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=24 +[2025.02.18-11.08.57:724][155]LogInit: FAudioDevice initialized. +[2025.02.18-11.08.57:724][155]LogAudio: Display: Audio Device (ID: 24) registered with world 'Minimal_Default'. +[2025.02.18-11.08.57:733][155]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.08.57:734][155]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.08.57 +[2025.02.18-11.08.57:734][155]LogWorld: Bringing up level for play took: 0.000640 +[2025.02.18-11.08.57:735][155]LogOnline: OSS: Created online subsystem instance for: :Context_32 +[2025.02.18-11.08.57:735][155]LogBlueprintUserMessages: [Minimal_Default_C_9] Welcome to Warehouse Wreckage! +[2025.02.18-11.08.57:735][155]LogBlueprintUserMessages: [Minimal_Default_C_9] Hello World +[2025.02.18-11.08.57:735][155]PIE: 서버가 로그인했습니다. +[2025.02.18-11.08.57:736][155]PIE: 에디터에서 플레이 총 시작 시간 0.082초입니다. +[2025.02.18-11.10.05:988][ 54]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.10.05:988][ 54]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.10.05:989][ 54]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.10.05:989][ 54]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.10.05:999][ 54]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.10.06:002][ 54]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.10.06:022][ 54]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.10.06:023][ 54]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=24 +[2025.02.18-11.10.06:024][ 54]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=24 +[2025.02.18-11.10.06:025][ 54]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.10.06:029][ 54]LogUObjectHash: Compacting FUObjectHashTables data took 1.36ms +[2025.02.18-11.10.06:062][ 58]LogPlayLevel: Display: Destroying online subsystem :Context_32 +[2025.02.18-11.10.19:690][670]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.10.19:718][670]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms +[2025.02.18-11.10.20:084][707]LogUObjectHash: Compacting FUObjectHashTables data took 0.45ms +[2025.02.18-11.10.20:095][707]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.10.20:096][707]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultDEFF944A414BC7571B407B993D025BC9.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.10.20:102][707]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.10.20:102][707]LogFileHelpers: Saving map 'Minimal_Default' took 0.038 +[2025.02.18-11.10.20:111][707]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.10.20:111][707]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.10.20:816][790]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.10.20:821][790]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.10.20:821][790]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:10:20) +[2025.02.18-11.10.20:821][790]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.10.20:823][790]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002510s) +[2025.02.18-11.10.20:823][790]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002558s) +[2025.02.18-11.10.20:823][790]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.10.20:823][790]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.10.20:823][790]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.10.20:823][790]LogPlayLevel: PIE: World Init took: (0.000439s) +[2025.02.18-11.10.20:844][790]LogUObjectHash: Compacting FUObjectHashTables data took 0.92ms +[2025.02.18-11.10.20:845][790]LogAudio: Display: Creating Audio Device: Id: 25, Scope: Unique, Realtime: True +[2025.02.18-11.10.20:845][790]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.10.20:845][790]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.10.20:845][790]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.10.20:845][790]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.10.20:845][790]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.10.20:845][790]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.10.20:845][790]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.10.20:845][790]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.10.20:845][790]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.10.20:845][790]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.10.20:845][790]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.10.20:847][790]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.10.20:859][790]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.10.20:859][790]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.10.20:859][790]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.10.20:859][790]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.10.20:860][790]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=25 +[2025.02.18-11.10.20:860][790]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=25 +[2025.02.18-11.10.20:861][790]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=25 +[2025.02.18-11.10.20:861][790]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=25 +[2025.02.18-11.10.20:861][790]LogInit: FAudioDevice initialized. +[2025.02.18-11.10.20:861][790]LogAudio: Display: Audio Device (ID: 25) registered with world 'Minimal_Default'. +[2025.02.18-11.10.20:883][790]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.10.20:883][790]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.10.20:884][790]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.10.20 +[2025.02.18-11.10.20:884][790]LogWorld: Bringing up level for play took: 0.000681 +[2025.02.18-11.10.20:885][790]LogOnline: OSS: Created online subsystem instance for: :Context_33 +[2025.02.18-11.10.20:886][790]LogBlueprintUserMessages: [Minimal_Default_C_10] Welcome to Warehouse Wreckage! +[2025.02.18-11.10.20:886][790]LogBlueprintUserMessages: [Minimal_Default_C_10] Hello World +[2025.02.18-11.10.20:887][790]PIE: 서버가 로그인했습니다. +[2025.02.18-11.10.20:887][790]PIE: 에디터에서 플레이 총 시작 시간 0.067초입니다. +[2025.02.18-11.10.20:896][790]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.10.23:338][ 53]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.10.23:338][ 53]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.10.23:338][ 53]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.10.23:343][ 53]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.10.23:344][ 53]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.10.23:353][ 53]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.10.23:357][ 53]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.10.23:377][ 53]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=25 +[2025.02.18-11.10.23:378][ 53]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=25 +[2025.02.18-11.10.23:383][ 53]LogUObjectHash: Compacting FUObjectHashTables data took 1.13ms +[2025.02.18-11.10.23:415][ 57]LogPlayLevel: Display: Destroying online subsystem :Context_33 +[2025.02.18-11.11.04:344][572]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.11.04:347][572]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.11.04:347][572]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:11:04) +[2025.02.18-11.11.04:347][572]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.11.04:350][572]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002377s) +[2025.02.18-11.11.04:350][572]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002424s) +[2025.02.18-11.11.04:350][572]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.11.04:350][572]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.11.04:350][572]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.11.04:351][572]LogPlayLevel: PIE: World Init took: (0.000430s) +[2025.02.18-11.11.04:371][572]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms +[2025.02.18-11.11.04:372][572]LogAudio: Display: Creating Audio Device: Id: 26, Scope: Unique, Realtime: True +[2025.02.18-11.11.04:372][572]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.11.04:372][572]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.11.04:372][572]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.11.04:372][572]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.11.04:372][572]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.11.04:372][572]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.11.04:372][572]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.11.04:372][572]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.11.04:372][572]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.11.04:372][572]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.11.04:372][572]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.11.04:373][572]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.11.04:385][572]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.11.04:385][572]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.11.04:385][572]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.11.04:385][572]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.11.04:386][572]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=26 +[2025.02.18-11.11.04:386][572]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=26 +[2025.02.18-11.11.04:386][572]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=26 +[2025.02.18-11.11.04:386][572]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=26 +[2025.02.18-11.11.04:387][572]LogInit: FAudioDevice initialized. +[2025.02.18-11.11.04:387][572]LogAudio: Display: Audio Device (ID: 26) registered with world 'Minimal_Default'. +[2025.02.18-11.11.04:407][572]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.11.04:407][572]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.11.04:407][572]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.11.04 +[2025.02.18-11.11.04:408][572]LogWorld: Bringing up level for play took: 0.000932 +[2025.02.18-11.11.04:409][572]LogOnline: OSS: Created online subsystem instance for: :Context_34 +[2025.02.18-11.11.04:409][572]LogBlueprintUserMessages: [Minimal_Default_C_10] Welcome to Warehouse Wreckage! +[2025.02.18-11.11.04:409][572]LogBlueprintUserMessages: [Minimal_Default_C_10] Hello World +[2025.02.18-11.11.04:410][572]PIE: 서버가 로그인했습니다. +[2025.02.18-11.11.04:410][572]PIE: 에디터에서 플레이 총 시작 시간 0.063초입니다. +[2025.02.18-11.11.04:418][572]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.11.13:540][651]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.11.13:540][651]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.11.13:540][651]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.11.13:545][651]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.11.13:545][651]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.11.13:551][651]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.11.13:555][651]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.11.13:575][651]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=26 +[2025.02.18-11.11.13:576][651]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=26 +[2025.02.18-11.11.13:580][651]LogUObjectHash: Compacting FUObjectHashTables data took 0.95ms +[2025.02.18-11.11.13:596][653]LogPlayLevel: Display: Destroying online subsystem :Context_34 +[2025.02.18-11.11.52:233][402]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.11.52:259][402]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.11.52:616][438]LogUObjectHash: Compacting FUObjectHashTables data took 0.35ms +[2025.02.18-11.11.52:627][438]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.11.52:628][438]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default1C38F5FF412A7508C373D7847F41DD81.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.11.52:634][438]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.11.52:634][438]LogFileHelpers: Saving map 'Minimal_Default' took 0.038 +[2025.02.18-11.11.52:642][438]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.11.52:642][438]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.11.53:291][513]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.11.53:294][513]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.11.53:294][513]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:11:53) +[2025.02.18-11.11.53:295][513]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.11.53:298][513]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002655s) +[2025.02.18-11.11.53:298][513]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002698s) +[2025.02.18-11.11.53:298][513]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.11.53:298][513]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.11.53:299][513]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.11.53:299][513]LogPlayLevel: PIE: World Init took: (0.000574s) +[2025.02.18-11.11.53:318][513]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.11.53:318][513]LogAudio: Display: Creating Audio Device: Id: 27, Scope: Unique, Realtime: True +[2025.02.18-11.11.53:318][513]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.11.53:318][513]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.11.53:318][513]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.11.53:318][513]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.11.53:318][513]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.11.53:318][513]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.11.53:318][513]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.11.53:318][513]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.11.53:318][513]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.11.53:318][513]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.11.53:318][513]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.11.53:321][513]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.11.53:332][513]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.11.53:332][513]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.11.53:332][513]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.11.53:332][513]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.11.53:332][513]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=27 +[2025.02.18-11.11.53:332][513]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=27 +[2025.02.18-11.11.53:333][513]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=27 +[2025.02.18-11.11.53:333][513]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=27 +[2025.02.18-11.11.53:333][513]LogInit: FAudioDevice initialized. +[2025.02.18-11.11.53:333][513]LogAudio: Display: Audio Device (ID: 27) registered with world 'Minimal_Default'. +[2025.02.18-11.11.53:349][513]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.11.53:349][513]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.11.53:350][513]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.11.53 +[2025.02.18-11.11.53:350][513]LogWorld: Bringing up level for play took: 0.000575 +[2025.02.18-11.11.53:350][513]LogOnline: OSS: Created online subsystem instance for: :Context_35 +[2025.02.18-11.11.53:351][513]LogBlueprintUserMessages: [Minimal_Default_C_11] Welcome to Warehouse Wreckage! +[2025.02.18-11.11.53:351][513]LogBlueprintUserMessages: [Minimal_Default_C_11] Hello World +[2025.02.18-11.11.53:352][513]PIE: 서버가 로그인했습니다. +[2025.02.18-11.11.53:352][513]PIE: 에디터에서 플레이 총 시작 시간 0.058초입니다. +[2025.02.18-11.11.53:360][513]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.12.02:641][610]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.12.02:641][610]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.12.02:641][610]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.12.02:646][610]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.12.02:646][610]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.12.02:653][610]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.12.02:656][610]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.12.02:677][610]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=27 +[2025.02.18-11.12.02:678][610]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=27 +[2025.02.18-11.12.02:683][610]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms +[2025.02.18-11.12.02:699][612]LogPlayLevel: Display: Destroying online subsystem :Context_35 +[2025.02.18-11.16.24:991][904]LogDerivedDataCache: C:/Users/ssh03/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.688 and deleted 0 file(s) with total size 0 MiB. +[2025.02.18-11.21.37:191][262]LogUObjectHash: Compacting FUObjectHashTables data took 1.21ms +[2025.02.18-11.21.37:203][262]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.21.37:203][262]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultD0D0187B41802E6F561ABC9DBB951143.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.21.37:210][262]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.21.37:220][262]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.21.37:220][262]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.21.37:764][328]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.21.37:768][328]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-11.21.37:769][328]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-11.21.37:800][328]LogUObjectHash: Compacting FUObjectHashTables data took 0.92ms +[2025.02.18-11.21.37:802][328]LogPlayLevel: PlayLevel: Blueprint regeneration took 33 ms (1 blueprints) +[2025.02.18-11.21.37:802][328]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:21:37) +[2025.02.18-11.21.37:802][328]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.21.37:804][328]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002321s) +[2025.02.18-11.21.37:804][328]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002369s) +[2025.02.18-11.21.37:804][328]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.21.37:804][328]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.21.37:804][328]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.21.37:805][328]LogPlayLevel: PIE: World Init took: (0.000500s) +[2025.02.18-11.21.37:821][328]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.21.37:822][328]LogAudio: Display: Creating Audio Device: Id: 28, Scope: Unique, Realtime: True +[2025.02.18-11.21.37:822][328]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.21.37:822][328]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.21.37:822][328]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.21.37:822][328]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.21.37:822][328]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.21.37:822][328]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.21.37:822][328]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.21.37:822][328]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.21.37:822][328]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.21.37:822][328]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.21.37:822][328]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.21.37:824][328]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.21.37:835][328]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.21.37:835][328]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.21.37:835][328]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.21.37:835][328]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.21.37:836][328]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=28 +[2025.02.18-11.21.37:836][328]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=28 +[2025.02.18-11.21.37:837][328]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=28 +[2025.02.18-11.21.37:837][328]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=28 +[2025.02.18-11.21.37:837][328]LogInit: FAudioDevice initialized. +[2025.02.18-11.21.37:837][328]LogAudio: Display: Audio Device (ID: 28) registered with world 'Minimal_Default'. +[2025.02.18-11.21.37:846][328]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.21.37:847][328]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.21.37 +[2025.02.18-11.21.37:847][328]LogWorld: Bringing up level for play took: 0.000841 +[2025.02.18-11.21.37:848][328]LogOnline: OSS: Created online subsystem instance for: :Context_36 +[2025.02.18-11.21.37:849][328]LogBlueprintUserMessages: [Minimal_Default_C_12] Welcome to Warehouse Wreckage! +[2025.02.18-11.21.37:849][328]LogBlueprintUserMessages: [Minimal_Default_C_12] Hello World +[2025.02.18-11.21.37:849][328]PIE: 서버가 로그인했습니다. +[2025.02.18-11.21.37:849][328]PIE: 에디터에서 플레이 총 시작 시간 0.081초입니다. +[2025.02.18-11.21.41:675][776]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.21.41:675][776]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.21.41:675][776]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.21.41:675][776]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.21.41:685][776]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.21.41:689][776]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.21.41:709][776]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.21.41:709][776]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=28 +[2025.02.18-11.21.41:711][776]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=28 +[2025.02.18-11.21.41:715][776]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms +[2025.02.18-11.21.41:753][778]LogPlayLevel: Display: Destroying online subsystem :Context_36 +[2025.02.18-11.21.55:120][366]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/BP_Projectile +[2025.02.18-11.21.55:121][366]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/BP_Projectile9374577946D59F66C0C40FA8DD2E3FAA.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/BP_Projectile.uasset' +[2025.02.18-11.21.55:131][366]AssetCheck: New page: 에셋 저장: BP_Projectile +[2025.02.18-11.21.55:131][366]LogContentValidation: Display: Blueprint /Game/StarterContent/Maps/BP_Projectile.BP_Projectile 유효성 검사 중 +[2025.02.18-11.24.45:833][843]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.24.45:836][843]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-11.24.45:837][843]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-11.24.45:870][843]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.24.45:871][843]LogPlayLevel: PlayLevel: Blueprint regeneration took 35 ms (1 blueprints) +[2025.02.18-11.24.45:871][843]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:24:45) +[2025.02.18-11.24.45:872][843]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.24.45:874][843]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002302s) +[2025.02.18-11.24.45:874][843]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002345s) +[2025.02.18-11.24.45:874][843]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.24.45:874][843]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.24.45:874][843]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.24.45:874][843]LogPlayLevel: PIE: World Init took: (0.000561s) +[2025.02.18-11.24.45:891][843]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.24.45:892][843]LogAudio: Display: Creating Audio Device: Id: 29, Scope: Unique, Realtime: True +[2025.02.18-11.24.45:892][843]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.24.45:892][843]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.24.45:892][843]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.24.45:892][843]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.24.45:892][843]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.24.45:892][843]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.24.45:892][843]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.24.45:892][843]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.24.45:892][843]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.24.45:892][843]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.24.45:892][843]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.24.45:894][843]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.24.45:906][843]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.24.45:906][843]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.24.45:906][843]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.24.45:906][843]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.24.45:907][843]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=29 +[2025.02.18-11.24.45:907][843]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=29 +[2025.02.18-11.24.45:907][843]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=29 +[2025.02.18-11.24.45:907][843]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=29 +[2025.02.18-11.24.45:907][843]LogInit: FAudioDevice initialized. +[2025.02.18-11.24.45:907][843]LogAudio: Display: Audio Device (ID: 29) registered with world 'Minimal_Default'. +[2025.02.18-11.24.45:922][843]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.24.45:922][843]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.24.45:923][843]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.24.45 +[2025.02.18-11.24.45:923][843]LogWorld: Bringing up level for play took: 0.000581 +[2025.02.18-11.24.45:924][843]LogOnline: OSS: Created online subsystem instance for: :Context_37 +[2025.02.18-11.24.45:925][843]LogBlueprintUserMessages: [Minimal_Default_C_13] Welcome to Warehouse Wreckage! +[2025.02.18-11.24.45:925][843]LogBlueprintUserMessages: [Minimal_Default_C_13] Hello World +[2025.02.18-11.24.45:925][843]PIE: 서버가 로그인했습니다. +[2025.02.18-11.24.45:926][843]PIE: 에디터에서 플레이 총 시작 시간 0.089초입니다. +[2025.02.18-11.24.45:939][843]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.24.54:399][843]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.24.54:399][843]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.24.54:399][843]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.24.54:404][843]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.24.54:404][843]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.24.54:411][843]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.24.54:415][843]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.24.54:434][843]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=29 +[2025.02.18-11.24.54:435][843]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=29 +[2025.02.18-11.24.54:441][843]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms +[2025.02.18-11.24.54:457][845]LogPlayLevel: Display: Destroying online subsystem :Context_37 +[2025.02.18-11.28.05:349][271]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.28.05:377][271]LogUObjectHash: Compacting FUObjectHashTables data took 1.32ms +[2025.02.18-11.28.05:741][308]LogUObjectHash: Compacting FUObjectHashTables data took 0.38ms +[2025.02.18-11.28.05:753][308]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.28.05:753][308]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default7623A9C34A81CE023A5083B1B0D1756B.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.28.05:759][308]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.28.05:759][308]LogFileHelpers: Saving map 'Minimal_Default' took 0.037 +[2025.02.18-11.28.05:768][308]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.28.05:768][308]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.28.06:697][420]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.28.06:700][420]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.28.06:700][420]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:28:06) +[2025.02.18-11.28.06:701][420]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.28.06:703][420]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002668s) +[2025.02.18-11.28.06:703][420]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002716s) +[2025.02.18-11.28.06:703][420]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.28.06:703][420]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.28.06:703][420]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.28.06:703][420]LogPlayLevel: PIE: World Init took: (0.000504s) +[2025.02.18-11.28.06:724][420]LogUObjectHash: Compacting FUObjectHashTables data took 0.93ms +[2025.02.18-11.28.06:725][420]LogAudio: Display: Creating Audio Device: Id: 30, Scope: Unique, Realtime: True +[2025.02.18-11.28.06:725][420]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.28.06:725][420]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.28.06:725][420]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.28.06:725][420]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.28.06:725][420]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.28.06:725][420]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.28.06:725][420]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.28.06:725][420]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.28.06:725][420]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.28.06:725][420]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.28.06:725][420]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.28.06:727][420]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.28.06:738][420]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.28.06:738][420]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.28.06:738][420]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.28.06:738][420]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.28.06:739][420]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=30 +[2025.02.18-11.28.06:739][420]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=30 +[2025.02.18-11.28.06:740][420]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=30 +[2025.02.18-11.28.06:740][420]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=30 +[2025.02.18-11.28.06:740][420]LogInit: FAudioDevice initialized. +[2025.02.18-11.28.06:740][420]LogAudio: Display: Audio Device (ID: 30) registered with world 'Minimal_Default'. +[2025.02.18-11.28.06:761][420]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.28.06:762][420]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.28.06:762][420]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.28.06 +[2025.02.18-11.28.06:762][420]LogWorld: Bringing up level for play took: 0.000738 +[2025.02.18-11.28.06:764][420]LogOnline: OSS: Created online subsystem instance for: :Context_38 +[2025.02.18-11.28.06:764][420]LogBlueprintUserMessages: [Minimal_Default_C_14] Welcome to Warehouse Wreckage! +[2025.02.18-11.28.06:764][420]LogBlueprintUserMessages: [Minimal_Default_C_14] Hello World +[2025.02.18-11.28.06:765][420]PIE: 서버가 로그인했습니다. +[2025.02.18-11.28.06:766][420]PIE: 에디터에서 플레이 총 시작 시간 0.065초입니다. +[2025.02.18-11.28.06:772][420]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.28.10:924][901]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.28.10:924][901]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.28.10:924][901]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.28.10:929][901]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.28.10:930][901]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.28.10:935][901]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.28.10:939][901]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.28.10:959][901]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.28.10:959][901]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=30 +[2025.02.18-11.28.10:961][901]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=30 +[2025.02.18-11.28.10:966][901]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.28.10:983][903]LogPlayLevel: Display: Destroying online subsystem :Context_38 +[2025.02.18-11.29.16:389][698]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.29.16:421][698]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.29.16:979][758]LogUObjectHash: Compacting FUObjectHashTables data took 0.36ms +[2025.02.18-11.29.16:991][758]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.29.16:992][758]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultD6F62E5C4DDF598A9AE2028377FF5F27.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.29.16:998][758]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.29.16:998][758]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.29.17:007][758]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.29.17:007][758]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.29.17:632][832]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.29.17:635][832]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.29.17:635][832]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:29:17) +[2025.02.18-11.29.17:635][832]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.29.17:638][832]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002867s) +[2025.02.18-11.29.17:638][832]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002915s) +[2025.02.18-11.29.17:638][832]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.29.17:638][832]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.29.17:638][832]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.29.17:639][832]LogPlayLevel: PIE: World Init took: (0.000604s) +[2025.02.18-11.29.17:658][832]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.29.17:659][832]LogAudio: Display: Creating Audio Device: Id: 31, Scope: Unique, Realtime: True +[2025.02.18-11.29.17:659][832]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.29.17:659][832]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.29.17:659][832]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.29.17:659][832]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.29.17:659][832]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.29.17:659][832]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.29.17:659][832]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.29.17:659][832]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.29.17:659][832]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.29.17:659][832]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.29.17:659][832]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.29.17:661][832]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.29.17:672][832]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.29.17:672][832]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.29.17:672][832]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.29.17:672][832]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.29.17:672][832]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=31 +[2025.02.18-11.29.17:672][832]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=31 +[2025.02.18-11.29.17:673][832]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=31 +[2025.02.18-11.29.17:673][832]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=31 +[2025.02.18-11.29.17:673][832]LogInit: FAudioDevice initialized. +[2025.02.18-11.29.17:673][832]LogAudio: Display: Audio Device (ID: 31) registered with world 'Minimal_Default'. +[2025.02.18-11.29.17:688][832]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.29.17:688][832]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.29.17:689][832]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.29.17 +[2025.02.18-11.29.17:689][832]LogWorld: Bringing up level for play took: 0.000586 +[2025.02.18-11.29.17:690][832]LogOnline: OSS: Created online subsystem instance for: :Context_39 +[2025.02.18-11.29.17:691][832]LogBlueprintUserMessages: [Minimal_Default_C_15] Welcome to Warehouse Wreckage! +[2025.02.18-11.29.17:691][832]LogBlueprintUserMessages: [Minimal_Default_C_15] Hello World +[2025.02.18-11.29.17:692][832]PIE: 서버가 로그인했습니다. +[2025.02.18-11.29.17:692][832]PIE: 에디터에서 플레이 총 시작 시간 0.057초입니다. +[2025.02.18-11.29.17:700][832]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.29.29:706][257]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.29.29:706][257]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.29.29:706][257]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.29.29:712][257]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.29.29:712][257]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.29.29:721][257]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.29.29:724][257]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.29.29:745][257]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=31 +[2025.02.18-11.29.29:746][257]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=31 +[2025.02.18-11.29.29:751][257]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms +[2025.02.18-11.29.29:759][258]LogPlayLevel: Display: Destroying online subsystem :Context_39 +[2025.02.18-11.30.19:956][402]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.30.19:984][402]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms +[2025.02.18-11.30.20:301][434]LogUObjectHash: Compacting FUObjectHashTables data took 0.37ms +[2025.02.18-11.30.20:313][434]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.30.20:313][434]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default74FD62C34A4EEB7A8DEA83846A19C306.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.30.20:320][434]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.30.20:320][434]LogFileHelpers: Saving map 'Minimal_Default' took 0.038 +[2025.02.18-11.30.20:332][434]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.30.20:332][434]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.30.20:808][490]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.30.20:812][490]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.30.20:812][490]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:30:20) +[2025.02.18-11.30.20:813][490]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.30.20:815][490]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002336s) +[2025.02.18-11.30.20:815][490]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002379s) +[2025.02.18-11.30.20:815][490]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.30.20:815][490]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.30.20:815][490]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.30.20:815][490]LogPlayLevel: PIE: World Init took: (0.000451s) +[2025.02.18-11.30.20:834][490]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms +[2025.02.18-11.30.20:836][490]LogAudio: Display: Creating Audio Device: Id: 32, Scope: Unique, Realtime: True +[2025.02.18-11.30.20:836][490]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.30.20:836][490]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.30.20:836][490]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.30.20:836][490]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.30.20:836][490]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.30.20:836][490]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.30.20:836][490]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.30.20:836][490]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.30.20:837][490]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.30.20:837][490]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.30.20:837][490]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.30.20:838][490]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.30.20:849][490]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.30.20:849][490]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.30.20:849][490]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.30.20:849][490]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.30.20:850][490]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=32 +[2025.02.18-11.30.20:850][490]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=32 +[2025.02.18-11.30.20:851][490]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=32 +[2025.02.18-11.30.20:851][490]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=32 +[2025.02.18-11.30.20:851][490]LogInit: FAudioDevice initialized. +[2025.02.18-11.30.20:851][490]LogAudio: Display: Audio Device (ID: 32) registered with world 'Minimal_Default'. +[2025.02.18-11.30.20:871][490]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.30.20:871][490]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.30.20:872][490]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.30.20 +[2025.02.18-11.30.20:872][490]LogWorld: Bringing up level for play took: 0.000585 +[2025.02.18-11.30.20:873][490]LogOnline: OSS: Created online subsystem instance for: :Context_40 +[2025.02.18-11.30.20:874][490]LogBlueprintUserMessages: [Minimal_Default_C_16] Welcome to Warehouse Wreckage! +[2025.02.18-11.30.20:874][490]LogBlueprintUserMessages: [Minimal_Default_C_16] Hello World +[2025.02.18-11.30.20:875][490]PIE: 서버가 로그인했습니다. +[2025.02.18-11.30.20:875][490]PIE: 에디터에서 플레이 총 시작 시간 0.062초입니다. +[2025.02.18-11.30.20:882][490]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.30.30:687][652]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.30.30:687][652]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.30.30:687][652]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.30.30:691][652]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.30.30:691][652]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.30.30:703][652]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.30.30:706][652]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.30.30:726][652]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.30.30:726][652]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=32 +[2025.02.18-11.30.30:727][652]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=32 +[2025.02.18-11.30.30:731][652]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms +[2025.02.18-11.30.30:773][657]LogPlayLevel: Display: Destroying online subsystem :Context_40 +[2025.02.18-11.30.53:935][960]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.30.53:965][960]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.30.54:280][991]LogUObjectHash: Compacting FUObjectHashTables data took 0.36ms +[2025.02.18-11.30.54:292][991]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.30.54:293][991]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default5A6CF83344D6DF69B4C130B7B7B8956F.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.30.54:298][991]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.30.54:298][991]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.30.54:311][991]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.30.54:311][991]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.30.54:965][ 70]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.30.54:968][ 70]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.30.54:968][ 70]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:30:54) +[2025.02.18-11.30.54:968][ 70]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.30.54:971][ 70]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002699s) +[2025.02.18-11.30.54:971][ 70]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002745s) +[2025.02.18-11.30.54:971][ 70]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.30.54:971][ 70]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.30.54:971][ 70]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.30.54:971][ 70]LogPlayLevel: PIE: World Init took: (0.000472s) +[2025.02.18-11.30.54:992][ 70]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.30.54:993][ 70]LogAudio: Display: Creating Audio Device: Id: 33, Scope: Unique, Realtime: True +[2025.02.18-11.30.54:993][ 70]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.30.54:993][ 70]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.30.54:993][ 70]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.30.54:993][ 70]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.30.54:993][ 70]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.30.54:993][ 70]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.30.54:993][ 70]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.30.54:993][ 70]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.30.54:994][ 70]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.30.54:994][ 70]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.30.54:994][ 70]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.30.54:995][ 70]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.30.55:006][ 70]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.30.55:007][ 70]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.30.55:007][ 70]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.30.55:007][ 70]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.30.55:008][ 70]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=33 +[2025.02.18-11.30.55:008][ 70]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=33 +[2025.02.18-11.30.55:009][ 70]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=33 +[2025.02.18-11.30.55:009][ 70]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=33 +[2025.02.18-11.30.55:009][ 70]LogInit: FAudioDevice initialized. +[2025.02.18-11.30.55:009][ 70]LogAudio: Display: Audio Device (ID: 33) registered with world 'Minimal_Default'. +[2025.02.18-11.30.55:027][ 70]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.30.55:027][ 70]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.30.55:028][ 70]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.30.55 +[2025.02.18-11.30.55:028][ 70]LogWorld: Bringing up level for play took: 0.000759 +[2025.02.18-11.30.55:029][ 70]LogOnline: OSS: Created online subsystem instance for: :Context_41 +[2025.02.18-11.30.55:030][ 70]LogBlueprintUserMessages: [Minimal_Default_C_17] Welcome to Warehouse Wreckage! +[2025.02.18-11.30.55:030][ 70]LogBlueprintUserMessages: [Minimal_Default_C_17] Hello World +[2025.02.18-11.30.55:031][ 70]PIE: 서버가 로그인했습니다. +[2025.02.18-11.30.55:031][ 70]PIE: 에디터에서 플레이 총 시작 시간 0.063초입니다. +[2025.02.18-11.30.55:039][ 70]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.31.00:668][633]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.31.00:668][633]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.31.00:668][633]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.31.00:679][633]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.31.00:679][633]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.31.00:686][633]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.31.00:690][633]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.31.00:710][633]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=33 +[2025.02.18-11.31.00:712][633]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=33 +[2025.02.18-11.31.00:716][633]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms +[2025.02.18-11.31.00:973][634]LogPlayLevel: Display: Destroying online subsystem :Context_41 +[2025.02.18-11.31.19:775][775]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.31.19:804][775]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.31.20:169][811]LogUObjectHash: Compacting FUObjectHashTables data took 0.38ms +[2025.02.18-11.31.20:182][811]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.31.20:182][811]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultF78B54764C6F84CA5EBA7DA98A3E7E7F.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.31.20:187][811]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.31.20:187][811]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.31.20:196][811]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.31.20:196][811]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.31.20:591][859]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.31.20:595][859]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.31.20:595][859]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:31:20) +[2025.02.18-11.31.20:595][859]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.31.20:597][859]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002577s) +[2025.02.18-11.31.20:597][859]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002623s) +[2025.02.18-11.31.20:597][859]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.31.20:597][859]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.31.20:597][859]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.31.20:597][859]LogPlayLevel: PIE: World Init took: (0.000473s) +[2025.02.18-11.31.20:617][859]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms +[2025.02.18-11.31.20:618][859]LogAudio: Display: Creating Audio Device: Id: 34, Scope: Unique, Realtime: True +[2025.02.18-11.31.20:618][859]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.31.20:618][859]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.31.20:618][859]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.31.20:618][859]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.31.20:618][859]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.31.20:618][859]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.31.20:618][859]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.31.20:618][859]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.31.20:618][859]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.31.20:618][859]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.31.20:618][859]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.31.20:620][859]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.31.20:631][859]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.31.20:631][859]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.31.20:631][859]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.31.20:631][859]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.31.20:632][859]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=34 +[2025.02.18-11.31.20:632][859]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=34 +[2025.02.18-11.31.20:632][859]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=34 +[2025.02.18-11.31.20:632][859]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=34 +[2025.02.18-11.31.20:632][859]LogInit: FAudioDevice initialized. +[2025.02.18-11.31.20:633][859]LogAudio: Display: Audio Device (ID: 34) registered with world 'Minimal_Default'. +[2025.02.18-11.31.20:655][859]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.31.20:655][859]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.31.20:655][859]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.31.20 +[2025.02.18-11.31.20:655][859]LogWorld: Bringing up level for play took: 0.000559 +[2025.02.18-11.31.20:657][859]LogOnline: OSS: Created online subsystem instance for: :Context_42 +[2025.02.18-11.31.20:658][859]LogBlueprintUserMessages: [Minimal_Default_C_18] Welcome to Warehouse Wreckage! +[2025.02.18-11.31.20:658][859]LogBlueprintUserMessages: [Minimal_Default_C_18] Hello World +[2025.02.18-11.31.20:659][859]PIE: 서버가 로그인했습니다. +[2025.02.18-11.31.20:659][859]PIE: 에디터에서 플레이 총 시작 시간 0.064초입니다. +[2025.02.18-11.31.20:666][859]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.31.21:267][907]LogBlueprintUserMessages: [Minimal_Default_C_18] X=-9980.769 Y=582.654 Z=-211.588 +[2025.02.18-11.31.22:042][ 0]LogBlueprintUserMessages: [Minimal_Default_C_18] X=-6728.730 Y=7381.367 Z=489.513 +[2025.02.18-11.31.22:700][ 79]LogBlueprintUserMessages: [Minimal_Default_C_18] X=-9503.794 Y=-1442.275 Z=2756.402 +[2025.02.18-11.31.23:308][152]LogBlueprintUserMessages: [Minimal_Default_C_18] X=-3759.147 Y=-8981.962 Z=2278.855 +[2025.02.18-11.31.24:409][281]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.31.24:409][281]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.31.24:409][281]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.31.24:414][281]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.31.24:414][281]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.31.24:419][281]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.31.24:423][281]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.31.24:443][281]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.31.24:443][281]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=34 +[2025.02.18-11.31.24:444][281]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=34 +[2025.02.18-11.31.24:448][281]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.31.24:491][286]LogPlayLevel: Display: Destroying online subsystem :Context_42 +[2025.02.18-11.31.50:024][313]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.31.50:028][313]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-11.31.50:028][313]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-11.31.50:062][313]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.31.50:063][313]LogPlayLevel: PlayLevel: Blueprint regeneration took 35 ms (1 blueprints) +[2025.02.18-11.31.50:063][313]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:31:50) +[2025.02.18-11.31.50:063][313]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.31.50:066][313]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002363s) +[2025.02.18-11.31.50:066][313]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002408s) +[2025.02.18-11.31.50:066][313]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.31.50:066][313]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.31.50:066][313]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.31.50:066][313]LogPlayLevel: PIE: World Init took: (0.000461s) +[2025.02.18-11.31.50:083][313]LogUObjectHash: Compacting FUObjectHashTables data took 0.93ms +[2025.02.18-11.31.50:083][313]LogAudio: Display: Creating Audio Device: Id: 35, Scope: Unique, Realtime: True +[2025.02.18-11.31.50:083][313]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.31.50:083][313]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.31.50:084][313]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.31.50:084][313]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.31.50:084][313]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.31.50:084][313]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.31.50:084][313]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.31.50:084][313]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.31.50:084][313]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.31.50:084][313]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.31.50:084][313]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.31.50:085][313]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.31.50:096][313]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.31.50:096][313]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.31.50:096][313]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.31.50:096][313]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.31.50:097][313]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=35 +[2025.02.18-11.31.50:097][313]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=35 +[2025.02.18-11.31.50:097][313]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=35 +[2025.02.18-11.31.50:097][313]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=35 +[2025.02.18-11.31.50:097][313]LogInit: FAudioDevice initialized. +[2025.02.18-11.31.50:097][313]LogAudio: Display: Audio Device (ID: 35) registered with world 'Minimal_Default'. +[2025.02.18-11.31.50:120][313]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.31.50:120][313]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.31.50:121][313]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.31.50 +[2025.02.18-11.31.50:121][313]LogWorld: Bringing up level for play took: 0.000799 +[2025.02.18-11.31.50:122][313]LogOnline: OSS: Created online subsystem instance for: :Context_43 +[2025.02.18-11.31.50:123][313]LogBlueprintUserMessages: [Minimal_Default_C_19] Welcome to Warehouse Wreckage! +[2025.02.18-11.31.50:123][313]LogBlueprintUserMessages: [Minimal_Default_C_19] Hello World +[2025.02.18-11.31.50:123][313]PIE: 서버가 로그인했습니다. +[2025.02.18-11.31.50:123][313]PIE: 에디터에서 플레이 총 시작 시간 0.096초입니다. +[2025.02.18-11.31.50:140][313]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.31.51:810][505]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9880.798 Y=-32.156 Z=1539.092 +[2025.02.18-11.31.51:810][505]LogBlueprintUserMessages: [Minimal_Default_C_19] P=88535.394669 Y=1801864.624023 R=0.000000 +[2025.02.18-11.31.52:726][615]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9337.186 Y=-538.434 Z=3539.356 +[2025.02.18-11.31.52:727][615]LogBlueprintUserMessages: [Minimal_Default_C_19] P=207282.238007 Y=1833003.387451 R=0.000000 +[2025.02.18-11.31.54:644][845]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-8534.507 Y=-3881.968 Z=3477.429 +[2025.02.18-11.31.54:644][845]LogBlueprintUserMessages: [Minimal_Default_C_19] P=203493.232727 Y=2044586.791992 R=0.000000 +[2025.02.18-11.31.55:500][946]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-4212.930 Y=-9008.157 Z=1050.872 +[2025.02.18-11.31.55:500][946]LogBlueprintUserMessages: [Minimal_Default_C_19] P=60321.917534 Y=2449354.705811 R=0.000000 +[2025.02.18-11.31.56:109][ 19]LogBlueprintUserMessages: [Minimal_Default_C_19] X=1745.741 Y=-9842.548 Z=-276.848 +[2025.02.18-11.31.56:109][ 19]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3584135.742188 Y=2800577.697754 R=0.000000 +[2025.02.18-11.31.57:851][228]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-428.419 Y=-9608.748 Z=2736.499 +[2025.02.18-11.31.57:851][228]LogBlueprintUserMessages: [Minimal_Default_C_19] P=158815.717697 Y=2674470.825195 R=0.000000 +[2025.02.18-11.31.58:450][300]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-7004.810 Y=-6663.140 Z=2556.404 +[2025.02.18-11.31.58:450][300]LogBlueprintUserMessages: [Minimal_Default_C_19] P=148115.348816 Y=2235680.236816 R=0.000000 +[2025.02.18-11.31.59:726][453]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-6193.955 Y=7771.575 Z=1112.448 +[2025.02.18-11.31.59:726][453]LogBlueprintUserMessages: [Minimal_Default_C_19] P=63870.787621 Y=1285548.858643 R=0.000000 +[2025.02.18-11.32.00:651][564]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-120.579 Y=9966.225 Z=812.297 +[2025.02.18-11.32.00:651][564]LogBlueprintUserMessages: [Minimal_Default_C_19] P=46592.512131 Y=906931.762695 R=0.000000 +[2025.02.18-11.32.01:243][635]LogBlueprintUserMessages: [Minimal_Default_C_19] X=5013.721 Y=8650.264 Z=-188.503 +[2025.02.18-11.32.01:243][635]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3589198.913574 Y=599032.783508 R=0.000000 +[2025.02.18-11.32.01:975][723]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-5042.851 Y=8417.977 Z=-1925.440 +[2025.02.18-11.32.01:975][723]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3488987.121582 Y=1209240.264893 R=0.000000 +[2025.02.18-11.32.03:626][921]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-363.583 Y=-297.237 Z=-9988.967 +[2025.02.18-11.32.03:626][921]LogBlueprintUserMessages: [Minimal_Default_C_19] P=2726917.114258 Y=2192668.151855 R=0.000000 +[2025.02.18-11.32.04:509][ 27]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-4720.792 Y=-2227.903 Z=-8529.395 +[2025.02.18-11.32.04:509][ 27]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3014671.630859 Y=2052642.211914 R=0.000000 +[2025.02.18-11.32.05:068][ 94]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-7959.594 Y=3630.543 Z=-4843.968 +[2025.02.18-11.32.05:068][ 94]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3310270.385742 Y=1554812.469482 R=0.000000 +[2025.02.18-11.32.05:809][183]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9727.291 Y=1566.979 Z=-1710.086 +[2025.02.18-11.32.05:809][183]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3501535.339355 Y=1708487.854004 R=0.000000 +[2025.02.18-11.32.06:559][273]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9005.299 Y=2494.294 Z=-3561.333 +[2025.02.18-11.32.06:559][273]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3391370.849609 Y=1645182.952881 R=0.000000 +[2025.02.18-11.32.07:218][352]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9540.904 Y=1788.420 Z=-2402.646 +[2025.02.18-11.32.07:218][352]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3460978.393555 Y=1693832.397461 R=0.000000 +[2025.02.18-11.32.07:867][430]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9265.860 Y=166.367 Z=3757.148 +[2025.02.18-11.32.07:867][430]LogBlueprintUserMessages: [Minimal_Default_C_19] P=220684.967041 Y=1789713.745117 R=0.000000 +[2025.02.18-11.32.08:326][485]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-4092.502 Y=138.896 Z=9123.165 +[2025.02.18-11.32.08:326][485]LogBlueprintUserMessages: [Minimal_Default_C_19] P=658274.612427 Y=1780561.828613 R=0.000000 +[2025.02.18-11.32.08:743][535]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-4511.319 Y=153.110 Z=8923.260 +[2025.02.18-11.32.08:743][535]LogBlueprintUserMessages: [Minimal_Default_C_19] P=631669.960022 Y=1780561.828613 R=0.000000 +[2025.02.18-11.32.09:093][577]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-8679.120 Y=878.273 Z=4888.917 +[2025.02.18-11.32.09:093][577]LogBlueprintUserMessages: [Minimal_Default_C_19] P=292677.612305 Y=1742216.949463 R=0.000000 +[2025.02.18-11.32.09:601][638]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9753.008 Y=1744.998 Z=1354.185 +[2025.02.18-11.32.09:601][638]LogBlueprintUserMessages: [Minimal_Default_C_19] P=77828.187943 Y=1698560.333252 R=0.000000 +[2025.02.18-11.32.10:109][699]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9699.212 Y=2118.040 Z=-1199.665 +[2025.02.18-11.32.10:109][699]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3531098.327637 Y=1676815.643311 R=0.000000 +[2025.02.18-11.32.10:492][745]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-7929.317 Y=-5698.275 Z=2157.683 +[2025.02.18-11.32.10:492][745]LogBlueprintUserMessages: [Minimal_Default_C_19] P=124606.027603 Y=2157023.010254 R=0.000000 +[2025.02.18-11.32.10:917][796]LogBlueprintUserMessages: [Minimal_Default_C_19] X=2963.383 Y=-9241.972 Z=2409.216 +[2025.02.18-11.32.10:917][796]LogBlueprintUserMessages: [Minimal_Default_C_19] P=139409.408569 Y=2877781.372070 R=0.000000 +[2025.02.18-11.32.11:259][837]LogBlueprintUserMessages: [Minimal_Default_C_19] X=2346.567 Y=-3904.542 Z=-8902.145 +[2025.02.18-11.32.11:259][837]LogBlueprintUserMessages: [Minimal_Default_C_19] P=2970997.924805 Y=3010051.879883 R=0.000000 +[2025.02.18-11.32.12:293][961]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-8239.687 Y=3796.015 Z=-4206.878 +[2025.02.18-11.32.12:293][961]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3351219.787598 Y=1552645.263672 R=0.000000 +[2025.02.18-11.32.12:643][ 3]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9962.672 Y=181.763 Z=-843.872 +[2025.02.18-11.32.12:643][ 3]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3551592.102051 Y=1789547.882080 R=0.000000 +[2025.02.18-11.32.12:976][ 43]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9838.813 Y=-1576.593 Z=-843.872 +[2025.02.18-11.32.12:976][ 43]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3551592.102051 Y=1891038.055420 R=0.000000 +[2025.02.18-11.32.13:235][ 74]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9792.309 Y=298.237 Z=-2005.427 +[2025.02.18-11.32.13:235][ 74]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3484313.049316 Y=1782555.236816 R=0.000000 +[2025.02.18-11.32.13:584][116]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-8586.851 Y=4126.501 Z=-3039.404 +[2025.02.18-11.32.13:584][116]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3423055.725098 Y=1543329.010010 R=0.000000 +[2025.02.18-11.32.13:909][155]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-5547.851 Y=7689.027 Z=-3178.082 +[2025.02.18-11.32.13:909][155]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3414695.739746 Y=1258115.158081 R=0.000000 +[2025.02.18-11.32.14:252][196]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-221.924 Y=9127.000 Z=-4080.271 +[2025.02.18-11.32.14:252][196]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3359190.368652 Y=913928.756714 R=0.000000 +[2025.02.18-11.32.14:501][226]LogBlueprintUserMessages: [Minimal_Default_C_19] X=3753.895 Y=8118.734 Z=-4471.514 +[2025.02.18-11.32.14:501][226]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3334389.343262 Y=651853.866577 R=0.000000 +[2025.02.18-11.32.14:926][277]LogBlueprintUserMessages: [Minimal_Default_C_19] X=4073.184 Y=7963.337 Z=-4471.514 +[2025.02.18-11.32.14:926][277]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3334389.343262 Y=629106.178284 R=0.000000 +[2025.02.18-11.32.15:292][321]LogBlueprintUserMessages: [Minimal_Default_C_19] X=4073.184 Y=7963.337 Z=-4471.514 +[2025.02.18-11.32.15:292][321]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3334389.343262 Y=629106.178284 R=0.000000 +[2025.02.18-11.32.15:709][371]LogBlueprintUserMessages: [Minimal_Default_C_19] X=3969.043 Y=8061.023 Z=-4389.374 +[2025.02.18-11.32.15:709][371]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3339638.977051 Y=637855.377197 R=0.000000 +[2025.02.18-11.32.16:226][433]LogBlueprintUserMessages: [Minimal_Default_C_19] X=3969.043 Y=8061.023 Z=-4389.374 +[2025.02.18-11.32.16:226][433]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3339638.977051 Y=637855.377197 R=0.000000 +[2025.02.18-11.32.16:717][492]LogBlueprintUserMessages: [Minimal_Default_C_19] X=3782.113 Y=8179.763 Z=-4334.409 +[2025.02.18-11.32.16:717][492]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3343138.732910 Y=651853.866577 R=0.000000 +[2025.02.18-11.32.17:142][543]LogBlueprintUserMessages: [Minimal_Default_C_19] X=3681.910 Y=8225.353 Z=-4334.409 +[2025.02.18-11.32.17:142][543]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3343138.732910 Y=658853.073120 R=0.000000 +[2025.02.18-11.32.19:834][866]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9789.394 Y=-1589.118 Z=1281.590 +[2025.02.18-11.32.19:834][866]LogBlueprintUserMessages: [Minimal_Default_C_19] P=73632.235527 Y=1892204.284668 R=0.000000 +[2025.02.18-11.32.20:276][919]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9789.394 Y=-1589.118 Z=1281.590 +[2025.02.18-11.32.20:276][919]LogBlueprintUserMessages: [Minimal_Default_C_19] P=73632.235527 Y=1892204.284668 R=0.000000 +[2025.02.18-11.32.20:693][969]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-4986.055 Y=8615.960 Z=951.049 +[2025.02.18-11.32.20:693][969]LogBlueprintUserMessages: [Minimal_Default_C_19] P=54573.593140 Y=1200579.605103 R=0.000000 +[2025.02.18-11.32.21:109][ 19]LogBlueprintUserMessages: [Minimal_Default_C_19] X=7867.135 Y=6154.983 Z=473.683 +[2025.02.18-11.32.21:109][ 19]LogBlueprintUserMessages: [Minimal_Default_C_19] P=27150.208950 Y=380384.368896 R=0.000000 +[2025.02.18-11.32.21:485][ 64]LogBlueprintUserMessages: [Minimal_Default_C_19] X=9696.650 Y=-2430.141 Z=-263.441 +[2025.02.18-11.32.21:485][ 64]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3584904.174805 Y=3459305.114746 R=0.000000 +[2025.02.18-11.32.21:843][107]LogBlueprintUserMessages: [Minimal_Default_C_19] X=4511.809 Y=-8865.790 Z=-1020.459 +[2025.02.18-11.32.21:843][107]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3541430.053711 Y=2969715.881348 R=0.000000 +[2025.02.18-11.32.22:267][158]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-2619.606 Y=-9518.046 Z=-1595.139 +[2025.02.18-11.32.22:267][158]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3508213.195801 Y=2546117.553711 R=0.000000 +[2025.02.18-11.32.22:717][212]LogBlueprintUserMessages: [Minimal_Default_C_19] X=8164.910 Y=-5598.631 Z=-1410.521 +[2025.02.18-11.32.22:717][212]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3518912.658691 Y=3255617.980957 R=0.000000 +[2025.02.18-11.32.23:085][256]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-1333.787 Y=9891.448 Z=-616.652 +[2025.02.18-11.32.23:085][256]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3564645.996094 Y=976795.806885 R=0.000000 +[2025.02.18-11.32.23:443][299]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-8231.485 Y=5668.317 Z=-335.905 +[2025.02.18-11.32.23:443][299]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3580750.427246 Y=1454481.506348 R=0.000000 +[2025.02.18-11.32.23:801][342]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9839.986 Y=-1729.724 Z=-427.462 +[2025.02.18-11.32.23:801][342]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3575500.793457 Y=1899698.944092 R=0.000000 +[2025.02.18-11.32.24:177][387]LogBlueprintUserMessages: [Minimal_Default_C_19] X=-9911.281 Y=-1277.591 Z=-366.428 +[2025.02.18-11.32.24:177][387]LogBlueprintUserMessages: [Minimal_Default_C_19] P=3579000.549316 Y=1873450.775146 R=0.000000 +[2025.02.18-11.32.24:760][453]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.32.24:760][453]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.32.24:760][453]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.32.24:765][453]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.32.24:765][453]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.32.24:775][453]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.32.24:778][453]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.32.24:798][453]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=35 +[2025.02.18-11.32.24:799][453]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=35 +[2025.02.18-11.32.24:803][453]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms +[2025.02.18-11.32.24:828][456]LogPlayLevel: Display: Destroying online subsystem :Context_43 +[2025.02.18-11.32.40:383][302]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.32.40:412][302]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.32.41:205][394]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.32.41:208][394]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.32.41:208][394]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:32:41) +[2025.02.18-11.32.41:208][394]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.32.41:210][394]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002437s) +[2025.02.18-11.32.41:210][394]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002480s) +[2025.02.18-11.32.41:210][394]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.32.41:210][394]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.32.41:210][394]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.32.41:210][394]LogPlayLevel: PIE: World Init took: (0.000473s) +[2025.02.18-11.32.41:230][394]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.32.41:232][394]LogAudio: Display: Creating Audio Device: Id: 36, Scope: Unique, Realtime: True +[2025.02.18-11.32.41:232][394]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.32.41:232][394]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.32.41:232][394]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.32.41:232][394]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.32.41:232][394]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.32.41:232][394]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.32.41:232][394]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.32.41:232][394]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.32.41:232][394]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.32.41:232][394]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.32.41:232][394]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.32.41:234][394]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.32.41:245][394]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.32.41:245][394]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.32.41:245][394]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.32.41:245][394]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.32.41:245][394]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=36 +[2025.02.18-11.32.41:245][394]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=36 +[2025.02.18-11.32.41:246][394]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=36 +[2025.02.18-11.32.41:246][394]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=36 +[2025.02.18-11.32.41:246][394]LogInit: FAudioDevice initialized. +[2025.02.18-11.32.41:246][394]LogAudio: Display: Audio Device (ID: 36) registered with world 'Minimal_Default'. +[2025.02.18-11.32.41:266][394]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.32.41:266][394]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.32.41:267][394]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.32.41 +[2025.02.18-11.32.41:267][394]LogWorld: Bringing up level for play took: 0.000595 +[2025.02.18-11.32.41:268][394]LogOnline: OSS: Created online subsystem instance for: :Context_44 +[2025.02.18-11.32.41:269][394]LogBlueprintUserMessages: [Minimal_Default_C_20] Welcome to Warehouse Wreckage! +[2025.02.18-11.32.41:269][394]LogBlueprintUserMessages: [Minimal_Default_C_20] Hello World +[2025.02.18-11.32.41:270][394]PIE: 서버가 로그인했습니다. +[2025.02.18-11.32.41:270][394]PIE: 에디터에서 플레이 총 시작 시간 0.063초입니다. +[2025.02.18-11.32.41:277][394]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.32.42:015][460]LogBlueprintUserMessages: [Minimal_Default_C_20] X=-9944.561 Y=1029.907 Z=-212.126 +[2025.02.18-11.32.42:015][460]LogBlueprintUserMessages: [Minimal_Default_C_20] Hello +[2025.02.18-11.32.43:007][579]LogBlueprintUserMessages: [Minimal_Default_C_20] X=-4087.416 Y=2478.347 Z=-8783.554 +[2025.02.18-11.32.43:007][579]LogBlueprintUserMessages: [Minimal_Default_C_20] Hello +[2025.02.18-11.32.43:457][633]LogBlueprintUserMessages: [Minimal_Default_C_20] X=-2524.160 Y=1801.509 Z=-9507.007 +[2025.02.18-11.32.43:457][633]LogBlueprintUserMessages: [Minimal_Default_C_20] Hello +[2025.02.18-11.32.43:823][677]LogBlueprintUserMessages: [Minimal_Default_C_20] X=-2524.160 Y=1801.509 Z=-9507.007 +[2025.02.18-11.32.43:823][677]LogBlueprintUserMessages: [Minimal_Default_C_20] Hello +[2025.02.18-11.32.44:231][721]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.32.44:231][721]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.32.44:231][721]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.32.44:235][721]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.32.44:235][721]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.32.44:246][721]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.32.44:250][721]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.32.44:271][721]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=36 +[2025.02.18-11.32.44:272][721]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=36 +[2025.02.18-11.32.44:276][721]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms +[2025.02.18-11.32.44:293][723]LogPlayLevel: Display: Destroying online subsystem :Context_44 +[2025.02.18-11.32.49:473][341]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.32.49:501][341]LogUObjectHash: Compacting FUObjectHashTables data took 0.95ms +[2025.02.18-11.32.50:462][453]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.32.50:465][453]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.32.50:465][453]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:32:50) +[2025.02.18-11.32.50:465][453]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.32.50:468][453]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002799s) +[2025.02.18-11.32.50:468][453]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002847s) +[2025.02.18-11.32.50:468][453]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.32.50:468][453]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.32.50:469][453]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.32.50:469][453]LogPlayLevel: PIE: World Init took: (0.000569s) +[2025.02.18-11.32.50:488][453]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.32.50:490][453]LogAudio: Display: Creating Audio Device: Id: 37, Scope: Unique, Realtime: True +[2025.02.18-11.32.50:490][453]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.32.50:490][453]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.32.50:490][453]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.32.50:490][453]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.32.50:490][453]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.32.50:490][453]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.32.50:490][453]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.32.50:490][453]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.32.50:490][453]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.32.50:490][453]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.32.50:490][453]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.32.50:492][453]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.32.50:502][453]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.32.50:503][453]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.32.50:503][453]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.32.50:503][453]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.32.50:503][453]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=37 +[2025.02.18-11.32.50:503][453]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=37 +[2025.02.18-11.32.50:504][453]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=37 +[2025.02.18-11.32.50:504][453]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=37 +[2025.02.18-11.32.50:504][453]LogInit: FAudioDevice initialized. +[2025.02.18-11.32.50:504][453]LogAudio: Display: Audio Device (ID: 37) registered with world 'Minimal_Default'. +[2025.02.18-11.32.50:527][453]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.32.50:527][453]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.32.50:528][453]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.32.50 +[2025.02.18-11.32.50:528][453]LogWorld: Bringing up level for play took: 0.000630 +[2025.02.18-11.32.50:529][453]LogOnline: OSS: Created online subsystem instance for: :Context_45 +[2025.02.18-11.32.50:530][453]LogBlueprintUserMessages: [Minimal_Default_C_21] Welcome to Warehouse Wreckage! +[2025.02.18-11.32.50:530][453]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello World +[2025.02.18-11.32.50:531][453]PIE: 서버가 로그인했습니다. +[2025.02.18-11.32.50:531][453]PIE: 에디터에서 플레이 총 시작 시간 0.066초입니다. +[2025.02.18-11.32.50:538][453]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.32.51:109][496]LogCore: Error: FRotator::Vector() provided with unreasonably large input values (P=6359698.772430 Y=174224212.646484 R=0.000000), possible use of uninitialized variable? +[2025.02.18-11.32.51:109][496]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-9888.006 Y=1000.166 Z=1107.699 +[2025.02.18-11.32.51:109][496]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.51:767][575]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-4150.131 Y=928.877 Z=-9050.613 +[2025.02.18-11.32.51:767][575]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.52:233][631]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-526.863 Y=83.739 Z=-9985.760 +[2025.02.18-11.32.52:233][631]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.53:083][733]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-115.270 Y=301.528 Z=-9994.788 +[2025.02.18-11.32.53:083][733]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.53:567][791]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-115.270 Y=301.528 Z=-9994.788 +[2025.02.18-11.32.53:567][791]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.53:934][835]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-115.270 Y=301.528 Z=-9994.788 +[2025.02.18-11.32.53:934][835]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.54:208][868]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-104.369 Y=273.014 Z=-9995.728 +[2025.02.18-11.32.54:208][868]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.54:483][901]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-104.369 Y=273.014 Z=-9995.728 +[2025.02.18-11.32.54:483][901]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.54:784][937]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-104.369 Y=273.014 Z=-9995.728 +[2025.02.18-11.32.54:784][937]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.55:217][989]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-104.369 Y=273.014 Z=-9995.728 +[2025.02.18-11.32.55:217][989]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.55:525][ 26]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-104.369 Y=273.014 Z=-9995.728 +[2025.02.18-11.32.55:525][ 26]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.56:259][114]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-3802.662 Y=2344.736 Z=-8946.618 +[2025.02.18-11.32.56:259][114]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.56:567][151]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-3802.662 Y=2344.736 Z=-8946.618 +[2025.02.18-11.32.56:567][151]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.56:867][187]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-3983.428 Y=2307.558 Z=-8877.358 +[2025.02.18-11.32.56:867][187]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.57:225][230]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-3983.428 Y=2307.558 Z=-8877.358 +[2025.02.18-11.32.57:225][230]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.57:601][275]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-4006.870 Y=2321.138 Z=-8863.256 +[2025.02.18-11.32.57:601][275]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.58:100][335]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-4006.870 Y=2321.138 Z=-8863.256 +[2025.02.18-11.32.58:100][335]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.58:367][367]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-4006.870 Y=2321.138 Z=-8863.256 +[2025.02.18-11.32.58:367][367]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.58:667][403]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-4006.870 Y=2321.138 Z=-8863.256 +[2025.02.18-11.32.58:667][403]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.58:950][437]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-4006.870 Y=2321.138 Z=-8863.256 +[2025.02.18-11.32.58:950][437]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.32.59:467][499]LogBlueprintUserMessages: [Minimal_Default_C_21] X=-4006.870 Y=2321.138 Z=-8863.256 +[2025.02.18-11.32.59:467][499]LogBlueprintUserMessages: [Minimal_Default_C_21] Hello +[2025.02.18-11.33.00:491][617]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.33.00:491][617]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.33.00:491][617]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.33.00:495][617]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.33.00:495][617]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.33.00:506][617]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.33.00:510][617]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.33.00:531][617]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=37 +[2025.02.18-11.33.00:533][617]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=37 +[2025.02.18-11.33.00:537][617]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms +[2025.02.18-11.33.00:553][619]LogPlayLevel: Display: Destroying online subsystem :Context_45 +[2025.02.18-11.33.10:905][838]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.33.10:933][838]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.33.12:431][ 14]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.33.12:434][ 14]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.33.12:435][ 14]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:33:12) +[2025.02.18-11.33.12:435][ 14]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.33.12:437][ 14]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002886s) +[2025.02.18-11.33.12:437][ 14]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002932s) +[2025.02.18-11.33.12:437][ 14]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.33.12:437][ 14]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.33.12:437][ 14]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.33.12:437][ 14]LogPlayLevel: PIE: World Init took: (0.000443s) +[2025.02.18-11.33.12:457][ 14]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms +[2025.02.18-11.33.12:459][ 14]LogAudio: Display: Creating Audio Device: Id: 38, Scope: Unique, Realtime: True +[2025.02.18-11.33.12:459][ 14]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.33.12:459][ 14]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.33.12:459][ 14]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.33.12:459][ 14]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.33.12:459][ 14]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.33.12:459][ 14]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.33.12:459][ 14]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.33.12:459][ 14]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.33.12:459][ 14]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.33.12:459][ 14]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.33.12:459][ 14]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.33.12:460][ 14]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.33.12:472][ 14]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.33.12:472][ 14]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.33.12:472][ 14]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.33.12:472][ 14]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.33.12:473][ 14]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=38 +[2025.02.18-11.33.12:473][ 14]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=38 +[2025.02.18-11.33.12:473][ 14]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=38 +[2025.02.18-11.33.12:473][ 14]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=38 +[2025.02.18-11.33.12:473][ 14]LogInit: FAudioDevice initialized. +[2025.02.18-11.33.12:473][ 14]LogAudio: Display: Audio Device (ID: 38) registered with world 'Minimal_Default'. +[2025.02.18-11.33.12:493][ 14]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.33.12:493][ 14]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.33.12:493][ 14]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.33.12 +[2025.02.18-11.33.12:494][ 14]LogWorld: Bringing up level for play took: 0.000558 +[2025.02.18-11.33.12:495][ 14]LogOnline: OSS: Created online subsystem instance for: :Context_46 +[2025.02.18-11.33.12:495][ 14]LogBlueprintUserMessages: [Minimal_Default_C_22] Welcome to Warehouse Wreckage! +[2025.02.18-11.33.12:495][ 14]LogBlueprintUserMessages: [Minimal_Default_C_22] Hello World +[2025.02.18-11.33.12:496][ 14]PIE: 서버가 로그인했습니다. +[2025.02.18-11.33.12:497][ 14]PIE: 에디터에서 플레이 총 시작 시간 0.063초입니다. +[2025.02.18-11.33.12:504][ 14]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.33.13:172][ 73]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-9998.131 Y=183.430 Z=61.080 +[2025.02.18-11.33.13:172][ 73]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.572 Y=0.414 Z=0.708 +[2025.02.18-11.33.14:123][187]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8368.720 Y=-1630.112 Z=-5225.635 +[2025.02.18-11.33.14:123][187]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.306 Y=-0.651 Z=-0.695 +[2025.02.18-11.33.14:597][244]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8368.720 Y=-1630.112 Z=-5225.635 +[2025.02.18-11.33.14:598][244]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.306 Y=-0.651 Z=-0.695 +[2025.02.18-11.33.14:980][290]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8384.346 Y=-1633.156 Z=-5199.571 +[2025.02.18-11.33.14:980][290]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.408 Y=-0.869 Z=-0.279 +[2025.02.18-11.33.15:381][338]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8384.346 Y=-1633.156 Z=-5199.571 +[2025.02.18-11.33.15:381][338]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.408 Y=-0.869 Z=-0.279 +[2025.02.18-11.33.15:789][387]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8384.346 Y=-1633.156 Z=-5199.571 +[2025.02.18-11.33.15:789][387]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.408 Y=-0.869 Z=-0.279 +[2025.02.18-11.33.16:248][442]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8384.346 Y=-1633.156 Z=-5199.571 +[2025.02.18-11.33.16:248][442]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.408 Y=-0.869 Z=-0.279 +[2025.02.18-11.33.17:156][551]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8420.331 Y=-1613.489 Z=-5147.299 +[2025.02.18-11.33.17:156][551]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.036 Y=-0.772 Z=0.634 +[2025.02.18-11.33.17:506][593]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8420.331 Y=-1613.489 Z=-5147.299 +[2025.02.18-11.33.17:506][593]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.036 Y=-0.772 Z=0.634 +[2025.02.18-11.33.18:047][658]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8420.331 Y=-1613.489 Z=-5147.299 +[2025.02.18-11.33.18:047][658]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.036 Y=-0.772 Z=0.634 +[2025.02.18-11.33.19:348][814]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8420.331 Y=-1613.489 Z=-5147.299 +[2025.02.18-11.33.19:348][814]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.036 Y=-0.772 Z=0.634 +[2025.02.18-11.33.19:814][870]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8420.331 Y=-1613.489 Z=-5147.299 +[2025.02.18-11.33.19:814][870]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.036 Y=-0.772 Z=0.634 +[2025.02.18-11.33.20:202][912]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.33.20:202][912]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.33.20:202][912]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.33.20:206][912]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.33.20:207][912]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.33.20:213][912]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.33.20:217][912]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.33.20:236][912]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=38 +[2025.02.18-11.33.20:237][912]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=38 +[2025.02.18-11.33.20:242][912]LogUObjectHash: Compacting FUObjectHashTables data took 0.93ms +[2025.02.18-11.33.20:266][915]LogPlayLevel: Display: Destroying online subsystem :Context_46 +[2025.02.18-11.33.27:445][775]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.33.27:449][775]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.33.27:449][775]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:33:27) +[2025.02.18-11.33.27:449][775]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.33.27:452][775]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002671s) +[2025.02.18-11.33.27:452][775]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002719s) +[2025.02.18-11.33.27:452][775]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.33.27:452][775]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.33.27:452][775]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.33.27:452][775]LogPlayLevel: PIE: World Init took: (0.000458s) +[2025.02.18-11.33.27:473][775]LogUObjectHash: Compacting FUObjectHashTables data took 0.94ms +[2025.02.18-11.33.27:474][775]LogAudio: Display: Creating Audio Device: Id: 39, Scope: Unique, Realtime: True +[2025.02.18-11.33.27:474][775]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.33.27:474][775]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.33.27:474][775]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.33.27:474][775]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.33.27:474][775]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.33.27:474][775]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.33.27:474][775]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.33.27:474][775]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.33.27:474][775]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.33.27:474][775]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.33.27:474][775]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.33.27:475][775]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.33.27:486][775]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.33.27:486][775]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.33.27:486][775]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.33.27:486][775]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.33.27:486][775]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=39 +[2025.02.18-11.33.27:486][775]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=39 +[2025.02.18-11.33.27:488][775]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=39 +[2025.02.18-11.33.27:488][775]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=39 +[2025.02.18-11.33.27:488][775]LogInit: FAudioDevice initialized. +[2025.02.18-11.33.27:488][775]LogAudio: Display: Audio Device (ID: 39) registered with world 'Minimal_Default'. +[2025.02.18-11.33.27:505][775]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.33.27:505][775]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.33.27:506][775]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.33.27 +[2025.02.18-11.33.27:506][775]LogWorld: Bringing up level for play took: 0.000592 +[2025.02.18-11.33.27:507][775]LogOnline: OSS: Created online subsystem instance for: :Context_47 +[2025.02.18-11.33.27:508][775]LogBlueprintUserMessages: [Minimal_Default_C_22] Welcome to Warehouse Wreckage! +[2025.02.18-11.33.27:508][775]LogBlueprintUserMessages: [Minimal_Default_C_22] Hello World +[2025.02.18-11.33.27:509][775]PIE: 서버가 로그인했습니다. +[2025.02.18-11.33.27:509][775]PIE: 에디터에서 플레이 총 시작 시간 0.061초입니다. +[2025.02.18-11.33.27:516][775]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.33.28:207][826]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-9992.475 Y=367.672 Z=123.568 +[2025.02.18-11.33.28:207][826]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.275 Y=0.107 Z=-0.955 +[2025.02.18-11.33.28:791][896]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-4758.263 Y=-8790.649 Z=288.840 +[2025.02.18-11.33.28:791][896]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.347 Y=0.274 Z=-0.897 +[2025.02.18-11.33.29:216][947]LogBlueprintUserMessages: [Minimal_Default_C_22] X=2467.492 Y=-9690.736 Z=33.488 +[2025.02.18-11.33.29:216][947]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.848 Y=0.513 Z=-0.130 +[2025.02.18-11.33.29:674][ 2]LogBlueprintUserMessages: [Minimal_Default_C_22] X=9121.459 Y=-4076.350 Z=-427.025 +[2025.02.18-11.33.29:674][ 2]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.633 Y=0.394 Z=-0.666 +[2025.02.18-11.33.30:108][ 54]LogBlueprintUserMessages: [Minimal_Default_C_22] X=8208.220 Y=5534.626 Z=-1411.750 +[2025.02.18-11.33.30:108][ 54]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.175 Y=0.981 Z=-0.082 +[2025.02.18-11.33.30:716][127]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-1418.580 Y=9746.793 Z=-1728.482 +[2025.02.18-11.33.30:716][127]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.853 Y=-0.522 Z=0.012 +[2025.02.18-11.33.31:132][177]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8981.602 Y=4113.567 Z=-1552.223 +[2025.02.18-11.33.31:132][177]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.205 Y=-0.323 Z=0.924 +[2025.02.18-11.33.31:749][251]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-16.032 Y=-6.902 Z=-9999.985 +[2025.02.18-11.33.31:749][251]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.265 Y=0.082 Z=-0.961 +[2025.02.18-11.33.32:074][290]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-16.032 Y=-6.902 Z=-9999.985 +[2025.02.18-11.33.32:074][290]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.265 Y=0.082 Z=-0.961 +[2025.02.18-11.33.32:415][331]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-16.032 Y=-6.902 Z=-9999.985 +[2025.02.18-11.33.32:415][331]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.265 Y=0.082 Z=-0.961 +[2025.02.18-11.33.32:757][372]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-44.312 Y=-18.438 Z=-9999.885 +[2025.02.18-11.33.32:757][372]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.430 Y=0.544 Z=-0.721 +[2025.02.18-11.33.33:124][416]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-101.820 Y=-39.119 Z=-9999.405 +[2025.02.18-11.33.33:124][416]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.936 Y=0.312 Z=0.165 +[2025.02.18-11.33.33:466][457]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-159.924 Y=-58.102 Z=-9998.552 +[2025.02.18-11.33.33:466][457]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.420 Y=-0.038 Z=0.907 +[2025.02.18-11.33.33:766][493]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-159.924 Y=-58.102 Z=-9998.552 +[2025.02.18-11.33.33:766][493]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.420 Y=-0.038 Z=0.907 +[2025.02.18-11.33.34:141][538]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-189.649 Y=-65.641 Z=-9997.986 +[2025.02.18-11.33.34:141][538]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.040 Y=0.029 Z=0.999 +[2025.02.18-11.33.34:382][567]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-189.849 Y=-65.062 Z=-9997.986 +[2025.02.18-11.33.34:382][567]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.049 Y=0.007 Z=0.999 +[2025.02.18-11.33.34:641][598]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-219.187 Y=-73.623 Z=-9997.326 +[2025.02.18-11.33.34:641][598]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.344 Y=-0.376 Z=0.860 +[2025.02.18-11.33.34:841][622]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-219.187 Y=-73.623 Z=-9997.326 +[2025.02.18-11.33.34:841][622]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.344 Y=-0.376 Z=0.860 +[2025.02.18-11.33.35:041][646]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-219.187 Y=-73.623 Z=-9997.326 +[2025.02.18-11.33.35:041][646]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.344 Y=-0.376 Z=0.860 +[2025.02.18-11.33.35:266][673]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-219.187 Y=-73.623 Z=-9997.326 +[2025.02.18-11.33.35:266][673]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.344 Y=-0.376 Z=0.860 +[2025.02.18-11.33.35:557][708]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-219.187 Y=-73.623 Z=-9997.326 +[2025.02.18-11.33.35:557][708]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.344 Y=-0.376 Z=0.860 +[2025.02.18-11.33.36:233][789]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-9724.743 Y=2266.291 Z=-541.566 +[2025.02.18-11.33.36:233][789]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.404 Y=-0.914 Z=0.029 +[2025.02.18-11.33.36:458][816]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-9720.815 Y=2296.698 Z=-480.563 +[2025.02.18-11.33.36:458][816]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.040 Y=-0.588 Z=-0.808 +[2025.02.18-11.33.37:008][882]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-2661.817 Y=546.742 Z=-9623.710 +[2025.02.18-11.33.37:008][882]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.016 Y=0.518 Z=0.855 +[2025.02.18-11.33.37:274][914]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-2661.817 Y=546.742 Z=-9623.710 +[2025.02.18-11.33.37:274][914]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.016 Y=0.518 Z=0.855 +[2025.02.18-11.33.37:624][956]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-16.968 Y=4.094 Z=-9999.985 +[2025.02.18-11.33.37:624][956]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.131 Y=-0.244 Z=-0.961 +[2025.02.18-11.33.38:598][ 71]LogBlueprintUserMessages: [Minimal_Default_C_22] X=1310.983 Y=188.053 Z=-9911.910 +[2025.02.18-11.33.38:598][ 71]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.482 Y=-0.497 Z=-0.722 +[2025.02.18-11.33.39:064][127]LogBlueprintUserMessages: [Minimal_Default_C_22] X=1140.563 Y=-67.478 Z=-9934.514 +[2025.02.18-11.33.39:064][127]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.452 Y=0.233 Z=0.861 +[2025.02.18-11.33.39:515][181]LogBlueprintUserMessages: [Minimal_Default_C_22] X=1605.275 Y=-1383.183 Z=-9772.916 +[2025.02.18-11.33.39:515][181]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.319 Y=-0.434 Z=0.843 +[2025.02.18-11.33.39:815][217]LogBlueprintUserMessages: [Minimal_Default_C_22] X=1082.600 Y=-2328.547 Z=-9664.670 +[2025.02.18-11.33.39:815][217]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.600 Y=0.622 Z=-0.503 +[2025.02.18-11.33.40:240][268]LogBlueprintUserMessages: [Minimal_Default_C_22] X=835.416 Y=-2428.217 Z=-9664.670 +[2025.02.18-11.33.40:240][268]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.711 Y=0.491 Z=-0.503 +[2025.02.18-11.33.40:781][333]LogBlueprintUserMessages: [Minimal_Default_C_22] X=247.860 Y=-2555.919 Z=-9664.670 +[2025.02.18-11.33.40:781][333]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.814 Y=0.289 Z=-0.503 +[2025.02.18-11.33.41:223][386]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-832.172 Y=-2761.690 Z=-9574.996 +[2025.02.18-11.33.41:223][386]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.647 Y=0.153 Z=0.747 +[2025.02.18-11.33.41:564][427]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-966.073 Y=-2717.746 Z=-9574.996 +[2025.02.18-11.33.41:564][427]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.663 Y=0.057 Z=0.747 +[2025.02.18-11.33.41:914][469]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-1478.173 Y=-1981.896 Z=-9689.535 +[2025.02.18-11.33.41:914][469]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.167 Y=-0.140 Z=0.976 +[2025.02.18-11.33.42:273][512]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-1640.288 Y=-1518.076 Z=-9747.046 +[2025.02.18-11.33.42:273][512]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.393 Y=0.303 Z=-0.868 +[2025.02.18-11.33.42:764][571]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-1841.326 Y=-1101.364 Z=-9767.114 +[2025.02.18-11.33.42:764][571]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.271 Y=-0.879 Z=0.393 +[2025.02.18-11.33.43:348][641]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-8471.051 Y=320.280 Z=-5304.594 +[2025.02.18-11.33.43:348][641]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.132 Y=-0.085 Z=-0.988 +[2025.02.18-11.33.44:006][720]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-9749.644 Y=-1670.722 Z=-1467.352 +[2025.02.18-11.33.44:006][720]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.031 Y=0.075 Z=-0.997 +[2025.02.18-11.33.44:456][774]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-4560.638 Y=-8638.633 Z=-2138.830 +[2025.02.18-11.33.44:456][774]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.059 Y=-0.896 Z=0.440 +[2025.02.18-11.33.44:932][831]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-4560.638 Y=-8638.633 Z=-2138.830 +[2025.02.18-11.33.44:932][831]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.059 Y=-0.896 Z=0.440 +[2025.02.18-11.33.45:431][891]LogBlueprintUserMessages: [Minimal_Default_C_22] X=2522.966 Y=-9301.280 Z=-2668.488 +[2025.02.18-11.33.45:431][891]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.074 Y=0.209 Z=-0.975 +[2025.02.18-11.33.46:331][999]LogBlueprintUserMessages: [Minimal_Default_C_22] X=2793.936 Y=-9291.750 Z=-2420.185 +[2025.02.18-11.33.46:331][999]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.056 Y=0.004 Z=0.998 +[2025.02.18-11.33.47:473][136]LogBlueprintUserMessages: [Minimal_Default_C_22] X=2793.936 Y=-9291.750 Z=-2420.185 +[2025.02.18-11.33.47:473][136]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.056 Y=0.004 Z=0.998 +[2025.02.18-11.33.47:981][197]LogBlueprintUserMessages: [Minimal_Default_C_22] X=2793.936 Y=-9291.750 Z=-2420.185 +[2025.02.18-11.33.47:981][197]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.056 Y=0.004 Z=0.998 +[2025.02.18-11.33.48:723][286]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-9194.825 Y=-3200.491 Z=-2282.992 +[2025.02.18-11.33.48:723][286]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.131 Y=0.102 Z=-0.986 +[2025.02.18-11.33.49:182][341]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-9175.569 Y=3318.002 Z=-2190.846 +[2025.02.18-11.33.49:182][341]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.959 Y=-0.161 Z=0.232 +[2025.02.18-11.33.49:707][404]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-2831.629 Y=9358.750 Z=-2096.588 +[2025.02.18-11.33.49:707][404]LogBlueprintUserMessages: [Minimal_Default_C_22] X=-0.553 Y=-0.089 Z=0.829 +[2025.02.18-11.33.50:231][467]LogBlueprintUserMessages: [Minimal_Default_C_22] X=7736.689 Y=5892.346 Z=-2328.927 +[2025.02.18-11.33.50:231][467]LogBlueprintUserMessages: [Minimal_Default_C_22] X=0.945 Y=-0.116 Z=0.305 +[2025.02.18-11.33.52:722][761]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.33.52:722][761]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.33.52:722][761]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.33.52:727][761]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.33.52:727][761]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.33.52:733][761]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.33.52:737][761]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.33.52:757][761]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=39 +[2025.02.18-11.33.52:758][761]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=39 +[2025.02.18-11.33.52:762][761]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms +[2025.02.18-11.33.52:787][764]LogPlayLevel: Display: Destroying online subsystem :Context_47 +[2025.02.18-11.34.28:525][284]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.34.28:554][284]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.02.18-11.34.29:326][372]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.34.29:330][372]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.34.29:330][372]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:34:29) +[2025.02.18-11.34.29:330][372]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.34.29:333][372]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003142s) +[2025.02.18-11.34.29:333][372]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.003191s) +[2025.02.18-11.34.29:333][372]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.34.29:333][372]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.34.29:334][372]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.34.29:334][372]LogPlayLevel: PIE: World Init took: (0.000466s) +[2025.02.18-11.34.29:353][372]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.34.29:355][372]LogAudio: Display: Creating Audio Device: Id: 40, Scope: Unique, Realtime: True +[2025.02.18-11.34.29:355][372]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.34.29:355][372]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.34.29:355][372]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.34.29:355][372]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.34.29:355][372]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.34.29:355][372]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.34.29:355][372]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.34.29:355][372]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.34.29:355][372]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.34.29:355][372]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.34.29:355][372]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.34.29:357][372]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.34.29:369][372]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.34.29:369][372]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.34.29:369][372]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.34.29:369][372]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.34.29:369][372]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=40 +[2025.02.18-11.34.29:369][372]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=40 +[2025.02.18-11.34.29:370][372]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=40 +[2025.02.18-11.34.29:370][372]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=40 +[2025.02.18-11.34.29:370][372]LogInit: FAudioDevice initialized. +[2025.02.18-11.34.29:370][372]LogAudio: Display: Audio Device (ID: 40) registered with world 'Minimal_Default'. +[2025.02.18-11.34.29:393][372]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.34.29:393][372]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.34.29:393][372]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.34.29 +[2025.02.18-11.34.29:393][372]LogWorld: Bringing up level for play took: 0.000618 +[2025.02.18-11.34.29:395][372]LogOnline: OSS: Created online subsystem instance for: :Context_48 +[2025.02.18-11.34.29:395][372]LogBlueprintUserMessages: [Minimal_Default_C_23] Welcome to Warehouse Wreckage! +[2025.02.18-11.34.29:395][372]LogBlueprintUserMessages: [Minimal_Default_C_23] Hello World +[2025.02.18-11.34.29:396][372]PIE: 서버가 로그인했습니다. +[2025.02.18-11.34.29:397][372]PIE: 에디터에서 플레이 총 시작 시간 0.067초입니다. +[2025.02.18-11.34.29:406][372]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.34.30:224][437]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-9974.946 Y=-433.692 Z=558.899 +[2025.02.18-11.34.30:224][437]LogBlueprintUserMessages: [Minimal_Default_C_23] X=0.678 Y=0.156 Z=-0.719 +[2025.02.18-11.34.30:975][527]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-8644.987 Y=-5016.870 Z=-308.563 +[2025.02.18-11.34.30:975][527]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-0.408 Y=-0.842 Z=0.352 +[2025.02.18-11.34.31:666][610]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-8439.797 Y=-5356.539 Z=-278.035 +[2025.02.18-11.34.31:666][610]LogBlueprintUserMessages: [Minimal_Default_C_23] X=0.056 Y=-0.162 Z=-0.985 +[2025.02.18-11.34.32:474][707]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-9558.967 Y=2937.031 Z=-0.778 +[2025.02.18-11.34.32:474][707]LogBlueprintUserMessages: [Minimal_Default_C_23] X=0.416 Y=-0.359 Z=0.835 +[2025.02.18-11.34.33:266][802]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-9474.638 Y=3198.629 Z=-0.778 +[2025.02.18-11.34.33:266][802]LogBlueprintUserMessages: [Minimal_Default_C_23] X=0.401 Y=0.376 Z=0.835 +[2025.02.18-11.34.33:933][878]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.34.33:933][878]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.34.33:933][878]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.34.33:938][878]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.34.33:938][878]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.34.33:947][878]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.34.33:950][878]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.34.33:971][878]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=40 +[2025.02.18-11.34.33:973][878]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=40 +[2025.02.18-11.34.33:976][878]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.34.34:001][881]LogPlayLevel: Display: Destroying online subsystem :Context_48 +[2025.02.18-11.34.35:451][ 55]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.34.35:455][ 55]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.34.35:455][ 55]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:34:35) +[2025.02.18-11.34.35:455][ 55]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.34.35:458][ 55]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002602s) +[2025.02.18-11.34.35:458][ 55]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002649s) +[2025.02.18-11.34.35:458][ 55]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.34.35:458][ 55]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.34.35:458][ 55]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.34.35:459][ 55]LogPlayLevel: PIE: World Init took: (0.000470s) +[2025.02.18-11.34.35:478][ 55]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.34.35:479][ 55]LogAudio: Display: Creating Audio Device: Id: 41, Scope: Unique, Realtime: True +[2025.02.18-11.34.35:479][ 55]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.34.35:479][ 55]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.34.35:479][ 55]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.34.35:479][ 55]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.34.35:479][ 55]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.34.35:479][ 55]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.34.35:479][ 55]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.34.35:479][ 55]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.34.35:479][ 55]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.34.35:479][ 55]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.34.35:479][ 55]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.34.35:481][ 55]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.34.35:492][ 55]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.34.35:492][ 55]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.34.35:492][ 55]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.34.35:492][ 55]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.34.35:492][ 55]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=41 +[2025.02.18-11.34.35:492][ 55]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=41 +[2025.02.18-11.34.35:493][ 55]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=41 +[2025.02.18-11.34.35:493][ 55]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=41 +[2025.02.18-11.34.35:493][ 55]LogInit: FAudioDevice initialized. +[2025.02.18-11.34.35:493][ 55]LogAudio: Display: Audio Device (ID: 41) registered with world 'Minimal_Default'. +[2025.02.18-11.34.35:518][ 55]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.34.35:518][ 55]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.34.35:519][ 55]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.34.35 +[2025.02.18-11.34.35:519][ 55]LogWorld: Bringing up level for play took: 0.000704 +[2025.02.18-11.34.35:520][ 55]LogOnline: OSS: Created online subsystem instance for: :Context_49 +[2025.02.18-11.34.35:521][ 55]LogBlueprintUserMessages: [Minimal_Default_C_23] Welcome to Warehouse Wreckage! +[2025.02.18-11.34.35:521][ 55]LogBlueprintUserMessages: [Minimal_Default_C_23] Hello World +[2025.02.18-11.34.35:522][ 55]PIE: 서버가 로그인했습니다. +[2025.02.18-11.34.35:522][ 55]PIE: 에디터에서 플레이 총 시작 시간 0.067초입니다. +[2025.02.18-11.34.35:530][ 55]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.34.36:473][155]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-9950.801 Y=989.980 Z=-38.818 +[2025.02.18-11.34.36:473][155]LogBlueprintUserMessages: [Minimal_Default_C_23] X=-0.513 Y=0.366 Z=-0.776 +[2025.02.18-11.34.37:394][261]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.34.37:394][261]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.34.37:394][261]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.34.37:399][261]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.34.37:399][261]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.34.37:410][261]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.34.37:414][261]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.34.37:434][261]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=41 +[2025.02.18-11.34.37:436][261]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=41 +[2025.02.18-11.34.37:440][261]LogUObjectHash: Compacting FUObjectHashTables data took 1.24ms +[2025.02.18-11.34.37:456][263]LogPlayLevel: Display: Destroying online subsystem :Context_49 +[2025.02.18-11.35.03:902][407]LogEditorTransaction: Undo 핀 링크 생성 +[2025.02.18-11.35.04:219][428]LogEditorTransaction: Undo 노드 이동 +[2025.02.18-11.35.04:915][502]LogEditorTransaction: Undo 노드 이동 +[2025.02.18-11.35.05:288][546]LogEditorTransaction: Undo 현재 선택된 부분을 삭제합니다. +[2025.02.18-11.35.05:911][618]LogEditorTransaction: Undo 현재 선택된 부분을 삭제합니다. +[2025.02.18-11.35.14:485][624]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.35.14:513][624]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms +[2025.02.18-11.35.14:979][672]LogUObjectHash: Compacting FUObjectHashTables data took 0.38ms +[2025.02.18-11.35.14:993][672]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.35.14:993][672]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultFC3E3F87426BBCB0BCFB6095FFBEF304.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.35.14:999][672]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.35.14:999][672]LogFileHelpers: Saving map 'Minimal_Default' took 0.040 +[2025.02.18-11.35.15:008][672]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.35.15:008][672]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.35.15:486][730]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.35.15:489][730]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.35.15:490][730]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:35:15) +[2025.02.18-11.35.15:490][730]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.35.15:493][730]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002860s) +[2025.02.18-11.35.15:493][730]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002920s) +[2025.02.18-11.35.15:493][730]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.35.15:493][730]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.35.15:493][730]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.35.15:493][730]LogPlayLevel: PIE: World Init took: (0.000454s) +[2025.02.18-11.35.15:513][730]LogUObjectHash: Compacting FUObjectHashTables data took 0.91ms +[2025.02.18-11.35.15:514][730]LogAudio: Display: Creating Audio Device: Id: 42, Scope: Unique, Realtime: True +[2025.02.18-11.35.15:514][730]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.35.15:514][730]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.35.15:514][730]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.35.15:514][730]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.35.15:514][730]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.35.15:514][730]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.35.15:514][730]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.35.15:514][730]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.35.15:514][730]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.35.15:514][730]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.35.15:514][730]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.35.15:516][730]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.35.15:528][730]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.35.15:528][730]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.35.15:528][730]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.35.15:528][730]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.35.15:529][730]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=42 +[2025.02.18-11.35.15:529][730]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=42 +[2025.02.18-11.35.15:529][730]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=42 +[2025.02.18-11.35.15:529][730]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=42 +[2025.02.18-11.35.15:529][730]LogInit: FAudioDevice initialized. +[2025.02.18-11.35.15:529][730]LogAudio: Display: Audio Device (ID: 42) registered with world 'Minimal_Default'. +[2025.02.18-11.35.15:548][730]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.35.15:548][730]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.35.15:549][730]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.35.15 +[2025.02.18-11.35.15:549][730]LogWorld: Bringing up level for play took: 0.000629 +[2025.02.18-11.35.15:550][730]LogOnline: OSS: Created online subsystem instance for: :Context_50 +[2025.02.18-11.35.15:551][730]LogBlueprintUserMessages: [Minimal_Default_C_24] Welcome to Warehouse Wreckage! +[2025.02.18-11.35.15:551][730]LogBlueprintUserMessages: [Minimal_Default_C_24] Hello World +[2025.02.18-11.35.15:552][730]PIE: 서버가 로그인했습니다. +[2025.02.18-11.35.15:552][730]PIE: 에디터에서 플레이 총 시작 시간 0.063초입니다. +[2025.02.18-11.35.15:560][730]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.35.16:246][764]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-9993.727 Y=354.140 Z=0.000 +[2025.02.18-11.35.16:246][764]LogBlueprintUserMessages: [Minimal_Default_C_24] P=0.000000 Y=17797050476.074219 R=0.000000 +[2025.02.18-11.35.17:113][868]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-6163.140 Y=-1944.366 Z=-7631.196 +[2025.02.18-11.35.17:113][868]LogBlueprintUserMessages: [Minimal_Default_C_24] P=31026000976.562500 Y=19750959777.832031 R=0.000000 +[2025.02.18-11.35.17:638][931]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-6163.140 Y=-1944.366 Z=-7631.196 +[2025.02.18-11.35.17:638][931]LogBlueprintUserMessages: [Minimal_Default_C_24] P=31026000976.562500 Y=19750959777.832031 R=0.000000 +[2025.02.18-11.35.18:263][ 6]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-4803.872 Y=157.273 Z=-8769.155 +[2025.02.18-11.35.18:263][ 6]LogBlueprintUserMessages: [Minimal_Default_C_24] P=29872750854.492188 Y=17812487792.968750 R=0.000000 +[2025.02.18-11.35.19:530][158]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-9702.576 Y=774.837 Z=2293.394 +[2025.02.18-11.35.19:530][158]LogBlueprintUserMessages: [Minimal_Default_C_24] P=1325817966.461182 Y=17543411254.882812 R=0.000000 +[2025.02.18-11.35.19:930][206]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-7743.635 Y=100.074 Z=6326.618 +[2025.02.18-11.35.19:930][206]LogBlueprintUserMessages: [Minimal_Default_C_24] P=3924678039.550781 Y=17925958251.953125 R=0.000000 +[2025.02.18-11.35.20:297][250]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-5661.581 Y=38.581 Z=8242.877 +[2025.02.18-11.35.20:297][250]LogBlueprintUserMessages: [Minimal_Default_C_24] P=5551633834.838867 Y=17960955810.546875 R=0.000000 +[2025.02.18-11.35.20:630][290]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-3458.855 Y=-18.685 Z=9382.749 +[2025.02.18-11.35.20:630][290]LogBlueprintUserMessages: [Minimal_Default_C_24] P=6976383209.228516 Y=18030950927.734375 R=0.000000 +[2025.02.18-11.35.21:030][338]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-9775.324 Y=365.672 Z=2075.892 +[2025.02.18-11.35.21:030][338]LogBlueprintUserMessages: [Minimal_Default_C_24] P=1198110866.546631 Y=17785769653.320312 R=0.000000 +[2025.02.18-11.35.21:421][385]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-9236.940 Y=1028.369 Z=-3690.718 +[2025.02.18-11.35.21:421][385]LogBlueprintUserMessages: [Minimal_Default_C_24] P=33834161376.953125 Y=17364729309.082031 R=0.000000 +[2025.02.18-11.35.21:930][446]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-2757.265 Y=8765.511 Z=-3945.036 +[2025.02.18-11.35.21:930][446]LogBlueprintUserMessages: [Minimal_Default_C_24] P=33676498413.085938 Y=10746140289.306641 R=0.000000 +[2025.02.18-11.35.22:656][533]LogBlueprintUserMessages: [Minimal_Default_C_24] X=-586.235 Y=-3273.347 Z=-9430.882 +[2025.02.18-11.35.22:656][533]LogBlueprintUserMessages: [Minimal_Default_C_24] P=28942318725.585938 Y=25984634399.414062 R=0.000000 +[2025.02.18-11.35.23:247][604]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3584.265 Y=-6013.435 Z=-7140.843 +[2025.02.18-11.35.23:247][604]LogBlueprintUserMessages: [Minimal_Default_C_24] P=31443179321.289062 Y=30079675292.968750 R=0.000000 +[2025.02.18-11.35.23:664][654]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3900.334 Y=-6070.355 Z=-6923.740 +[2025.02.18-11.35.23:664][654]LogBlueprintUserMessages: [Minimal_Default_C_24] P=31618167114.257812 Y=30272161865.234375 R=0.000000 +[2025.02.18-11.35.24:214][720]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3931.493 Y=-4761.464 Z=-7865.865 +[2025.02.18-11.35.24:214][720]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30813235473.632812 Y=30954614257.812500 R=0.000000 +[2025.02.18-11.35.24:871][799]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3871.052 Y=-4717.536 Z=-7922.109 +[2025.02.18-11.35.24:871][799]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30760739135.742188 Y=30937115478.515625 R=0.000000 +[2025.02.18-11.35.25:471][871]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3871.052 Y=-4717.536 Z=-7922.109 +[2025.02.18-11.35.25:471][871]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30760739135.742188 Y=30937115478.515625 R=0.000000 +[2025.02.18-11.35.26:097][946]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3871.052 Y=-4717.536 Z=-7922.109 +[2025.02.18-11.35.26:097][946]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30760739135.742188 Y=30937115478.515625 R=0.000000 +[2025.02.18-11.35.26:747][ 24]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3871.052 Y=-4717.536 Z=-7922.109 +[2025.02.18-11.35.26:747][ 24]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30760739135.742188 Y=30937115478.515625 R=0.000000 +[2025.02.18-11.35.27:422][105]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3886.382 Y=-4736.218 Z=-7903.435 +[2025.02.18-11.35.27:422][105]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30778237915.039062 Y=30937115478.515625 R=0.000000 +[2025.02.18-11.35.28:080][184]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3916.179 Y=-4742.917 Z=-7884.686 +[2025.02.18-11.35.28:080][184]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30795736694.335938 Y=30954614257.812500 R=0.000000 +[2025.02.18-11.35.28:697][258]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3931.493 Y=-4761.464 Z=-7865.865 +[2025.02.18-11.35.28:697][258]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30813235473.632812 Y=30954614257.812500 R=0.000000 +[2025.02.18-11.35.29:364][338]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3931.493 Y=-4761.464 Z=-7865.865 +[2025.02.18-11.35.29:364][338]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30813235473.632812 Y=30954614257.812500 R=0.000000 +[2025.02.18-11.35.30:038][419]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3931.493 Y=-4761.464 Z=-7865.865 +[2025.02.18-11.35.30:038][419]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30813235473.632812 Y=30954614257.812500 R=0.000000 +[2025.02.18-11.35.30:688][497]LogBlueprintUserMessages: [Minimal_Default_C_24] X=3931.493 Y=-4761.464 Z=-7865.865 +[2025.02.18-11.35.30:688][497]LogBlueprintUserMessages: [Minimal_Default_C_24] P=30813235473.632812 Y=30954614257.812500 R=0.000000 +[2025.02.18-11.35.31:465][586]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.35.31:465][586]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.35.31:465][586]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.35.31:470][586]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.35.31:470][586]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.35.31:480][586]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.35.31:483][586]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.35.31:503][586]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=42 +[2025.02.18-11.35.31:504][586]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=42 +[2025.02.18-11.35.31:508][586]LogUObjectHash: Compacting FUObjectHashTables data took 0.94ms +[2025.02.18-11.35.31:533][589]LogPlayLevel: Display: Destroying online subsystem :Context_50 +[2025.02.18-11.36.00:327][ 12]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.36.00:331][ 12]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-11.36.00:331][ 12]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-11.36.00:366][ 12]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.36.00:368][ 12]LogPlayLevel: PlayLevel: Blueprint regeneration took 37 ms (1 blueprints) +[2025.02.18-11.36.00:368][ 12]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:36:00) +[2025.02.18-11.36.00:368][ 12]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.36.00:371][ 12]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002517s) +[2025.02.18-11.36.00:371][ 12]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002565s) +[2025.02.18-11.36.00:371][ 12]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.36.00:371][ 12]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.36.00:371][ 12]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.36.00:371][ 12]LogPlayLevel: PIE: World Init took: (0.000477s) +[2025.02.18-11.36.00:388][ 12]LogUObjectHash: Compacting FUObjectHashTables data took 0.94ms +[2025.02.18-11.36.00:389][ 12]LogAudio: Display: Creating Audio Device: Id: 43, Scope: Unique, Realtime: True +[2025.02.18-11.36.00:389][ 12]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.36.00:389][ 12]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.36.00:389][ 12]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.36.00:389][ 12]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.36.00:389][ 12]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.36.00:389][ 12]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.36.00:389][ 12]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.36.00:389][ 12]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.36.00:389][ 12]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.36.00:390][ 12]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.36.00:390][ 12]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.36.00:391][ 12]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.36.00:403][ 12]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.36.00:403][ 12]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.36.00:403][ 12]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.36.00:403][ 12]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.36.00:403][ 12]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=43 +[2025.02.18-11.36.00:403][ 12]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=43 +[2025.02.18-11.36.00:404][ 12]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=43 +[2025.02.18-11.36.00:404][ 12]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=43 +[2025.02.18-11.36.00:404][ 12]LogInit: FAudioDevice initialized. +[2025.02.18-11.36.00:404][ 12]LogAudio: Display: Audio Device (ID: 43) registered with world 'Minimal_Default'. +[2025.02.18-11.36.00:427][ 12]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.36.00:427][ 12]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.36.00:428][ 12]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.36.00 +[2025.02.18-11.36.00:428][ 12]LogWorld: Bringing up level for play took: 0.000576 +[2025.02.18-11.36.00:429][ 12]LogOnline: OSS: Created online subsystem instance for: :Context_51 +[2025.02.18-11.36.00:430][ 12]LogBlueprintUserMessages: [Minimal_Default_C_25] Welcome to Warehouse Wreckage! +[2025.02.18-11.36.00:430][ 12]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello World +[2025.02.18-11.36.00:430][ 12]PIE: 서버가 로그인했습니다. +[2025.02.18-11.36.00:430][ 12]PIE: 에디터에서 플레이 총 시작 시간 0.099초입니다. +[2025.02.18-11.36.00:446][ 12]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.36.01:423][102]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9997.849 Y=207.379 Z=0.000 +[2025.02.18-11.36.01:423][102]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.02:090][182]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9088.464 Y=-3902.055 Z=1474.375 +[2025.02.18-11.36.02:090][182]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.02:482][229]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-6481.842 Y=-7533.276 Z=1111.517 +[2025.02.18-11.36.02:482][229]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.03:215][314]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.36.03:215][314]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.36.03:215][314]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.36.03:221][314]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.36.03:221][314]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.36.03:231][314]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.36.03:235][314]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.36.03:255][314]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=43 +[2025.02.18-11.36.03:256][314]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=43 +[2025.02.18-11.36.03:260][314]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.02.18-11.36.03:293][318]LogPlayLevel: Display: Destroying online subsystem :Context_51 +[2025.02.18-11.36.21:262][473]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.36.21:266][473]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.36.21:266][473]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:36:21) +[2025.02.18-11.36.21:266][473]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.36.21:268][473]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002635s) +[2025.02.18-11.36.21:268][473]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002683s) +[2025.02.18-11.36.21:268][473]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.36.21:268][473]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.36.21:269][473]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.36.21:269][473]LogPlayLevel: PIE: World Init took: (0.000486s) +[2025.02.18-11.36.21:289][473]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms +[2025.02.18-11.36.21:290][473]LogAudio: Display: Creating Audio Device: Id: 44, Scope: Unique, Realtime: True +[2025.02.18-11.36.21:290][473]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.36.21:290][473]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.36.21:290][473]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.36.21:290][473]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.36.21:290][473]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.36.21:290][473]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.36.21:290][473]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.36.21:290][473]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.36.21:290][473]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.36.21:290][473]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.36.21:290][473]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.36.21:292][473]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.36.21:303][473]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.36.21:303][473]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.36.21:303][473]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.36.21:303][473]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.36.21:304][473]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=44 +[2025.02.18-11.36.21:304][473]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=44 +[2025.02.18-11.36.21:305][473]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=44 +[2025.02.18-11.36.21:305][473]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=44 +[2025.02.18-11.36.21:305][473]LogInit: FAudioDevice initialized. +[2025.02.18-11.36.21:305][473]LogAudio: Display: Audio Device (ID: 44) registered with world 'Minimal_Default'. +[2025.02.18-11.36.21:328][473]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.36.21:328][473]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.36.21:329][473]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.36.21 +[2025.02.18-11.36.21:329][473]LogWorld: Bringing up level for play took: 0.000751 +[2025.02.18-11.36.21:330][473]LogOnline: OSS: Created online subsystem instance for: :Context_52 +[2025.02.18-11.36.21:331][473]LogBlueprintUserMessages: [Minimal_Default_C_25] Welcome to Warehouse Wreckage! +[2025.02.18-11.36.21:331][473]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello World +[2025.02.18-11.36.21:332][473]PIE: 서버가 로그인했습니다. +[2025.02.18-11.36.21:332][473]PIE: 에디터에서 플레이 총 시작 시간 0.067초입니다. +[2025.02.18-11.36.21:341][473]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.36.23:464][691]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-3082.650 Y=-9014.348 Z=3039.540 +[2025.02.18-11.36.23:464][691]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.23:914][745]LogBlueprintUserMessages: [Minimal_Default_C_25] X=6673.433 Y=-7343.120 Z=1242.531 +[2025.02.18-11.36.23:914][745]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.24:355][798]LogBlueprintUserMessages: [Minimal_Default_C_25] X=7764.158 Y=-5569.734 Z=-2948.884 +[2025.02.18-11.36.24:355][798]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.25:215][901]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9894.746 Y=-957.157 Z=-1085.291 +[2025.02.18-11.36.25:215][901]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.25:914][985]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8922.873 Y=4314.400 Z=-1329.771 +[2025.02.18-11.36.25:914][985]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.26:956][110]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-5644.359 Y=115.990 Z=-8253.954 +[2025.02.18-11.36.26:956][110]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.27:597][187]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8373.324 Y=1462.539 Z=-5267.677 +[2025.02.18-11.36.27:598][187]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.28:114][249]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8468.017 Y=-107.262 Z=-5318.006 +[2025.02.18-11.36.28:114][249]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.28:706][320]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-7369.594 Y=-5480.423 Z=-3956.519 +[2025.02.18-11.36.28:706][320]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.29:289][390]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-2208.541 Y=-9743.685 Z=427.730 +[2025.02.18-11.36.29:289][390]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.29:731][443]LogBlueprintUserMessages: [Minimal_Default_C_25] X=5692.038 Y=-8111.828 Z=1341.251 +[2025.02.18-11.36.29:731][443]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.30:114][489]LogBlueprintUserMessages: [Minimal_Default_C_25] X=9332.276 Y=3366.339 Z=1255.538 +[2025.02.18-11.36.30:114][489]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.30:764][567]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-547.075 Y=9767.364 Z=2073.480 +[2025.02.18-11.36.30:764][567]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.31:040][600]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-7332.051 Y=6379.938 Z=2353.170 +[2025.02.18-11.36.31:040][600]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.31:315][633]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9726.111 Y=756.275 Z=2197.909 +[2025.02.18-11.36.31:315][633]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.32:147][733]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-6312.732 Y=-1230.110 Z=-7657.431 +[2025.02.18-11.36.32:147][733]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.32:747][805]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9396.821 Y=-1180.289 Z=-3210.400 +[2025.02.18-11.36.32:748][805]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.33:181][857]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8277.932 Y=-1199.167 Z=-5480.678 +[2025.02.18-11.36.33:181][857]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.33:572][904]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8709.962 Y=-1811.568 Z=-4566.703 +[2025.02.18-11.36.33:572][904]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.34:039][960]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8342.192 Y=-1392.193 Z=-5335.695 +[2025.02.18-11.36.34:039][960]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.35:322][114]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8430.311 Y=3880.605 Z=-3724.346 +[2025.02.18-11.36.35:322][114]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.35:872][180]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8671.315 Y=4251.274 Z=-2595.182 +[2025.02.18-11.36.35:872][180]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.36:323][234]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8582.748 Y=3851.738 Z=-3391.246 +[2025.02.18-11.36.36:323][234]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.36:781][289]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-8848.721 Y=3841.931 Z=-2634.330 +[2025.02.18-11.36.36:781][289]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.38:856][538]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-6126.747 Y=-659.861 Z=-7875.757 +[2025.02.18-11.36.38:856][538]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.39:306][592]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-6246.163 Y=-2543.440 Z=-7383.520 +[2025.02.18-11.36.39:306][592]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.39:748][645]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-6543.276 Y=-2120.560 Z=-7258.702 +[2025.02.18-11.36.39:748][645]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.41:624][870]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-3715.945 Y=9145.543 Z=-1597.121 +[2025.02.18-11.36.41:624][870]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.42:953][ 28]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9965.660 Y=-799.719 Z=214.660 +[2025.02.18-11.36.42:953][ 28]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.43:928][145]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9951.357 Y=-852.362 Z=493.937 +[2025.02.18-11.36.43:928][145]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.44:329][193]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9944.437 Y=-1035.644 Z=188.724 +[2025.02.18-11.36.44:329][193]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.44:603][226]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9944.437 Y=-1035.644 Z=188.724 +[2025.02.18-11.36.44:603][226]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.44:804][250]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9944.437 Y=-1035.644 Z=188.724 +[2025.02.18-11.36.44:804][250]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.44:987][272]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9944.437 Y=-1035.644 Z=188.724 +[2025.02.18-11.36.44:987][272]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.45:195][297]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9944.437 Y=-1035.644 Z=188.724 +[2025.02.18-11.36.45:195][297]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.45:370][318]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9944.437 Y=-1035.644 Z=188.724 +[2025.02.18-11.36.45:370][318]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.46:612][467]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9899.734 Y=-1404.889 Z=-146.788 +[2025.02.18-11.36.46:612][467]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.46:779][487]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9899.734 Y=-1404.889 Z=-146.788 +[2025.02.18-11.36.46:779][487]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.46:995][513]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9899.734 Y=-1404.889 Z=-146.788 +[2025.02.18-11.36.46:995][513]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:096][525]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9899.734 Y=-1404.889 Z=-146.788 +[2025.02.18-11.36.47:096][525]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:153][532]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9899.734 Y=-1404.889 Z=-146.788 +[2025.02.18-11.36.47:153][532]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:212][539]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9900.132 Y=-1404.945 Z=-116.250 +[2025.02.18-11.36.47:212][539]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:312][551]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9816.840 Y=-1855.227 Z=433.339 +[2025.02.18-11.36.47:312][551]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:347][555]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9779.743 Y=-2003.350 Z=585.841 +[2025.02.18-11.36.47:347][555]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:421][564]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9763.641 Y=-2062.271 Z=646.805 +[2025.02.18-11.36.47:421][564]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:462][569]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9763.641 Y=-2062.271 Z=646.805 +[2025.02.18-11.36.47:462][569]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:554][580]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9763.641 Y=-2062.271 Z=646.805 +[2025.02.18-11.36.47:554][580]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:621][588]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9772.166 Y=-2064.072 Z=494.354 +[2025.02.18-11.36.47:621][588]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:696][597]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.47:696][597]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:762][605]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.47:762][605]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:854][616]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.47:854][616]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:913][623]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.47:913][623]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.47:987][632]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.47:987][632]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.48:037][638]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.48:038][638]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.48:138][650]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.48:138][650]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.48:187][656]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.48:187][656]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.48:279][667]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.48:279][667]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.48:320][672]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.48:320][672]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.48:462][689]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.48:462][689]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.48:545][699]LogBlueprintUserMessages: [Minimal_Default_C_25] X=-9773.597 Y=-2064.374 Z=463.849 +[2025.02.18-11.36.48:545][699]LogBlueprintUserMessages: [Minimal_Default_C_25] Hello +[2025.02.18-11.36.50:867][974]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.36.50:867][974]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.36.50:867][974]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.36.50:871][974]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.36.50:872][974]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.36.50:880][974]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.36.50:884][974]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.36.50:903][974]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=44 +[2025.02.18-11.36.50:904][974]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=44 +[2025.02.18-11.36.50:910][974]LogUObjectHash: Compacting FUObjectHashTables data took 1.26ms +[2025.02.18-11.36.50:944][978]LogPlayLevel: Display: Destroying online subsystem :Context_52 +[2025.02.18-11.38.20:144][619]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.38.20:173][619]LogUObjectHash: Compacting FUObjectHashTables data took 1.15ms +[2025.02.18-11.38.20:592][662]LogUObjectHash: Compacting FUObjectHashTables data took 0.37ms +[2025.02.18-11.38.20:605][662]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.38.20:605][662]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultF94885FD49007140DB8DA99DD777322E.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.38.20:612][662]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.38.20:612][662]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.38.20:620][662]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.38.20:620][662]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.38.21:270][738]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.38.21:274][738]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.38.21:274][738]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:38:21) +[2025.02.18-11.38.21:274][738]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.38.21:276][738]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002692s) +[2025.02.18-11.38.21:276][738]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002739s) +[2025.02.18-11.38.21:276][738]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.38.21:276][738]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.38.21:276][738]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.38.21:276][738]LogPlayLevel: PIE: World Init took: (0.000479s) +[2025.02.18-11.38.21:298][738]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-11.38.21:298][738]LogAudio: Display: Creating Audio Device: Id: 45, Scope: Unique, Realtime: True +[2025.02.18-11.38.21:299][738]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.38.21:299][738]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.38.21:299][738]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.38.21:299][738]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.38.21:299][738]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.38.21:299][738]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.38.21:299][738]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.38.21:299][738]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.38.21:299][738]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.38.21:299][738]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.38.21:299][738]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.38.21:300][738]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.38.21:312][738]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.38.21:313][738]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.38.21:313][738]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.38.21:313][738]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.38.21:313][738]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=45 +[2025.02.18-11.38.21:313][738]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=45 +[2025.02.18-11.38.21:314][738]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=45 +[2025.02.18-11.38.21:314][738]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=45 +[2025.02.18-11.38.21:314][738]LogInit: FAudioDevice initialized. +[2025.02.18-11.38.21:314][738]LogAudio: Display: Audio Device (ID: 45) registered with world 'Minimal_Default'. +[2025.02.18-11.38.21:337][738]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.38.21:337][738]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.38.21:338][738]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.38.21 +[2025.02.18-11.38.21:338][738]LogWorld: Bringing up level for play took: 0.000653 +[2025.02.18-11.38.21:340][738]LogOnline: OSS: Created online subsystem instance for: :Context_53 +[2025.02.18-11.38.21:340][738]LogBlueprintUserMessages: [Minimal_Default_C_26] Welcome to Warehouse Wreckage! +[2025.02.18-11.38.21:340][738]LogBlueprintUserMessages: [Minimal_Default_C_26] Hello World +[2025.02.18-11.38.21:341][738]PIE: 서버가 로그인했습니다. +[2025.02.18-11.38.21:342][738]PIE: 에디터에서 플레이 총 시작 시간 0.068초입니다. +[2025.02.18-11.38.21:349][738]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.38.22:300][819]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-9892.400 Y=1390.673 Z=454.358 +[2025.02.18-11.38.23:216][929]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-6088.971 Y=-7922.628 Z=395.470 +[2025.02.18-11.38.23:633][979]LogBlueprintUserMessages: [Minimal_Default_C_26] X=1923.646 Y=-9804.457 Z=-414.993 +[2025.02.18-11.38.24:125][ 38]LogBlueprintUserMessages: [Minimal_Default_C_26] X=8798.372 Y=-4601.249 Z=-1190.442 +[2025.02.18-11.38.25:349][185]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-9712.062 Y=-496.913 Z=-2330.004 +[2025.02.18-11.38.26:483][321]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-8457.366 Y=2409.396 Z=4761.067 +[2025.02.18-11.38.26:949][377]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-8972.426 Y=-1729.045 Z=4062.754 +[2025.02.18-11.38.27:208][408]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-7321.876 Y=-6233.842 Z=2743.967 +[2025.02.18-11.38.27:517][445]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-4409.062 Y=-8974.205 Z=-154.324 +[2025.02.18-11.38.28:108][516]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-3856.439 Y=9197.023 Z=736.651 +[2025.02.18-11.38.28:366][547]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-3799.316 Y=9218.283 Z=767.104 +[2025.02.18-11.38.28:732][591]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-9167.035 Y=3927.190 Z=736.651 +[2025.02.18-11.38.28:941][616]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-9007.826 Y=4289.810 Z=675.723 +[2025.02.18-11.38.29:141][640]LogBlueprintUserMessages: [Minimal_Default_C_26] X=-8745.650 Y=4805.961 Z=645.249 +[2025.02.18-11.38.29:929][731]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.38.29:929][731]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.38.29:929][731]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.38.29:933][731]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.38.29:933][731]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.38.29:943][731]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.38.29:947][731]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.38.29:967][731]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=45 +[2025.02.18-11.38.29:969][731]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=45 +[2025.02.18-11.38.29:974][731]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms +[2025.02.18-11.38.30:007][735]LogPlayLevel: Display: Destroying online subsystem :Context_53 +[2025.02.18-11.38.55:177][241]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.38.55:182][241]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-11.38.55:182][241]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-11.38.55:216][241]LogUObjectHash: Compacting FUObjectHashTables data took 0.87ms +[2025.02.18-11.38.55:218][241]LogPlayLevel: PlayLevel: Blueprint regeneration took 36 ms (1 blueprints) +[2025.02.18-11.38.55:219][241]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:38:55) +[2025.02.18-11.38.55:219][241]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.38.55:221][241]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002660s) +[2025.02.18-11.38.55:221][241]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002709s) +[2025.02.18-11.38.55:221][241]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.38.55:221][241]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.38.55:222][241]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.38.55:222][241]LogPlayLevel: PIE: World Init took: (0.000484s) +[2025.02.18-11.38.55:240][241]LogUObjectHash: Compacting FUObjectHashTables data took 0.92ms +[2025.02.18-11.38.55:240][241]LogAudio: Display: Creating Audio Device: Id: 46, Scope: Unique, Realtime: True +[2025.02.18-11.38.55:241][241]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.38.55:241][241]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.38.55:241][241]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.38.55:241][241]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.38.55:241][241]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.38.55:241][241]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.38.55:241][241]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.38.55:241][241]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.38.55:241][241]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.38.55:241][241]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.38.55:241][241]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.38.55:242][241]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.38.55:253][241]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.38.55:254][241]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.38.55:254][241]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.38.55:254][241]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.38.55:254][241]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=46 +[2025.02.18-11.38.55:254][241]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=46 +[2025.02.18-11.38.55:255][241]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=46 +[2025.02.18-11.38.55:255][241]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=46 +[2025.02.18-11.38.55:255][241]LogInit: FAudioDevice initialized. +[2025.02.18-11.38.55:255][241]LogAudio: Display: Audio Device (ID: 46) registered with world 'Minimal_Default'. +[2025.02.18-11.38.55:278][241]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.38.55:278][241]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.38.55:280][241]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.38.55 +[2025.02.18-11.38.55:280][241]LogWorld: Bringing up level for play took: 0.000607 +[2025.02.18-11.38.55:281][241]LogOnline: OSS: Created online subsystem instance for: :Context_54 +[2025.02.18-11.38.55:282][241]LogBlueprintUserMessages: [Minimal_Default_C_27] Welcome to Warehouse Wreckage! +[2025.02.18-11.38.55:282][241]LogBlueprintUserMessages: [Minimal_Default_C_27] Hello World +[2025.02.18-11.38.55:282][241]PIE: 서버가 로그인했습니다. +[2025.02.18-11.38.55:282][241]PIE: 에디터에서 플레이 총 시작 시간 0.101초입니다. +[2025.02.18-11.38.55:298][241]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.38.55:955][288]LogBlueprintUserMessages: [Minimal_Default_C_27] X=-345.513 Y=-196.474 Z=44.933 +[2025.02.18-11.38.56:496][353]LogBlueprintUserMessages: [Minimal_Default_C_27] X=-359.569 Y=-163.341 Z=-63.483 +[2025.02.18-11.38.56:930][405]LogBlueprintUserMessages: [Minimal_Default_C_27] X=-153.967 Y=-368.336 Z=-24.963 +[2025.02.18-11.38.57:147][431]LogBlueprintUserMessages: [Minimal_Default_C_27] X=-153.967 Y=-368.336 Z=-24.963 +[2025.02.18-11.38.58:055][540]LogBlueprintUserMessages: [Minimal_Default_C_27] X=-392.303 Y=-74.673 Z=-22.851 +[2025.02.18-11.38.58:337][574]LogBlueprintUserMessages: [Minimal_Default_C_27] X=-392.370 Y=-74.686 Z=-21.631 +[2025.02.18-11.38.58:655][612]LogBlueprintUserMessages: [Minimal_Default_C_27] X=-392.370 Y=-74.686 Z=-21.631 +[2025.02.18-11.38.59:180][671]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.38.59:180][671]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.38.59:180][671]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.38.59:184][671]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.38.59:184][671]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.38.59:191][671]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.38.59:194][671]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.38.59:215][671]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=46 +[2025.02.18-11.38.59:217][671]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=46 +[2025.02.18-11.38.59:220][671]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms +[2025.02.18-11.38.59:255][674]LogPlayLevel: Display: Destroying online subsystem :Context_54 +[2025.02.18-11.39.35:013][861]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.39.35:017][861]BlueprintLog: New page: 플레이 전 자동 컴파일 +[2025.02.18-11.39.35:018][861]LogPlayLevel: [PlayLevel] Compiling Minimal_Default before play... +[2025.02.18-11.39.35:051][861]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms +[2025.02.18-11.39.35:054][861]LogPlayLevel: PlayLevel: Blueprint regeneration took 36 ms (1 blueprints) +[2025.02.18-11.39.35:054][861]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:39:35) +[2025.02.18-11.39.35:054][861]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.39.35:057][861]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002760s) +[2025.02.18-11.39.35:057][861]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002813s) +[2025.02.18-11.39.35:057][861]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.39.35:057][861]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.39.35:057][861]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.39.35:057][861]LogPlayLevel: PIE: World Init took: (0.000545s) +[2025.02.18-11.39.35:074][861]LogUObjectHash: Compacting FUObjectHashTables data took 0.85ms +[2025.02.18-11.39.35:075][861]LogAudio: Display: Creating Audio Device: Id: 47, Scope: Unique, Realtime: True +[2025.02.18-11.39.35:075][861]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.39.35:075][861]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.39.35:075][861]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.39.35:075][861]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.39.35:075][861]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.39.35:075][861]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.39.35:075][861]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.39.35:075][861]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.39.35:076][861]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.39.35:076][861]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.39.35:076][861]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.39.35:077][861]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.39.35:089][861]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.39.35:089][861]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.39.35:089][861]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.39.35:089][861]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.39.35:089][861]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=47 +[2025.02.18-11.39.35:089][861]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=47 +[2025.02.18-11.39.35:090][861]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=47 +[2025.02.18-11.39.35:090][861]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=47 +[2025.02.18-11.39.35:090][861]LogInit: FAudioDevice initialized. +[2025.02.18-11.39.35:090][861]LogAudio: Display: Audio Device (ID: 47) registered with world 'Minimal_Default'. +[2025.02.18-11.39.35:115][861]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.39.35:115][861]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.39.35:116][861]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.39.35 +[2025.02.18-11.39.35:116][861]LogWorld: Bringing up level for play took: 0.000580 +[2025.02.18-11.39.35:117][861]LogOnline: OSS: Created online subsystem instance for: :Context_55 +[2025.02.18-11.39.35:118][861]LogBlueprintUserMessages: [Minimal_Default_C_28] Welcome to Warehouse Wreckage! +[2025.02.18-11.39.35:118][861]LogBlueprintUserMessages: [Minimal_Default_C_28] Hello World +[2025.02.18-11.39.35:118][861]PIE: 서버가 로그인했습니다. +[2025.02.18-11.39.35:118][861]PIE: 에디터에서 플레이 총 시작 시간 0.101초입니다. +[2025.02.18-11.39.35:135][861]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.39.36:412][970]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-994.527 Y=89.241 Z=-54.340 +[2025.02.18-11.39.36:895][ 28]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-966.398 Y=-256.550 Z=-16.010 +[2025.02.18-11.39.37:161][ 60]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-966.398 Y=-256.550 Z=-16.010 +[2025.02.18-11.39.37:520][103]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-966.398 Y=-256.550 Z=-16.010 +[2025.02.18-11.39.38:070][169]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-963.776 Y=-174.969 Z=201.302 +[2025.02.18-11.39.38:486][219]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-959.511 Y=-213.851 Z=183.321 +[2025.02.18-11.39.38:912][270]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-976.517 Y=-144.261 Z=160.007 +[2025.02.18-11.39.39:303][317]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-993.738 Y=21.287 Z=109.685 +[2025.02.18-11.39.39:645][358]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-993.738 Y=21.287 Z=109.685 +[2025.02.18-11.39.40:020][403]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-993.738 Y=21.287 Z=109.685 +[2025.02.18-11.39.40:437][453]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-967.955 Y=233.336 Z=92.826 +[2025.02.18-11.39.40:670][481]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-967.675 Y=233.269 Z=95.866 +[2025.02.18-11.39.41:212][546]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-504.370 Y=849.123 Z=156.846 +[2025.02.18-11.39.41:420][571]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-736.506 Y=650.316 Z=186.137 +[2025.02.18-11.39.41:628][596]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-736.506 Y=650.316 Z=186.137 +[2025.02.18-11.39.41:837][621]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-736.506 Y=650.316 Z=186.137 +[2025.02.18-11.39.42:120][655]LogBlueprintUserMessages: [Minimal_Default_C_28] X=-724.882 Y=664.084 Z=183.135 +[2025.02.18-11.39.42:531][701]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.39.42:531][701]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.39.42:531][701]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.39.42:536][701]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.39.42:536][701]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.39.42:543][701]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.39.42:546][701]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.39.42:568][701]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=47 +[2025.02.18-11.39.42:570][701]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=47 +[2025.02.18-11.39.42:575][701]LogUObjectHash: Compacting FUObjectHashTables data took 0.91ms +[2025.02.18-11.39.42:608][705]LogPlayLevel: Display: Destroying online subsystem :Context_55 +[2025.02.18-11.39.47:641][305]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.39.47:673][305]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms +[2025.02.18-11.39.48:346][384]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.39.48:350][384]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.39.48:350][384]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:39:48) +[2025.02.18-11.39.48:350][384]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.39.48:352][384]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002794s) +[2025.02.18-11.39.48:352][384]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002842s) +[2025.02.18-11.39.48:352][384]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.39.48:353][384]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.39.48:353][384]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.39.48:353][384]LogPlayLevel: PIE: World Init took: (0.000504s) +[2025.02.18-11.39.48:373][384]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms +[2025.02.18-11.39.48:375][384]LogAudio: Display: Creating Audio Device: Id: 48, Scope: Unique, Realtime: True +[2025.02.18-11.39.48:375][384]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.39.48:375][384]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.39.48:375][384]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.39.48:375][384]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.39.48:375][384]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.39.48:375][384]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.39.48:375][384]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.39.48:375][384]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.39.48:375][384]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.39.48:375][384]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.39.48:375][384]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.39.48:377][384]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.39.48:388][384]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.39.48:389][384]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.39.48:389][384]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.39.48:389][384]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.39.48:389][384]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=48 +[2025.02.18-11.39.48:389][384]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=48 +[2025.02.18-11.39.48:390][384]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=48 +[2025.02.18-11.39.48:390][384]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=48 +[2025.02.18-11.39.48:390][384]LogInit: FAudioDevice initialized. +[2025.02.18-11.39.48:390][384]LogAudio: Display: Audio Device (ID: 48) registered with world 'Minimal_Default'. +[2025.02.18-11.39.48:426][384]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.39.48:426][384]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.39.48:426][384]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.39.48 +[2025.02.18-11.39.48:427][384]LogWorld: Bringing up level for play took: 0.000720 +[2025.02.18-11.39.48:428][384]LogOnline: OSS: Created online subsystem instance for: :Context_56 +[2025.02.18-11.39.48:429][384]LogBlueprintUserMessages: [Minimal_Default_C_29] Welcome to Warehouse Wreckage! +[2025.02.18-11.39.48:429][384]LogBlueprintUserMessages: [Minimal_Default_C_29] Hello World +[2025.02.18-11.39.48:429][384]PIE: 서버가 로그인했습니다. +[2025.02.18-11.39.48:430][384]PIE: 에디터에서 플레이 총 시작 시간 0.08초입니다. +[2025.02.18-11.39.48:439][384]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.39.49:171][442]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3986.884 Y=-302.037 Z=-116.313 +[2025.02.18-11.39.49:588][492]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3677.757 Y=-1441.441 Z=-629.565 +[2025.02.18-11.39.49:804][518]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3677.757 Y=-1441.441 Z=-629.565 +[2025.02.18-11.39.50:155][560]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3792.275 Y=1154.713 Z=-534.123 +[2025.02.18-11.39.50:346][583]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3826.212 Y=1076.227 Z=-449.259 +[2025.02.18-11.39.50:614][615]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3914.518 Y=767.792 Z=-295.027 +[2025.02.18-11.39.50:813][639]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3964.832 Y=456.538 Z=-267.735 +[2025.02.18-11.39.51:005][662]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3935.840 Y=709.759 Z=73.539 +[2025.02.18-11.39.51:214][687]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3793.176 Y=1226.320 Z=328.563 +[2025.02.18-11.39.51:447][715]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3793.176 Y=1226.320 Z=328.563 +[2025.02.18-11.39.51:663][741]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3804.839 Y=1178.950 Z=365.073 +[2025.02.18-11.39.51:971][778]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3919.460 Y=727.926 Z=328.563 +[2025.02.18-11.39.52:154][800]LogBlueprintUserMessages: [Minimal_Default_C_29] X=-3937.046 Y=632.113 Z=316.387 +[2025.02.18-11.39.52:651][857]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.39.52:651][857]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.39.52:651][857]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.39.52:656][857]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.39.52:656][857]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.39.52:667][857]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.39.52:670][857]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.39.52:691][857]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=48 +[2025.02.18-11.39.52:693][857]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=48 +[2025.02.18-11.39.52:697][857]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms +[2025.02.18-11.39.52:731][861]LogPlayLevel: Display: Destroying online subsystem :Context_56 +[2025.02.18-11.40.15:162][328]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.40.15:189][328]LogUObjectHash: Compacting FUObjectHashTables data took 0.95ms +[2025.02.18-11.40.15:887][404]LogUObjectHash: Compacting FUObjectHashTables data took 0.37ms +[2025.02.18-11.40.15:901][404]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.40.15:901][404]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default01EC3AA9456D8DA8D776419DB6B7CAA2.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.40.15:906][404]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.40.15:906][404]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.40.15:915][404]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.40.15:915][404]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.40.16:529][473]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.40.16:532][473]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.40.16:532][473]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:40:16) +[2025.02.18-11.40.16:532][473]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.40.16:535][473]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002769s) +[2025.02.18-11.40.16:535][473]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002817s) +[2025.02.18-11.40.16:535][473]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.40.16:535][473]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.40.16:535][473]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.40.16:535][473]LogPlayLevel: PIE: World Init took: (0.000455s) +[2025.02.18-11.40.16:556][473]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.02.18-11.40.16:557][473]LogAudio: Display: Creating Audio Device: Id: 49, Scope: Unique, Realtime: True +[2025.02.18-11.40.16:557][473]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.40.16:557][473]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.40.16:557][473]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.40.16:557][473]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.40.16:557][473]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.40.16:557][473]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.40.16:557][473]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.40.16:557][473]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.40.16:557][473]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.40.16:557][473]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.40.16:557][473]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.40.16:559][473]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.40.16:570][473]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.40.16:570][473]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.40.16:570][473]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.40.16:570][473]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.40.16:570][473]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=49 +[2025.02.18-11.40.16:570][473]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=49 +[2025.02.18-11.40.16:572][473]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=49 +[2025.02.18-11.40.16:572][473]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=49 +[2025.02.18-11.40.16:572][473]LogInit: FAudioDevice initialized. +[2025.02.18-11.40.16:572][473]LogAudio: Display: Audio Device (ID: 49) registered with world 'Minimal_Default'. +[2025.02.18-11.40.16:600][473]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.40.16:600][473]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.40.16:601][473]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.40.16 +[2025.02.18-11.40.16:601][473]LogWorld: Bringing up level for play took: 0.000583 +[2025.02.18-11.40.16:602][473]LogOnline: OSS: Created online subsystem instance for: :Context_57 +[2025.02.18-11.40.16:603][473]LogBlueprintUserMessages: [Minimal_Default_C_30] Welcome to Warehouse Wreckage! +[2025.02.18-11.40.16:603][473]LogBlueprintUserMessages: [Minimal_Default_C_30] Hello World +[2025.02.18-11.40.16:604][473]PIE: 서버가 로그인했습니다. +[2025.02.18-11.40.16:604][473]PIE: 에디터에서 플레이 총 시작 시간 0.072초입니다. +[2025.02.18-11.40.16:612][473]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.40.18:452][662]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.40.18:452][662]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.40.18:452][662]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.40.18:457][662]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.40.18:457][662]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.40.18:464][662]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.40.18:468][662]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.40.18:489][662]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=49 +[2025.02.18-11.40.18:490][662]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=49 +[2025.02.18-11.40.18:493][662]LogUObjectHash: Compacting FUObjectHashTables data took 0.93ms +[2025.02.18-11.40.18:519][665]LogPlayLevel: Display: Destroying online subsystem :Context_57 +[2025.02.18-11.41.07:317][498]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.41.07:319][498]LogBlueprint: Error: [AssetLog] C:\Users\ssh03\Documents\Unreal Projects\WarehouseWreckage\Content\StarterContent\Maps\Minimal_Default.umap: [Compiler] 이 블루프린트(셀프)는 Pawn 이지 않으므로, ' 타깃 '에 연결이 있어야 합니다. +[2025.02.18-11.41.07:353][498]LogUObjectHash: Compacting FUObjectHashTables data took 0.85ms +[2025.02.18-11.41.07:745][536]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.41.07:758][536]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.41.07:759][536]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultBD4ABC144B749AB223B68BB98EFE1B1F.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.41.07:764][536]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.41.07:764][536]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.41.07:774][536]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.41.07:774][536]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.41.14:109][287]BlueprintLog: New page: Minimal_Default 컴파일 +[2025.02.18-11.41.14:138][287]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms +[2025.02.18-11.41.14:819][362]LogUObjectHash: Compacting FUObjectHashTables data took 0.38ms +[2025.02.18-11.41.14:831][362]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.41.14:832][362]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_DefaultFF3BFD8548F8B1762D5F9383A4AF2BFA.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.41.14:837][362]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.41.14:837][362]LogFileHelpers: Saving map 'Minimal_Default' took 0.038 +[2025.02.18-11.41.14:845][362]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.41.14:845][362]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.41.16:872][601]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.41.16:876][601]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.41.16:877][601]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:41:16) +[2025.02.18-11.41.16:877][601]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.41.16:880][601]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003559s) +[2025.02.18-11.41.16:880][601]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.003619s) +[2025.02.18-11.41.16:880][601]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.41.16:880][601]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.41.16:880][601]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.41.16:881][601]LogPlayLevel: PIE: World Init took: (0.000594s) +[2025.02.18-11.41.16:901][601]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.41.16:902][601]LogAudio: Display: Creating Audio Device: Id: 50, Scope: Unique, Realtime: True +[2025.02.18-11.41.16:902][601]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.41.16:902][601]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.41.16:902][601]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.41.16:902][601]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.41.16:902][601]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.41.16:902][601]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.41.16:902][601]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.41.16:902][601]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.41.16:902][601]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.41.16:902][601]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.41.16:902][601]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.41.16:904][601]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.41.16:915][601]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.41.16:915][601]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.41.16:915][601]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.41.16:915][601]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.41.16:915][601]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=50 +[2025.02.18-11.41.16:915][601]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=50 +[2025.02.18-11.41.16:916][601]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=50 +[2025.02.18-11.41.16:916][601]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=50 +[2025.02.18-11.41.16:916][601]LogInit: FAudioDevice initialized. +[2025.02.18-11.41.16:916][601]LogAudio: Display: Audio Device (ID: 50) registered with world 'Minimal_Default'. +[2025.02.18-11.41.16:938][601]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.41.16:938][601]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.41.16:939][601]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.41.16 +[2025.02.18-11.41.16:939][601]LogWorld: Bringing up level for play took: 0.000717 +[2025.02.18-11.41.16:940][601]LogOnline: OSS: Created online subsystem instance for: :Context_58 +[2025.02.18-11.41.16:940][601]LogBlueprintUserMessages: [Minimal_Default_C_32] Welcome to Warehouse Wreckage! +[2025.02.18-11.41.16:940][601]LogBlueprintUserMessages: [Minimal_Default_C_32] Hello World +[2025.02.18-11.41.16:942][601]PIE: 서버가 로그인했습니다. +[2025.02.18-11.41.16:943][601]PIE: 에디터에서 플레이 총 시작 시간 0.066초입니다. +[2025.02.18-11.41.16:951][601]LogViewport: Scene viewport resized to 1280x720, mode Windowed. +[2025.02.18-11.41.21:913][171]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.41.21:913][171]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.41.21:914][171]LogSlate: Window 'WarehouseWreckage 프리뷰 [NetMode: Standalone] (64-bit/SM5)' being destroyed +[2025.02.18-11.41.21:920][171]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.41.21:920][171]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.41.21:931][171]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.41.21:934][171]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.41.21:955][171]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=50 +[2025.02.18-11.41.21:956][171]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=50 +[2025.02.18-11.41.21:960][171]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.02.18-11.41.21:994][175]LogPlayLevel: Display: Destroying online subsystem :Context_58 +[2025.02.18-11.41.43:150][471]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms +[2025.02.18-11.41.43:162][471]LogSavePackage: Moving output files for package: /Game/StarterContent/Maps/Minimal_Default +[2025.02.18-11.41.43:163][471]LogSavePackage: Moving '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Minimal_Default87BC9E6642B2573CF94EF8BC13BC0ADB.tmp' to '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/StarterContent/Maps/Minimal_Default.umap' +[2025.02.18-11.41.43:169][471]LogFileHelpers: 저장할 변경내용이 없습니다! +[2025.02.18-11.41.43:169][471]LogFileHelpers: Saving map 'Minimal_Default' took 0.039 +[2025.02.18-11.41.43:177][471]AssetCheck: New page: 에셋 저장: Minimal_Default +[2025.02.18-11.41.43:177][471]LogContentValidation: Display: World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default 유효성 검사 중 +[2025.02.18-11.41.49:370][199]LogDebuggerCommands: Repeating last play command: 선택된 뷰포트 +[2025.02.18-11.41.49:374][199]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.02.18-11.41.49:374][199]PIE: New page: PIE 세션: Minimal_Default (2025. 2. 19. 오전 5:41:49) +[2025.02.18-11.41.49:403][199]LogPlayLevel: Creating play world package: /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.41.49:406][199]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002534s) +[2025.02.18-11.41.49:406][199]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/StarterContent/Maps/Minimal_Default.Minimal_Default to /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default (0.002596s) +[2025.02.18-11.41.49:406][199]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.02.18-11.41.49:406][199]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.02.18-11.41.49:406][199]LogAIModule: Creating AISystem for world Minimal_Default +[2025.02.18-11.41.49:407][199]LogPlayLevel: PIE: World Init took: (0.000509s) +[2025.02.18-11.41.49:428][199]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms +[2025.02.18-11.41.49:430][199]LogAudio: Display: Creating Audio Device: Id: 51, Scope: Unique, Realtime: True +[2025.02.18-11.41.49:430][199]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.02.18-11.41.49:430][199]LogAudioMixer: Display: Sample Rate: 48000 +[2025.02.18-11.41.49:430][199]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.02.18-11.41.49:430][199]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.02.18-11.41.49:430][199]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.02.18-11.41.49:430][199]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.02.18-11.41.49:430][199]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.02.18-11.41.49:430][199]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.02.18-11.41.49:430][199]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.02.18-11.41.49:430][199]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.02.18-11.41.49:430][199]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.02.18-11.41.49:432][199]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.02.18-11.41.49:443][199]LogAudioMixer: Display: Using Audio Hardware Device 스피커(Realtek High Definition Audio) +[2025.02.18-11.41.49:443][199]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.02.18-11.41.49:443][199]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.02.18-11.41.49:443][199]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.02.18-11.41.49:443][199]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=51 +[2025.02.18-11.41.49:443][199]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=51 +[2025.02.18-11.41.49:445][199]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=51 +[2025.02.18-11.41.49:445][199]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=51 +[2025.02.18-11.41.49:445][199]LogInit: FAudioDevice initialized. +[2025.02.18-11.41.49:445][199]LogAudio: Display: Audio Device (ID: 51) registered with world 'Minimal_Default'. +[2025.02.18-11.41.49:456][199]LogLoad: Game class is 'GameModeBase' +[2025.02.18-11.41.49:457][199]LogWorld: Bringing World /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2025.02.18-20.41.49 +[2025.02.18-11.41.49:457][199]LogWorld: Bringing up level for play took: 0.000641 +[2025.02.18-11.41.49:458][199]LogOnline: OSS: Created online subsystem instance for: :Context_59 +[2025.02.18-11.41.49:459][199]LogBlueprintUserMessages: [Minimal_Default_C_32] Welcome to Warehouse Wreckage! +[2025.02.18-11.41.49:459][199]LogBlueprintUserMessages: [Minimal_Default_C_32] Hello World +[2025.02.18-11.41.49:459][199]PIE: 서버가 로그인했습니다. +[2025.02.18-11.41.49:459][199]PIE: 에디터에서 플레이 총 시작 시간 0.085초입니다. +[2025.02.18-11.41.57:964][206]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.41.57:964][206]LogWorld: BeginTearingDown for /Game/StarterContent/Maps/UEDPIE_0_Minimal_Default +[2025.02.18-11.41.57:964][206]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.41.57:964][206]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.41.57:972][206]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.02.18-11.41.57:976][206]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.41.57:996][206]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.41.57:996][206]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=51 +[2025.02.18-11.41.57:997][206]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=51 +[2025.02.18-11.41.58:000][206]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.02.18-11.41.58:001][206]LogUObjectHash: Compacting FUObjectHashTables data took 0.91ms +[2025.02.18-11.41.58:023][207]LogPlayLevel: Display: Destroying online subsystem :Context_59 +[2025.02.18-11.46.24:794][ 24]LogDirectoryWatcher: Display: A directory notification failed for 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Collections/' because it could not be accessed. Aborting watch request... +[2025.02.18-11.46.24:794][ 24]LogDirectoryWatcher: Display: A directory notification failed for 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/Collections/' because it could not be accessed. Aborting watch request... +[2025.02.18-11.46.24:794][ 24]LogDirectoryWatcher: Display: A directory notification failed for 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/Developers/ssh030226/Collections/' because it could not be accessed. Aborting watch request... +[2025.02.18-11.51.03:958][419]LogUObjectHash: Compacting FUObjectHashTables data took 1.19ms +[2025.02.18-11.51.04:074][419]LogTexture: Display: Building textures: /Game/IndustryPropsPack6/Textures/BaseTextures/BB_D.BB_D (TFO_AutoDXT, 8X8 X1X1) (Required Memory Estimate: 0.001221 MB), EncodeSpeed: Fast +[2025.02.18-11.51.04:074][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/BaseTextures/BG_D.BG_D(TFO_AutoDXT, 8X8 X1X1)(필요 메모리 예상: 0.001221MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:074][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/BaseTextures/B_N.B_N(TFO_BC5, 8X8 X1X1)(필요 메모리 예상: 0.001221MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:074][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/BaseTextures/T_MASK1.T_MASK1(TFO_AutoDXT, 256X256 X1X1)(필요 메모리 예상: 1.250MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:074][419]LogMaterial: Display: Missing cached shadermap for M_base in PCD3D_SM5, Default, SM5 (DDC key hash: 8D91F01D1866C24B3B020D78DE96A20F12470B30), compiling. +[2025.02.18-11.51.04:429][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Barrel01_N.T_Barrel01_N(TFO_BC5, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:429][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Box01_SRM.T_Box01_SRM(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:429][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Barrel01_D.T_Barrel01_D(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:429][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Barrel01_SRM.T_Barrel01_SRM(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:429][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/BaseTextures/T_MASK2.T_MASK2(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:429][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Box01_D.T_Box01_D(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:429][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Box01_N.T_Box01_N(TFO_BC5, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:429][419]LogMaterial: Display: Missing cached shadermap for MI_Barrel01_2 in PCD3D_SM5, Default, SM5 (DDC key hash: E67FA9E1799E6699B176F771AE3D21BAE80FA2AB), compiling. +[2025.02.18-11.51.04:735][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Cartonbox01_D.T_Cartonbox01_D(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:735][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Hose_D.T_Hose_D(TFO_AutoDXT, 256X256 X1X1)(필요 메모리 예상: 1.250MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:735][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Hose_N.T_Hose_N(TFO_BC5, 256X256 X1X1)(필요 메모리 예상: 1.250MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:735][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Cartonbox01_N.T_Cartonbox01_N(TFO_BC5, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:735][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Hose_SRM.T_Hose_SRM(TFO_AutoDXT, 256X256 X1X1)(필요 메모리 예상: 1.250MB), 인코딩 속도: Fast +[2025.02.18-11.51.04:735][419]LogMaterial: Display: Missing cached shadermap for MI_Barrel01_4 in PCD3D_SM5, Default, SM5 (DDC key hash: 651DBDE4CB1FC77AED0EB04E8121F158666C08A6), compiling. +[2025.02.18-11.51.05:025][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Newspaper01_N.T_Newspaper01_N(TFO_BC5, 1024X1024 X1X1)(필요 메모리 예상: 20.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:025][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Newspaper01_D.T_Newspaper01_D(TFO_AutoDXT, 1024X1024 X1X1)(필요 메모리 예상: 20.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:025][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Newspaper01_SRM.T_Newspaper01_SRM(TFO_AutoDXT, 1024X1024 X1X1)(필요 메모리 예상: 20.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:025][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Cartonbox01_SRM.T_Cartonbox01_SRM(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:025][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Rack_D.T_Rack_D(TFO_AutoDXT, 1024X1024 X1X1)(필요 메모리 예상: 20.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:025][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Rack_N.T_Rack_N(TFO_BC5, 1024X1024 X1X1)(필요 메모리 예상: 20.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:025][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Rack_SRM.T_Rack_SRM(TFO_AutoDXT, 1024X1024 X1X1)(필요 메모리 예상: 20.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:025][419]LogMaterial: Display: Missing cached shadermap for MI_Barrel01_5 in PCD3D_SM5, Default, SM5 (DDC key hash: 856E771E9973779F757E7B9138BD0D6C5990A409), compiling. +[2025.02.18-11.51.05:278][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_TrafficBarrel01_N.T_TrafficBarrel01_N(TFO_BC5, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:278][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_TrafficBarrel01_D.T_TrafficBarrel01_D(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:278][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Tarp01_SRM.T_Tarp01_SRM(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:278][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Tarp02_D.T_Tarp02_D(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:278][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_TrafficBarrel01_SRM.T_TrafficBarrel01_SRM(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:278][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Tarp01_N.T_Tarp01_N(TFO_BC5, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:278][419]LogMaterial: Display: Missing cached shadermap for MI_Barrel01_6 in PCD3D_SM5, Default, SM5 (DDC key hash: D9CE4F7322724F984B103EC022320F78126B1BED), compiling. +[2025.02.18-11.51.05:630][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Tarp01_D.T_Tarp01_D(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:630][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_WaterTank01_D.T_WaterTank01_D(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:630][419]LogMaterial: Display: Missing cached shadermap for MI_Box01_1 in PCD3D_SM5, Default, SM5 (DDC key hash: 003CBDD8DAE7D0C6B8B425255739494EFE3A59FF), compiling. +[2025.02.18-11.51.05:890][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_WaterTank01_N.T_WaterTank01_N(TFO_BC5, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:890][419]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_WaterTank01_SRM.T_WaterTank01_SRM(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.02.18-11.51.05:890][419]LogMaterial: Display: Missing cached shadermap for MI_Box01_4 in PCD3D_SM5, Default, SM5 (DDC key hash: 7DD1B0E73925A253F45AC6B01EFEBB08DE89EA42), compiling. +[2025.02.18-11.51.06:132][419]LogMaterial: Display: Missing cached shadermap for MI_Cartonbox01_1 in PCD3D_SM5, Default, SM5 (DDC key hash: FD8CCEB7C23B40475326347AA41C6C8BFFEF29D8), compiling. +[2025.02.18-11.51.06:375][419]LogMaterial: Display: Missing cached shadermap for MI_Cartonbox01_2 in PCD3D_SM5, Default, SM5 (DDC key hash: 0DEEBE05B5BE643D56E4669228872B9113F71D4F), compiling. +[2025.02.18-11.51.06:626][419]LogMaterial: Display: Missing cached shadermap for MI_Gray in PCD3D_SM5, Default, SM5 (DDC key hash: EF6E327B1E8EBD113DA3FD0309843DE31076D777), compiling. +[2025.02.18-11.51.06:859][419]LogMaterial: Display: Missing cached shadermap for MI_Hose01_2 in PCD3D_SM5, Default, SM5 (DDC key hash: 44D1F3F4F2A0B257BF509219FA7C1C83DE1DEA58), compiling. +[2025.02.18-11.51.07:087][419]LogMaterial: Display: Missing cached shadermap for MI_Newspaper01_1 in PCD3D_SM5, Default, SM5 (DDC key hash: 3346E0F499B2393F0A2B0B39E987EF0139C9B123), compiling. +[2025.02.18-11.51.07:301][419]LogMaterial: Display: Missing cached shadermap for MI_Rack01_1 in PCD3D_SM5, Default, SM5 (DDC key hash: 64677BC5183CA4C11DAB0A3B296DFA7B52BE0F2E), compiling. +[2025.02.18-11.51.07:524][419]LogMaterial: Display: Missing cached shadermap for MI_Tarp01_2 in PCD3D_SM5, Default, SM5 (DDC key hash: B4B3BC4C88ACDBADE7DF9DAC6493302B032D234A), compiling. +[2025.02.18-11.51.07:753][419]LogMaterial: Display: Missing cached shadermap for MI_TrafficBarrel01_1 in PCD3D_SM5, Default, SM5 (DDC key hash: 55097996DA981378C6C39D8781A7551770A4D256), compiling. +[2025.02.18-11.51.07:968][419]LogMaterial: Display: Missing cached shadermap for MI_WaterTank01 in PCD3D_SM5, Default, SM5 (DDC key hash: 21D130CF271218352F3E1393591C83D14A88FC06), compiling. +[2025.02.18-11.51.08:229][419]LogStaticMesh: Display: SM_Barrel03 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:229][419]LogStaticMesh: Display: SM_Barrel02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:229][419]LogStaticMesh: Display: SM_Barrel01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:229][419]LogStaticMesh: Display: SM_Box02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:229][419]LogStaticMesh: Display: SM_Box01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:229][419]LogStaticMesh: Display: SM_Box03 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:229][419]LogStaticMesh: Display: SM_Barrel04 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:253][419]LogAssetEditorSubsystem: Opening Asset editor for World /Game/IndustryPropsPack6/Maps/Showcase.Showcase +[2025.02.18-11.51.08:253][419]Cmd: MAP LOAD FILE="../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/IndustryPropsPack6/Maps/Showcase.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=3 +[2025.02.18-11.51.08:253][419]LightingResults: New page: 라이팅 빌드 +[2025.02.18-11.51.08:253][419]LoadErrors: New page: 맵 로드중: Showcase.umap +[2025.02.18-11.51.08:307][419]LogStaticMesh: Built static mesh [0.31s] /Game/IndustryPropsPack6/Meshes/SM_Barrel03.SM_Barrel03 +[2025.02.18-11.51.08:307][419]LogStaticMesh: Built static mesh [0.32s] /Game/IndustryPropsPack6/Meshes/SM_Barrel02.SM_Barrel02 +[2025.02.18-11.51.08:307][419]LogStaticMesh: Display: SM_Barrel03 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:307][419]LogStaticMesh: Display: SM_Barrel02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:307][419]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.51.08:307][419]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.51.08:364][419]LogStaticMesh: Built static mesh [0.38s] /Game/IndustryPropsPack6/Meshes/SM_Barrel01.SM_Barrel01 +[2025.02.18-11.51.08:364][419]LogStaticMesh: Display: SM_Barrel01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:364][419]LogWorld: UWorld::CleanupWorld for Minimal_Default, bSessionEnded=true, bCleanupResources=true +[2025.02.18-11.51.08:364][419]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.02.18-11.51.08:364][419]MapCheck: New page: 맵 체크 +[2025.02.18-11.51.08:364][419]LightingResults: New page: 라이팅 빌드 +[2025.02.18-11.51.08:398][419]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.02.18-11.51.08:436][419]LogUObjectHash: Compacting FUObjectHashTables data took 1.79ms +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.58s] /Game/IndustryPropsPack6/Meshes/SM_Box02.SM_Box02 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_Box02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.29s] /Game/IndustryPropsPack6/Meshes/SM_Barrel03.SM_Barrel03 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonBox01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.01s] /Game/IndustryPropsPack6/Meshes/SM_CartonBox01.SM_CartonBox01 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonBox01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.00s] /Game/IndustryPropsPack6/Meshes/SM_CartonBox01.SM_CartonBox01 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonBox02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.01s] /Game/IndustryPropsPack6/Meshes/SM_CartonBox02.SM_CartonBox02 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonBox02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.31s] /Game/IndustryPropsPack6/Meshes/SM_Barrel02.SM_Barrel02 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonBox03 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.01s] /Game/IndustryPropsPack6/Meshes/SM_CartonBox02.SM_CartonBox02 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonGarbage01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonBox03.SM_CartonBox03 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonBox03 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage01.SM_CartonGarbage01 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonGarbage01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonBox03.SM_CartonBox03 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonGarbage02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.66s] /Game/IndustryPropsPack6/Meshes/SM_Box01.SM_Box01 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage01.SM_CartonGarbage01 +[2025.02.18-11.51.08:655][419]LogStaticMesh: Display: SM_CartonGarbage03 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_Box01 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage02.SM_CartonGarbage02 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.01s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage03.SM_CartonGarbage03 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage02 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage03 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage03.SM_CartonGarbage03 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage04 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage02.SM_CartonGarbage02 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage05 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.01s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage04.SM_CartonGarbage04 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage04 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.01s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage04.SM_CartonGarbage04 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage06 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.03s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage05.SM_CartonGarbage05 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage05 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.37s] /Game/IndustryPropsPack6/Meshes/SM_Barrel01.SM_Barrel01 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage07 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage06.SM_CartonGarbage06 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage06 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.03s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage05.SM_CartonGarbage05 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage08 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.03s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage06.SM_CartonGarbage06 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage09 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.05s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage08.SM_CartonGarbage08 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage08 스태틱 메시 빌드 중... +[2025.02.18-11.51.08:857][419]LogStaticMesh: Built static mesh [0.09s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage07.SM_CartonGarbage07 +[2025.02.18-11.51.08:857][419]LogStaticMesh: Display: SM_CartonGarbage07 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:060][419]LogStaticMesh: Built static mesh [0.06s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage08.SM_CartonGarbage08 +[2025.02.18-11.51.09:060][419]LogStaticMesh: Display: SM_Hose01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:060][419]LogStaticMesh: Built static mesh [0.10s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage07.SM_CartonGarbage07 +[2025.02.18-11.51.09:060][419]LogStaticMesh: Display: SM_Newspaper01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:060][419]LogStaticMesh: Built static mesh [0.02s] /Game/IndustryPropsPack6/Meshes/SM_Newspaper01.SM_Newspaper01 +[2025.02.18-11.51.09:060][419]LogStaticMesh: Display: SM_Newspaper02 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:060][419]LogStaticMesh: Built static mesh [0.20s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage09.SM_CartonGarbage09 +[2025.02.18-11.51.09:060][419]LogStaticMesh: Display: SM_CartonGarbage09 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:060][419]LogStaticMesh: Built static mesh [0.05s] /Game/IndustryPropsPack6/Meshes/SM_Newspaper02.SM_Newspaper02 +[2025.02.18-11.51.09:060][419]LogStaticMesh: Display: SM_Newspaper03 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:262][419]LogStaticMesh: Built static mesh [0.07s] /Game/IndustryPropsPack6/Meshes/SM_Newspaper03.SM_Newspaper03 +[2025.02.18-11.51.09:262][419]LogStaticMesh: Display: SM_Pallet01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:262][419]LogStaticMesh: Built static mesh [0.27s] /Game/IndustryPropsPack6/Meshes/SM_Hose01.SM_Hose01 +[2025.02.18-11.51.09:262][419]LogStaticMesh: Display: SM_Hose01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:262][419]LogStaticMesh: Built static mesh [0.59s] /Game/IndustryPropsPack6/Meshes/SM_Box02.SM_Box02 +[2025.02.18-11.51.09:262][419]LogStaticMesh: Display: SM_Rack01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:262][419]LogStaticMesh: Built static mesh [0.19s] /Game/IndustryPropsPack6/Meshes/SM_CartonGarbage09.SM_CartonGarbage09 +[2025.02.18-11.51.09:262][419]LogStaticMesh: Display: SM_Rack02 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:262][419]LogStaticMesh: Built static mesh [0.04s] /Game/IndustryPropsPack6/Meshes/SM_Rack02.SM_Rack02 +[2025.02.18-11.51.09:262][419]LogStaticMesh: Display: SM_Rack02 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:262][419]LogStaticMesh: Built static mesh [0.04s] /Game/IndustryPropsPack6/Meshes/SM_Rack02.SM_Rack02 +[2025.02.18-11.51.09:464][419]LogStaticMesh: Display: SM_Tarp01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:464][419]LogStaticMesh: Built static mesh [0.10s] /Game/IndustryPropsPack6/Meshes/SM_Rack01.SM_Rack01 +[2025.02.18-11.51.09:464][419]LogStaticMesh: Built static mesh [0.18s] /Game/IndustryPropsPack6/Meshes/SM_Pallet01.SM_Pallet01 +[2025.02.18-11.51.09:464][419]LogStaticMesh: Display: SM_Rack01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:464][419]LogStaticMesh: Display: SM_Pallet01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:464][419]LogStaticMesh: Built static mesh [1.30s] /Game/IndustryPropsPack6/Meshes/SM_Box03.SM_Box03 +[2025.02.18-11.51.09:464][419]LogStaticMesh: Built static mesh [0.67s] /Game/IndustryPropsPack6/Meshes/SM_Box01.SM_Box01 +[2025.02.18-11.51.09:464][419]LogStaticMesh: Display: SM_TrafficBarrel01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:464][419]LogStaticMesh: Display: SM_Tarp02 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:464][419]LogStaticMesh: Built static mesh [0.11s] /Game/IndustryPropsPack6/Meshes/SM_Rack01.SM_Rack01 +[2025.02.18-11.51.09:464][419]LogStaticMesh: Display: SM_WaterTank01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:464][419]LogStaticMesh: Built static mesh [0.29s] /Game/IndustryPropsPack6/Meshes/SM_Hose01.SM_Hose01 +[2025.02.18-11.51.09:464][419]LogStaticMesh: Built static mesh [0.18s] /Game/IndustryPropsPack6/Meshes/SM_Pallet01.SM_Pallet01 +[2025.02.18-11.51.09:667][419]LogStaticMesh: Built static mesh [0.28s] /Game/IndustryPropsPack6/Meshes/SM_Tarp01.SM_Tarp01 +[2025.02.18-11.51.09:667][419]LogStaticMesh: Built static mesh [0.21s] /Game/IndustryPropsPack6/Meshes/SM_Tarp02.SM_Tarp02 +[2025.02.18-11.51.09:667][419]LogStaticMesh: Display: SM_Tarp01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:667][419]LogStaticMesh: Display: SM_Tarp02 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:667][419]LogStaticMesh: Built static mesh [0.23s] /Game/IndustryPropsPack6/Meshes/SM_TrafficBarrel01.SM_TrafficBarrel01 +[2025.02.18-11.51.09:667][419]LogStaticMesh: Display: SM_TrafficBarrel01 스태틱 메시 빌드 중... +[2025.02.18-11.51.09:869][419]LogStaticMesh: Built static mesh [0.20s] /Game/IndustryPropsPack6/Meshes/SM_Tarp02.SM_Tarp02 +[2025.02.18-11.51.09:869][419]LogStaticMesh: Built static mesh [0.23s] /Game/IndustryPropsPack6/Meshes/SM_TrafficBarrel01.SM_TrafficBarrel01 +[2025.02.18-11.51.09:869][419]LogStaticMesh: Built static mesh [0.26s] /Game/IndustryPropsPack6/Meshes/SM_Tarp01.SM_Tarp01 +[2025.02.18-11.51.11:202][419]LogStaticMesh: Built static mesh [2.11s] /Game/IndustryPropsPack6/Meshes/SM_Barrel04.SM_Barrel04 +[2025.02.18-11.51.11:203][419]LogStaticMesh: Built static mesh [0.74s] /Game/IndustryPropsPack6/Meshes/SM_WaterTank01.SM_WaterTank01 +[2025.02.18-11.51.11:203][419]LogStaticMesh: Display: SM_WaterTank01 스태틱 메시 빌드 중... +[2025.02.18-11.51.11:203][419]LogStall: Stall detector 'UAssetEditorSubsystem::OpenEditorForAsset' exceeded budget of 2.000000s, reporting... +[2025.02.18-11.51.11:203][419]LogStall: Stall detector 'UAssetEditorSubsystem::OpenEditorForAsset' report submitted, and took 0.048157s diff --git a/Saved/Logs/WarehouseWreckage.log b/Saved/Logs/WarehouseWreckage.log new file mode 100644 index 0000000..4e4209e --- /dev/null +++ b/Saved/Logs/WarehouseWreckage.log @@ -0,0 +1,766 @@ +Log file open, 04/12/25 11:11:28 +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=17380) +LogConsoleResponse: Display: Failed to find resolution value strings in scalability ini. Falling back to default. +LogConsoleResponse: Display: Failed to find resolution value strings in scalability ini. Falling back to default. +LogInit: Display: Running engine for game: WarehouseWreckage +LogCore: UnrealTraceServer: Trace store launch successful +LogCsvProfiler: Display: Metadata set : platform="Windows" +LogCsvProfiler: Display: Metadata set : config="Development" +LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.0-CL-20979098" +LogCsvProfiler: Display: Metadata set : engineversion="5.0.3-20979098+++UE5+Release-5.0" +LogCsvProfiler: Display: Metadata set : commandline="" "C:\Users\ssh03\Documents\Unreal Projects\WarehouseWreckage\WarehouseWreckage.uproject""" +LogCsvProfiler: Display: Metadata set : os="Windows 11 (24H2) [10.0.26100.3775] " +LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 7 7800X3D 8-Core Processor" +LogCsvProfiler: Display: Metadata set : pgoenabled="0" +LogCsvProfiler: Display: Metadata set : loginid="5bbbeb324ccbbd9bbc5394b660f1a533" +LogCsvProfiler: Display: Metadata set : llm="0" +LogPlatformFile: Not using cached read wrapper +LogStats: Stats thread started at 0.233605 +LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +9:00, Platform Override: '' +LogInit: Session CrashGUID >==================================================== + Session CrashGUID > UECC-Windows-04C605574B6738689A7DDD93D7049ECC + Session CrashGUID >==================================================== +LogConfig: Display: Loading VulkanPC ini files took 0.02 seconds +LogConfig: Display: Loading Android 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 HoloLens 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 LinuxArm64 ini files took 0.03 seconds +LogConfig: Display: Loading Linux ini files took 0.03 seconds +LogPluginManager: Mounting Engine plugin Bridge +LogPluginManager: Mounting Engine plugin FastBuildController +LogPluginManager: Mounting Engine plugin MeshPainting +LogPluginManager: Mounting Engine plugin XGEController +LogPluginManager: Mounting Engine plugin AISupport +LogPluginManager: Mounting Engine plugin Paper2D +LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor +LogPluginManager: Mounting Engine plugin CameraShakePreviewer +LogPluginManager: Mounting Engine plugin GameplayCameras +LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis +LogPluginManager: Mounting Engine plugin AnimationModifierLibrary +LogPluginManager: Mounting Engine plugin ControlRigSpline +LogPluginManager: Mounting Engine plugin ControlRig +LogPluginManager: Mounting Engine plugin IKRig +LogPluginManager: Mounting Engine plugin BackChannel +LogPluginManager: Mounting Engine plugin ChaosClothEditor +LogPluginManager: Mounting Engine plugin ChaosNiagara +LogPluginManager: Mounting Engine plugin ChaosCloth +LogPluginManager: Mounting Engine plugin AutomationUtils +LogPluginManager: Mounting Engine plugin ChaosSolverPlugin +LogPluginManager: Mounting Engine plugin ChaosEditor +LogPluginManager: Mounting Engine plugin CharacterAI +LogPluginManager: Mounting Engine plugin FullBodyIK +LogPluginManager: Mounting Engine plugin DatasmithContent +LogPluginManager: Mounting Engine plugin VariantManagerContent +LogPluginManager: Mounting Engine plugin CryptoKeys +LogPluginManager: Mounting Engine plugin AssetManagerEditor +LogPluginManager: Mounting Engine plugin Niagara +LogPluginManager: Mounting Engine plugin CurveEditorTools +LogPluginManager: Mounting Engine plugin EditorScriptingUtilities +LogPluginManager: Mounting Engine plugin DataValidation +LogPluginManager: Mounting Engine plugin GameplayTagsEditor +LogPluginManager: Mounting Engine plugin FacialAnimation +LogPluginManager: Mounting Engine plugin EditorDebugTools +LogPluginManager: Mounting Engine plugin MacGraphicsSwitching +LogPluginManager: Mounting Engine plugin MaterialAnalyzer +LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard +LogPluginManager: Mounting Engine plugin PluginBrowser +LogPluginManager: Mounting Engine plugin GeometryMode +LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities +LogPluginManager: Mounting Engine plugin SequencerAnimTools +LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode +LogPluginManager: Mounting Engine plugin SpeedTreeImporter +LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin +LogPluginManager: Mounting Engine plugin OodleNetwork +LogPluginManager: Mounting Engine plugin StylusInput +LogPluginManager: Mounting Engine plugin GeometryFlow +LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp +LogPluginManager: Mounting Engine plugin MeshLODToolset +LogPluginManager: Mounting Engine plugin OpenImageDenoise +LogPluginManager: Mounting Engine plugin ProxyLODPlugin +LogPluginManager: Mounting Engine plugin AnimationSharing +LogPluginManager: Mounting Engine plugin PlanarCut +LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess +LogPluginManager: Mounting Engine plugin GitSourceControl +LogPluginManager: Mounting Engine plugin NullSourceCodeAccess +LogPluginManager: Mounting Engine plugin AlembicImporter +LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess +LogPluginManager: Mounting Engine plugin PlatformCrypto +LogPluginManager: Mounting Engine plugin PixWinPlugin +LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess +LogPluginManager: Mounting Engine plugin PlasticSourceControl +LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess +LogPluginManager: Mounting Engine plugin PluginUtils +LogPluginManager: Mounting Engine plugin SubversionSourceControl +LogPluginManager: Mounting Engine plugin TextureFormatOodle +LogPluginManager: Mounting Engine plugin PerforceSourceControl +LogPluginManager: Mounting Engine plugin UObjectPlugin +LogPluginManager: Mounting Engine plugin PropertyAccessNode +LogPluginManager: Mounting Engine plugin PythonScriptPlugin +LogPluginManager: Mounting Engine plugin TraceDataFilters +LogPluginManager: Mounting Engine plugin SkeletalReduction +LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess +LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin AndroidMedia +LogPluginManager: Mounting Engine plugin TcpMessaging +LogPluginManager: Mounting Engine plugin UdpMessaging +LogPluginManager: Mounting Engine plugin AvfMedia +LogPluginManager: Mounting Engine plugin ImgMedia +LogPluginManager: Mounting Engine plugin ActorSequence +LogPluginManager: Mounting Engine plugin MediaCompositing +LogPluginManager: Mounting Engine plugin LevelSequenceEditor +LogPluginManager: Mounting Engine plugin MatineeToLevelSequence +LogPluginManager: Mounting Engine plugin TemplateSequence +LogPluginManager: Mounting Engine plugin SequencerScripting +LogPluginManager: Mounting Engine plugin MediaPlayerEditor +LogPluginManager: Mounting Engine plugin WmfMedia +LogPluginManager: Mounting Engine plugin LauncherChunkInstaller +LogPluginManager: Mounting Engine plugin WebMMedia +LogPluginManager: Mounting Engine plugin OnlineBase +LogPluginManager: Mounting Engine plugin OnlineSubsystem +LogPluginManager: Mounting Engine plugin OnlineSubsystemNull +LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils +LogPluginManager: Mounting Engine plugin ActorLayerUtilities +LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector +LogPluginManager: Mounting Engine plugin AndroidFileServer +LogPluginManager: Mounting Engine plugin AppleImageUtils +LogPluginManager: Mounting Engine plugin AppleMoviePlayer +LogPluginManager: Mounting Engine plugin AndroidPermission +LogPluginManager: Mounting Engine plugin AndroidMoviePlayer +LogPluginManager: Mounting Engine plugin AudioCapture +LogPluginManager: Mounting Engine plugin AudioSynesthesia +LogPluginManager: Mounting Engine plugin ArchVisCharacter +LogPluginManager: Mounting Engine plugin AssetTags +LogPluginManager: Mounting Engine plugin CustomMeshComponent +LogPluginManager: Mounting Engine plugin CableComponent +LogPluginManager: Mounting Engine plugin ChunkDownloader +LogPluginManager: Mounting Engine plugin GeometryCache +LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector +LogPluginManager: Mounting Engine plugin HairStrands +LogPluginManager: Mounting Engine plugin GeometryProcessing +LogPluginManager: Mounting Engine plugin GoogleCloudMessaging +LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector +LogPluginManager: Mounting Engine plugin GooglePAD +LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector +LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary +LogPluginManager: Mounting Engine plugin MobilePatchingUtils +LogPluginManager: Mounting Engine plugin MeshModelingToolset +LogPluginManager: Mounting Engine plugin ProceduralMeshComponent +LogPluginManager: Mounting Engine plugin PropertyAccessEditor +LogPluginManager: Mounting Engine plugin ResonanceAudio +LogPluginManager: Mounting Engine plugin SignificanceManager +LogPluginManager: Mounting Engine plugin RuntimePhysXCooking +LogPluginManager: Mounting Engine plugin SoundFields +LogPluginManager: Mounting Engine plugin Synthesis +LogPluginManager: Mounting Engine plugin WebMMoviePlayer +LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector +LogPluginManager: Mounting Engine plugin WindowsMoviePlayer +LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource +LogPluginManager: Mounting Engine plugin Interchange +LogPluginManager: Mounting Engine plugin InterchangeEditor +LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS +LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay +LogPluginManager: Mounting Engine plugin OnlineServices +LogPluginManager: Mounting Engine plugin RiderLink +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Bridge/Content/' mounted to '/Bridge/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/2D/Paper2D/Content/' mounted to '/Paper2D/' +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/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/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/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/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/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/Developer/AnimationSharing/Content/' mounted to '/AnimationSharing/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/PythonScriptPlugin/Content/' mounted to '/PythonScriptPlugin/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Media/MediaCompositing/Content/' mounted to '/MediaCompositing/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/MovieScene/SequencerScripting/Content/' mounted to '/SequencerScripting/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/AudioSynesthesia/Content/' mounted to '/AudioSynesthesia/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/HairStrands/Content/' mounted to '/HairStrands/' +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/ResonanceAudio/Content/' mounted to '/ResonanceAudio/' +LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/Synthesis/Content/' mounted to '/Synthesis/' +SourceControl: Source control is disabled +SourceControl: Source control is disabled +PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. +LogInit: Using libcurl 7.55.1-DEV +LogInit: - built for x86_64-pc-win32 +LogInit: - supports SSL with OpenSSL/1.1.1 +LogInit: - supports HTTP deflate (compression) using libz 1.2.8 +LogInit: - other features: +LogInit: CURL_VERSION_SSL +LogInit: CURL_VERSION_LIBZ +LogInit: CURL_VERSION_IPV6 +LogInit: CURL_VERSION_ASYNCHDNS +LogInit: CURL_VERSION_LARGEFILE +LogInit: CURL_VERSION_IDN +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 module [NULL] +LogInit: Build: ++UE5+Release-5.0-CL-20979098 +LogInit: Engine Version: 5.0.3-20979098+++UE5+Release-5.0 +LogInit: Compatible Engine Version: 5.0.0-19505902+++UE5+Release-5.0 +LogInit: Net CL: 19505902 +LogInit: OS: Windows 11 (24H2) [10.0.26100.3775] (), CPU: AMD Ryzen 7 7800X3D 8-Core Processor , GPU: NVIDIA GeForce RTX 4070 SUPER +LogInit: Compiled (64-bit): Jul 7 2022 02:16:06 +LogInit: Compiled with Visual C++: 19.29.30138.00 +LogInit: Build Configuration: Development +LogInit: Branch Name: ++UE5+Release-5.0 +LogInit: Command Line: +LogInit: Base Directory: C:/Program Files/Epic Games/UE_5.0/Engine/Binaries/Win64/ +LogInit: Allocator: Mimalloc +LogInit: Installed Engine Build: 1 +LogDevObjectVersion: Number of dev versions registered: 34 +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): 45 +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): 59 +LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 3 +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): 59 +LogDevObjectVersion: UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 36 +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: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created +LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created +LogConfig: CVar [[r.DetectAndWarnOfBadDrivers:0]] deferred - dummy variable created +LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created +LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created +LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] +[2025.04.12-02.11.28:340][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] +[2025.04.12-02.11.28:340][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[DefaultPVRTCQuality:1]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:1]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MatineeActorCameraAnim]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MatineeActorCameraAnim]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created +[2025.04.12-02.11.28:340][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created +[2025.04.12-02.11.28:342][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] +[2025.04.12-02.11.28:342][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] +[2025.04.12-02.11.28:342][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] +[2025.04.12-02.11.28:342][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] +[2025.04.12-02.11.28:342][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] +[2025.04.12-02.11.28:342][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] +[2025.04.12-02.11.28:342][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] +[2025.04.12-02.11.28:342][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] +[2025.04.12-02.11.28:342][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] +[2025.04.12-02.11.28:342][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] +[2025.04.12-02.11.28:342][ 0]LogConfig: CVar [[r.HairStrands.Interpolation.UseSingleGuide:0]] deferred - dummy variable created +[2025.04.12-02.11.28:352][ 0]LogD3D12RHI: Aftermath initialized +[2025.04.12-02.11.28:352][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +[2025.04.12-02.11.28:511][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 4070 SUPER (Max supported Feature Level 12_1, shader model 6.6) +[2025.04.12-02.11.28:511][ 0]LogD3D12RHI: Adapter has 11999MB of dedicated video memory, 0MB of dedicated system memory, and 16171MB of shared system memory, 1 output[s] +[2025.04.12-02.11.28:519][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (Max supported Feature Level 12_1, shader model 6.6) +[2025.04.12-02.11.28:519][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 16171MB of shared system memory, 0 output[s] +[2025.04.12-02.11.28:623][ 0]LogD3D12RHI: Found D3D12 adapter 2: NVIDIA GeForce RTX 4070 SUPER (Max supported Feature Level 12_1, shader model 6.6) +[2025.04.12-02.11.28:623][ 0]LogD3D12RHI: Adapter has 11999MB of dedicated video memory, 0MB of dedicated system memory, and 16171MB of shared system memory, 0 output[s] +[2025.04.12-02.11.28:623][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 +[2025.04.12-02.11.28:623][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.04.12-02.11.28:623][ 0]LogDeviceProfileManager: Applying CVar settings loaded from the selected device profile: [WindowsEditor] +[2025.04.12-02.11.28:623][ 0]LogHAL: Display: Platform has ~ 32 GB [33915052032 / 34359738368 / 32], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) +[2025.04.12-02.11.28:623][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] +[2025.04.12-02.11.28:623][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.12-02.11.28:623][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.12-02.11.28:623][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] +[2025.04.12-02.11.28:623][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Config/WindowsEditor/Editor.ini] +[2025.04.12-02.11.28:623][ 0]LogInit: Computer: 10000JE-DESKTOP +[2025.04.12-02.11.28:623][ 0]LogInit: User: ssh030226 +[2025.04.12-02.11.28:623][ 0]LogInit: CPU Page size=4096, Cores=8 +[2025.04.12-02.11.28:623][ 0]LogInit: High frequency timer resolution =10.000000 MHz +[2025.04.12-02.11.28:623][ 0]LogMemory: Memory total: Physical=31.6GB (32GB approx) +[2025.04.12-02.11.28:623][ 0]LogMemory: Platform Memory Stats for WindowsEditor +[2025.04.12-02.11.28:623][ 0]LogMemory: Process Physical Memory: 286.07 MB used, 303.97 MB peak +[2025.04.12-02.11.28:623][ 0]LogMemory: Process Virtual Memory: 252.96 MB used, 252.96 MB peak +[2025.04.12-02.11.28:623][ 0]LogMemory: Physical Memory: 14240.77 MB used, 18103.14 MB free, 32343.91 MB total +[2025.04.12-02.11.28:623][ 0]LogMemory: Virtual Memory: 18495.17 MB used, 19992.74 MB free, 38487.91 MB total +[2025.04.12-02.11.28:623][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" +[2025.04.12-02.11.28:628][ 0]LogWindows: WindowsPlatformFeatures enabled +[2025.04.12-02.11.28:639][ 0]LogInit: Physics initialised using underlying interface: Chaos +[2025.04.12-02.11.28:639][ 0]LogInit: Using OS detected language (ko-KR). +[2025.04.12-02.11.28:639][ 0]LogInit: Using OS detected locale (ko-KR). +[2025.04.12-02.11.28:643][ 0]LogTextLocalizationManager: No specific localization for 'ko-KR' exists, so 'ko' will be used for the language. +[2025.04.12-02.11.28:704][ 0]LogInit: Setting process to per monitor DPI aware +[2025.04.12-02.11.28:722][ 0]LogWindowsTextInputMethodSystem: Available input methods: +[2025.04.12-02.11.28:722][ 0]LogWindowsTextInputMethodSystem: - 한국어(대한민국) - Microsoft 입력기 (TSF IME). +[2025.04.12-02.11.28:722][ 0]LogWindowsTextInputMethodSystem: - 한국어(대한민국) - 터치식 입력 수정 (TSF IME). +[2025.04.12-02.11.28:722][ 0]LogWindowsTextInputMethodSystem: Activated input method: 한국어(대한민국) - Microsoft 입력기 (TSF IME). +[2025.04.12-02.11.28:732][ 0]LogSlate: New Slate User Created. User Index 0, Is Virtual User: 0 +[2025.04.12-02.11.28:732][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 +[2025.04.12-02.11.28:823][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off +[2025.04.12-02.11.28:826][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled +[2025.04.12-02.11.28:826][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: ID3D12Device1 is supported. +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: ID3D12Device2 is supported. +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: ID3D12Device3 is supported. +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: ID3D12Device4 is supported. +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: ID3D12Device5 is supported. +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: ID3D12Device6 is supported. +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: ID3D12Device7 is supported. +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.0 is supported. +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 is supported. +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported +[2025.04.12-02.11.28:922][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported +[2025.04.12-02.11.28:958][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for 3D Queue 0 +[2025.04.12-02.11.28:963][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for Copy Queue 0 +[2025.04.12-02.11.28:978][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for Compute Queue 0 +[2025.04.12-02.11.28:991][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 +[2025.04.12-02.11.28:991][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 +[2025.04.12-02.11.29:012][ 0]LogD3D12RHI: GPU DeviceId: 0x2783 (for the marketing name, search the web for "GPU Device Id") +[2025.04.12-02.11.29:012][ 0]LogWindows: Attached monitors: +[2025.04.12-02.11.29:012][ 0]LogWindows: resolution: 2560x1080, work area: (0, 0) -> (2560, 1032), device: '\\.\DISPLAY1' [PRIMARY] +[2025.04.12-02.11.29:012][ 0]LogWindows: Found 1 attached monitors. +[2025.04.12-02.11.29:012][ 0]LogWindows: EnumDisplayDevices: +[2025.04.12-02.11.29:012][ 0]LogWindows: 0. 'NVIDIA GeForce RTX 4070 SUPER' (P:1 D:1), name: '\\.\DISPLAY1' +[2025.04.12-02.11.29:013][ 0]LogWindows: 1. 'NVIDIA GeForce RTX 4070 SUPER' (P:0 D:0), name: '\\.\DISPLAY2' +[2025.04.12-02.11.29:013][ 0]LogWindows: 2. 'NVIDIA GeForce RTX 4070 SUPER' (P:0 D:0), name: '\\.\DISPLAY3' +[2025.04.12-02.11.29:013][ 0]LogWindows: 3. 'NVIDIA GeForce RTX 4070 SUPER' (P:0 D:0), name: '\\.\DISPLAY4' +[2025.04.12-02.11.29:013][ 0]LogWindows: 4. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY5' +[2025.04.12-02.11.29:013][ 0]LogWindows: 5. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY6' +[2025.04.12-02.11.29:013][ 0]LogWindows: 6. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY7' +[2025.04.12-02.11.29:013][ 0]LogWindows: 7. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY8' +[2025.04.12-02.11.29:013][ 0]LogWindows: 8. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY9' +[2025.04.12-02.11.29:013][ 0]LogWindows: 9. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY10' +[2025.04.12-02.11.29:014][ 0]LogWindows: 10. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY11' +[2025.04.12-02.11.29:014][ 0]LogWindows: 11. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY12' +[2025.04.12-02.11.29:014][ 0]LogWindows: 12. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY13' +[2025.04.12-02.11.29:014][ 0]LogWindows: 13. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY14' +[2025.04.12-02.11.29:014][ 0]LogWindows: 14. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY15' +[2025.04.12-02.11.29:014][ 0]LogWindows: 15. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY16' +[2025.04.12-02.11.29:014][ 0]LogWindows: 16. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY17' +[2025.04.12-02.11.29:014][ 0]LogWindows: 17. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY18' +[2025.04.12-02.11.29:014][ 0]LogWindows: 18. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY19' +[2025.04.12-02.11.29:014][ 0]LogWindows: 19. 'Parsec Virtual Display Adapter' (P:0 D:0), name: '\\.\DISPLAY20' +[2025.04.12-02.11.29:015][ 0]LogWindows: DebugString: GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter GetVideoDriverDetailsInvalid PrimaryIsNotTheChoosenAdapter FoundDriverCount:4 +[2025.04.12-02.11.29:015][ 0]LogD3D12RHI: Adapter Name: NVIDIA GeForce RTX 4070 SUPER +[2025.04.12-02.11.29:015][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.12-02.11.29:015][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.04.12-02.11.29:015][ 0]LogRHI: Texture pool is 7075 MB (70% of 10107 MB) +[2025.04.12-02.11.29:015][ 0]LogD3D12RHI: Async texture creation enabled +[2025.04.12-02.11.29:015][ 0]LogD3D12RHI: RHI has support for 64 bit atomics +[2025.04.12-02.11.29:022][ 0]LogRHI: GeForceNow SDK initialized: 0 +[2025.04.12-02.11.29:027][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/WarehouseWreckage.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/TurnkeyReport_0.log" -log="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/TurnkeyLog_0.log" -project="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/WarehouseWreckage.uproject" -platform=all' +[2025.04.12-02.11.29:027][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""C:/Program Files/Epic Games/UE_5.0/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/WarehouseWreckage.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/TurnkeyReport_0.log" -log="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/TurnkeyLog_0.log" -project="C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/WarehouseWreckage.uproject" -platform=all" ] +[2025.04.12-02.11.29:046][ 0]LogTextureFormatETC2: Display: ETC2 Texture loading DLL: TextureConverter.dll +[2025.04.12-02.11.29:051][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.5 +[2025.04.12-02.11.29:051][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll +[2025.04.12-02.11.29:056][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' +[2025.04.12-02.11.29:056][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' +[2025.04.12-02.11.29:056][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' +[2025.04.12-02.11.29:056][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' +[2025.04.12-02.11.29:056][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' +[2025.04.12-02.11.29:056][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' +[2025.04.12-02.11.29:056][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' +[2025.04.12-02.11.29:056][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' +[2025.04.12-02.11.29:056][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' +[2025.04.12-02.11.29:056][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' +[2025.04.12-02.11.29:073][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'HoloLens' +[2025.04.12-02.11.29:074][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'HoloLensClient' +[2025.04.12-02.11.29:076][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' +[2025.04.12-02.11.29:076][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' +[2025.04.12-02.11.29:078][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' +[2025.04.12-02.11.29:078][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' +[2025.04.12-02.11.29:078][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' +[2025.04.12-02.11.29:078][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' +[2025.04.12-02.11.29:080][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' +[2025.04.12-02.11.29:080][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' +[2025.04.12-02.11.29:080][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' +[2025.04.12-02.11.29:082][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' +[2025.04.12-02.11.29:082][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' +[2025.04.12-02.11.29:086][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' +[2025.04.12-02.11.29:086][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' +[2025.04.12-02.11.29:086][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' +[2025.04.12-02.11.29:086][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' +[2025.04.12-02.11.29:086][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor +[2025.04.12-02.11.29:091][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. +[2025.04.12-02.11.29:092][ 0]LogTargetPlatformManager: Unable to find audio format BINKA from hinted modules, loading all potential format modules to find it +[2025.04.12-02.11.29:092][ 0]LogTargetPlatformManager: Loaded format module AudioFormatADPCM +[2025.04.12-02.11.29:092][ 0]LogTargetPlatformManager: ADPCM +[2025.04.12-02.11.29:092][ 0]LogTargetPlatformManager: PCM +[2025.04.12-02.11.29:094][ 0]LogTargetPlatformManager: Loaded format module AudioFormatBink +[2025.04.12-02.11.29:094][ 0]LogTargetPlatformManager: BINKA +[2025.04.12-02.11.29:094][ 0]LogTargetPlatformManager: Loaded format module AudioFormatOgg +[2025.04.12-02.11.29:094][ 0]LogTargetPlatformManager: OGG +[2025.04.12-02.11.29:094][ 0]LogTargetPlatformManager: Loaded format module AudioFormatOpus +[2025.04.12-02.11.29:094][ 0]LogTargetPlatformManager: OPUS +[2025.04.12-02.11.29:120][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: SF_METAL +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: SF_METAL_MRT +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: SF_METAL_TVOS +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: SF_METAL_SM5 +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: PCD3D_SM6 +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: PCD3D_SM5 +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: PCD3D_ES31 +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: D3D_ES3_1_HOLOLENS +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: GLSL_150_ES31 +[2025.04.12-02.11.29:124][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID +[2025.04.12-02.11.29:126][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM +[2025.04.12-02.11.29:126][ 0]LogTargetPlatformManager: VVM_1_0 +[2025.04.12-02.11.29:126][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat +[2025.04.12-02.11.29:126][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 +[2025.04.12-02.11.29:126][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID +[2025.04.12-02.11.29:126][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 +[2025.04.12-02.11.29:126][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID +[2025.04.12-02.11.29:126][ 0]LogRendererCore: Ray tracing is disabled. Reason: r.RayTracing=0. +[2025.04.12-02.11.29:127][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush +[2025.04.12-02.11.29:133][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.12-02.11.29:133][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/ShaderAutogen/PCD3D_ES31/AutogenShaderHeaders.ush +[2025.04.12-02.11.29:138][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.12-02.11.29:139][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/DerivedDataCache/DDC.ddp not found, will not use a pak cache. +[2025.04.12-02.11.29:140][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. +[2025.04.12-02.11.29:140][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.12-02.11.29:140][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. +[2025.04.12-02.11.29:154][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (1230 MiB) +[2025.04.12-02.11.29:154][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.12-02.11.29:154][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. +[2025.04.12-02.11.29:159][ 0]LogDerivedDataCache: Speed tests for C:/Users/ssh03/AppData/Local/UnrealEngine/Common/DerivedDataCache took 0.00 seconds +[2025.04.12-02.11.29:159][ 0]LogDerivedDataCache: Display: Performance to C:/Users/ssh03/AppData/Local/UnrealEngine/Common/DerivedDataCache: Latency=0.03ms. RandomReadSpeed=1712.45MBs, RandomWriteSpeed=247.33MBs. Assigned SpeedClass 'Local' +[2025.04.12-02.11.29:160][ 0]LogDerivedDataCache: Using Local data cache path C:/Users/ssh03/AppData/Local/UnrealEngine/Common/DerivedDataCache: Writable +[2025.04.12-02.11.29:160][ 0]LogDerivedDataCache: Shared data cache path not found in *engine.ini, will not use an Shared cache. +[2025.04.12-02.11.29:160][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. +[2025.04.12-02.11.29:165][ 0]LogVirtualization: VirtualizationSystem name found in ini file: None +[2025.04.12-02.11.29:165][ 0]LogVirtualization: FNullVirtualizationSystem mounted, virtualization will be disabled +[2025.04.12-02.11.29:165][ 0]LogShaderCompilers: Guid format shader working directory is -28 characters bigger than the processId version (../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Intermediate/Shaders/WorkingDirectory/11208/). +[2025.04.12-02.11.29:165][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/ssh03/AppData/Local/Temp/UnrealShaderWorkingDir/7CFA4F0A4F03E210BC2D1C883ED801F2/'. +[2025.04.12-02.11.29:165][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. +[2025.04.12-02.11.29:165][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 8 workers. +[2025.04.12-02.11.30:054][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 +[2025.04.12-02.11.30:054][ 0]LogSlate: Using FreeType 2.10.0 +[2025.04.12-02.11.30:054][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 +[2025.04.12-02.11.30:078][ 0]LogAssetRegistry: FAssetRegistry took 0.0073 seconds to start up +[2025.04.12-02.11.30:083][ 0]LogEditorDomain: Display: EditorDomain is Disabled +[2025.04.12-02.11.30:197][ 0]LogSerialization: UsePackageTrailer: 'false' +[2025.04.12-02.11.30:198][ 0]LogTexture: Display: Texture Encode Speed: FinalIfAvailable (editor). +[2025.04.12-02.11.30:360][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.04.12-02.11.30:360][ 0]LogDeviceProfileManager: Active device profile: [00000854CD851880][00000854C4230000 50] WindowsEditor +[2025.04.12-02.11.30:360][ 0]LogDeviceProfileManager: Profiles: [00000854CD851A40][00000854C4232800 50] Windows, [00000854CD851880][00000854C4230000 50] WindowsEditor, [00000854CD852680][00000854C423A000 50] WindowsServer, [00000854CD8524C0][00000854B35A0000 50] WindowsClient, [00000854CD852300][00000854C41D7800 50] IOS, [00000854CD852140][00000854C4235000 50] iPadAir2, [00000854CD854EC0][00000854CD810000 50] IPadPro, [00000854CD855240][00000854CD812800 50] iPadAir3, [00000854CD854280][00000854CD817800 50] iPadAir4, [00000854CD850A80][00000854CD81A000 50] iPadMini4, [00000854CD8508C0][00000854CD81C800 50] iPadMini5, [00000854CD855400][00000854C41D5000 50] iPadMini6, [00000854CD857FC0][00000854CD842800 50] iPhone6S, [00000854CD858340][00000854CD840000 50] iPhone7, [00000854CD8586C0][00000854CD845000 50] iPodTouch7, [00000854CD851340][00000854CD84A000 50] iPhone6SPlus, [00000854CD8578C0][00000854CD84C800 50] iPhone7Plus, [00000854CD852A00][00000854CD815000 50] iPhoneSE, [00000854CD8539C0][00000854CD847800 50] iPhone8, [00000854CD857700][00000854CD7F0000 50] iPhone8Plus, [00000854CD852BC0][00000854CD7F5000 50] iPhoneX, [00000854CD855080][00000854CD7F7800 50] iPhoneXS, [00000854CD857540][00000854CD7FA000 50] iPhoneXSMax, [00000854CD858C00][00000854CD7FC800 50] iPhoneXR, [00000854CD857380][00000854C631C800 50] iPhone11, [00000854CD858A40][00000854CD830000 50] iPhone11Pro, [00000854CD857E00][00000854CD835000 50] iPhone11ProMax, [00000854CD850380][00000854CD837800 50] iPhoneSE2, [00000854CD854D00][00000854CD83A000 50] iPhone12Mini, [00000854CD8555C0][00000854CD83C800 50] iPhone12, [00000854CD855E80][00000854CD7F2800 50] iPhone12Pro, [00000854CD851180][00000854CD870000 50] iPhone12ProMax, [00000854CD858500][00000854CD875000 50] iPhone13Mini, [00000854CD854440][00000854CD877800 50] iPhone13, [00000854CD8571C0][00000854CD87A000 50] iPhone13Pro, [00000854CD852D80][00000854CD87C800 50] iPhone13ProMax, [00000854CD8563C0][00000854CD832800 50] iPadPro105, [00000854CD8540C0][00000854CD880000 50] iPadPro129, [00000854CD852F40][00000854CD885000 50] iPadPro97, [00000854CD8547C0][00000854CD887800 50] iPadPro2_129, [00000854CD856040][00000854CD88A000 50] iPad5, [00000854CD856740][00000854CD88C800 50] iPad6, [00000854CD850700][00000854CD872800 50] iPad7, [00000854CD856900][00000854CD8A0000 50] iPad8, [00000854CD855CC0][00000854CD8A5000 50] iPad9, [00000854CD853100][00000854CD8A7800 50] iPadPro11, [00000854CD850FC0][00000854CD8AA000 50] iPadPro2_11, [00000854CD851F80][00000854CD8AC800 50] iPadPro3_11, [00000854CD850000][00000854CD882800 50] iPadPro3_129, [00000854CD856E40][00000854CD8B0000 50] iPadPro4_129, [00000854CD856C80][00000854CD8B5000 50] iPadPro5_129, [00000854CD855B00][00000854CD8B7800 50] AppleTV, [00000854CD850540][00000854CD8BA000 50] AppleTV4K, [00000854CD857A80][00000854CD8BC800 50] TVOS, [00000854CD85A2C0][00000854CD8F0000 50] Mac, [00000854CD85A640][00000854CD8F2800 50] MacEditor, [00000854CD854600][00000854CD8F7800 50] MacClient, [00000854CD852840][00000854CD8FA000 50] MacServer, [00000854CD85A480][00000854CD8A2800 50] Linux, [00000854CD85AF00][00000854CD8B2800 50] LinuxEditor, [00000854CD85A9C0][00000854CD8FC800 50] LinuxArm64Editor, [00000854CD85A100][00000854CD8C0000 50] LinuxArm64, [00000854CD855780][00000854CD8C5000 50] LinuxClient, [00000854CD855940][00000854CD8C7800 50] LinuxArm64Client, [00000854CD853640][00000854CD8CA000 50] LinuxServer, [00000854CD858DC0][00000854CD8CC800 50] LinuxArm64Server, [00000854CD858F80][00000854CD8F5000 50] Android, [00000854CD858180][00000854CD8D0000 50] Android_Preview_OpenGL, [00000854CD859D80][00000854CD8D5000 50] Android_Preview_Vulkan, [00000854CD851DC0][00000854CD8D7800 50] Android_Low, [00000854CD851500][00000854CD8DA000 50] Android_Mid, [00000854CD859A00][00000854CD8DC800 50] Android_High, [00000854CD854980][00000854CD8C2800 50] Android_Default, [00000854CD850E00][00000854CD8E0000 50] Android_Adreno4xx, [00000854CD85A800][00000854CD8E5000 50] Android_Adreno5xx_Low, [00000854CD853B80][00000854CD8E7800 50] Android_Adreno5xx, [00000854CD8516C0][00000854CD8EA000 50] Android_Adreno6xx, [00000854CD850C40][00000854CD8EC800 50] Android_Adreno6xx_Vulkan, [00000854CD853800][00000854CD8D2800 50] Android_Adreno7xx, [00000854CD853D40][00000854CD900000 50] Android_Adreno7xx_Vulkan, [00000854CD857000][00000854CD905000 50] Android_Mali_T6xx, [00000854CD854B40][00000854CD907800 50] Android_Mali_T7xx, [00000854CD8594C0][00000854CD90A000 50] Android_Mali_T8xx, [00000854CD8532C0][00000854CD90C800 50] Android_Mali_G71, [00000854CD85B440][00000854CD8E2800 50] Android_Mali_G72, [00000854CD85B980][00000854CD920000 50] Android_Mali_G72_Vulkan, [00000854CD8501C0][00000854CD925000 50] Android_Mali_G76, [00000854CD85BD00][00000854CD927800 50] Android_Mali_G76_Vulkan, [00000854CD853F00][00000854CD92A000 50] Android_Mali_G77, [00000854CD853480][00000854CD92C800 50] Android_Mali_G77_Vulkan, [00000854CD85BEC0][00000854CD902800 50] Android_Mali_G78, [00000854CD859BC0][00000854CD930000 50] Android_Mali_G78_Vulkan, [00000854CD859140][00000854CD935000 50] Android_Mali_G710, [00000854CD859680][00000854CD937800 50] Android_Mali_G710_Vulkan, [00000854CD85C940][00000854CD93A000 50] Android_Xclipse_920, [00000854CD85C080][00000854CD93C800 50] Android_Xclipse_920_Vulkan, [00000854CD85AD40][00000854CD922800 50] Android_Vulkan_SM5, [00000854CD857C40][00000854CD940000 50] Android_PowerVR_G6xxx, [00000854CD85C240][00000854CD945000 50] Android_PowerVR_GT7xxx, [00000854CD85AB80][00000854CD947800 50] Android_PowerVR_GE8xxx, [00000854CD85CE80][00000854CD94A000 50] Android_PowerVR_GM9xxx, [00000854CD85D900][00000854CD94C800 50] Android_PowerVR_GM9xxx_Vulkan, [00000854CD85CB00][00000854CD932800 50] Android_TegraK1, [00000854CD85D040][00000854CD950000 50] Android_Unknown_Vulkan, [00000854CD85BB40][00000854CD955000 50] Oculus_Quest, [00000854CD85DC80][00000854CD957800 50] Oculus_Quest2, [00000854CD85C780][00000854CD95A000 50] HoloLens, +[2025.04.12-02.11.30:360][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" +[2025.04.12-02.11.30:367][ 0]LogTurnkeySupport: Turnkey Platform: Android: (Status=Invalid, Installed=, AutoSDK=, MinAllowed=r21a, MaxAllowed=r23a, Flags="Platform_InvalidHostPrerequisites", Error="Android Studio is not installed correctly.|Android SDK directory is not set correctly.") +[2025.04.12-02.11.30:367][ 0]LogTurnkeySupport: Turnkey Platform: IOS: (Status=Invalid, Installed=, AutoSDK=, MinAllowed=1100.0.0.0, MaxAllowed=1399.0, Flags="Platform_ValidHostPrerequisites") +[2025.04.12-02.11.30:367][ 0]LogTurnkeySupport: Turnkey Platform: Linux: (Status=Invalid, Installed=, AutoSDK=, MinAllowed=v20_clang-13.0.1-centos7, MaxAllowed=v20_clang-13.0.1-centos7, Flags="Platform_ValidHostPrerequisites") +[2025.04.12-02.11.30:367][ 0]LogTurnkeySupport: Turnkey Platform: LinuxArm64: (Status=Invalid, Installed=, AutoSDK=, MinAllowed=v20_clang-13.0.1-centos7, MaxAllowed=v20_clang-13.0.1-centos7, Flags="Platform_ValidHostPrerequisites") +[2025.04.12-02.11.30:367][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, Installed=10.0.19041.0, AutoSDK=, MinAllowed=10.0.00000.0, MaxAllowed=10.9.99999.0, Flags="InstalledSdk_ValidVersionExists") +[2025.04.12-02.11.30:379][ 0]LogTexture: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal +[2025.04.12-02.11.30:502][ 0]LogMeshReduction: Using QuadricMeshReduction for automatic static mesh reduction +[2025.04.12-02.11.30:502][ 0]LogMeshReduction: Using SimplygonMeshReduction for automatic skeletal mesh reduction +[2025.04.12-02.11.30:502][ 0]LogMeshReduction: Using ProxyLODMeshReduction for automatic mesh merging +[2025.04.12-02.11.30:502][ 0]LogMeshReduction: No distributed automatic mesh merging module available +[2025.04.12-02.11.30:502][ 0]LogMeshMerging: No distributed automatic mesh merging module available +[2025.04.12-02.11.30:512][ 0]LogNetVersion: WarehouseWreckage 1.0.0, NetCL: 19505902, EngineNetVer: 23, GameNetVer: 0 (Checksum: 3870070901) +[2025.04.12-02.11.30:598][ 0]LogSlate: Border +[2025.04.12-02.11.30:598][ 0]LogSlate: BreadcrumbButton +[2025.04.12-02.11.30:598][ 0]LogSlate: Default +[2025.04.12-02.11.30:598][ 0]LogSlate: Icons.Save +[2025.04.12-02.11.30:598][ 0]LogSlate: Icons.Toolbar.Settings +[2025.04.12-02.11.30:598][ 0]LogSlate: ListView +[2025.04.12-02.11.30:598][ 0]LogSlate: SoftwareCursor_CardinalCross +[2025.04.12-02.11.30:598][ 0]LogSlate: SoftwareCursor_Grab +[2025.04.12-02.11.30:598][ 0]LogSlate: TableView.DarkRow +[2025.04.12-02.11.30:598][ 0]LogSlate: TableView.Row +[2025.04.12-02.11.30:598][ 0]LogSlate: TreeView +[2025.04.12-02.11.30:716][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.04.12-02.11.30:735][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.04.12-02.11.30:735][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.04.12-02.11.30:809][ 0]LogUObjectArray: 20557 objects as part of root set at end of initial load. +[2025.04.12-02.11.30:809][ 0]LogUObjectAllocator: 5584256 out of 0 bytes used by permanent object pool. +[2025.04.12-02.11.30:809][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool +[2025.04.12-02.11.31:025][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 1DFF33EC41C3F8FAF37946B6075183B8 | Instance: 7C1CFE59450893FE10D34EA3EC49021C (10000JE-DESKTOP-11208). +[2025.04.12-02.11.31:068][ 0]LogPython: Using Python 3.9.7 +[2025.04.12-02.11.31:565][ 0]LogTcpMessaging: Initializing TcpMessaging bridge +[2025.04.12-02.11.31:569][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. +[2025.04.12-02.11.31:829][ 0]LogOpenImageDenoise: OIDN starting up +[2025.04.12-02.11.31:833][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.04.12-02.11.31:847][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.04.12-02.11.31:854][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.04.12-02.11.31:860][ 0]LogUProjectInfo: Found projects: +[2025.04.12-02.11.31:902][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance +[2025.04.12-02.11.31:906][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.12-02.11.31:906][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.12-02.11.31:974][ 0]LogCollectionManager: Loaded 0 collections in 0.001220 seconds +[2025.04.12-02.11.32:032][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Saved/Collections/' took 0.00s +[2025.04.12-02.11.32:032][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/Developers/ssh030226/Collections/' took 0.00s +[2025.04.12-02.11.32:032][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/Collections/' took 0.00s +[2025.04.12-02.11.32:236][ 0]LogEngine: Initializing Engine... +[2025.04.12-02.11.32:244][ 0]LogStylusInput: Initializing StylusInput subsystem. +[2025.04.12-02.11.32:245][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s +[2025.04.12-02.11.32:406][ 0]LogInit: Initializing FReadOnlyCVARCache +[2025.04.12-02.11.32:406][ 0]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.04.12-02.11.32:414][ 0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.04.12-02.11.32:436][ 0]LogAIModule: Creating AISystem for world Untitled +[2025.04.12-02.11.32:436][ 0]LogAudio: Display: Initializing Audio Device Manager... +[2025.04.12-02.11.32:451][ 0]LogAudio: Display: Loading Default Audio Settings Objects... +[2025.04.12-02.11.32:452][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). +[2025.04.12-02.11.32:452][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... +[2025.04.12-02.11.32:452][ 0]LogAudio: Display: Audio Device Manager Initialized +[2025.04.12-02.11.32:452][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True +[2025.04.12-02.11.32:452][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.12-02.11.32:452][ 0]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.12-02.11.32:452][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.12-02.11.32:452][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.12-02.11.32:452][ 0]LogAudioMixer: Display: Number of buffers to queue: 2 +[2025.04.12-02.11.32:452][ 0]LogAudioMixer: Display: Max Channels (voices): 0 +[2025.04.12-02.11.32:452][ 0]LogAudioMixer: Display: Number of Async Source Workers: 0 +[2025.04.12-02.11.32:452][ 0]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.12-02.11.32:452][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.12-02.11.32:452][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.12-02.11.32:452][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.12-02.11.32:457][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.12-02.11.32:476][ 0]LogAudioMixer: Display: Using Audio Hardware Device AU-202(Realtek High Definition Audio) +[2025.04.12-02.11.32:476][ 0]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.12-02.11.32:478][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.12-02.11.32:478][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.12-02.11.32:478][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 +[2025.04.12-02.11.32:478][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 +[2025.04.12-02.11.32:479][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 +[2025.04.12-02.11.32:479][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 +[2025.04.12-02.11.32:479][ 0]LogInit: FAudioDevice initialized. +[2025.04.12-02.11.32:479][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. +[2025.04.12-02.11.32:479][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. +[2025.04.12-02.11.32:479][ 0]LogInit: Texture streaming: Enabled +[2025.04.12-02.11.32:500][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/. AppVersion = 5.0.3-20979098+++UE5+Release-5.0 +[2025.04.12-02.11.32:505][ 0]LogEngineSessionManager: EngineSessionManager initialized +[2025.04.12-02.11.32:520][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" +[2025.04.12-02.11.32:525][ 0]LogLiveCoding: Display: Starting LiveCoding +[2025.04.12-02.11.32:525][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development +[2025.04.12-02.11.33:386][ 0]LogLiveCoding: Display: First instance in process group "UE_WarehouseWreckage_0x366c7219", spawning console +[2025.04.12-02.11.33:386][ 0]LogLiveCoding: Display: Waiting for server +[2025.04.12-02.11.33:386][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread +[2025.04.12-02.11.33:409][ 0]LogInit: Transaction tracking system initialized +[2025.04.12-02.11.33:462][ 0]BlueprintLog: New page: 에디터 로드 +[2025.04.12-02.11.33:595][ 0]LocalizationService: 현지화 서비스가 비활성화되었습니다. +[2025.04.12-02.11.33:628][ 0]TimingProfiler: Initialize +[2025.04.12-02.11.33:628][ 0]TimingProfiler: OnSessionChanged +[2025.04.12-02.11.33:628][ 0]LoadingProfiler: Initialize +[2025.04.12-02.11.33:628][ 0]LoadingProfiler: OnSessionChanged +[2025.04.12-02.11.33:628][ 0]NetworkingProfiler: Initialize +[2025.04.12-02.11.33:628][ 0]NetworkingProfiler: OnSessionChanged +[2025.04.12-02.11.33:628][ 0]MemoryProfiler: Initialize +[2025.04.12-02.11.33:628][ 0]MemoryProfiler: OnSessionChanged +[2025.04.12-02.11.34:024][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/' took 0.00s +[2025.04.12-02.11.34:024][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. +[2025.04.12-02.11.34:125][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() +[2025.04.12-02.11.34:126][ 0]SourceControl: 소스 컨트롤이 꺼졌습니다. +[2025.04.12-02.11.34:126][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 6.639 +[2025.04.12-02.11.34:126][ 0]Cmd: MAP LOAD FILE="../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/Content/Main.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=3 +[2025.04.12-02.11.34:127][ 0]LightingResults: New page: 라이팅 빌드 +[2025.04.12-02.11.34:131][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true +[2025.04.12-02.11.34:132][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.12-02.11.34:132][ 0]MapCheck: New page: 맵 체크 +[2025.04.12-02.11.34:132][ 0]LightingResults: New page: 라이팅 빌드 +[2025.04.12-02.11.34:135][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.12-02.11.34:137][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.26ms +[2025.04.12-02.11.34:303][ 0]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/BaseTextures/BG_D.BG_D(TFO_AutoDXT, 8X8 X1X1)(필요 메모리 예상: 0.001221MB), 인코딩 속도: Fast +[2025.04.12-02.11.34:303][ 0]LogTexture: Display: Building textures: /Game/IndustryPropsPack6/Textures/BaseTextures/B_N.B_N (TFO_BC5, 8X8 X1X1) (Required Memory Estimate: 0.001221 MB), EncodeSpeed: Fast +[2025.04.12-02.11.34:303][ 0]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/BaseTextures/BB_D.BB_D(TFO_AutoDXT, 8X8 X1X1)(필요 메모리 예상: 0.001221MB), 인코딩 속도: Fast +[2025.04.12-02.11.34:303][ 0]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/BaseTextures/T_MASK1.T_MASK1(TFO_AutoDXT, 256X256 X1X1)(필요 메모리 예상: 1.250MB), 인코딩 속도: Fast +[2025.04.12-02.11.34:303][ 0]LogMaterial: Display: Missing cached shadermap for M_base in PCD3D_SM5, Default, SM5 (DDC key hash: 8D91F01D1866C24B3B020D78DE96A20F12470B30), compiling. +[2025.04.12-02.11.34:666][ 0]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Rack_N.T_Rack_N(TFO_BC5, 1024X1024 X1X1)(필요 메모리 예상: 20.000MB), 인코딩 속도: Fast +[2025.04.12-02.11.34:667][ 0]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Rack_SRM.T_Rack_SRM(TFO_AutoDXT, 1024X1024 X1X1)(필요 메모리 예상: 20.000MB), 인코딩 속도: Fast +[2025.04.12-02.11.34:667][ 0]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Rack_D.T_Rack_D(TFO_AutoDXT, 1024X1024 X1X1)(필요 메모리 예상: 20.000MB), 인코딩 속도: Fast +[2025.04.12-02.11.34:667][ 0]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Barrel01_N.T_Barrel01_N(TFO_BC5, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.04.12-02.11.34:667][ 0]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Barrel01_D.T_Barrel01_D(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.04.12-02.11.34:667][ 0]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/T_Barrel01_SRM.T_Barrel01_SRM(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.04.12-02.11.34:667][ 0]LogTexture: Display: 텍스처 빌드 중: /Game/IndustryPropsPack6/Textures/BaseTextures/T_MASK2.T_MASK2(TFO_AutoDXT, 2048X2048 X1X1)(필요 메모리 예상: 80.000MB), 인코딩 속도: Fast +[2025.04.12-02.11.34:667][ 0]LogMaterial: Display: Missing cached shadermap for MI_Barrel01_1 in PCD3D_SM5, Default, SM5 (DDC key hash: 651DBDE4CB1FC77AED0EB04E8121F158666C08A6), compiling. +[2025.04.12-02.11.34:877][ 0]LogStaticMesh: Display: SM_Barrel01 스태틱 메시 빌드 중... +[2025.04.12-02.11.34:877][ 0]LogMaterial: Display: Missing cached shadermap for MI_Rack01_1 in PCD3D_SM5, Default, SM5 (DDC key hash: 64677BC5183CA4C11DAB0A3B296DFA7B52BE0F2E), compiling. +[2025.04.12-02.11.35:064][ 0]LogStaticMesh: Display: SM_Rack02 스태틱 메시 빌드 중... +[2025.04.12-02.11.35:064][ 0]LogStaticMesh: Display: SM_Rack01 스태틱 메시 빌드 중... +[2025.04.12-02.11.35:070][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Main'. +[2025.04.12-02.11.35:070][ 0]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem) +[2025.04.12-02.11.35:070][ 0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.04.12-02.11.35:070][ 0]LogAIModule: Creating AISystem for world Main +[2025.04.12-02.11.35:078][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.12-02.11.35:087][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.37ms +[2025.04.12-02.11.35:088][ 0]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.12-02.11.35:088][ 0]MapCheck: 맵 체크 완료: 오류 0 회, 경고 0 회, 소요 시간 0.155ms. +[2025.04.12-02.11.35:088][ 0]LogFileHelpers: Loading map 'Main' took 0.961 +[2025.04.12-02.11.35:103][ 0]LogStaticMesh: Built static mesh [0.03s] /Game/IndustryPropsPack6/Meshes/SM_Rack02.SM_Rack02 +[2025.04.12-02.11.35:103][ 0]LogStaticMesh: Display: SM_Rack02 스태틱 메시 빌드 중... +[2025.04.12-02.11.35:103][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 7.615 +[2025.04.12-02.11.35:103][ 0]LogShaderCompilers: Display: ================================================ +[2025.04.12-02.11.35:103][ 0]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.12-02.11.35:103][ 0]LogShaderCompilers: Display: Total job queries 786, among them cache hits 0 (0.00%) +[2025.04.12-02.11.35:103][ 0]LogShaderCompilers: Display: Tracking 0 distinct input hashes that result in 0 distinct outputs (0.00%) +[2025.04.12-02.11.35:103][ 0]LogShaderCompilers: Display: RAM used: 0.00 MB (0.00 GB) of 1638.40 MB (1.60 GB) budget. Usage: 0.00% +[2025.04.12-02.11.35:103][ 0]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.12-02.11.35:103][ 0]LogShaderCompilers: Display: Shaders Compiled: 786 +[2025.04.12-02.11.35:103][ 0]LogShaderCompilers: Display: Jobs assigned 80, completed 0 (0.00%) +[2025.04.12-02.11.35:103][ 0]LogShaderCompilers: Display: Time job spent in pending queue: average 0.07 s, longest 0.07 s +[2025.04.12-02.11.35:103][ 0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 0.00 s +[2025.04.12-02.11.35:103][ 0]LogShaderCompilers: Display: Jobs were issued in 8 batches (only local compilation was used), average 10.00 jobs/batch +[2025.04.12-02.11.35:103][ 0]LogShaderCompilers: Display: ================================================ +[2025.04.12-02.11.35:213][ 0]LogStaticMesh: Built static mesh [0.03s] /Game/IndustryPropsPack6/Meshes/SM_Rack02.SM_Rack02 +[2025.04.12-02.11.35:213][ 0]LogStaticMesh: Built static mesh [0.09s] /Game/IndustryPropsPack6/Meshes/SM_Rack01.SM_Rack01 +[2025.04.12-02.11.35:213][ 0]LogStaticMesh: Display: SM_Rack01 스태틱 메시 빌드 중... +[2025.04.12-02.11.35:213][ 0]LogStaticMesh: Built static mesh [0.32s] /Game/IndustryPropsPack6/Meshes/SM_Barrel01.SM_Barrel01 +[2025.04.12-02.11.35:213][ 0]LogStaticMesh: Display: SM_Barrel01 스태틱 메시 빌드 중... +[2025.04.12-02.11.35:213][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.12-02.11.35:218][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.12-02.11.35:221][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.12-02.11.35:225][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.12-02.11.35:285][ 0]LogStaticMesh: Built static mesh [0.09s] /Game/IndustryPropsPack6/Meshes/SM_Rack01.SM_Rack01 +[2025.04.12-02.11.35:285][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/StarterContent.upack', mount point: 'root:/' +[2025.04.12-02.11.35:286][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.04.12-02.11.35:286][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' +[2025.04.12-02.11.35:286][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.04.12-02.11.35:287][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' +[2025.04.12-02.11.35:287][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.04.12-02.11.35:287][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' +[2025.04.12-02.11.35:287][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.04.12-02.11.35:288][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' +[2025.04.12-02.11.35:288][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.04.12-02.11.35:288][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' +[2025.04.12-02.11.35:288][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.04.12-02.11.35:289][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' +[2025.04.12-02.11.35:289][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.04.12-02.11.35:289][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' +[2025.04.12-02.11.35:289][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.04.12-02.11.35:290][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' +[2025.04.12-02.11.35:290][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.04.12-02.11.35:290][ 0]LogPakFile: Display: Mounted Pak file 'C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' +[2025.04.12-02.11.35:291][ 0]LogPakFile: Display: Mount point: 'root:/' is not mounted to a valid Root Path yet, assets in this pak file may not be accessible until a corresponding UFS Mount Point is added through FPackageName::RegisterMountPoint. +[2025.04.12-02.11.35:291][ 0]LogFeaturePack: Error: Error in Feature pack C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_VirtualRealityBP.upack. Failed to parse manifest: Invalid Json Token. Line: 43 Ch: 4 +[2025.04.12-02.11.35:418][ 0]LogStall: Startup... +[2025.04.12-02.11.35:420][ 0]LogStall: Startup complete. +[2025.04.12-02.11.35:448][ 0]LogLoad: (Engine Initialization) Total time: 7.96 seconds +[2025.04.12-02.11.35:448][ 0]LogLoad: (Engine Initialization) Total Blueprint compile time: 0.00 seconds +[2025.04.12-02.11.35:491][ 0]LogAssetRegistry: Asset discovery search completed in 5.4142 seconds +[2025.04.12-02.11.35:501][ 0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000004 seconds (updated 0 objects) +[2025.04.12-02.11.35:528][ 0]LogStaticMesh: Built static mesh [0.33s] /Game/IndustryPropsPack6/Meshes/SM_Barrel01.SM_Barrel01 +[2025.04.12-02.11.35:528][ 0]LogContentStreaming: Texture pool size now 1000 MB +[2025.04.12-02.11.35:559][ 0]LogSlate: Took 0.000163 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.04.12-02.11.35:561][ 0]LogSlate: Took 0.001322 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/NanumGothic.ttf' (4243K) +[2025.04.12-02.11.35:562][ 0]LogSlate: Took 0.000119 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) +[2025.04.12-02.11.35:563][ 0]LogSlate: Took 0.000109 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) +[2025.04.12-02.11.35:564][ 0]LogSlate: Took 0.001187 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/NanumGothicBold.ttf' (4188K) +[2025.04.12-02.11.35:566][ 0]LogSlate: Took 0.001449 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/NanumGothicExtraBold.ttf' (4074K) +[2025.04.12-02.11.35:568][ 0]LogSlate: Took 0.000166 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) +[2025.04.12-02.11.35:589][ 0]LogViewport: Scene viewport resized to 943x669, mode Windowed. +[2025.04.12-02.11.44:800][700]LogSlate: Took 0.000386 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.04.12-02.11.44:856][701]LogWindowsTextInputMethodSystem: Activated input method: 한국어(대한민국) - Microsoft 입력기 (TSF IME). +[2025.04.12-02.11.45:101][726]LogAssetEditorSubsystem: Opening Asset editor for LevelScriptBlueprint /Game/Main.Main:PersistentLevel.Main +[2025.04.12-02.11.45:103][726]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 +[2025.04.12-02.11.46:100][726]LogSlate: Took 0.006554 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K) +[2025.04.12-02.12.15:432][177]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true +[2025.04.12-02.12.15:432][177]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.12-02.13.30:479][623]LogDerivedDataCache: C:/Users/ssh03/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:01.083 and deleted 0 file(s) with total size 0 MiB. +[2025.04.12-02.15.32:384][604]LogSourceControl: Warning: '../../../../../../Users/ssh03/Documents/Unreal Projects/WarehouseWreckage/' is not part of a Git repository +[2025.04.12-02.15.53:336][670]LogSlate: Window '소스 컨트롤 로그인' being destroyed +[2025.04.12-02.15.54:627][795]SourceControl: Error: warning: in the working copy of '.gitattributes', LF will be replaced by CRLF the next time Git touches it +[2025.04.12-02.15.54:627][795]SourceControl: Error: warning: in the working copy of '.gitignore', LF will be replaced by CRLF the next time Git touches it diff --git a/Saved/Screenshots/WindowsEditor/ScreenShot00000.png b/Saved/Screenshots/WindowsEditor/ScreenShot00000.png new file mode 100644 index 0000000..401061b Binary files /dev/null and b/Saved/Screenshots/WindowsEditor/ScreenShot00000.png differ diff --git a/Saved/Screenshots/WindowsEditor/ScreenShot00001.png b/Saved/Screenshots/WindowsEditor/ScreenShot00001.png new file mode 100644 index 0000000..4f6742e Binary files /dev/null and b/Saved/Screenshots/WindowsEditor/ScreenShot00001.png differ diff --git a/Saved/Screenshots/WindowsEditor/ScreenShot00002.png b/Saved/Screenshots/WindowsEditor/ScreenShot00002.png new file mode 100644 index 0000000..d47f134 Binary files /dev/null and b/Saved/Screenshots/WindowsEditor/ScreenShot00002.png differ diff --git a/WarehouseWreckage.uproject b/WarehouseWreckage.uproject new file mode 100644 index 0000000..a48d0b1 --- /dev/null +++ b/WarehouseWreckage.uproject @@ -0,0 +1,15 @@ +{ + "FileVersion": 3, + "EngineAssociation": "5.0", + "Category": "", + "Description": "", + "Plugins": [ + { + "Name": "ModelingToolsEditorMode", + "Enabled": true, + "TargetAllowList": [ + "Editor" + ] + } + ] +} \ No newline at end of file