SteelFactory-backup-2024.09.05-06.35.46.log 183 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668
  1. Log file open, 09/05/24 14:31:04
  2. LogWindows: Failed to load 'aqProf.dll' (GetLastError=0)
  3. LogWindows: File 'aqProf.dll' does not exist
  4. LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64).
  5. LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=0)
  6. LogWindows: File 'VtuneApi.dll' does not exist
  7. LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=0)
  8. LogWindows: File 'VtuneApi32e.dll' does not exist
  9. LogWindows: Started CrashReportClient (pid=29924)
  10. LogWindows: Custom abort handler registered for crash reporting.
  11. LogInit: Display: Running engine for game: SteelFactory
  12. LogCore: UnrealTraceServer: Trace store launch successful
  13. LogCore: Initializing trace...
  14. LogCore: Display: Requested channels: 'cpu,gpu,frame,log,bookmark'
  15. LogCore: Finished trace initialization.
  16. LogCsvProfiler: Display: Metadata set : platform="Windows"
  17. LogCsvProfiler: Display: Metadata set : config="Development"
  18. LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.1-CL-23901901"
  19. LogCsvProfiler: Display: Metadata set : engineversion="5.1.1-23901901+++UE5+Release-5.1"
  20. LogCsvProfiler: Display: Metadata set : commandline="" E:\UnrealProject\SteelFactory\SteelFactory.uproject -AUTH_LOGIN=unused -AUTH_PASSWORD=05b06f6cef6744d6a6e0f11dab25dc7d -AUTH_TYPE=exchangecode -epicapp=UE_5.1 -epicenv=Prod -EpicPortal -epicusername=Raul1234 -epicuserid=e854d74b93d444ad8c609ddfee25d046 -epiclocale=zh-CN -epicsandboxid=ue""
  21. LogCsvProfiler: Display: Metadata set : os="Windows 10 (20H2) [10.0.19042.985] "
  22. LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 9 3900X 12-Core Processor"
  23. LogCsvProfiler: Display: Metadata set : pgoenabled="0"
  24. LogCsvProfiler: Display: Metadata set : loginid="3c66924e469b52283c8d80ac2a3a8533"
  25. LogCsvProfiler: Display: Metadata set : asan="0"
  26. LogCsvProfiler: Display: Metadata set : llm="0"
  27. LogStats: Stats thread started at 0.384906
  28. LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +8:00, Platform Override: ''
  29. LogInit: Session CrashGUID >====================================================
  30. Session CrashGUID > UECC-Windows-97F1B0E340CC6C14FF34DCAD005BE65D
  31. Session CrashGUID >====================================================
  32. LogConfig: Display: Loading VulkanPC ini files took 0.03 seconds
  33. LogConfig: Display: Loading Mac ini files took 0.03 seconds
  34. LogConfig: Display: Loading HoloLens ini files took 0.03 seconds
  35. LogConfig: Display: Loading Android ini files took 0.03 seconds
  36. LogConfig: Display: Loading IOS ini files took 0.03 seconds
  37. LogConfig: Display: Loading Unix ini files took 0.03 seconds
  38. LogConfig: Display: Loading Windows ini files took 0.03 seconds
  39. LogConfig: Display: Loading TVOS ini files took 0.04 seconds
  40. LogConfig: Display: Loading LinuxArm64 ini files took 0.04 seconds
  41. LogConfig: Display: Loading Linux ini files took 0.04 seconds
  42. LogPluginManager: Mounting Engine plugin Bridge
  43. LogPluginManager: Mounting Engine plugin FastBuildController
  44. LogPluginManager: Mounting Engine plugin MeshPainting
  45. LogPluginManager: Mounting Engine plugin EnhancedInput
  46. LogPluginManager: Mounting Engine plugin TraceUtilities
  47. LogPluginManager: Mounting Engine plugin XGEController
  48. LogPluginManager: Mounting Engine plugin Paper2D
  49. LogPluginManager: Mounting Engine plugin OnlineBase
  50. LogPluginManager: Mounting Engine plugin OnlineSubsystem
  51. LogPluginManager: Mounting Engine plugin OnlineServices
  52. LogPluginManager: Mounting Engine plugin OnlineSubsystemNull
  53. LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess
  54. LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess
  55. LogPluginManager: Mounting Engine plugin PixWinPlugin
  56. LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils
  57. LogPluginManager: Mounting Engine plugin DumpGPUServices
  58. LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess
  59. LogPluginManager: Mounting Engine plugin PropertyAccessNode
  60. LogPluginManager: Mounting Engine plugin GitSourceControl
  61. LogPluginManager: Mounting Engine plugin TextureFormatOodle
  62. LogPluginManager: Mounting Engine plugin NullSourceCodeAccess
  63. LogPluginManager: Mounting Engine plugin PluginUtils
  64. LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess
  65. LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess
  66. LogPluginManager: Mounting Engine plugin PlasticSourceControl
  67. LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess
  68. LogPluginManager: Mounting Engine plugin AnimationSharing
  69. LogPluginManager: Mounting Engine plugin PerforceSourceControl
  70. LogPluginManager: Mounting Engine plugin UObjectPlugin
  71. LogPluginManager: Mounting Engine plugin SubversionSourceControl
  72. LogPluginManager: Mounting Engine plugin TraceDataFilters
  73. LogPluginManager: Mounting Engine plugin Takes
  74. LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis
  75. LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess
  76. LogPluginManager: Mounting Engine plugin ControlRigSpline
  77. LogPluginManager: Mounting Engine plugin IKRig
  78. LogPluginManager: Mounting Engine plugin AnimationModifierLibrary
  79. LogPluginManager: Mounting Engine plugin ControlRig
  80. LogPluginManager: Mounting Engine plugin ActorSequence
  81. LogPluginManager: Mounting Engine plugin LauncherChunkInstaller
  82. LogPluginManager: Mounting Engine plugin LevelSequenceEditor
  83. LogPluginManager: Mounting Engine plugin SequencerScripting
  84. LogPluginManager: Mounting Engine plugin TemplateSequence
  85. LogPluginManager: Mounting Engine plugin DatasmithContent
  86. LogPluginManager: Mounting Engine plugin OodleNetwork
  87. LogPluginManager: Mounting Engine plugin CameraShakePreviewer
  88. LogPluginManager: Mounting Engine plugin GameplayCameras
  89. LogPluginManager: Mounting Engine plugin GLTFExporter
  90. LogPluginManager: Mounting Engine plugin VariantManager
  91. LogPluginManager: Mounting Engine plugin ChaosClothEditor
  92. LogPluginManager: Mounting Engine plugin ChaosCloth
  93. LogPluginManager: Mounting Engine plugin BackChannel
  94. LogPluginManager: Mounting Engine plugin ChaosUserDataPT
  95. LogPluginManager: Mounting Engine plugin CharacterAI
  96. LogPluginManager: Mounting Engine plugin AutomationUtils
  97. LogPluginManager: Mounting Engine plugin ChaosNiagara
  98. LogPluginManager: Mounting Engine plugin ChaosEditor
  99. LogPluginManager: Mounting Engine plugin ChaosCaching
  100. LogPluginManager: Mounting Engine plugin VariantManagerContent
  101. LogPluginManager: Mounting Engine plugin GeometryFlow
  102. LogPluginManager: Mounting Engine plugin FullBodyIK
  103. LogPluginManager: Mounting Engine plugin Iris
  104. LogPluginManager: Mounting Engine plugin MeshLODToolset
  105. LogPluginManager: Mounting Engine plugin ProxyLODPlugin
  106. LogPluginManager: Mounting Engine plugin OpenImageDenoise
  107. LogPluginManager: Mounting Engine plugin PlanarCut
  108. LogPluginManager: Mounting Engine plugin PythonScriptPlugin
  109. LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp
  110. LogPluginManager: Mounting Engine plugin ChaosSolverPlugin
  111. LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin
  112. LogPluginManager: Mounting Engine plugin UVEditor
  113. LogPluginManager: Mounting Engine plugin PlatformCrypto
  114. LogPluginManager: Mounting Engine plugin Dataflow
  115. LogPluginManager: Mounting Engine plugin SkeletalReduction
  116. LogPluginManager: Mounting Engine plugin AssetManagerEditor
  117. LogPluginManager: Mounting Engine plugin BlueprintHeaderView
  118. LogPluginManager: Mounting Engine plugin GameplayTagsEditor
  119. LogPluginManager: Mounting Engine plugin FacialAnimation
  120. LogPluginManager: Mounting Engine plugin CurveEditorTools
  121. LogPluginManager: Mounting Engine plugin DataValidation
  122. LogPluginManager: Mounting Engine plugin EditorScriptingUtilities
  123. LogPluginManager: Mounting Engine plugin EditorDebugTools
  124. LogPluginManager: Mounting Engine plugin MaterialAnalyzer
  125. LogPluginManager: Mounting Engine plugin MacGraphicsSwitching
  126. LogPluginManager: Mounting Engine plugin SequencerAnimTools
  127. LogPluginManager: Mounting Engine plugin GeometryMode
  128. LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode
  129. LogPluginManager: Mounting Engine plugin GLTFImporter
  130. LogPluginManager: Mounting Engine plugin Niagara
  131. LogPluginManager: Mounting Engine plugin CryptoKeys
  132. LogPluginManager: Mounting Engine plugin PluginBrowser
  133. LogPluginManager: Mounting Engine plugin AvfMedia
  134. LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities
  135. LogPluginManager: Mounting Engine plugin SpeedTreeImporter
  136. LogPluginManager: Mounting Engine plugin ImgMedia
  137. LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard
  138. LogPluginManager: Mounting Engine plugin WebMMedia
  139. LogPluginManager: Mounting Engine plugin MediaCompositing
  140. LogPluginManager: Mounting Engine plugin MediaPlate
  141. LogPluginManager: Mounting Engine plugin MediaPlayerEditor
  142. LogPluginManager: Mounting Engine plugin InterchangeEditor
  143. LogPluginManager: Mounting Engine plugin WmfMedia
  144. LogPluginManager: Mounting Engine plugin AndroidFileServer
  145. LogPluginManager: Mounting Engine plugin AudioCapture
  146. LogPluginManager: Mounting Engine plugin ActorLayerUtilities
  147. LogPluginManager: Mounting Engine plugin Interchange
  148. LogPluginManager: Found config from plugin[Interchange] Game
  149. LogPluginManager: Mounting Engine plugin AndroidPermission
  150. LogPluginManager: Mounting Engine plugin AndroidMoviePlayer
  151. LogPluginManager: Mounting Engine plugin ChunkDownloader
  152. LogPluginManager: Mounting Engine plugin ArchVisCharacter
  153. LogPluginManager: Mounting Engine plugin AppleMoviePlayer
  154. LogPluginManager: Mounting Engine plugin AudioWidgets
  155. LogPluginManager: Mounting Engine plugin AssetTags
  156. LogPluginManager: Mounting Engine plugin CableComponent
  157. LogPluginManager: Mounting Engine plugin AppleImageUtils
  158. LogPluginManager: Mounting Engine plugin GeometryProcessing
  159. LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector
  160. LogPluginManager: Mounting Engine plugin AudioSynesthesia
  161. LogPluginManager: Mounting Engine plugin GooglePAD
  162. LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector
  163. LogPluginManager: Mounting Engine plugin GeometryCache
  164. LogPluginManager: Mounting Engine plugin GoogleCloudMessaging
  165. LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector
  166. LogPluginManager: Mounting Engine plugin CustomMeshComponent
  167. LogPluginManager: Mounting Engine plugin InputDebugging
  168. LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector
  169. LogPluginManager: Mounting Engine plugin Metasound
  170. LogPluginManager: Mounting Engine plugin MeshModelingToolset
  171. LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary
  172. LogPluginManager: Mounting Engine plugin StylusInput
  173. LogPluginManager: Mounting Engine plugin ProceduralMeshComponent
  174. LogPluginManager: Mounting Engine plugin PropertyAccessEditor
  175. LogPluginManager: Mounting Engine plugin MobilePatchingUtils
  176. LogPluginManager: Mounting Engine plugin ResonanceAudio
  177. LogPluginManager: Mounting Engine plugin SoundFields
  178. LogPluginManager: Mounting Engine plugin SignificanceManager
  179. LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector
  180. LogPluginManager: Mounting Engine plugin WindowsMoviePlayer
  181. LogPluginManager: Mounting Engine plugin WebMMoviePlayer
  182. LogPluginManager: Mounting Engine plugin AlembicImporter
  183. LogPluginManager: Mounting Engine plugin AndroidMedia
  184. LogPluginManager: Mounting Engine plugin Synthesis
  185. LogPluginManager: Mounting Engine plugin WaveTable
  186. LogPluginManager: Mounting Engine plugin TcpMessaging
  187. LogPluginManager: Mounting Engine plugin UdpMessaging
  188. LogPluginManager: Mounting Engine plugin AISupport
  189. LogPluginManager: Mounting Engine plugin InterchangeTests
  190. LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor
  191. LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource
  192. LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource
  193. LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource
  194. LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay
  195. LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS
  196. LogPluginManager: Mounting Engine plugin ObjectMixer
  197. LogPluginManager: Mounting Engine plugin LightMixer
  198. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Bridge/Content/' mounted to '/Bridge/'
  199. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/2D/Paper2D/Content/' mounted to '/Paper2D/'
  200. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Developer/AnimationSharing/Content/' mounted to '/AnimationSharing/'
  201. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/VirtualProduction/Takes/Content/' mounted to '/Takes/'
  202. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/ControlRigSpline/Content/' mounted to '/ControlRigSpline/'
  203. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/IKRig/Content/' mounted to '/IKRig/'
  204. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Animation/ControlRig/Content/' mounted to '/ControlRig/'
  205. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/MovieScene/SequencerScripting/Content/' mounted to '/SequencerScripting/'
  206. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Enterprise/DatasmithContent/Content/' mounted to '/DatasmithContent/'
  207. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Enterprise/GLTFExporter/Content/' mounted to '/GLTFExporter/'
  208. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosClothEditor/Content/' mounted to '/ChaosClothEditor/'
  209. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosNiagara/Content/' mounted to '/ChaosNiagara/'
  210. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosCaching/Content/' mounted to '/ChaosCaching/'
  211. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/GeometryFlow/Content/' mounted to '/GeometryFlow/'
  212. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/FullBodyIK/Content/' mounted to '/FullBodyIK/'
  213. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/MeshLODToolset/Content/' mounted to '/MeshLODToolset/'
  214. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/PythonScriptPlugin/Content/' mounted to '/PythonScriptPlugin/'
  215. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/MeshModelingToolsetExp/Content/' mounted to '/MeshModelingToolsetExp/'
  216. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/ChaosSolverPlugin/Content/' mounted to '/ChaosSolverPlugin/'
  217. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/GeometryCollectionPlugin/Content/' mounted to '/GeometryCollectionPlugin/'
  218. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/UVEditor/Content/' mounted to '/UVEditor/'
  219. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Experimental/Dataflow/Content/' mounted to '/Dataflow/'
  220. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/BlueprintHeaderView/Content/' mounted to '/BlueprintHeaderView/'
  221. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/GeometryMode/Content/' mounted to '/GeometryMode/'
  222. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/ModelingToolsEditorMode/Content/' mounted to '/ModelingToolsEditorMode/'
  223. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/GLTFImporter/Content/' mounted to '/GLTFImporter/'
  224. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/FX/Niagara/Content/' mounted to '/Niagara/'
  225. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/SpeedTreeImporter/Content/' mounted to '/SpeedTreeImporter/'
  226. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Media/MediaCompositing/Content/' mounted to '/MediaCompositing/'
  227. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Media/MediaPlate/Content/' mounted to '/MediaPlate/'
  228. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Interchange/Runtime/Content/' mounted to '/Interchange/'
  229. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/AudioWidgets/Content/' mounted to '/AudioWidgets/'
  230. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/GeometryProcessing/Content/' mounted to '/GeometryProcessing/'
  231. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/AudioSynesthesia/Content/' mounted to '/AudioSynesthesia/'
  232. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/Metasound/Content/' mounted to '/Metasound/'
  233. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/MeshModelingToolset/Content/' mounted to '/MeshModelingToolset/'
  234. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/ResonanceAudio/Content/' mounted to '/ResonanceAudio/'
  235. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/Synthesis/Content/' mounted to '/Synthesis/'
  236. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Runtime/WaveTable/Content/' mounted to '/WaveTable/'
  237. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/ObjectMixer/ObjectMixer/Content/' mounted to '/ObjectMixer/'
  238. LogPackageName: Display: FPackageName: Mount point added: '../../Plugins/Editor/ObjectMixer/LightMixer/Content/' mounted to '/LightMixer/'
  239. SourceControl: Source control is disabled
  240. SourceControl: Source control is disabled
  241. LogInit: Using libcurl 7.83.1
  242. LogInit: - built for Windows
  243. LogInit: - supports SSL with OpenSSL/1.1.1n
  244. LogInit: - supports HTTP deflate (compression) using libz 1.2.12
  245. LogInit: - other features:
  246. LogInit: CURL_VERSION_SSL
  247. LogInit: CURL_VERSION_LIBZ
  248. LogInit: CURL_VERSION_IPV6
  249. LogInit: CURL_VERSION_ASYNCHDNS
  250. LogInit: CURL_VERSION_LARGEFILE
  251. LogInit: CurlRequestOptions (configurable via config and command line):
  252. LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate
  253. LogInit: - bUseHttpProxy = true - Libcurl will use HTTP proxy
  254. LogInit: - HttpProxyAddress = '127.0.0.1:7890'
  255. LogInit: - bDontReuseConnections = false - Libcurl will reuse connections
  256. LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host
  257. LogInit: - LocalHostAddr = Default
  258. LogInit: - BufferSize = 65536
  259. LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467
  260. LogOnline: OSS: Created online subsystem instance for: NULL
  261. LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for module [NULL]
  262. PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX.
  263. LogInit: Build: ++UE5+Release-5.1-CL-23901901
  264. LogInit: Engine Version: 5.1.1-23901901+++UE5+Release-5.1
  265. LogInit: Compatible Engine Version: 5.1.0-23058290+++UE5+Release-5.1
  266. LogInit: Net CL: 23058290
  267. LogInit: OS: Windows 10 (20H2) [10.0.19042.985] (), CPU: AMD Ryzen 9 3900X 12-Core Processor , GPU: NVIDIA TITAN RTX
  268. LogInit: Compiled (64-bit): Jan 30 2023 05:19:00
  269. LogInit: Compiled with Visual C++: 19.29.30147.00
  270. LogInit: Build Configuration: Development
  271. LogInit: Branch Name: ++UE5+Release-5.1
  272. LogInit: Command Line: -AUTH_LOGIN=unused -AUTH_PASSWORD=05b06f6cef6744d6a6e0f11dab25dc7d -AUTH_TYPE=exchangecode -epicapp=UE_5.1 -epicenv=Prod -EpicPortal -epicusername=Raul1234 -epicuserid=e854d74b93d444ad8c609ddfee25d046 -epiclocale=zh-CN -epicsandboxid=ue
  273. LogInit: Base Directory: e:/Epic Games/UE_5.1/Engine/Binaries/Win64/
  274. LogInit: Allocator: Mimalloc
  275. LogInit: Installed Engine Build: 1
  276. LogDevObjectVersion: Number of dev versions registered: 35
  277. LogDevObjectVersion: Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10
  278. LogDevObjectVersion: Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0
  279. LogDevObjectVersion: Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 4
  280. LogDevObjectVersion: Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 40
  281. LogDevObjectVersion: Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 37
  282. LogDevObjectVersion: Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 3
  283. LogDevObjectVersion: Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0
  284. LogDevObjectVersion: Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0
  285. LogDevObjectVersion: Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 20
  286. LogDevObjectVersion: Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0
  287. LogDevObjectVersion: Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 45
  288. LogDevObjectVersion: Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 13
  289. LogDevObjectVersion: Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 3
  290. LogDevObjectVersion: Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1
  291. LogDevObjectVersion: Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 3
  292. LogDevObjectVersion: Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 17
  293. LogDevObjectVersion: Dev-Anim (AF43A65D-7FD3-4947-9873-3E8ED9C1BB05): 15
  294. LogDevObjectVersion: Dev-ReflectionCapture (6B266CEC-1EC7-4B8F-A30B-E4D90942FC07): 1
  295. LogDevObjectVersion: Dev-Automation (0DF73D61-A23F-47EA-B727-89E90C41499A): 1
  296. LogDevObjectVersion: FortniteMain (601D1886-AC64-4F84-AA16-D3DE0DEAC7D6): 80
  297. LogDevObjectVersion: FortniteNC (5B4C06B7-2463-4AF8-805B-BF70CDF5D0DD): 10
  298. LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 4
  299. LogDevObjectVersion: Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 10
  300. LogDevObjectVersion: Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1
  301. LogDevObjectVersion: Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 10
  302. LogDevObjectVersion: Dev-Physics-Ext (35F94A83-E258-406C-A318-09F59610247C): 41
  303. LogDevObjectVersion: Dev-PhysicsMaterial-Chaos (B68FC16E-8B1B-42E2-B453-215C058844FE): 1
  304. LogDevObjectVersion: Dev-CineCamera (B2E18506-4273-CFC2-A54E-F4BB758BBA07): 1
  305. LogDevObjectVersion: Dev-VirtualProduction (64F58936-FD1B-42BA-BA96-7289D5D0FA4E): 1
  306. LogDevObjectVersion: UE5-Main (697DD581-E64F-41AB-AA4A-51ECBEB7B628): 88
  307. LogDevObjectVersion: UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 41
  308. LogDevObjectVersion: UE5-PrivateFrosty (59DA5D52-1232-4948-B878-597870B8E98B): 8
  309. LogDevObjectVersion: UE5-Dev-Cooker (26075A32-730F-4708-88E9-8C32F1599D05): 0
  310. LogDevObjectVersion: Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2
  311. LogDevObjectVersion: UE5-Dev-LWCRendering (30D58BE3-95EA-4282-A6E3-B159D8EBB06A): 1
  312. LogInit: Presizing for max 25165824 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
  313. LogInit: Object subsystem initialized
  314. LogConfig: Set CVar [[con.DebugEarlyDefault:1]]
  315. LogConfig: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created
  316. LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created
  317. LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created
  318. LogConfig: Set CVar [[r.setres:1280x720]]
  319. LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created
  320. LogConfig: CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] deferred - dummy variable created
  321. LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created
  322. LogConfig: Set CVar [[r.Occlusion.SingleRHIThreadStall:1]]
  323. LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]]
  324. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[r.VSync:0]]
  325. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]]
  326. [2024.09.05-06.31.04:651][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine]
  327. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created
  328. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created
  329. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]]
  330. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created
  331. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]]
  332. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]]
  333. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]]
  334. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]]
  335. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]]
  336. [2024.09.05-06.31.04:651][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine]
  337. [2024.09.05-06.31.04:651][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine]
  338. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
  339. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]]
  340. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]]
  341. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]]
  342. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]]
  343. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]]
  344. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]]
  345. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]]
  346. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]]
  347. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]]
  348. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]]
  349. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]]
  350. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]]
  351. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created
  352. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]]
  353. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created
  354. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created
  355. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created
  356. [2024.09.05-06.31.04:651][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine]
  357. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]]
  358. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]]
  359. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]]
  360. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]]
  361. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]]
  362. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]]
  363. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]]
  364. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]]
  365. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]]
  366. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]]
  367. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]]
  368. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]]
  369. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.BlueprintClusteringEnabled:0]]
  370. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:0]]
  371. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]]
  372. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.VerifyGCObjectNames:1]]
  373. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]]
  374. [2024.09.05-06.31.04:651][ 0]LogConfig: Set CVar [[gc.PendingKillEnabled:1]]
  375. [2024.09.05-06.31.04:651][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine]
  376. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created
  377. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created
  378. [2024.09.05-06.31.04:651][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine]
  379. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[DefaultPVRTCQuality:1]] deferred - dummy variable created
  380. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:1]] deferred - dummy variable created
  381. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created
  382. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created
  383. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created
  384. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created
  385. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created
  386. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created
  387. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created
  388. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created
  389. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created
  390. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created
  391. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created
  392. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created
  393. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created
  394. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created
  395. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created
  396. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created
  397. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created
  398. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created
  399. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created
  400. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created
  401. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created
  402. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created
  403. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created
  404. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created
  405. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created
  406. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created
  407. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created
  408. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created
  409. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created
  410. [2024.09.05-06.31.04:651][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created
  411. [2024.09.05-06.31.04:652][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created
  412. [2024.09.05-06.31.04:652][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created
  413. [2024.09.05-06.31.04:652][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created
  414. [2024.09.05-06.31.04:652][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created
  415. [2024.09.05-06.31.04:652][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created
  416. [2024.09.05-06.31.04:652][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created
  417. [2024.09.05-06.31.04:652][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created
  418. [2024.09.05-06.31.04:652][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created
  419. [2024.09.05-06.31.04:661][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability]
  420. [2024.09.05-06.31.04:661][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]]
  421. [2024.09.05-06.31.04:661][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]]
  422. [2024.09.05-06.31.04:661][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability]
  423. [2024.09.05-06.31.04:661][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]]
  424. [2024.09.05-06.31.04:661][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]]
  425. [2024.09.05-06.31.04:661][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]]
  426. [2024.09.05-06.31.04:661][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:100]]
  427. [2024.09.05-06.31.04:661][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]]
  428. [2024.09.05-06.31.04:661][ 0]LogConfig: Set CVar [[r.TSR.History.GrandReprojection:1]]
  429. [2024.09.05-06.31.04:661][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]]
  430. [2024.09.05-06.31.04:661][ 0]LogConfig: Set CVar [[r.TSR.Velocity.Extrapolation:1]]
  431. [2024.09.05-06.31.04:661][ 0]LogConfig: CVar [[r.TSR.Velocity.HoleFill:1]] deferred - dummy variable created
  432. [2024.09.05-06.31.04:661][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]]
  433. [2024.09.05-06.31.04:661][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability]
  434. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]]
  435. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]]
  436. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]]
  437. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]]
  438. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]]
  439. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]]
  440. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]]
  441. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]]
  442. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]]
  443. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]]
  444. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]]
  445. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.AOQuality:2]]
  446. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]]
  447. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]]
  448. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]]
  449. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]]
  450. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]]
  451. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]]
  452. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]]
  453. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]]
  454. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]]
  455. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]]
  456. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]]
  457. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]]
  458. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]]
  459. [2024.09.05-06.31.04:662][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability]
  460. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]]
  461. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]]
  462. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]]
  463. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]]
  464. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]]
  465. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]]
  466. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenSpaceBentNormal:1]]
  467. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]]
  468. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]]
  469. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]]
  470. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]]
  471. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]]
  472. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]]
  473. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]]
  474. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]]
  475. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]]
  476. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]]
  477. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]]
  478. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.LumenScene.SurfaceCache.CardCaptureRefreshFraction:0.125]]
  479. [2024.09.05-06.31.04:662][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability]
  480. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]]
  481. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]]
  482. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]]
  483. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]]
  484. [2024.09.05-06.31.04:662][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability]
  485. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]]
  486. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]]
  487. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]]
  488. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]]
  489. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]]
  490. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]]
  491. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]]
  492. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]]
  493. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]]
  494. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]]
  495. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]]
  496. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.BloomQuality:5]]
  497. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:70.711]]
  498. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]]
  499. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]]
  500. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Tonemapper.GrainQuantization:1]]
  501. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]]
  502. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]]
  503. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]]
  504. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]]
  505. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]]
  506. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]]
  507. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]]
  508. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]]
  509. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]]
  510. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]]
  511. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]]
  512. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]]
  513. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]]
  514. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]]
  515. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]]
  516. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]]
  517. [2024.09.05-06.31.04:662][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability]
  518. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]]
  519. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]]
  520. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]]
  521. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]]
  522. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]]
  523. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]]
  524. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]]
  525. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]]
  526. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]]
  527. [2024.09.05-06.31.04:662][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability]
  528. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]]
  529. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]]
  530. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]]
  531. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]]
  532. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]]
  533. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.DetailMode:2]]
  534. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]]
  535. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]]
  536. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]]
  537. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]]
  538. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]]
  539. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]]
  540. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]]
  541. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]]
  542. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]]
  543. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]]
  544. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]]
  545. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]]
  546. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]]
  547. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]]
  548. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]]
  549. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]]
  550. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]]
  551. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]]
  552. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]]
  553. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]]
  554. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]]
  555. [2024.09.05-06.31.04:662][ 0]LogConfig: CVar [[fx.Niagara.QualityLevel:3]] deferred - dummy variable created
  556. [2024.09.05-06.31.04:662][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability]
  557. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]]
  558. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]]
  559. [2024.09.05-06.31.04:662][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability]
  560. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]]
  561. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]]
  562. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]]
  563. [2024.09.05-06.31.04:662][ 0]LogConfig: CVar [[r.HairStrands.Interpolation.UseSingleGuide:0]] deferred - dummy variable created
  564. [2024.09.05-06.31.04:662][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]]
  565. [2024.09.05-06.31.04:680][ 0]LogD3D12RHI: Aftermath initialized
  566. [2024.09.05-06.31.04:680][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64).
  567. [2024.09.05-06.31.04:963][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA TITAN RTX (Max supported Feature Level 12_2, shader model 6.6)
  568. [2024.09.05-06.31.04:963][ 0]LogD3D12RHI: Adapter has 24268MB of dedicated video memory, 0MB of dedicated system memory, and 16337MB of shared system memory, 2 output[s]
  569. [2024.09.05-06.31.04:970][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (Max supported Feature Level 12_1, shader model 6.2)
  570. [2024.09.05-06.31.04:970][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 16337MB of shared system memory, 0 output[s]
  571. [2024.09.05-06.31.05:139][ 0]LogD3D12RHI: Found D3D12 adapter 2: NVIDIA TITAN RTX (Max supported Feature Level 12_2, shader model 6.6)
  572. [2024.09.05-06.31.05:139][ 0]LogD3D12RHI: Adapter has 24268MB of dedicated video memory, 0MB of dedicated system memory, and 16337MB of shared system memory, 0 output[s]
  573. [2024.09.05-06.31.05:139][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0
  574. [2024.09.05-06.31.05:139][ 0]LogInit: Selected Device Profile: [WindowsEditor]
  575. [2024.09.05-06.31.05:139][ 0]LogHAL: Display: Platform has ~ 32 GB [34262425600 / 34359738368 / 32], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0)
  576. [2024.09.05-06.31.05:139][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows]
  577. [2024.09.05-06.31.05:139][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile []
  578. [2024.09.05-06.31.05:139][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini]
  579. [2024.09.05-06.31.05:139][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]]
  580. [2024.09.05-06.31.05:139][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]]
  581. [2024.09.05-06.31.05:139][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]]
  582. [2024.09.05-06.31.05:139][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine]
  583. [2024.09.05-06.31.05:139][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [e:/UnrealProject/SteelFactory/Saved/Config/WindowsEditor/Editor.ini]
  584. [2024.09.05-06.31.05:139][ 0]LogInit: Computer: PC-202102041234
  585. [2024.09.05-06.31.05:139][ 0]LogInit: User: Administrator
  586. [2024.09.05-06.31.05:139][ 0]LogInit: CPU Page size=4096, Cores=12
  587. [2024.09.05-06.31.05:139][ 0]LogInit: High frequency timer resolution =10.000000 MHz
  588. [2024.09.05-06.31.05:139][ 0]LogMemory: Memory total: Physical=31.9GB (32GB approx)
  589. [2024.09.05-06.31.05:139][ 0]LogMemory: Platform Memory Stats for WindowsEditor
  590. [2024.09.05-06.31.05:139][ 0]LogMemory: Process Physical Memory: 302.43 MB used, 317.45 MB peak
  591. [2024.09.05-06.31.05:139][ 0]LogMemory: Process Virtual Memory: 318.14 MB used, 318.14 MB peak
  592. [2024.09.05-06.31.05:139][ 0]LogMemory: Physical Memory: 15803.77 MB used, 16871.42 MB free, 32675.20 MB total
  593. [2024.09.05-06.31.05:139][ 0]LogMemory: Virtual Memory: 34920.48 MB used, 46773.71 MB free, 81694.20 MB total
  594. [2024.09.05-06.31.05:139][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0"
  595. [2024.09.05-06.31.05:146][ 0]LogWindows: WindowsPlatformFeatures enabled
  596. [2024.09.05-06.31.05:158][ 0]LogInit: Physics initialised using underlying interface: Chaos
  597. [2024.09.05-06.31.05:159][ 0]LogInit: Overriding language with editor language configuration option (en).
  598. [2024.09.05-06.31.05:159][ 0]LogInit: Overriding language with editor locale configuration option (en).
  599. [2024.09.05-06.31.05:341][ 0]LogInit: Setting process to per monitor DPI aware
  600. [2024.09.05-06.31.05:365][ 0]LogWindowsTextInputMethodSystem: Available input methods:
  601. [2024.09.05-06.31.05:365][ 0]LogWindowsTextInputMethodSystem: - 英语(美国) - (Keyboard).
  602. [2024.09.05-06.31.05:365][ 0]LogWindowsTextInputMethodSystem: - 中文(简体,中国) - 搜狗拼音输入法 (TSF IME).
  603. [2024.09.05-06.31.05:366][ 0]LogWindowsTextInputMethodSystem: Activated input method: 英语(美国) - (Keyboard).
  604. [2024.09.05-06.31.05:395][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0
  605. [2024.09.05-06.31.05:395][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0
  606. [2024.09.05-06.31.05:503][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6
  607. [2024.09.05-06.31.05:504][ 0]LogWindows: Attached monitors:
  608. [2024.09.05-06.31.05:504][ 0]LogWindows: resolution: 1920x1080, work area: (1920, 0) -> (3840, 1080), device: '\\.\DISPLAY1'
  609. [2024.09.05-06.31.05:505][ 0]LogWindows: resolution: 1920x1080, work area: (0, 0) -> (1920, 1080), device: '\\.\DISPLAY2' [PRIMARY]
  610. [2024.09.05-06.31.05:505][ 0]LogWindows: Found 2 attached monitors.
  611. [2024.09.05-06.31.05:505][ 0]LogWindows: Gathering driver information using Windows Setup API
  612. [2024.09.05-06.31.05:505][ 0]LogRHI: RHI Adapter Info:
  613. [2024.09.05-06.31.05:505][ 0]LogRHI: Name: NVIDIA TITAN RTX
  614. [2024.09.05-06.31.05:505][ 0]LogRHI: Driver Version: 546.17 (internal:31.0.15.4617, unified:546.17)
  615. [2024.09.05-06.31.05:505][ 0]LogRHI: Driver Date: 11-9-2023
  616. [2024.09.05-06.31.05:505][ 0]LogD3D12RHI: GPU DeviceId: 0x1e02 (for the marketing name, search the web for "GPU Device Id")
  617. [2024.09.05-06.31.05:505][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off
  618. [2024.09.05-06.31.05:513][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled
  619. [2024.09.05-06.31.05:513][ 0]LogD3D12RHI: Emitting draw events for PIX profiling.
  620. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed
  621. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled
  622. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: ID3D12Device1 is supported.
  623. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: ID3D12Device2 is supported.
  624. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: ID3D12Device3 is supported.
  625. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: ID3D12Device4 is supported.
  626. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: ID3D12Device5 is supported.
  627. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: ID3D12Device6 is supported.
  628. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: ID3D12Device7 is supported.
  629. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: ID3D12Device8 is supported.
  630. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: ID3D12Device9 is supported.
  631. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: ID3D12Device10 is supported.
  632. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: Bindless resources are supported
  633. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported.
  634. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported
  635. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported
  636. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported
  637. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported
  638. [2024.09.05-06.31.05:654][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported
  639. [2024.09.05-06.31.05:700][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (3D)
  640. [2024.09.05-06.31.05:700][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Copy)
  641. [2024.09.05-06.31.05:700][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Compute)
  642. [2024.09.05-06.31.05:725][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0
  643. [2024.09.05-06.31.05:725][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0
  644. [2024.09.05-06.31.05:726][ 0]LogRHI: Texture pool is 14805 MB (70% of 21150 MB)
  645. [2024.09.05-06.31.05:726][ 0]LogD3D12RHI: Async texture creation enabled
  646. [2024.09.05-06.31.05:726][ 0]LogD3D12RHI: RHI has support for 64 bit atomics
  647. [2024.09.05-06.31.05:764][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="e:/UnrealProject/SteelFactory/SteelFactory.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="e:/UnrealProject/SteelFactory/Intermediate/TurnkeyReport_0.log" -log="e:/UnrealProject/SteelFactory/Intermediate/TurnkeyLog_0.log" -project="e:/UnrealProject/SteelFactory/SteelFactory.uproject" -platform=all'
  648. [2024.09.05-06.31.05:764][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""e:/Epic Games/UE_5.1/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="e:/UnrealProject/SteelFactory/SteelFactory.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="e:/UnrealProject/SteelFactory/Intermediate/TurnkeyReport_0.log" -log="e:/UnrealProject/SteelFactory/Intermediate/TurnkeyLog_0.log" -project="e:/UnrealProject/SteelFactory/SteelFactory.uproject" -platform=all" ]
  649. [2024.09.05-06.31.05:806][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC
  650. [2024.09.05-06.31.05:806][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT
  651. [2024.09.05-06.31.05:806][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2
  652. [2024.09.05-06.31.05:806][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp
  653. [2024.09.05-06.31.05:806][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed
  654. [2024.09.05-06.31.05:806][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.8
  655. [2024.09.05-06.31.05:806][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll
  656. [2024.09.05-06.31.05:807][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.6.dll
  657. [2024.09.05-06.31.05:809][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.7.dll
  658. [2024.09.05-06.31.05:810][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.8.dll
  659. [2024.09.05-06.31.05:812][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle
  660. [2024.09.05-06.31.05:820][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android'
  661. [2024.09.05-06.31.05:820][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC'
  662. [2024.09.05-06.31.05:820][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT'
  663. [2024.09.05-06.31.05:820][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2'
  664. [2024.09.05-06.31.05:820][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient'
  665. [2024.09.05-06.31.05:820][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient'
  666. [2024.09.05-06.31.05:820][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient'
  667. [2024.09.05-06.31.05:820][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client'
  668. [2024.09.05-06.31.05:820][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi'
  669. [2024.09.05-06.31.05:820][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient'
  670. [2024.09.05-06.31.05:862][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'HoloLens'
  671. [2024.09.05-06.31.05:862][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'HoloLensClient'
  672. [2024.09.05-06.31.05:868][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS'
  673. [2024.09.05-06.31.05:868][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient'
  674. [2024.09.05-06.31.05:874][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux'
  675. [2024.09.05-06.31.05:874][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor'
  676. [2024.09.05-06.31.05:874][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer'
  677. [2024.09.05-06.31.05:874][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient'
  678. [2024.09.05-06.31.05:879][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64'
  679. [2024.09.05-06.31.05:879][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server'
  680. [2024.09.05-06.31.05:879][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client'
  681. [2024.09.05-06.31.05:885][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS'
  682. [2024.09.05-06.31.05:885][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient'
  683. [2024.09.05-06.31.05:893][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows'
  684. [2024.09.05-06.31.05:893][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor'
  685. [2024.09.05-06.31.05:893][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer'
  686. [2024.09.05-06.31.05:893][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient'
  687. [2024.09.05-06.31.05:893][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor
  688. [2024.09.05-06.31.05:917][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded.
  689. [2024.09.05-06.31.05:923][ 0]LogTargetPlatformManager: Unable to find audio format BINKA from hinted modules, loading all potential format modules to find it
  690. [2024.09.05-06.31.05:923][ 0]LogTargetPlatformManager: Loaded format module AudioFormatADPCM
  691. [2024.09.05-06.31.05:923][ 0]LogTargetPlatformManager: ADPCM
  692. [2024.09.05-06.31.05:923][ 0]LogTargetPlatformManager: PCM
  693. [2024.09.05-06.31.05:928][ 0]LogTargetPlatformManager: Loaded format module AudioFormatBink
  694. [2024.09.05-06.31.05:928][ 0]LogTargetPlatformManager: BINKA
  695. [2024.09.05-06.31.05:928][ 0]LogTargetPlatformManager: Loaded format module AudioFormatOgg
  696. [2024.09.05-06.31.05:928][ 0]LogTargetPlatformManager: OGG
  697. [2024.09.05-06.31.05:929][ 0]LogTargetPlatformManager: Loaded format module AudioFormatOpus
  698. [2024.09.05-06.31.05:929][ 0]LogTargetPlatformManager: OPUS
  699. [2024.09.05-06.31.05:998][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it
  700. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat
  701. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: SF_METAL
  702. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: SF_METAL_MRT
  703. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: SF_METAL_TVOS
  704. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS
  705. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: SF_METAL_SM5
  706. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1
  707. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC
  708. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D
  709. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: PCD3D_SM6
  710. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: PCD3D_SM5
  711. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: PCD3D_ES31
  712. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: D3D_ES3_1_HOLOLENS
  713. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL
  714. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: GLSL_150_ES31
  715. [2024.09.05-06.31.06:011][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID
  716. [2024.09.05-06.31.06:024][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM
  717. [2024.09.05-06.31.06:024][ 0]LogTargetPlatformManager: VVM_1_0
  718. [2024.09.05-06.31.06:024][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat
  719. [2024.09.05-06.31.06:024][ 0]LogTargetPlatformManager: SF_VULKAN_SM5
  720. [2024.09.05-06.31.06:024][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID
  721. [2024.09.05-06.31.06:024][ 0]LogTargetPlatformManager: SF_VULKAN_ES31
  722. [2024.09.05-06.31.06:024][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID
  723. [2024.09.05-06.31.06:024][ 0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0).
  724. [2024.09.05-06.31.06:027][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../../UnrealProject/SteelFactory/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
  725. [2024.09.05-06.31.06:027][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy.
  726. [2024.09.05-06.31.06:027][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../../UnrealProject/SteelFactory/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
  727. [2024.09.05-06.31.06:027][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy.
  728. [2024.09.05-06.31.06:051][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (1363 MiB)
  729. [2024.09.05-06.31.06:051][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
  730. [2024.09.05-06.31.06:051][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy.
  731. [2024.09.05-06.31.06:057][ 0]LogDerivedDataCache: Speed tests for C:/Users/Administrator/AppData/Local/UnrealEngine/Common/DerivedDataCache took 0.01 seconds
  732. [2024.09.05-06.31.06:057][ 0]LogDerivedDataCache: Display: Performance to C:/Users/Administrator/AppData/Local/UnrealEngine/Common/DerivedDataCache: Latency=0.05ms. RandomReadSpeed=1104.01MBs, RandomWriteSpeed=192.10MBs. Assigned SpeedClass 'Local'
  733. [2024.09.05-06.31.06:058][ 0]LogDerivedDataCache: Using Local data cache path C:/Users/Administrator/AppData/Local/UnrealEngine/Common/DerivedDataCache: Writable
  734. [2024.09.05-06.31.06:058][ 0]LogDerivedDataCache: Shared data cache path not found in *engine.ini, will not use an Shared cache.
  735. [2024.09.05-06.31.06:058][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy.
  736. [2024.09.05-06.31.06:058][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None
  737. [2024.09.05-06.31.06:059][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled
  738. [2024.09.05-06.31.06:059][ 0]LogShaderCompilers: Guid format shader working directory is 12 characters bigger than the processId version (../../../../../UnrealProject/SteelFactory/Intermediate/Shaders/WorkingDirectory/23584/).
  739. [2024.09.05-06.31.06:059][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Administrator/AppData/Local/Temp/UnrealShaderWorkingDir/1A72BC8B40375FA849001D8AAF9D2EA1/'.
  740. [2024.09.05-06.31.06:059][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine.
  741. [2024.09.05-06.31.06:059][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers.
  742. [2024.09.05-06.31.06:951][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../UnrealProject/SteelFactory/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush
  743. [2024.09.05-06.31.06:952][ 0]LogShaderCompilers: Display: Failed to delete old shader autogen file: ../../../../../UnrealProject/SteelFactory/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush
  744. [2024.09.05-06.31.06:952][ 0]LogShaderCompilers: Display: Shader autogen file written: ../../../../../UnrealProject/SteelFactory/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush
  745. [2024.09.05-06.31.07:057][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0
  746. [2024.09.05-06.31.09:553][ 0]LogSlate: Using FreeType 2.10.0
  747. [2024.09.05-06.31.09:553][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
  748. [2024.09.05-06.31.09:599][ 0]LogAssetRegistry: FAssetRegistry took 0.0122 seconds to start up
  749. [2024.09.05-06.31.09:607][ 0]LogEditorDomain: Display: EditorDomain is Disabled
  750. [2024.09.05-06.31.09:875][ 0]LogTexture: Display: Texture Encode Speed: FinalIfAvailable (editor).
  751. [2024.09.05-06.31.10:420][ 0]LogInit: Selected Device Profile: [WindowsEditor]
  752. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: Available device profiles:
  753. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB5139A00][00000A1FAD084800 52] GlobalDefaults,
  754. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513B200][00000A1FB1DBA000 52] Windows,
  755. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513B400][00000A1FB1DB5000 52] WindowsEditor,
  756. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513AA00][00000A1FB1DB7800 52] WindowsServer,
  757. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB5138200][00000A1FB1DBC800 52] WindowsClient,
  758. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513AC00][00000A1FABE5A000 52] IOS,
  759. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513B000][00000A1F87BC2800 52] iPadAir2,
  760. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513A600][00000A1FB4CD0000 52] IPadPro,
  761. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB5139600][00000A1FB4CD2800 52] iPadAir3,
  762. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513A400][00000A1FB4CD7800 52] iPadAir4,
  763. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB5139200][00000A1FB4CDA000 52] iPadAir5,
  764. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB5139400][00000A1FB4CDC800 52] iPadMini4,
  765. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513AE00][00000A1FABE55000 52] iPadMini5,
  766. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB5139C00][00000A1FB4CD5000 52] iPadMini6,
  767. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513DE00][00000A1FB4CE5000 52] iPhone6S,
  768. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513DA00][00000A1FB4CE2800 52] iPhone7,
  769. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513D800][00000A1FB4CE0000 52] iPodTouch7,
  770. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513B600][00000A1FB4CEA000 52] iPhone6SPlus,
  771. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513C200][00000A1FB4CEC800 52] iPhone7Plus,
  772. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513BE00][00000A1FB1DB2800 52] iPhoneSE,
  773. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513D200][00000A1FB4D00000 52] iPhone8,
  774. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB5139800][00000A1FB4D05000 52] iPhone8Plus,
  775. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513BC00][00000A1FB4D07800 52] iPhoneX,
  776. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB5138600][00000A1FB4D0A000 52] iPhoneXS,
  777. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513D000][00000A1FB4D0C800 52] iPhoneXSMax,
  778. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513A800][00000A1FB4CE7800 52] iPhoneXR,
  779. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513C800][00000A1FB4D10000 52] iPhone11,
  780. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513CC00][00000A1FB4D15000 52] iPhone11Pro,
  781. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513DC00][00000A1FB4D17800 52] iPhone11ProMax,
  782. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513C400][00000A1FB4D1A000 52] iPhoneSE2,
  783. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513D600][00000A1FB4D1C800 52] iPhone12Mini,
  784. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB5139000][00000A1FB4D02800 52] iPhone12,
  785. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513E000][00000A1FB4D20000 52] iPhone12Pro,
  786. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513CA00][00000A1FB4D25000 52] iPhone12ProMax,
  787. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513C600][00000A1FB4D27800 52] iPhone13Mini,
  788. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513A200][00000A1FB4D2A000 52] iPhone13,
  789. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513E800][00000A1FB4D2C800 52] iPhone13Pro,
  790. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513BA00][00000A1FB4D12800 52] iPhone13ProMax,
  791. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513EA00][00000A1FB4D30000 52] iPhoneSE3,
  792. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513EE00][00000A1FB4D35000 52] iPhone14,
  793. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513F000][00000A1FB4D37800 52] iPhone14Plus,
  794. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513E200][00000A1FB4D3A000 52] iPhone14Pro,
  795. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513E400][00000A1FB4D3C800 52] iPhone14ProMax,
  796. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513C000][00000A1FB4D22800 52] iPadPro105,
  797. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513F800][00000A1FB4D40000 52] iPadPro129,
  798. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513B800][00000A1FB4D45000 52] iPadPro97,
  799. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513FA00][00000A1FB4D47800 52] iPadPro2_129,
  800. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB513FE00][00000A1FB4D4A000 52] iPad5,
  801. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FAC4BFE00][00000A1FB4D4C800 52] iPad6,
  802. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FAB9C3400][00000A1FB4D32800 52] iPad7,
  803. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D60000][00000A1FB4D50000 52] iPad8,
  804. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D61200][00000A1FB4D55000 52] iPad9,
  805. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D61000][00000A1FB4D57800 52] iPad10,
  806. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D61A00][00000A1FB4D5A000 52] iPadPro11,
  807. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D60800][00000A1FB4D5C800 52] iPadPro2_11,
  808. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D61400][00000A1FB4D42800 52] iPadPro3_11,
  809. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D60A00][00000A1FB4D70000 52] iPadPro4_11,
  810. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D60E00][00000A1FB4D75000 52] iPadPro3_129,
  811. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D62000][00000A1FB4D77800 52] iPadPro4_129,
  812. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D60200][00000A1FB4D7A000 52] iPadPro5_129,
  813. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D60400][00000A1FB4D7C800 52] iPadPro6_129,
  814. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D61E00][00000A1FB4D52800 52] AppleTV,
  815. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D62800][00000A1FB4D80000 52] AppleTV4K,
  816. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D61C00][00000A1FB4D85000 52] AppleTV2_4K,
  817. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D62A00][00000A1FB4D87800 52] TVOS,
  818. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D62E00][00000A1FB4D8C800 52] Mac,
  819. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D63E00][00000A1FB4D8A000 52] MacEditor,
  820. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D60C00][00000A1FB4D72800 52] MacClient,
  821. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D62C00][00000A1FB4D90000 52] MacServer,
  822. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D64800][00000A1FB4D97800 52] Linux,
  823. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D64A00][00000A1FB4D95000 52] LinuxEditor,
  824. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D63800][00000A1FB4D9A000 52] LinuxArm64Editor,
  825. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D64400][00000A1FB4D9C800 52] LinuxArm64,
  826. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D63A00][00000A1FB4D82800 52] LinuxClient,
  827. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D62400][00000A1FB4DA0000 52] LinuxArm64Client,
  828. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D63C00][00000A1FB4DA5000 52] LinuxServer,
  829. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D64200][00000A1FB4DA7800 52] LinuxArm64Server,
  830. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D61800][00000A1FB4DAA000 52] Android,
  831. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D62200][00000A1FB4DAC800 52] Android_Preview_OpenGL,
  832. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D64600][00000A1FB4D92800 52] Android_Preview_Vulkan,
  833. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D63600][00000A1FB4DB0000 52] Android_Low,
  834. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D63200][00000A1FB4DB5000 52] Android_Mid,
  835. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D65000][00000A1FB4DB7800 52] Android_High,
  836. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D64C00][00000A1FB4DBA000 52] Android_Default,
  837. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D63000][00000A1FB4DBC800 52] Android_Adreno4xx,
  838. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D60600][00000A1FB4DA2800 52] Android_Adreno5xx_Low,
  839. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D65800][00000A1FB4DC0000 52] Android_Adreno5xx,
  840. [2024.09.05-06.31.10:420][ 0]LogDeviceProfileManager: [00000A1FB4D62600][00000A1FB4DC5000 52] Android_Adreno6xx,
  841. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D65A00][00000A1FB4DC7800 52] Android_Adreno6xx_Vulkan,
  842. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D65E00][00000A1FB4DCA000 52] Android_Adreno7xx,
  843. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D66000][00000A1FB4DCC800 52] Android_Adreno7xx_Vulkan,
  844. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D65200][00000A1FB4DB2800 52] Android_Mali_T6xx,
  845. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D65400][00000A1FB4DD0000 52] Android_Mali_T7xx,
  846. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D61600][00000A1FB4DD5000 52] Android_Mali_T8xx,
  847. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D66800][00000A1FB4DD7800 52] Android_Mali_G71,
  848. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D64000][00000A1FB4DDA000 52] Android_Mali_G72,
  849. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D66A00][00000A1FB4DDC800 52] Android_Mali_G72_Vulkan,
  850. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D66E00][00000A1FB4DC2800 52] Android_Mali_G76,
  851. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D67000][00000A1FB4DE0000 52] Android_Mali_G76_Vulkan,
  852. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D66200][00000A1FB4DE5000 52] Android_Mali_G77,
  853. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D66400][00000A1FB4DE7800 52] Android_Mali_G77_Vulkan,
  854. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D64E00][00000A1FB4DEA000 52] Android_Mali_G78,
  855. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D67800][00000A1FB4DEC800 52] Android_Mali_G78_Vulkan,
  856. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D63400][00000A1FB4DD2800 52] Android_Mali_G710,
  857. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D67A00][00000A1FB4DF0000 52] Android_Mali_G710_Vulkan,
  858. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D67E00][00000A1FB4DF5000 52] Android_Xclipse_920,
  859. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D68000][00000A1FB4DF7800 52] Android_Xclipse_920_Vulkan,
  860. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D67200][00000A1FB4DFA000 52] Android_Vulkan_SM5,
  861. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D67400][00000A1FB4DFC800 52] Android_PowerVR_G6xxx,
  862. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D65600][00000A1FB4DE2800 52] Android_PowerVR_GT7xxx,
  863. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D68800][00000A1FB4E00000 52] Android_PowerVR_GE8xxx,
  864. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D67C00][00000A1FB4E05000 52] Android_PowerVR_GM9xxx,
  865. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D68200][00000A1FB4E07800 52] Android_PowerVR_GM9xxx_Vulkan,
  866. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D68A00][00000A1FB4E0A000 52] Android_TegraK1,
  867. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D66C00][00000A1FB4E0C800 52] Android_Unknown_Vulkan,
  868. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D68C00][00000A1FB4DF2800 52] Oculus_Quest,
  869. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D69800][00000A1FB4E10000 52] Oculus_Quest2,
  870. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: [00000A1FB4D68600][00000A1FB4E15000 52] HoloLens,
  871. [2024.09.05-06.31.10:421][ 0]LogDeviceProfileManager: Active device profile: [00000A1FB513B400][00000A1FB1DB5000 52] WindowsEditor
  872. [2024.09.05-06.31.10:421][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor"
  873. [2024.09.05-06.31.10:421][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../UnrealProject/SteelFactory/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush
  874. [2024.09.05-06.31.10:421][ 0]LogShaderCompilers: Display: Failed to delete old shader autogen file: ../../../../../UnrealProject/SteelFactory/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush
  875. [2024.09.05-06.31.10:421][ 0]LogShaderCompilers: Display: Shader autogen file written: ../../../../../UnrealProject/SteelFactory/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush
  876. [2024.09.05-06.31.10:422][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../UnrealProject/SteelFactory/Intermediate/ShaderAutogen/PCD3D_ES3_1/AutogenShaderHeaders.ush
  877. [2024.09.05-06.31.10:422][ 0]LogShaderCompilers: Display: Failed to delete old shader autogen file: ../../../../../UnrealProject/SteelFactory/Intermediate/ShaderAutogen/PCD3D_ES3_1/AutogenShaderHeaders.ush
  878. [2024.09.05-06.31.10:423][ 0]LogShaderCompilers: Display: Shader autogen file written: ../../../../../UnrealProject/SteelFactory/Intermediate/ShaderAutogen/PCD3D_ES3_1/AutogenShaderHeaders.ush
  879. [2024.09.05-06.31.10:425][ 0]LogTurnkeySupport: Turnkey Platform: Android: (Status=Invalid, Allowed_Sdk=r25b, Current_Sdk=r21b, Allowed_AutoSdk=r25b, Current_AutoSdk=, Flags="InstalledSdk_InvalidVersionExists, Platform_ValidHostPrerequisites")
  880. [2024.09.05-06.31.10:425][ 0]LogTurnkeySupport: Turnkey Platform: IOS: (Status=Invalid, MinAllowed_Sdk=1100.0.0.0, MaxAllowed_Sdk=1499.0, Current_Sdk=, Allowed_AutoSdk=13.3, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
  881. [2024.09.05-06.31.10:425][ 0]LogTurnkeySupport: Turnkey Platform: Linux: (Status=Invalid, Allowed_Sdk=v20_clang-13.0.1-centos7, Current_Sdk=, Allowed_AutoSdk=v20_clang-13.0.1-centos7, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
  882. [2024.09.05-06.31.10:425][ 0]LogTurnkeySupport: Turnkey Platform: LinuxArm64: (Status=Invalid, Allowed_Sdk=v20_clang-13.0.1-centos7, Current_Sdk=, Allowed_AutoSdk=v20_clang-13.0.1-centos7, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites")
  883. [2024.09.05-06.31.10:426][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.00000.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.22621.0, Allowed_AutoSdk=10.0.18362.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists")
  884. [2024.09.05-06.31.10:442][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="e:/UnrealProject/SteelFactory/SteelFactory.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="e:/UnrealProject/SteelFactory/Intermediate/TurnkeyReport_1.log" -log="e:/UnrealProject/SteelFactory/Intermediate/TurnkeyLog_1.log" -project="e:/UnrealProject/SteelFactory/SteelFactory.uproject" -Device=Win64@PC-202102041234'
  885. [2024.09.05-06.31.10:442][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""e:/Epic Games/UE_5.1/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="e:/UnrealProject/SteelFactory/SteelFactory.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="e:/UnrealProject/SteelFactory/Intermediate/TurnkeyReport_1.log" -log="e:/UnrealProject/SteelFactory/Intermediate/TurnkeyLog_1.log" -project="e:/UnrealProject/SteelFactory/SteelFactory.uproject" -Device=Win64@PC-202102041234" -nocompile -nocompileuat ]
  886. [2024.09.05-06.31.10:494][ 0]LogTexture: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal
  887. [2024.09.05-06.31.10:590][ 0]LogMaterial: Display: WorldGridMaterial-SM6-Default: MATSM_01614A42F67F4FFC8600AD04D15D199F_PCD3D_SM6_2056272690__BC5N_NoCCBN_NoIris_DEV_SL_GV_PreExp_DBuf_UnInt_DXC0_VFO_SKYATM_SKYHF_SLWDFS_gs1_sdct_VT-0-0-1-0_DF_MS_T0_MS_T1_BNDLS_VED_Aniso-1_ComprOodle_Compr2_Lev6_ExclNonPipSh-1_LWC-2097152_3152175004D223CF754F51059EF2CB96AE54674576_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_5ED0A2783F630BA5CB3EC77766BEDE91B3ED4A5F___TShadowDepthPSPixelShadowDepth_PerspectiveCorrectF449D5DEDCF833608913E6CD8B760EAB37A0558772C96EE55043153763054472F92891367BC849EC_FLumenCardPS<false>C99F08DFC47581645B636159483DE183E5DB9135B4AFBC835B0E8511B596BB98C6C375E96F613E4D_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrectF449D5DEDCF833608913E6CD8B760EAB37A055875D9003A07122BE7BD2876C98DF8D858F5E00365D_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly566268C17842BE32F7F4196A64F1F860A951687BFCFDE4884D635EDF4F18BD3392801DB627240626_FMicropolyRasterizeCS84D2AD0C1762EC1B1A376348479AF93FE79505AD38D66192BF0D34515EC5AD2CDACFA24FFB6B4CAC_TLightMapDensityPSTLightMapPolicyHQC84C3C8B1FA855658F9C0A2A371DDABD1F79452E29E8E0F5F6FD2EDF413A1250AA7BE6E52C951D64_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylightA50322446B83A4AA2D12EFC7A6D5C9AEFA80435C72C399F00EA0D8E90CF7BA4C61EF5A3EF74973E9_TBasePassPSTLightMapPolicyLQSkylightA50322446B83A4AA2D12EFC7A6D5C9AEFA80435C2E4EA8FEEED7EE52C208FC54424FEDB2CB987C3B_FLandscapeGrassWeightVSCE760ED4917D7AE7004CF8C6F5F4499E9B97C589A469FA5FCF448A131F926D214995E53915A18256_TLightMapDensityVSFNoLightMapPolicyC84C3C8B1FA855658F9C0A2A371DDABD1F79452E891C1124EC1B5DB941DF1BA5FABB4BBFA352223F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQA50322446B83A4AA2D12EFC7A6D5C9AEFA80435C69888500E07A0F62E3747DCAFAE5FAC8F032AD04_FHWRasterizeVS84D2AD0C1762EC1B1A376348479AF93FE79505AD48C83E6C6E5EB20B8752F7226BE8C1194A6F8F77_FHitProxyVS7C36940791A54FBE6A358BA344C8BFAD3CAD2B93B282128ADBC0C8F2E22B2C5B575EEDED30A8B7B8_FHitProxyPSF2A8FCCDF8BB1EBC7BCC3C20C862B59EB528CDEF2A74A59EB00EA821209C26349094BBB03F4D6ED5_FLandscapeGrassWeightPSCE760ED4917D7AE7004CF8C6F5F4499E9B97C589106C943CF2E5C6D33DAE5FDC4A4E9B8232B7C78A_TBasePassPSFNoLightMapPolicyA50322446B83A4AA2D12EFC7A6D5C9AEFA80435C6C8686026B054D9BD961D4C440F5FDD54CA38C07_FHWRasterizePS84D2AD0C1762EC1B1A376348479AF93FE79505AD48C028453BCF70A104115FCB364BA6A5C3C4AAA0_TShadowDepthVSVertexShadowDepth_OutputDepth566268C17842BE32F7F4196A64F1F860A951687B5C128A2F6D1507D174ED09775E1D5BB050F02683_TDepthOnlyVS<true>77E78BED1A1AECF5E6A7B716F216702EBC4CCE9C2A9A9EB6F6AEC78D04ED0798341235919F1C7EA3_FLandscapePhysicalMaterialPS9BD56FDC1A69F5A3842C3E86AD24E497CDE01F1CBD4AAA5E1E701CB0F79C3E8D450BEF8AC937258A_TLightMapDensityVSFDummyLightMapPolicyC84C3C8B1FA855658F9C0A2A371DDABD1F79452EA8D01D556A2A6347711968CC5B2C44E20848E17B_FLumenCardVSAC81B5EC2471BF6EB1C6B5C0DED961C1BBCB3000617646237FDC69FB38D590AA0B687E0FB01A281E_TShadowDepthPSPixelShadowDepth_VirtualShadowMapF449D5DEDCF833608913E6CD8B760EAB37A05587DFFF0B5EA8BD51A79796C1533647D79F12B2FEBD_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicyD04A42A3D7B4A6D063A7A38C2B9ADF7F0EFD6279FB996F0BE2BDCDA243D4A21F958EA439EF10418F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylightA50322446B83A4AA2D12EFC7A6D5C9AEFA80435CE098E06E3A7ED4E7D0AE384D374798EAC9E671FB_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicyA50322446B83A4AA2D12EFC7A6D5C9AEFA80435C1BF2DD414CE38D1A46E8BD153A9AAA4080A3ED8A_TBasePassPSTLightMapPolicyHQA50322446B83A4AA2D12EFC7A6D5C9AEFA80435C26BD9FE44090B7A8EDCBBA02B66941E951A0847F_FLumenCardPS<true>C99F08DFC47581645B636159483DE183E5DB913510BC213CA7B98C6BDB504A3A124DF8170F9D2A6B_TLightMapDensityPSFDummyLightMapPolicyC84C3C8B1FA855658F9C0A2A371DDABD1F79452E696F9EC07D698191FA845F9186A9C2C14B87D692_TBasePassPSFCachedPointIndirectLightingPolicySkylightA50322446B83A4AA2D12EFC7A6D5C9AEFA80435CEA781543209A66E56FAA33319B50428AB09B65E2_FTranslucentLightingInjectPSCCCA088722FF1CDD2E95226DEA88C3E868FF7BC670CF5C264EEE993F300F770C1E5D8BD55181BC8A_TBasePassVSFCachedPointIndirectLightingPolicyD04A42A3D7B4A6D063A7A38C2B9ADF7F0EFD6279D1726533EF0C3E687EA7E3E99D89F6645873B5F6_FHWRasterizeMS84D2AD0C1762EC1B1A376348479AF93FE79505AD82A55489FBDC4449CDA421AFD89E7C8F3ED6A32B_TBasePassPSFCachedPointIndirectLightingPolicyA50322446B83A4AA2D12EFC7A6D5C9AEFA80435C233B673B73AD5C3DA45AB58558A2FEAF1AB5A7AA_FVelocityPSC89A3E8742CC125CAF8FEB3824D895F0E057EC90CC98E6311AC1581B96A09EEE8AE8F6960285B5A2_TBasePassPSFCachedVolumeIndirectLightingPolicyA50322446B83A4AA2D12EFC7A6D5C9AEFA80435C80D0A4694439F865D3CC508893BCA55969638F38_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect566268C17842BE32F7F4196A64F1F860A951687BC004ABA017AA57991204B7B624FFD889C3B24A57_TBasePassPSFCachedVolumeIndirectLightingPolicySkylightA50322446B83A4AA2D12EFC7A6D5C9AEFA80435C588D69EC55B53A1F6EF1FDFE007D13A68C0DD945_TLightMapDensityPSFNoLightMapPolicyC84C3C8B1FA855658F9C0A2A371DDABD1F79452E0E6A1E8C16C0AF9964CF3FEFC1B82F1F3B567770_TLightMapDensityVSTLightMapPolicyLQC84C3C8B1FA855658F9C0A2A371DDABD1F79452E436509D3C31F9011DB1B52E8E02F2100F14082F9_TBasePassVSTLightMapPolicyHQD04A42A3D7B4A6D063A7A38C2B9ADF7F0EFD6279CE573C2FA544614368F38DB987E943642455C304_FLandscapePhysicalMaterialVS9BD56FDC1A69F5A3842C3E86AD24E497CDE01F1CDE0D5BCEA7EC56FCFAF6FE24C7902B1E6C1A2354_TBasePassPSFNoLightMapPolicySkylightA50322446B83A4AA2D12EFC7A6D5C9AEFA80435C3C0FD33120C8575A512698C01E1EBF84CB90BE73_TBasePassVSFCachedVolumeIndirectLightingPolicyD04A42A3D7B4A6D063A7A38C2B9ADF7F0EFD627952DA8047FE3873ACFEEB67FCFF3AF5DF1AA7C5C8_TShadowDepthPSPixelShadowDepth_OnePassPointLightF449D5DEDCF833608913E6CD8B760EAB37A055871C20FE0F6421C3566B37C59CBA77F6639400AC09_TShadowDepthVSVertexShadowDepth_PerspectiveCorrectPositionOnly566268C17842BE32F7F4196A64F1F860A951687B860900EDBECB877A088A2E4A829C4D0BA92DB982_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQD04A42A3D7B4A6D063A7A38C2B9ADF7F0EFD627960D5E6FFDE96A687BE1C1A2ED9EDE815F8E41839_TShadowDepthVSVertexShadowDepth_VirtualShadowMap566268C17842BE32F7F4196A64F1F860A951687BB4ECC9EA8AA550391078AD8904E08901E177AD2E_TShadowDepthVSVertexShadowDepth_OnePassPointLight566268C17842BE32F7F4196A64F1F860A951687B56E359529EA5F920092BA8DF37812C451EC3EEF6_TBasePassPSTLightMapPolicyLQA50322446B83A4AA2D12EFC7A6D5C9AEFA80435C94FC918ED25A4366478C0CE664DD0F431FB434A6_TLightMapDensityPSTLightMapPolicyLQC84C3C8B1FA855658F9C0A2A371DDABD1F79452E0B66239385DAE6F5050046365A9D116D80E52224_TBasePassVSTLightMapPolicyLQD04A42A3D7B4A6D063A7A38C2B9ADF7F0EFD6279BFC5C974DD65E6DA17A7D3C21BFBF250BA30283F_TLightMapDensityVSTLightMapPolicyHQC84C3C8B1FA855658F9C0A2A371DDABD1F79452EB0E82574BC7F5C377B8E738E24BDE3D732363B44_TShadowDepthVSVertexShadowDepth_VirtualShadowMapPositionOnly566268C17842BE32F7F4196A64F1F860A951687B2206E6F09C16C096D9488323D49A0F7639FE2E34_FDebugViewModePS56838088095D59EE5193ECF20E85FE62298C7B9EE177622259CDB9DC1140CF61335F5353997EC8B6_TBasePassPSTLightMapPolicyHQSkylightA50322446B83A4AA2D12EFC7A6D5C9AEFA80435C25C2A51F6B76462E73EA9720145CE5233C11211C_TDepthOnlyVS<false>24730E33B4CBAAD6CC8E99A19D1BC1E6B4CB0B0AACA14F90957AEBF5BC1C2C3E6DB6BC750BA01CCD_FVelocityVSC89A3E8742CC125CAF8FEB3824D895F0E057EC90C043BB9FD7164B6E8DBD4123FD00693BC9B4513E_FDebugViewModeVS3D41E5A6CFCAEA88797E908D01A0A213270F85AA809CB80A6A7260721600DBFAB6C1E0001BD9B8AE_TShadowDepthVSVertexShadowDepth_OnePassPointLightPositionOnly566268C17842BE32F7F4196A64F1F860A951687B6EB2AEF0350E0D6AC5867CF6F9990BDA65424641_TBasePassVSFNoLightMapPolicyD04A42A3D7B4A6D063A7A38C2B9ADF7F0EFD62792677AEB94C74F9DCEF44AB17F94D82839B020A23_DepthPosOnlyNoPixelPipeline77E78BED1A1AECF5E6A7B716F216702EBC4CCE9C_VelocityPipeline870119D18CF0465BE0070A38FCB3F092A61618D2_DepthNoPixelPipeline24730E33B4CBAAD6CC8E99A19D1BC1E6B4CB0B0A_FGPUSpriteVertexFactoryB023D948191B883949FF744AF068D58B6674E0495C5BE91DA01DC2B25B1018F3EDA7A6FC7D1D30AEB9CA513CCBA4F1E3AF7D9556DD0F2FF45E951E1A_FNiagaraRibbonVertexFactory02111BEB92300CA1083426DF3B5036FB866E6D3DA5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966DE03DD13CEAD2D60503F2AAC85D4762994EF4025A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966_TGPUSkinAPEXClothVertexFactoryDefault78B6E71606342DB0718C0CB5514BFF039A3BFC1D594A4B2FCC58950587792A2CD41332131D3786E2_FParticleSpriteVertexFactory0B9848D46CEFCCD36BD972B3DCD50B8535368BABF99E1B0FB635933CEEAC41CF9441DF5EA4A994CA9DAE5A7C55936FD50BC3B20BD063C1832A4D4247_TGPUSkinVertexFactoryUnlimited78B6E71606342DB0718C0CB5514BFF039A3BFC1D180376A7171B50BD465E9983F32BCB5A07542FE7_FVectorFieldVisualizationVertexFactory29E6C71148328626051CD3685ED4463389FCC050CC854D8E74FEAEF90804D69AF6B78BD07A141ACC_FNiagaraMeshVertexFactoryABADC3FDA7FFF8E984F9BD6ABC7F9CC89BF514854B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9571BD81B2CBA1F364F28A837532353718EB814537B4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9574B3A20E0CA93D5CA5A60C16EF2EB14EA073FC957_FParticleBeamTrailVertexFactory713DBD8F3CB30EBEE7F1075062B25AE25537E1D1378BBDDEC2CEAC35A309C357B38D702E7981D5D3_TGPUSkinVertexFactoryDefault78B6E71606342DB0718C0CB5514BFF039A3BFC1D180376A7171B50BD465E9983F32BCB5A07542FE7_TGPUSkinAPEXClothVertexFactoryUnlimited78B6E71606342DB0718C0CB5514BFF039A3BFC1D594A4B2FCC58950587792A2CD41332131D3786E2_FGeometryCollectionVertexFactoryF791AC6341FF97FC6CF0C8483241C9BC3B55570949D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC41_FLandscapeXYOffsetVertexFactory10E569238A1467FCD7FB548253D74CF0ABE0F4F8B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FMeshParticleVertexFactory083F8367142CEF5680A007B3BEFDF4AD3B6626EEF773920348F231C490A74B1A551F8CE3ABF04791_FInstancedStaticMeshVertexFactory3B3DFB1FEDE34A7A85FB5103E7AD47D9FB2DAB05A163AB24C1DAF4D0703BC40B6B0C866D318AC9F8A163AB24C1DAF4D0703BC40B6B0C866D318AC9F8A163AB24C1DAF4D0703BC40B6B0C866D318AC9F8A163AB24C1DAF4D0703BC40B6B0C866D318AC9F8_FSplineMeshVertexFactory3B3DFB1FEDE34A7A85FB5103E7AD47D9FB2DAB05A747D67BD07743C1BEA1DE549F682B82EB7B9965_FLocalVertexFactory3B3DFB1FEDE34A7A85FB5103E7AD47D9FB2DAB05AC1A437FDC42E3432CC66409573A167E09487E70AC1A437FDC42E3432CC66409573A167E09487E70AC1A437FDC42E3432CC66409573A167E09487E70_FLandscapeVertexFactory10E569238A1467FCD7FB548253D74CF0ABE0F4F8B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FNiagaraSpriteVertexFactory983CF9980B73A474E8D7D8E01013CC0E6E16DAAE5957CFEE095AEFFBA7F83F09F020F15CF6555718EFF166204144512228FF7A163011544EEF3FD2265957CFEE095AEFFBA7F83F09F020F15CF65557185957CFEE095AEFFBA7F83F09F020F15CF6555718_Nanite::FVertexFactory7385151ADD4080DE340A31F56C59707655B6838D_FGeometryCacheVertexVertexFactory921F6B033EF261C9D21AB065EC0B6C351583BCAA76143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactory10E569238A1467FCD7FB548253D74CF0ABE0F4F83F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB254810141414444414441444141414141444447401010101010131454444143314401310102044441615121414240444424141413131014344447443424144444444404444444444444444341414141424044444444444444442434141415101010110131313331213333434141423141342044444141413131343041413101015101010103561616135343434146461616161616146121316161606434343434441444444445151510101011310105361616161210004040404040404040404040404040434343434343434444434343434040404040404043434343404040404444424244444444344444424241412141444444424141414341414141414141414131313131314443444444444141414141414141414141414343434444444444444344404441414141444141414141414341414144414141414444414141414141334144244444414141432341414141413141414142412343424143434341434141444141413131313432444141412441413131344443414141212124212131314442122226141142210121212124244444444440414151015101530434101331414600144444451011015151515161616161610101010101505242131616161616111260101117044313131413143101410101010101015101010101030445101101010101010101010101010101010101010106001404044414040421213131344141010101010101010131010002431313141616161101016164642141313131212121212121212141444444444441402444444212121212121212121212121213121212121212121212121412121212121212121214344314110131313131616161616161616023144444444434144414141414242212121212121212121213121212121212121212121212121212121444442424243434341414441414141414444444444444444214421101313131313131616161606010121010101015101210140444444043424044424141315004444444444443434101313133214030404043414443414331443341433143314341434143314331433142214143314441441210431413141015101010146444444044464444444444044401415101510151015000101010101010101010101010110000444140404141210101000010101010101014444424201404444444444444444444444444444444444444444444444444444444444444444444444444404444444444444434144414141414342101313131212132322222212101010101000010101010144444242412101010101510151014101015101010101004444441415151040404043410004040404040404040404040404040434343434343434444434343434040404040404043434343404040404444424244444444344444424241412141444444424141414341414141414141414131313131314443444444444141414141414141414141414343434444444444444344404441414141444141414141414341414144414141414444414141414141334144244444414141432341414141413141414142412343424143434341434141444141413131313432444141412441413131344443414141212124212131314141010151515151515151515151010101010101010101515151515101510151015101510151010101010101015101616161616151015101510151015101510151013131515151510151010151016461414151010161617161636340431313131313131314422223141414101010101010000110000001300000013000000130000001300000013000000130000000C00000013000000130000000D00000008000000140000000F00000010000000080000000900000008000000230000001000000010000000090000000800000008000000100000001000000010000000100000000800000008000000080000001000000010000000CE00000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000120000001000000008000000080000000800000014000000140000001300000008000000100000000800000008000000080000000800000008000000080000001300000009000000140000000E00000013000000130000001300000013000000130000001300000008000000100000000900000008000000090000000800000008000000130000000900000008000000090000000800000009000000080000000C00000009000000080000000900000009000000090000000900000009000000080000000800000008000000080000000800000013000000100000001000000010000000130000001000000010000000100000001000000009000000090000000900000010000000100000001000000010000000080000001A00000014000000290000000D000000440000000B0000000B00000013000000130000000900000009000000090000001400000008000000090000000D0000000C00000010000000080000000800000028000000100000001000000010000000100000000900000008000000100000001000000010000000100000001000000009000000080000000800000008000000080000000D00000009000000090000000900000009000000090000000900000009000000090000000900000009000000090000000C000000080000000C00000013000000100000001000000010000000100000001000000010000000100000000D0000000C00000009000000080000000900000008000000090000000C0000000800000013000000260000000F000000110000000900000009000000090000000900000009000000100000001B0000001300000013000000130000001300000013000000090000000800000009000000080000000800000008000000140000001400000008000000090000000900000008000000080000001000000008000000080000001000000010000000290100001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000080000000800000008000000140000001000000010000000100000001000000009000000433AFC833894B7681A1D3DDBA35F7F5A9509A899000000000000000000000000000000000000000054BDFD528AA46A4E9413E044DCAC9A8F37A07E9D_101_101_4;
  888. [2024.09.05-06.31.10:591][ 0]LogMaterial: Display: Missing cached shadermap for WorldGridMaterial in PCD3D_SM6, Default, SM6 (DDC key hash: EF35255EF3CCF9BDB3A4DF8A38B15D963FDCDD89), compiling. Is special engine material.
  889. [2024.09.05-06.31.12:102][ 0]LogMaterial: Display: Missing cached shadermap for DefaultDeferredDecalMaterial in PCD3D_SM6, Default, SM6 (DDC key hash: B8C64BA0D1F727AD632190956B2112B5FC16C320), compiling.
  890. [2024.09.05-06.31.12:142][ 0]LogTurnkeySupport: Completed device detection: Code = 0
  891. [2024.09.05-06.31.12:296][ 0]LogMaterial: Display: Missing cached shadermap for DefaultLightFunctionMaterial in PCD3D_SM6, Default, SM6 (DDC key hash: 4034909D46D5A282BD7D6398716A5ED5BC789F9A), compiling.
  892. [2024.09.05-06.33.45:937][ 0]LogDerivedDataCache: C:/Users/Administrator/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:39.869 and deleted 0 files with total size 0 MiB. Scanned 20498 files in 19682 folders with total size 3988 MiB.
  893. [2024.09.05-06.35.30:721][ 0]LogMaterial: Display: Missing cached shadermap for DefaultPostProcessMaterial in PCD3D_SM6, Default, SM6 (DDC key hash: 290F921C268193955312988EFC3BA44F85D38587), compiling.
  894. [2024.09.05-06.35.30:739][ 0]LogTurnkeySupport: Turnkey Device: Win64@PC-202102041234: (Name=PC-202102041234, Type=Computer, Status=Valid, , Flags="Device_InstallSoftwareValid")
  895. [2024.09.05-06.35.32:035][ 0]LogMeshReduction: Using QuadricMeshReduction for automatic static mesh reduction
  896. [2024.09.05-06.35.32:035][ 0]LogMeshReduction: Using SimplygonMeshReduction for automatic skeletal mesh reduction
  897. [2024.09.05-06.35.32:035][ 0]LogMeshReduction: Using ProxyLODMeshReduction for automatic mesh merging
  898. [2024.09.05-06.35.32:035][ 0]LogMeshReduction: No distributed automatic mesh merging module available
  899. [2024.09.05-06.35.32:035][ 0]LogMeshMerging: No distributed automatic mesh merging module available
  900. [2024.09.05-06.35.32:045][ 0]LogStaticMesh: Display: Building static mesh PlanarReflectionPlane...
  901. [2024.09.05-06.35.32:069][ 0]LogStaticMesh: Built static mesh [0.03s] /Engine/EditorMeshes/PlanarReflectionPlane.PlanarReflectionPlane
  902. [2024.09.05-06.35.32:141][ 0]LogNetVersion: SteelFactory 1.0.0, NetCL: 23058290, EngineNetVer: 30, GameNetVer: 0 (Checksum: 3200751721)
  903. [2024.09.05-06.35.32:272][ 0]LogStaticMesh: Display: Building static mesh SM_CineCam...
  904. [2024.09.05-06.35.32:382][ 0]LogStaticMesh: Built static mesh [0.11s] /Engine/EditorMeshes/Camera/SM_CineCam.SM_CineCam
  905. [2024.09.05-06.35.32:405][ 0]LogStaticMesh: Display: Building static mesh EditorCube...
  906. [2024.09.05-06.35.32:406][ 0]LogStaticMesh: Built static mesh [0.00s] /Engine/EditorMeshes/EditorCube.EditorCube
  907. [2024.09.05-06.35.32:409][ 0]LogStaticMesh: Display: Building static mesh EditorSphere...
  908. [2024.09.05-06.35.32:431][ 0]LogStaticMesh: Built static mesh [0.02s] /Engine/EditorMeshes/EditorSphere.EditorSphere
  909. [2024.09.05-06.35.32:437][ 0]LogStaticMesh: Display: Building static mesh EditorPlane...
  910. [2024.09.05-06.35.32:438][ 0]LogStaticMesh: Built static mesh [0.00s] /Engine/EditorMeshes/EditorPlane.EditorPlane
  911. [2024.09.05-06.35.32:440][ 0]LogStaticMesh: Display: Building static mesh EditorCylinder...
  912. [2024.09.05-06.35.32:444][ 0]LogStaticMesh: Built static mesh [0.00s] /Engine/EditorMeshes/EditorCylinder.EditorCylinder
  913. [2024.09.05-06.35.32:464][ 0]LogStaticMesh: Display: Building static mesh EditorSkySphere...
  914. [2024.09.05-06.35.32:487][ 0]LogStaticMesh: Built static mesh [0.02s] /Engine/EditorMeshes/EditorSkySphere.EditorSkySphere
  915. [2024.09.05-06.35.32:580][ 0]LogUObjectArray: 20936 objects as part of root set at end of initial load.
  916. [2024.09.05-06.35.32:580][ 0]LogUObjectAllocator: 5786384 out of 0 bytes used by permanent object pool.
  917. [2024.09.05-06.35.32:580][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
  918. [2024.09.05-06.35.32:608][ 0]LogSlate: Border
  919. [2024.09.05-06.35.32:608][ 0]LogSlate: BreadcrumbButton
  920. [2024.09.05-06.35.32:608][ 0]LogSlate: Brushes.Title
  921. [2024.09.05-06.35.32:608][ 0]LogSlate: Default
  922. [2024.09.05-06.35.32:608][ 0]LogSlate: Icons.Save
  923. [2024.09.05-06.35.32:608][ 0]LogSlate: Icons.Toolbar.Settings
  924. [2024.09.05-06.35.32:608][ 0]LogSlate: ListView
  925. [2024.09.05-06.35.32:608][ 0]LogSlate: SoftwareCursor_CardinalCross
  926. [2024.09.05-06.35.32:608][ 0]LogSlate: SoftwareCursor_Grab
  927. [2024.09.05-06.35.32:608][ 0]LogSlate: TableView.DarkRow
  928. [2024.09.05-06.35.32:608][ 0]LogSlate: TableView.Row
  929. [2024.09.05-06.35.32:608][ 0]LogSlate: TreeView
  930. [2024.09.05-06.35.33:096][ 0]LogPython: Using Python 3.9.7
  931. [2024.09.05-06.35.33:855][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: D709F2264BDF7A28623B0FB21212CD12 | Instance: F679CBF04DD06FEFD3873E845C4C0041 (PC-202102041234-23584).
  932. [2024.09.05-06.35.34:110][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces...
  933. [2024.09.05-06.35.34:134][ 0]LogMetasoundEngine: MetaSound Engine Initialized
  934. [2024.09.05-06.35.34:232][ 0]LogTcpMessaging: Initializing TcpMessaging bridge
  935. [2024.09.05-06.35.34:257][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666.
  936. [2024.09.05-06.35.34:263][ 0]LogUdpMessaging: Display: Added local interface '192.168.0.76' to multicast group '230.0.0.1:6666'
  937. [2024.09.05-06.35.34:263][ 0]LogUdpMessaging: Display: Added local interface '192.168.44.1' to multicast group '230.0.0.1:6666'
  938. [2024.09.05-06.35.34:263][ 0]LogUdpMessaging: Display: Added local interface '192.168.137.1' to multicast group '230.0.0.1:6666'
  939. [2024.09.05-06.35.34:410][ 0]SourceControl: Source control is disabled
  940. [2024.09.05-06.35.34:421][ 0]LogUProjectInfo: Found projects:
  941. [2024.09.05-06.35.34:446][ 0]SourceControl: Source control is disabled
  942. [2024.09.05-06.35.34:471][ 0]SourceControl: Source control is disabled
  943. [2024.09.05-06.35.34:748][ 0]LogOpenImageDenoise: OIDN starting up
  944. [2024.09.05-06.35.35:124][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
  945. [2024.09.05-06.35.35:124][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
  946. [2024.09.05-06.35.35:188][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance
  947. [2024.09.05-06.35.35:362][ 0]LogCollectionManager: Loaded 0 collections in 0.000922 seconds
  948. [2024.09.05-06.35.35:364][ 0]LogFileCache: Scanning file cache for directory 'e:/UnrealProject/SteelFactory/Saved/Collections/' took 0.00s
  949. [2024.09.05-06.35.35:365][ 0]LogFileCache: Scanning file cache for directory 'e:/UnrealProject/SteelFactory/Content/Developers/Administrator/Collections/' took 0.00s
  950. [2024.09.05-06.35.35:367][ 0]LogFileCache: Scanning file cache for directory 'e:/UnrealProject/SteelFactory/Content/Collections/' took 0.00s
  951. [2024.09.05-06.35.35:825][ 0]LogEngine: Initializing Engine...
  952. [2024.09.05-06.35.35:834][ 0]LogStylusInput: Initializing StylusInput subsystem.
  953. [2024.09.05-06.35.35:839][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s
  954. [2024.09.05-06.35.35:841][ 0]LogMaterial: Display: Missing cached shadermap for WireframeMaterial in PCD3D_SM6, Default, SM6 (DDC key hash: 0E9698C4697E872CBAA750A81F13B17C7CEA9AAD), compiling. Is special engine material.
  955. [2024.09.05-06.35.35:844][ 0]LogMaterial: Display: Missing cached shadermap for LevelColorationLitMaterial in PCD3D_SM6, Default, SM6 (DDC key hash: F94896208BB2C48320F28BA2B200D9B09C2924D7), compiling. Is special engine material.
  956. [2024.09.05-06.35.35:848][ 0]LogMaterial: Display: Missing cached shadermap for LevelColorationUnlitMaterial in PCD3D_SM6, Default, SM6 (DDC key hash: C69B3513A9BCE1B5877E8C1F14F444F2E516C54A), compiling. Is special engine material.
  957. [2024.09.05-06.35.35:851][ 0]LogMaterial: Display: Missing cached shadermap for MAT_LevelColorationLitLightmapUV in PCD3D_SM6, Default, SM6 (DDC key hash: 6A6B6CA42A1CFE73D98380E44359090BD1019353), compiling. Is special engine material.
  958. [2024.09.05-06.35.35:853][ 0]LogMaterial: Display: Missing cached shadermap for ShadedLevelColorationLitMaterial in PCD3D_SM6, Default, SM6 (DDC key hash: 7860C6F9C70533941C3C28714AFF4744F9ACB6BC), compiling. Is special engine material.
  959. [2024.09.05-06.35.35:856][ 0]LogMaterial: Display: Missing cached shadermap for ShadedLevelColorationUnlitMateri in PCD3D_SM6, Default, SM6 (DDC key hash: 8163769FA55201E2D8B7175BC0E56F9348F0AC32), compiling. Is special engine material.
  960. [2024.09.05-06.35.35:933][ 0]LogInit: Initializing FReadOnlyCVARCache
  961. [2024.09.05-06.35.35:949][ 0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
  962. [2024.09.05-06.35.35:973][ 0]LogAIModule: Creating AISystem for world Untitled
  963. [2024.09.05-06.35.35:974][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use.
  964. [2024.09.05-06.35.35:974][ 0]LogInit: Texture streaming: Enabled
  965. [2024.09.05-06.35.36:010][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/. AppVersion = 5.1.1-23901901+++UE5+Release-5.1
  966. [2024.09.05-06.35.36:039][ 0]LogAudio: Display: Initializing Audio Device Manager...
  967. [2024.09.05-06.35.36:062][ 0]LogAudio: Display: Loading Default Audio Settings Objects...
  968. [2024.09.05-06.35.36:062][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load).
  969. [2024.09.05-06.35.36:064][ 0]LogAudio: Display: AudioInfo: 'BINKA' Registered
  970. [2024.09.05-06.35.36:066][ 0]LogAudio: Display: AudioInfo: 'PCM' Registered
  971. [2024.09.05-06.35.36:066][ 0]LogAudio: Display: AudioInfo: 'ADPCM' Registered
  972. [2024.09.05-06.35.36:066][ 0]LogAudio: Display: AudioInfo: 'OGG' Registered
  973. [2024.09.05-06.35.36:066][ 0]LogAudio: Display: AudioInfo: 'OPUS' Registered
  974. [2024.09.05-06.35.36:067][ 0]LogAudio: Display: Audio Device Manager Initialized
  975. [2024.09.05-06.35.36:067][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True
  976. [2024.09.05-06.35.36:067][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings:
  977. [2024.09.05-06.35.36:067][ 0]LogAudioMixer: Display: Sample Rate: 48000
  978. [2024.09.05-06.35.36:067][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024
  979. [2024.09.05-06.35.36:067][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024
  980. [2024.09.05-06.35.36:067][ 0]LogAudioMixer: Display: Number of buffers to queue: 1
  981. [2024.09.05-06.35.36:067][ 0]LogAudioMixer: Display: Max Channels (voices): 0
  982. [2024.09.05-06.35.36:067][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4
  983. [2024.09.05-06.35.36:067][ 0]LogAudio: Display: AudioDevice MaxSources: 32
  984. [2024.09.05-06.35.36:067][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
  985. [2024.09.05-06.35.36:067][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in).
  986. [2024.09.05-06.35.36:067][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
  987. [2024.09.05-06.35.36:079][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
  988. [2024.09.05-06.35.36:128][ 0]LogAudioMixer: Display: Using Audio Hardware Device 耳机 (High Definition Audio Device)
  989. [2024.09.05-06.35.36:129][ 0]LogAudioMixer: Display: Initializing Sound Submixes...
  990. [2024.09.05-06.35.36:132][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
  991. [2024.09.05-06.35.36:132][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
  992. [2024.09.05-06.35.36:133][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1
  993. [2024.09.05-06.35.36:133][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1
  994. [2024.09.05-06.35.36:135][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1
  995. [2024.09.05-06.35.36:135][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1
  996. [2024.09.05-06.35.36:135][ 0]LogInit: FAudioDevice initialized.
  997. [2024.09.05-06.35.36:135][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'.
  998. [2024.09.05-06.35.36:155][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1"
  999. [2024.09.05-06.35.36:164][ 0]LogLiveCoding: Display: Starting LiveCoding
  1000. [2024.09.05-06.35.36:164][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development
  1001. [2024.09.05-06.35.36:166][ 0]LogLiveCoding: Display: First instance in process group "UE_SteelFactory_0x800609b7", spawning console
  1002. [2024.09.05-06.35.36:171][ 0]LogLiveCoding: Display: Waiting for server
  1003. [2024.09.05-06.35.37:112][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread
  1004. [2024.09.05-06.35.37:120][ 0]LogInit: Transaction tracking system initialized
  1005. [2024.09.05-06.35.37:157][ 0]LogSourceControl: Uncontrolled asset enumeration started...
  1006. [2024.09.05-06.35.37:159][ 0]LogSourceControl: Uncontrolled asset enumeration finished in 0.002413 seconds (Found 115 uncontrolled assets)
  1007. [2024.09.05-06.35.37:199][ 0]BlueprintLog: New page: Editor Load
  1008. [2024.09.05-06.35.37:371][ 0]LocalizationService: Localization service is disabled
  1009. [2024.09.05-06.35.37:405][ 0]TimingProfiler: Initialize
  1010. [2024.09.05-06.35.37:406][ 0]TimingProfiler: OnSessionChanged
  1011. [2024.09.05-06.35.37:406][ 0]LoadingProfiler: Initialize
  1012. [2024.09.05-06.35.37:406][ 0]LoadingProfiler: OnSessionChanged
  1013. [2024.09.05-06.35.37:406][ 0]NetworkingProfiler: Initialize
  1014. [2024.09.05-06.35.37:406][ 0]NetworkingProfiler: OnSessionChanged
  1015. [2024.09.05-06.35.37:406][ 0]MemoryProfiler: Initialize
  1016. [2024.09.05-06.35.37:406][ 0]MemoryProfiler: OnSessionChanged
  1017. [2024.09.05-06.35.37:680][ 0]LogFileCache: Scanning file cache for directory 'e:/UnrealProject/SteelFactory/Content/' took 0.00s
  1018. [2024.09.05-06.35.37:780][ 0]LogEditorDomain: Display: Class /Script/AnimationData.AnimationSequencerDataModel is imported by a package but does not exist in memory. EditorDomain keys for packages using it will be invalid if it still exists.
  1019. To clear this message, resave packages that use the deleted class, or load its module earlier than the packages that use it are referenced.
  1020. [2024.09.05-06.35.37:838][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized.
  1021. [2024.09.05-06.35.38:082][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init()
  1022. [2024.09.05-06.35.38:086][ 0]SourceControl: Source control is disabled
  1023. [2024.09.05-06.35.38:086][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 274.474
  1024. [2024.09.05-06.35.38:086][ 0]Cmd: MAP LOAD FILE="../../../Engine/Content/Maps/Templates/OpenWorld.umap" TEMPLATE=1 SHOWPROGRESS=1 FEATURELEVEL=4
  1025. [2024.09.05-06.35.38:086][ 0]LightingResults: New page: Lighting Build
  1026. [2024.09.05-06.35.38:092][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true
  1027. [2024.09.05-06.35.38:092][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated
  1028. [2024.09.05-06.35.38:093][ 0]MapCheck: New page: Map Check
  1029. [2024.09.05-06.35.38:093][ 0]LightingResults: New page: Lighting Build
  1030. [2024.09.05-06.35.38:098][ 0]LogAudio: Display: Audio Device unregistered from world 'None'.
  1031. [2024.09.05-06.35.38:101][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.52ms
  1032. [2024.09.05-06.35.38:116][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled_1'.
  1033. [2024.09.05-06.35.38:116][ 0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
  1034. [2024.09.05-06.35.38:117][ 0]LogAIModule: Creating AISystem for world Untitled_1
  1035. [2024.09.05-06.35.38:117][ 0]LogWorldPartition: ULevel::OnLevelLoaded(Untitled_1)(bIsOwningWorldGameWorld=0, bIsOwningWorldPartitioned=1, bIsValidLevelInstance=0, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=0)
  1036. [2024.09.05-06.35.38:117][ 0]LogWorldPartition: Display: WorldPartition initialize started...
  1037. [2024.09.05-06.35.38:117][ 0]LogWorldPartition: UWorldPartition::Initialize(Asset=Untitled_1, IsEditor=1, bPIEWorldTravel=0 IsGame=0, IsCooking=0)
  1038. [2024.09.05-06.35.38:485][ 0]LogContentBundle: [Container: Untitled_1] Creating new contrainer.
  1039. [2024.09.05-06.35.38:485][ 0]LogWorldPartition: Display: WorldPartition initialize took 367 ms
  1040. [2024.09.05-06.35.38:933][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
  1041. [2024.09.05-06.35.39:055][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.49ms
  1042. [2024.09.05-06.35.39:056][ 0]Cmd: MAP CHECKDEP NOCLEARLOG
  1043. [2024.09.05-06.35.39:081][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 25.278ms to complete.
  1044. [2024.09.05-06.35.39:081][ 0]LogFileHelpers: Loading map 'OpenWorld' took 0.996
  1045. [2024.09.05-06.35.39:090][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 275.478
  1046. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: ================================================
  1047. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: === FShaderJobCache stats ===
  1048. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: Total job queries 6256, among them cache hits 0 (0.00%)
  1049. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: Tracking 6256 distinct input hashes that result in 4500 distinct outputs (71.93%)
  1050. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: RAM used: 37.23 MB (0.04 GB) of 1638.40 MB (1.60 GB) budget. Usage: 2.27%
  1051. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: === Shader Compilation stats ===
  1052. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: Shaders Compiled: 6256
  1053. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: Jobs assigned 6256, completed 6256 (100.00%)
  1054. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: Average time worker was idle: 0.06 s
  1055. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: Time job spent in pending queue: average 129.78 s, longest 255.21 s
  1056. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: Job execution time: average 4.89 s, max 40.23 s
  1057. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: Job life time (pending + execution): average 134.66 s, max 260.46
  1058. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 261.69 s
  1059. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: Jobs were issued in 653 batches (only local compilation was used), average 9.58 jobs/batch
  1060. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: Average processing rate: 23.91 jobs/sec
  1061. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: Total thread time: 2982.27 s
  1062. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: Total thread preprocess time: 165.90 s
  1063. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: Percentage time preprocessing: 5.56%
  1064. [2024.09.05-06.35.39:090][ 0]LogShaderCompilers: Display: Effective parallelization: 11.40 (times faster than compiling all shaders on one thread). Compare with number of workers: 12
  1065. [2024.09.05-06.35.39:091][ 0]LogShaderCompilers: Display: Top 5 most expensive shader types by average time:
  1066. [2024.09.05-06.35.39:091][ 0]LogShaderCompilers: Display: FTSRRejectShadingCS (compiled 6 times, average 16.19 sec, max 38.25 sec, min 2.25 sec)
  1067. [2024.09.05-06.35.39:091][ 0]LogShaderCompilers: Display: FSSDTemporalAccumulationCS (compiled 10 times, average 6.43 sec, max 7.60 sec, min 4.43 sec)
  1068. [2024.09.05-06.35.39:091][ 0]LogShaderCompilers: Display: FClusteredShadingPS (compiled 4 times, average 5.77 sec, max 9.32 sec, min 2.44 sec)
  1069. [2024.09.05-06.35.39:091][ 0]LogShaderCompilers: Display: FSSDSpatialAccumulationCS (compiled 33 times, average 2.27 sec, max 4.58 sec, min 0.95 sec)
  1070. [2024.09.05-06.35.39:091][ 0]LogShaderCompilers: Display: FDeferredLightPS (compiled 150 times, average 2.11 sec, max 2.50 sec, min 1.77 sec)
  1071. [2024.09.05-06.35.39:091][ 0]LogShaderCompilers: Display: Top 5 shader types by total compile time:
  1072. [2024.09.05-06.35.39:091][ 0]LogShaderCompilers: Display: FDeferredLightPS - 10.60% of total time (compiled 150 times, average 2.11 sec, max 2.50 sec, min 1.77 sec)
  1073. [2024.09.05-06.35.39:091][ 0]LogShaderCompilers: Display: FTonemapCS - 3.36% of total time (compiled 420 times, average 0.24 sec, max 0.28 sec, min 0.19 sec)
  1074. [2024.09.05-06.35.39:091][ 0]LogShaderCompilers: Display: FBuildInstanceIdBufferAndCommandsFromPrimitiveIdsCs - 3.28% of total time (compiled 256 times, average 0.38 sec, max 0.63 sec, min 0.27 sec)
  1075. [2024.09.05-06.35.39:091][ 0]LogShaderCompilers: Display: FTSRRejectShadingCS - 3.26% of total time (compiled 6 times, average 16.19 sec, max 38.25 sec, min 2.25 sec)
  1076. [2024.09.05-06.35.39:091][ 0]LogShaderCompilers: Display: FRenderSingleScatteringWithPreshadingCS - 3.03% of total time (compiled 128 times, average 0.71 sec, max 1.03 sec, min 0.44 sec)
  1077. [2024.09.05-06.35.39:091][ 0]LogShaderCompilers: Display: ================================================
  1078. [2024.09.05-06.35.39:252][ 0]LogSlate: The tab "LevelEditorToolBar" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed.
  1079. [2024.09.05-06.35.39:282][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
  1080. [2024.09.05-06.35.39:290][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
  1081. [2024.09.05-06.35.39:294][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
  1082. [2024.09.05-06.35.39:299][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
  1083. [2024.09.05-06.35.39:372][ 0]LogPakFile: Display: Mounted Pak file 'e:/Epic Games/UE_5.1/FeaturePacks/StarterContent.upack', mount point: 'root:/'
  1084. [2024.09.05-06.35.39:372][ 0]LogPakFile: Display: Mounted Pak file 'e:/Epic Games/UE_5.1/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/'
  1085. [2024.09.05-06.35.39:373][ 0]LogPakFile: Display: Mounted Pak file 'e:/Epic Games/UE_5.1/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/'
  1086. [2024.09.05-06.35.39:373][ 0]LogPakFile: Display: Mounted Pak file 'e:/Epic Games/UE_5.1/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/'
  1087. [2024.09.05-06.35.39:374][ 0]LogPakFile: Display: Mounted Pak file 'e:/Epic Games/UE_5.1/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/'
  1088. [2024.09.05-06.35.39:374][ 0]LogPakFile: Display: Mounted Pak file 'e:/Epic Games/UE_5.1/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/'
  1089. [2024.09.05-06.35.39:375][ 0]LogPakFile: Display: Mounted Pak file 'e:/Epic Games/UE_5.1/FeaturePacks/TP_TopDown.upack', mount point: 'root:/'
  1090. [2024.09.05-06.35.39:375][ 0]LogPakFile: Display: Mounted Pak file 'e:/Epic Games/UE_5.1/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/'
  1091. [2024.09.05-06.35.39:376][ 0]LogPakFile: Display: Mounted Pak file 'e:/Epic Games/UE_5.1/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/'
  1092. [2024.09.05-06.35.39:376][ 0]LogPakFile: Display: Mounted Pak file 'e:/Epic Games/UE_5.1/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/'
  1093. [2024.09.05-06.35.39:562][ 0]LogSlate: Took 0.000183 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K)
  1094. [2024.09.05-06.35.39:565][ 0]LogSlate: Took 0.000188 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K)
  1095. [2024.09.05-06.35.39:572][ 0]LogSlate: Took 0.000600 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K)
  1096. [2024.09.05-06.35.39:574][ 0]LogSlate: Took 0.000481 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K)
  1097. [2024.09.05-06.35.39:605][ 0]LogViewport: Scene viewport resized to 1215x602, mode Windowed.
  1098. [2024.09.05-06.35.40:271][ 0]LogStall: Startup...
  1099. [2024.09.05-06.35.40:273][ 0]LogStall: Startup complete.
  1100. [2024.09.05-06.35.40:287][ 0]LogLoad: (Engine Initialization) Total time: 276.67 seconds
  1101. [2024.09.05-06.35.40:287][ 0]LogLoad: (Engine Initialization) Total Blueprint compile time: 0.00 seconds
  1102. [2024.09.05-06.35.40:400][ 0]LogAssetRegistry: Asset discovery search completed in 270.8026 seconds
  1103. [2024.09.05-06.35.40:407][ 0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000008 seconds (updated 0 objects)
  1104. [2024.09.05-06.35.40:627][ 0]LogContentStreaming: Texture pool size now 1000 MB
  1105. [2024.09.05-06.35.40:695][ 0]LogAutomationController: Ignoring very large delta of 16865021.51 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests
  1106. [2024.09.05-06.35.40:860][ 2]LogSlate: Took 0.000621 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K)
  1107. [2024.09.05-06.35.42:674][ 30]LogMeshUtilities: Finished distance field build in 1.3s - 126x126x126 sparse distance field, 1.9Mb total, 0.1Mb always loaded, 52% occupied, 1322 triangles, EditorSkySphere
  1108. [2024.09.05-06.35.42:910][ 44]LogUObjectHash: Compacting FUObjectHashTables data took 0.75ms
  1109. [2024.09.05-06.35.42:915][ 44]LogStall: Shutdown...
  1110. [2024.09.05-06.35.42:920][ 44]LogStall: Shutdown complete.
  1111. [2024.09.05-06.35.42:939][ 44]LogSlate: Window 'SteelFactory - Unreal Editor' being destroyed
  1112. [2024.09.05-06.35.42:941][ 44]LogWindowsTextInputMethodSystem: Activated input method: 英语(美国) - (Keyboard).
  1113. [2024.09.05-06.35.42:951][ 44]LogWindowsTextInputMethodSystem: Activated input method: 英语(美国) - (Keyboard).
  1114. [2024.09.05-06.35.43:005][ 45]Cmd: QUIT_EDITOR
  1115. [2024.09.05-06.35.43:005][ 45]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor())
  1116. [2024.09.05-06.35.43:009][ 45]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested)
  1117. [2024.09.05-06.35.43:009][ 45]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown
  1118. [2024.09.05-06.35.43:009][ 45]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown
  1119. [2024.09.05-06.35.43:059][ 45]LogWorld: UWorld::CleanupWorld for Untitled_1, bSessionEnded=true, bCleanupResources=true
  1120. [2024.09.05-06.35.43:060][ 45]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated
  1121. [2024.09.05-06.35.43:061][ 45]LogContentBundle: [Container: Untitled_1] Deleting container.
  1122. [2024.09.05-06.35.43:061][ 45]LogStylusInput: Shutting down StylusInput subsystem.
  1123. [2024.09.05-06.35.43:062][ 45]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized.
  1124. [2024.09.05-06.35.43:219][ 45]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)...
  1125. [2024.09.05-06.35.43:219][ 45]LogAudio: Display: Destroying 1 Remaining Audio Device(s)...
  1126. [2024.09.05-06.35.43:219][ 45]LogAudio: Display: Audio Device unregistered from world 'Untitled_1'.
  1127. [2024.09.05-06.35.43:219][ 45]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1
  1128. [2024.09.05-06.35.43:222][ 45]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1
  1129. [2024.09.05-06.35.43:229][ 45]LogAudio: Display: Audio Device Manager Shutdown
  1130. [2024.09.05-06.35.43:234][ 45]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0
  1131. [2024.09.05-06.35.43:234][ 45]LogExit: Preparing to exit.
  1132. [2024.09.05-06.35.43:271][ 45]LogUObjectHash: Compacting FUObjectHashTables data took 0.61ms
  1133. [2024.09.05-06.35.44:337][ 45]LogExit: Transaction tracking system shut down
  1134. [2024.09.05-06.35.44:343][ 45]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled
  1135. [2024.09.05-06.35.44:354][ 45]LogExit: Editor shut down
  1136. [2024.09.05-06.35.44:434][ 45]LogExit: Object subsystem successfully closed.
  1137. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: ================================================
  1138. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: === FShaderJobCache stats ===
  1139. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: Total job queries 6328, among them cache hits 1 (0.02%)
  1140. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: Tracking 6299 distinct input hashes that result in 4537 distinct outputs (72.03%)
  1141. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: RAM used: 37.61 MB (0.04 GB) of 1638.40 MB (1.60 GB) budget. Usage: 2.30%
  1142. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: === Shader Compilation stats ===
  1143. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: Shaders Compiled: 6299
  1144. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: Jobs assigned 6323, completed 6299 (99.62%)
  1145. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: Average time worker was idle: 0.24 s
  1146. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: Time job spent in pending queue: average 128.42 s, longest 255.21 s
  1147. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: Job execution time: average 4.87 s, max 40.23 s
  1148. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: Job life time (pending + execution): average 133.76 s, max 260.46
  1149. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 266.41 s
  1150. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: Jobs were issued in 689 batches (only local compilation was used), average 9.18 jobs/batch
  1151. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: Average processing rate: 23.64 jobs/sec
  1152. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: Total thread time: 3021.07 s
  1153. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: Total thread preprocess time: 168.35 s
  1154. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: Percentage time preprocessing: 5.57%
  1155. [2024.09.05-06.35.44:439][ 45]LogShaderCompilers: Display: Effective parallelization: 11.34 (times faster than compiling all shaders on one thread). Compare with number of workers: 12
  1156. [2024.09.05-06.35.44:440][ 45]LogShaderCompilers: Display: Top 5 most expensive shader types by average time:
  1157. [2024.09.05-06.35.44:440][ 45]LogShaderCompilers: Display: FTSRRejectShadingCS (compiled 6 times, average 16.19 sec, max 38.25 sec, min 2.25 sec)
  1158. [2024.09.05-06.35.44:440][ 45]LogShaderCompilers: Display: FSSDTemporalAccumulationCS (compiled 10 times, average 6.43 sec, max 7.60 sec, min 4.43 sec)
  1159. [2024.09.05-06.35.44:440][ 45]LogShaderCompilers: Display: FClusteredShadingPS (compiled 4 times, average 5.77 sec, max 9.32 sec, min 2.44 sec)
  1160. [2024.09.05-06.35.44:440][ 45]LogShaderCompilers: Display: FSSDSpatialAccumulationCS (compiled 33 times, average 2.27 sec, max 4.58 sec, min 0.95 sec)
  1161. [2024.09.05-06.35.44:440][ 45]LogShaderCompilers: Display: FDeferredLightPS (compiled 150 times, average 2.11 sec, max 2.50 sec, min 1.77 sec)
  1162. [2024.09.05-06.35.44:440][ 45]LogShaderCompilers: Display: Top 5 shader types by total compile time:
  1163. [2024.09.05-06.35.44:440][ 45]LogShaderCompilers: Display: FDeferredLightPS - 10.46% of total time (compiled 150 times, average 2.11 sec, max 2.50 sec, min 1.77 sec)
  1164. [2024.09.05-06.35.44:440][ 45]LogShaderCompilers: Display: FTonemapCS - 3.32% of total time (compiled 420 times, average 0.24 sec, max 0.28 sec, min 0.19 sec)
  1165. [2024.09.05-06.35.44:440][ 45]LogShaderCompilers: Display: FBuildInstanceIdBufferAndCommandsFromPrimitiveIdsCs - 3.24% of total time (compiled 256 times, average 0.38 sec, max 0.63 sec, min 0.27 sec)
  1166. [2024.09.05-06.35.44:440][ 45]LogShaderCompilers: Display: FTSRRejectShadingCS - 3.22% of total time (compiled 6 times, average 16.19 sec, max 38.25 sec, min 2.25 sec)
  1167. [2024.09.05-06.35.44:440][ 45]LogShaderCompilers: Display: FRenderSingleScatteringWithPreshadingCS - 2.99% of total time (compiled 128 times, average 0.71 sec, max 1.03 sec, min 0.44 sec)
  1168. [2024.09.05-06.35.44:440][ 45]LogShaderCompilers: Display: ================================================
  1169. [2024.09.05-06.35.44:473][ 45]LogShaderCompilers: Display: Shaders left to compile 0
  1170. [2024.09.05-06.35.44:633][ 45]LogVirtualization: UE::Virtualization was shutdown
  1171. [2024.09.05-06.35.44:647][ 45]LogModuleManager: Shutting down and abandoning module HierarchicalLODOutliner (987)
  1172. [2024.09.05-06.35.44:647][ 45]LogModuleManager: Shutting down and abandoning module UnsavedAssetsTracker (985)
  1173. [2024.09.05-06.35.44:647][ 45]LogModuleManager: Shutting down and abandoning module SubobjectEditor (983)
  1174. [2024.09.05-06.35.44:647][ 45]LogModuleManager: Shutting down and abandoning module SceneOutliner (981)
  1175. [2024.09.05-06.35.44:647][ 45]LogModuleManager: Shutting down and abandoning module AddContentDialog (979)
  1176. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module WidgetCarousel (978)
  1177. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module StatusBar (975)
  1178. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module GameProjectGeneration (973)
  1179. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module StatsViewer (971)
  1180. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module SequenceRecorderSections (969)
  1181. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module AutomationWorker (967)
  1182. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module WaveTableEditor (965)
  1183. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module AndroidMediaFactory (963)
  1184. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module AndroidMediaEditor (961)
  1185. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module ResonanceAudioEditor (959)
  1186. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module GooglePADEditor (957)
  1187. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module AudioCaptureEditor (955)
  1188. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module AndroidFileServerEditor (953)
  1189. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module WmfMediaFactory (951)
  1190. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module WmfMediaEditor (949)
  1191. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module MediaPlayerEditor (947)
  1192. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module MediaCompositingEditor (945)
  1193. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module SequenceRecorder (944)
  1194. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module WebMMediaFactory (941)
  1195. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module WebMMediaEditor (939)
  1196. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module WebMMedia (937)
  1197. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module OpenExrWrapper (935)
  1198. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module ImgMediaFactory (933)
  1199. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module ImgMediaEditor (931)
  1200. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module AvfMediaFactory (929)
  1201. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module AvfMediaEditor (927)
  1202. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module TextureAlignMode (925)
  1203. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module BspMode (923)
  1204. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module GeometryMode (921)
  1205. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module PlanarCut (919)
  1206. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module CharacterAI (917)
  1207. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module CameraShakePreviewer (915)
  1208. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module TemplateSequenceEditor (913)
  1209. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module LevelSequenceEditor (911)
  1210. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module ActorSequenceEditor (909)
  1211. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module ControlRigEditor (907)
  1212. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module IKRigEditor (905)
  1213. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module SmartSnapping (903)
  1214. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module SessionServices (901)
  1215. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module MeshPaint (899)
  1216. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module VirtualTexturingEditor (897)
  1217. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module PlacementMode (896)
  1218. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module FoliageEdit (893)
  1219. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module LandscapeEditor (891)
  1220. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module SceneDepthPickerMode (889)
  1221. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module ActorPickerMode (887)
  1222. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module ViewportSnapping (885)
  1223. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module ViewportInteraction (883)
  1224. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module ClothPainter (881)
  1225. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module SkeletalMeshEditor (880)
  1226. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module LogVisualizer (877)
  1227. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module IOSPlatformEditor (875)
  1228. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module AndroidPlatformEditor (873)
  1229. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module PIEPreviewDeviceProfileSelector (872)
  1230. [2024.09.05-06.35.44:648][ 45]LogModuleManager: Shutting down and abandoning module AndroidDeviceDetection (870)
  1231. [2024.09.05-06.35.45:524][ 45]LogModuleManager: Shutting down and abandoning module WindowsPlatformEditor (867)
  1232. [2024.09.05-06.35.45:524][ 45]LogModuleManager: Shutting down and abandoning module HoloLensPlatformEditor (865)
  1233. [2024.09.05-06.35.45:524][ 45]LogModuleManager: Shutting down and abandoning module IOSRuntimeSettings (863)
  1234. [2024.09.05-06.35.45:524][ 45]LogModuleManager: Shutting down and abandoning module AndroidRuntimeSettings (861)
  1235. [2024.09.05-06.35.45:524][ 45]LogModuleManager: Shutting down and abandoning module AnimationSettings (859)
  1236. [2024.09.05-06.35.45:524][ 45]LogModuleManager: Shutting down and abandoning module VirtualizationEditor (857)
  1237. [2024.09.05-06.35.45:524][ 45]LogModuleManager: Shutting down and abandoning module CSVtoSVG (855)
  1238. [2024.09.05-06.35.45:524][ 45]LogModuleManager: Shutting down and abandoning module DerivedDataEditor (853)
  1239. [2024.09.05-06.35.45:524][ 45]LogModuleManager: Shutting down and abandoning module EditorConfig (851)
  1240. [2024.09.05-06.35.45:524][ 45]LogModuleManager: Shutting down and abandoning module WorldPartitionEditor (849)
  1241. [2024.09.05-06.35.45:524][ 45]LogModuleManager: Shutting down and abandoning module EditorFramework (847)
  1242. [2024.09.05-06.35.45:524][ 45]LogModuleManager: Shutting down and abandoning module StaticMeshEditor (845)
  1243. [2024.09.05-06.35.45:524][ 45]LogModuleManager: Shutting down and abandoning module TraceInsights (843)
  1244. [2024.09.05-06.35.45:524][ 45]MemoryProfiler: Shutdown
  1245. [2024.09.05-06.35.45:524][ 45]NetworkingProfiler: Shutdown
  1246. [2024.09.05-06.35.45:524][ 45]LoadingProfiler: Shutdown
  1247. [2024.09.05-06.35.45:524][ 45]TimingProfiler: Shutdown
  1248. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module TraceServices (842)
  1249. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module EditorInteractiveToolsFramework (839)
  1250. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module InteractiveToolsFramework (838)
  1251. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module InputBindingEditor (835)
  1252. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module MergeActors (833)
  1253. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module LocalizationDashboard (831)
  1254. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module LocalizationService (830)
  1255. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module HardwareTargeting (827)
  1256. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module DeviceProfileEditor (825)
  1257. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module UndoHistory (823)
  1258. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module XmlParser (821)
  1259. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module Blutility (819)
  1260. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module ProjectSettingsViewer (817)
  1261. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module ProjectTargetPlatformEditor (816)
  1262. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module EditorSettingsViewer (813)
  1263. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module InternationalizationSettings (812)
  1264. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module SettingsEditor (809)
  1265. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module ProjectLauncher (807)
  1266. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module SessionFrontend (805)
  1267. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module ProfilerClient (803)
  1268. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module DeviceManager (801)
  1269. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module AutomationController (799)
  1270. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module AutomationWindow (797)
  1271. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module Layers (795)
  1272. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module ComponentVisualizers (793)
  1273. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module DetailCustomizations (791)
  1274. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module PackagesDialog (789)
  1275. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module AnimationBlueprintEditor (787)
  1276. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module Persona (785)
  1277. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module AdvancedPreviewScene (784)
  1278. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module AnimGraph (782)
  1279. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module Kismet (779)
  1280. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module KismetWidgets (778)
  1281. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module GraphEditor (775)
  1282. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module StructViewer (773)
  1283. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module ClassViewer (771)
  1284. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module NaniteTools (769)
  1285. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module UncontrolledChangelists (767)
  1286. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module SourceControlWindowExtender (765)
  1287. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module SourceControlWindows (763)
  1288. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module OutputLog (761)
  1289. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module Documentation (759)
  1290. [2024.09.05-06.35.45:525][ 45]LogModuleManager: Shutting down and abandoning module LiveCoding (757)
  1291. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module MovieSceneTracks (755)
  1292. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module MovieScene (753)
  1293. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module StreamingPauseRendering (751)
  1294. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module BinkAudioDecoder (749)
  1295. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module AudioMixerXAudio2 (747)
  1296. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module AudioMixer (746)
  1297. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module AudioMixerCore (745)
  1298. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module LauncherPlatform (741)
  1299. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module AnalyticsET (739)
  1300. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module PortalServices (737)
  1301. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module PortalRpc (735)
  1302. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module MessagingRpc (733)
  1303. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module AIModule (731)
  1304. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module GameplayDebugger (730)
  1305. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module AITestSuite (728)
  1306. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module NavigationSystem (726)
  1307. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module DataLayerEditor (723)
  1308. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module EditorWidgets (722)
  1309. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module LevelInstanceEditor (719)
  1310. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module TypedElementRuntime (717)
  1311. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module TypedElementFramework (715)
  1312. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module ImageWriteQueue (713)
  1313. [2024.09.05-06.35.45:532][ 45]LogModuleManager: Shutting down and abandoning module ProfilerService (711)
  1314. [2024.09.05-06.35.45:720][ 45]LogModuleManager: Shutting down and abandoning module TaskGraph (709)
  1315. [2024.09.05-06.35.45:720][ 45]LogModuleManager: Shutting down and abandoning module AudioSynesthesiaEditor (707)
  1316. [2024.09.05-06.35.45:720][ 45]LogModuleManager: Shutting down and abandoning module TakeRecorderSources (705)
  1317. [2024.09.05-06.35.45:720][ 45]LogModuleManager: Shutting down and abandoning module TakeTrackRecorders (703)
  1318. [2024.09.05-06.35.45:720][ 45]LogModuleManager: Shutting down and abandoning module TakesCore (701)
  1319. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module MegascansPlugin (699)
  1320. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module Bridge (697)
  1321. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module LightMixer (695)
  1322. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module ObjectMixerEditor (693)
  1323. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module ContentBrowserClassDataSource (691)
  1324. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module ContentBrowserAssetDataSource (689)
  1325. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module CollectionManager (688)
  1326. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module ContentBrowserFileDataSource (685)
  1327. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InterchangeTestEditor (683)
  1328. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InterchangeTests (681)
  1329. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module SynthesisEditor (679)
  1330. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module AlembicImporter (677)
  1331. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module AlembicLibrary (676)
  1332. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module ResonanceAudio (673)
  1333. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module MobilePatchingUtils (671)
  1334. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module ProceduralMeshComponentEditor (669)
  1335. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module StylusInput (667)
  1336. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module ModelingOperatorsEditorOnly (665)
  1337. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module ModelingOperators (663)
  1338. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module ModelingComponentsEditorOnly (661)
  1339. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module ModelingComponents (659)
  1340. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module GeometryFramework (658)
  1341. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module MeshModelingToolsEditorOnly (655)
  1342. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module MeshModelingTools (653)
  1343. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InputDebugging (651)
  1344. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module GeometryCacheTracks (649)
  1345. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module GeometryCache (647)
  1346. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module GeometryCacheStreamer (645)
  1347. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module GeometryCacheSequencer (643)
  1348. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module GeometryCacheEd (641)
  1349. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module GooglePAD (639)
  1350. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module DynamicMesh (637)
  1351. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module GeometryAlgorithms (635)
  1352. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module AppleImageUtilsBlueprintSupport (633)
  1353. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module AppleImageUtils (631)
  1354. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module AssetTags (629)
  1355. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module ArchVisCharacter (627)
  1356. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module AndroidPermission (625)
  1357. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InterchangeFbxParser (623)
  1358. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InterchangeCommonParser (621)
  1359. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InterchangeDispatcher (619)
  1360. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InterchangePipelines (617)
  1361. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InterchangeExport (615)
  1362. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InterchangeMessages (613)
  1363. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InterchangeImport (611)
  1364. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InterchangeFactoryNodes (609)
  1365. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InterchangeNodes (607)
  1366. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module ActorLayerUtilitiesEditor (605)
  1367. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module ActorLayerUtilities (603)
  1368. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module AudioCapture (601)
  1369. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module AudioCaptureRtAudio (600)
  1370. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InterchangeEditorUtilities (597)
  1371. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InterchangeResultsBrowser (595)
  1372. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InterchangeEditorPipelines (593)
  1373. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module InterchangeEditor (591)
  1374. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module MediaPlateEditor (589)
  1375. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module MediaPlate (587)
  1376. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module MediaCompositing (585)
  1377. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module MobileLauncherProfileWizard (583)
  1378. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module ImgMedia (581)
  1379. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module SpeedTreeImporter (579)
  1380. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module WorldPartitionHLODUtilities (577)
  1381. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module PluginBrowser (575)
  1382. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module CryptoKeysOpenSSL (573)
  1383. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module CryptoKeys (571)
  1384. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module NiagaraEditorWidgets (569)
  1385. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module GLTFImporter (567)
  1386. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module GLTFCore (565)
  1387. [2024.09.05-06.35.45:721][ 45]LogModuleManager: Shutting down and abandoning module ModelingToolsEditorMode (563)
  1388. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module SequencerAnimTools (561)
  1389. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module MaterialAnalyzer (559)
  1390. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module EditorDebugTools (557)
  1391. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module EditorScriptingUtilities (555)
  1392. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module CurveEditorTools (553)
  1393. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module BlueprintHeaderView (551)
  1394. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module DataflowNodes (549)
  1395. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module DataflowEditor (547)
  1396. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module UVEditorToolsEditorOnly (545)
  1397. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module UVEditorTools (543)
  1398. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module UVEditor (541)
  1399. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module GeometryCollectionNodes (539)
  1400. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module GeometryCollectionTracks (537)
  1401. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module GeometryCollectionEngine (536)
  1402. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module GeometryCollectionSequencer (534)
  1403. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module GeometryCollectionEditor (531)
  1404. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module ChaosSolverEditor (529)
  1405. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module ModelingEditorUI (527)
  1406. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module GeometryProcessingAdapters (525)
  1407. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module MeshModelingToolsEditorOnlyExp (523)
  1408. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module MeshModelingToolsExp (521)
  1409. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module OpenImageDenoise (519)
  1410. [2024.09.05-06.35.45:722][ 45]LogOpenImageDenoise: OIDN shutting down
  1411. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module MeshLODToolset (517)
  1412. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module Iris (515)
  1413. [2024.09.05-06.35.45:722][ 45]LogModuleManager: Shutting down and abandoning module GeometryFlowMeshProcessingEditor (513)
  1414. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module GeometryFlowMeshProcessing (511)
  1415. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module GeometryFlowCore (509)
  1416. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module FractureEditor (507)
  1417. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module ChaosNiagara (505)
  1418. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module AutomationUtilsEditor (503)
  1419. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module AutomationUtils (501)
  1420. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module ChaosUserDataPT (499)
  1421. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module BackChannel (497)
  1422. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module ChaosClothEditor (495)
  1423. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module VariantManager (493)
  1424. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module VariantManagerContentEditor (492)
  1425. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module GLTFMaterialBaking (489)
  1426. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module GLTFMaterialAnalyzer (487)
  1427. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module OodleNetworkHandlerComponent (485)
  1428. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module DatasmithContentEditor (483)
  1429. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module TemplateSequence (481)
  1430. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module SequencerScriptingEditor (479)
  1431. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module SequencerScripting (477)
  1432. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module AnimationModifierLibrary (475)
  1433. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module ControlRigSpline (473)
  1434. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module BlendSpaceMotionAnalysis (471)
  1435. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module TakeSequencer (469)
  1436. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module TakeMovieScene (467)
  1437. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module SubversionSourceControl (465)
  1438. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module UObjectPlugin (463)
  1439. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module AnimationSharingEd (461)
  1440. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module VisualStudioCodeSourceCodeAccess (459)
  1441. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module PlasticSourceControl (457)
  1442. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module CLionSourceCodeAccess (455)
  1443. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module VisualStudioSourceCodeAccess (453)
  1444. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module PluginUtils (451)
  1445. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module GitSourceControl (449)
  1446. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module RiderSourceCodeAccess (447)
  1447. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module DumpGPUServices (445)
  1448. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module PaperTiledImporter (441)
  1449. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module PaperSpriteSheetImporter (439)
  1450. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module Paper2DEditor (437)
  1451. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module EditorTraceUtilities (435)
  1452. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module TraceUtilities (433)
  1453. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module InputEditor (431)
  1454. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module MeshPaintingToolset (429)
  1455. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module MeshPaintEditorMode (427)
  1456. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module EnvironmentQueryEditor (425)
  1457. [2024.09.05-06.35.45:723][ 45]LogModuleManager: Shutting down and abandoning module UdpMessaging (423)
  1458. [2024.09.05-06.35.45:825][ 45]LogModuleManager: Shutting down and abandoning module TcpMessaging (421)
  1459. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module Synthesis (419)
  1460. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module SignificanceManager (417)
  1461. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module SoundFields (415)
  1462. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module PropertyAccessEditor (413)
  1463. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module ProceduralMeshComponent (411)
  1464. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module LocationServicesBPLibrary (409)
  1465. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module MetasoundEditor (407)
  1466. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module AudioWidgets (406)
  1467. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module AdvancedWidgets (405)
  1468. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module MetasoundEngineTest (401)
  1469. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module MetasoundEngine (399)
  1470. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module WaveTable (398)
  1471. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module AudioCodecEngine (396)
  1472. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module MetasoundStandardNodes (393)
  1473. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module MetasoundFrontend (391)
  1474. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module MetasoundGenerator (389)
  1475. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module MetasoundGraphCore (387)
  1476. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module CustomMeshComponent (385)
  1477. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module AudioSynesthesia (383)
  1478. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module AudioAnalyzer (382)
  1479. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module AudioSynesthesiaCore (379)
  1480. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module CableComponent (377)
  1481. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module ImgMediaEngine (375)
  1482. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module NiagaraAnimNotifies (373)
  1483. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module Niagara (371)
  1484. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module SignalProcessing (370)
  1485. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module NiagaraEditor (368)
  1486. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module NiagaraCore (365)
  1487. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module DataValidation (363)
  1488. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module FacialAnimationEditor (361)
  1489. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module FacialAnimation (359)
  1490. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module GameplayTagsEditor (357)
  1491. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module AssetManagerEditor (355)
  1492. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module ContentBrowser (354)
  1493. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module ToolMenus (353)
  1494. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module ContentBrowserData (351)
  1495. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module TreeMap (348)
  1496. [2024.09.05-06.35.45:926][ 45]LogModuleManager: Shutting down and abandoning module PythonScriptPlugin (345)
  1497. [2024.09.05-06.35.45:928][ 45]LogModuleManager: Shutting down and abandoning module PBIK (343)
  1498. [2024.09.05-06.35.45:928][ 45]LogModuleManager: Shutting down and abandoning module FullBodyIK (341)
  1499. [2024.09.05-06.35.45:928][ 45]LogModuleManager: Shutting down and abandoning module ChaosCachingEditor (339)
  1500. [2024.09.05-06.35.45:928][ 45]LogModuleManager: Shutting down and abandoning module TakeRecorder (338)
  1501. [2024.09.05-06.35.45:928][ 45]LogModuleManager: Shutting down and abandoning module LevelEditor (336)
  1502. [2024.09.05-06.35.45:929][ 45]LogModuleManager: Shutting down and abandoning module PixelInspectorModule (335)
  1503. [2024.09.05-06.35.45:929][ 45]LogModuleManager: Shutting down and abandoning module LevelAssetEditor (333)
  1504. [2024.09.05-06.35.45:929][ 45]LogModuleManager: Shutting down and abandoning module CommonMenuExtensions (331)
  1505. [2024.09.05-06.35.45:929][ 45]LogModuleManager: Shutting down and abandoning module MainFrame (329)
  1506. [2024.09.05-06.35.45:929][ 45]LogModuleManager: Shutting down and abandoning module HotReload (328)
  1507. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module ChaosCaching (323)
  1508. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module GameplayCameras (321)
  1509. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module ActorSequence (319)
  1510. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module ControlRigDeveloper (317)
  1511. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module ControlRig (315)
  1512. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module LevelSequence (314)
  1513. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module IKRigDeveloper (311)
  1514. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module IKRig (309)
  1515. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module TraceDataFiltering (307)
  1516. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module AnimationSharing (305)
  1517. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module PropertyAccessNode (303)
  1518. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module Paper2D (301)
  1519. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module InputBlueprintNodes (299)
  1520. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module EnhancedInput (297)
  1521. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module WebMMoviePlayer (295)
  1522. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module WindowsMoviePlayer (293)
  1523. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module AndroidFileServer (291)
  1524. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module NetworkReplayStreaming (289)
  1525. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module PacketHandler (287)
  1526. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module TimeManagement (285)
  1527. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module AnimationDataController (283)
  1528. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module ClothingSystemEditor (281)
  1529. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module ClothingSystemRuntimeNv (279)
  1530. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module MediaAssets (277)
  1531. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module Overlay (275)
  1532. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module OverlayEditor (274)
  1533. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module VREditor (271)
  1534. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module StringTableEditor (269)
  1535. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module GameplayTasksEditor (267)
  1536. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module BehaviorTreeEditor (265)
  1537. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module FunctionalTesting (263)
  1538. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module CollisionAnalyzer (261)
  1539. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module WorkspaceMenuStructure (260)
  1540. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module UMG (257)
  1541. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module UMGEditor (256)
  1542. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module EditorStyle (251)
  1543. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module SlateReflector (249)
  1544. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module Slate (247)
  1545. [2024.09.05-06.35.45:930][ 45]LogModuleManager: Shutting down and abandoning module SlateCore (245)
  1546. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module SubobjectDataInterface (243)
  1547. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module LandscapeEditorUtilities (241)
  1548. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module UnrealEd (239)
  1549. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module MRMesh (237)
  1550. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module Messaging (235)
  1551. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module SourceCodeAccess (233)
  1552. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module HeadMountedDisplay (231)
  1553. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module Networking (229)
  1554. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module Core (227)
  1555. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module MaterialEditor (225)
  1556. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module MovieSceneTools (223)
  1557. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module CurveEditor (222)
  1558. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module Sequencer (220)
  1559. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module KismetCompiler (217)
  1560. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module MeshBuilder (215)
  1561. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module NaniteBuilder (213)
  1562. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module MeshUtilities (211)
  1563. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module MeshMergeUtilities (210)
  1564. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module MeshReductionInterface (209)
  1565. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module MeshBoneReduction (208)
  1566. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module SkeletalMeshReduction (206)
  1567. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module ProxyLODMeshReduction (204)
  1568. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module QuadricMeshReduction (202)
  1569. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module MaterialBaking (198)
  1570. [2024.09.05-06.35.45:932][ 45]LogModuleManager: Shutting down and abandoning module TargetDeviceServices (195)
  1571. [2024.09.05-06.35.45:943][ 45]LogModuleManager: Shutting down and abandoning module NullInstallBundleManager (191)
  1572. [2024.09.05-06.35.45:943][ 45]LogModuleManager: Shutting down and abandoning module DerivedDataCache (189)
  1573. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module TargetPlatform (187)
  1574. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module ShaderFormatVectorVM (186)
  1575. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module MetalShaderFormat (184)
  1576. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module VulkanShaderFormat (182)
  1577. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module ShaderFormatOpenGL (180)
  1578. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module ShaderFormatD3D (178)
  1579. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module AudioFormatBink (176)
  1580. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module AudioFormatADPCM (173)
  1581. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module AudioFormatOGG (171)
  1582. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module AudioFormatOPUS (169)
  1583. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module WindowsTargetPlatform (167)
  1584. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module TVOSTargetPlatform (165)
  1585. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module LinuxArm64TargetPlatform (163)
  1586. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module LinuxTargetPlatform (161)
  1587. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module IOSTargetPlatform (159)
  1588. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module HoloLensTargetPlatform (157)
  1589. [2024.09.05-06.35.45:945][ 45]LogModuleManager: Shutting down and abandoning module AndroidTargetPlatform (155)
  1590. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module TextureFormat (153)
  1591. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module ImageWrapper (152)
  1592. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module TextureFormatOodle (150)
  1593. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module TextureFormatUncompressed (148)
  1594. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module TextureFormatIntelISPCTexComp (146)
  1595. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module TextureFormatETC2 (144)
  1596. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module TextureFormatDXT (142)
  1597. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module TextureFormatASTC (140)
  1598. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module TurnkeySupport (137)
  1599. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module InputCore (134)
  1600. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module Settings (132)
  1601. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module DirectoryWatcher (130)
  1602. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module ChaosSolverEngine (128)
  1603. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module FieldSystemEngine (127)
  1604. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module Chaos (124)
  1605. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module GeometryCore (123)
  1606. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module WindowsPlatformFeatures (120)
  1607. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module GameplayMediaEncoder (119)
  1608. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module AVEncoder (118)
  1609. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module D3D12RHI (114)
  1610. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module AISupportModule (112)
  1611. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module WindowsDeviceProfileSelector (110)
  1612. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module ExampleDeviceProfileSelector (108)
  1613. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module ChunkDownloader (106)
  1614. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module WmfMedia (104)
  1615. [2024.09.05-06.35.45:946][ 45]LogModuleManager: Shutting down and abandoning module Media (103)
  1616. [2024.09.05-06.35.45:947][ 45]LogModuleManager: Shutting down and abandoning module ExrReaderGpu (100)
  1617. [2024.09.05-06.35.45:947][ 45]LogModuleManager: Shutting down and abandoning module NiagaraVertexFactories (98)
  1618. [2024.09.05-06.35.45:947][ 45]LogModuleManager: Shutting down and abandoning module NiagaraShader (96)
  1619. [2024.09.05-06.35.45:947][ 45]LogModuleManager: Shutting down and abandoning module VariantManagerContent (94)
  1620. [2024.09.05-06.35.45:947][ 45]LogModuleManager: Shutting down and abandoning module ChaosCloth (92)
  1621. [2024.09.05-06.35.45:947][ 45]LogModuleManager: Shutting down and abandoning module GLTFExporter (90)
  1622. [2024.09.05-06.35.45:947][ 45]LogModuleManager: Shutting down and abandoning module DatasmithContent (88)
  1623. [2024.09.05-06.35.45:948][ 45]LogModuleManager: Shutting down and abandoning module LauncherChunkInstaller (86)
  1624. [2024.09.05-06.35.45:948][ 45]LogModuleManager: Shutting down and abandoning module OnlineBlueprintSupport (84)
  1625. [2024.09.05-06.35.45:948][ 45]LogModuleManager: Shutting down and abandoning module OnlineSubsystemUtils (82)
  1626. [2024.09.05-06.35.45:948][ 45]LogModuleManager: Shutting down and abandoning module PixWinPlugin (80)
  1627. [2024.09.05-06.35.45:948][ 45]LogModuleManager: Shutting down and abandoning module OnlineServicesCommonEngineUtils (78)
  1628. [2024.09.05-06.35.45:948][ 45]LogModuleManager: Shutting down and abandoning module OnlineServicesCommon (76)
  1629. [2024.09.05-06.35.45:948][ 45]LogModuleManager: Shutting down and abandoning module OnlineServicesInterface (74)
  1630. [2024.09.05-06.35.45:948][ 45]LogModuleManager: Shutting down and abandoning module OnlineSubsystem (72)
  1631. [2024.09.05-06.35.45:948][ 45]LogModuleManager: Shutting down and abandoning module XMPP (67)
  1632. [2024.09.05-06.35.45:948][ 45]LogModuleManager: Shutting down and abandoning module WebSockets (66)
  1633. [2024.09.05-06.35.45:969][ 45]LogModuleManager: Shutting down and abandoning module HTTP (63)
  1634. [2024.09.05-06.35.45:969][ 45]LogHttp: Warning: [FHttpManager::Flush] FlushReason was Shutdown. Unbinding delegates for 1 outstanding Http Requests:
  1635. [2024.09.05-06.35.45:969][ 45]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B90FE3539-4ECF-4BFA-86B0-9983E9FDDF9C%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.1.1-23901901%2B%2B%2BUE5%2BRelease-5.1&UserID=3c66924e469b52283c8d80ac2a3a8533%7Ce854d74b93d444ad8c609ddfee25d046%7Cd96628b0-2de8-40f2-beaf-4c7ffb208ebb&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[1] status=Processing
  1636. [2024.09.05-06.35.45:991][ 45]LogModuleManager: Shutting down and abandoning module SSL (62)
  1637. [2024.09.05-06.35.45:994][ 45]LogModuleManager: Shutting down and abandoning module DesktopPlatform (58)
  1638. [2024.09.05-06.35.45:994][ 45]LogModuleManager: Shutting down and abandoning module PlatformCryptoOpenSSL (56)
  1639. [2024.09.05-06.35.45:994][ 45]LogModuleManager: Shutting down and abandoning module PlatformCryptoTypes (54)
  1640. [2024.09.05-06.35.45:994][ 45]LogModuleManager: Shutting down and abandoning module PlatformCrypto (52)
  1641. [2024.09.05-06.35.45:994][ 45]LogModuleManager: Shutting down and abandoning module PythonScriptPluginPreload (50)
  1642. [2024.09.05-06.35.45:994][ 45]LogModuleManager: Shutting down and abandoning module PerforceSourceControl (48)
  1643. [2024.09.05-06.35.45:994][ 45]LogModuleManager: Shutting down and abandoning module SourceControl (47)
  1644. [2024.09.05-06.35.45:994][ 45]LogModuleManager: Shutting down and abandoning module XGEController (44)
  1645. [2024.09.05-06.35.45:994][ 45]LogModuleManager: Shutting down and abandoning module FastBuildController (42)
  1646. [2024.09.05-06.35.45:994][ 45]LogModuleManager: Shutting down and abandoning module AnimationModifiers (40)
  1647. [2024.09.05-06.35.45:994][ 45]LogModuleManager: Shutting down and abandoning module AudioEditor (38)
  1648. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module PropertyEditor (37)
  1649. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module Virtualization (34)
  1650. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module MessageLog (33)
  1651. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module TextureCompressor (30)
  1652. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module RenderCore (28)
  1653. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module Landscape (26)
  1654. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module SlateRHIRenderer (24)
  1655. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module AnimGraphRuntime (22)
  1656. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module Renderer (20)
  1657. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module Engine (18)
  1658. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module CoreUObject (16)
  1659. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module SandboxFile (14)
  1660. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module PakFile (12)
  1661. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module RSA (11)
  1662. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module NetworkFile (8)
  1663. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module StreamingFile (6)
  1664. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module CookOnTheFly (4)
  1665. [2024.09.05-06.35.45:995][ 45]LogModuleManager: Shutting down and abandoning module StorageServerClient (2)
  1666. [2024.09.05-06.35.46:081][ 45]LogD3D12RHI: ~FD3D12DynamicRHI
  1667. [2024.09.05-06.35.46:121][ 45]LogExit: Exiting.
  1668. [2024.09.05-06.35.46:145][ 45]Log file closed, 09/05/24 14:35:46