commit 473908e2675f71376888241d17808b05a63e6785 Author: mxssw Date: Sat Apr 12 11:36:09 2025 +0300 Initial commit diff --git a/.gitattributes.txt b/.gitattributes.txt new file mode 100644 index 0000000..9c9adf5 --- /dev/null +++ b/.gitattributes.txt @@ -0,0 +1,31 @@ +# Auto detect text files and perform LF normalization +* text=auto +# UE file types +*.uasset filter=lfs diff=lfs merge=lfs -text +*.umap filter=lfs diff=lfs merge=lfs -text +*.udk filter=lfs diff=lfs merge=lfs -text +*.upk filter=lfs diff=lfs merge=lfs -text +# Anything in `/RawContent` dir. [You create this directory in your projects root folder] +/RawContent/**/* filter=lfs diff=lfs merge=lfs -text +# Raw Content types +*.blend filter=lfs diff=lfs merge=lfs -text +*.duf filter=lfs diff=lfs merge=lfs -text +*.bin.fbx filter=lfs diff=lfs merge=lfs -text +*.fbx filter=lfs diff=lfs merge=lfs -text +*.obj filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.hdr filter=lfs diff=lfs merge=lfs -text +*.exr filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.mov filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +*.3ds filter=lfs diff=lfs merge=lfs -text +*.psd filter=lfs diff=lfs merge=lfs -text +*.mb filter=lfs diff=lfs merge=lfs -text +*.tga filter=lfs diff=lfs merge=lfs -text +*.cubemap filter=lfs diff=lfs merge=lfs -text +*.tif filter=lfs diff=lfs merge=lfs -text +*.xcf filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/.gitignore.txt b/.gitignore.txt new file mode 100644 index 0000000..33b66e8 --- /dev/null +++ b/.gitignore.txt @@ -0,0 +1,74 @@ +# Visual Studio 2015 user specific files +.vs/ + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app +*.ipa + +# These project files can be generated by the engine +*.xcodeproj +*.xcworkspace +*.sln +*.suo +*.opensdf +*.sdf +*.VC.db +*.VC.opendb + +# Precompiled Assets +SourceArt/**/*.png +SourceArt/**/*.tga + +# Binary Files +Binaries/* +Plugins/**/Binaries/* + +# Builds +Build/* + +# Whitelist PakBlacklist-.txt files +!Build/*/ +Build/*/** +!Build/*/PakBlacklist*.txt + +# Don't ignore icon files in Build +!Build/**/*.ico + +# Built data for maps +*_BuiltData.uasset + +# Configuration files generated by the Editor +Saved/* + +# Compiled source files for the engine to use +Intermediate/* +Plugins/**/Intermediate/* + +# Cache files for the editor to use +DerivedDataCache/* \ No newline at end of file diff --git a/HandyMann/Config/DefaultEditor.ini b/HandyMann/Config/DefaultEditor.ini new file mode 100644 index 0000000..3c26f07 --- /dev/null +++ b/HandyMann/Config/DefaultEditor.ini @@ -0,0 +1,3 @@ + +[/Script/UnrealEd.EditorPerformanceProjectSettings] +RealtimeScreenPercentageMode=BasedOnDPIScale diff --git a/HandyMann/Config/DefaultEngine.ini b/HandyMann/Config/DefaultEngine.ini new file mode 100644 index 0000000..abf9ed3 --- /dev/null +++ b/HandyMann/Config/DefaultEngine.ini @@ -0,0 +1,107 @@ +[/Script/EngineSettings.GameMapsSettings] +GlobalDefaultGameMode=/Game/VRTemplate/Blueprints/VRGameMode.VRGameMode_C +EditorStartupMap=/Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap +GameDefaultMap=/Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap + +[/Script/Engine.RendererSettings] +r.ForwardShading=True +r.MobileHDR=False +vr.MobileMultiView=True +vr.InstancedStereo=True +r.DefaultFeature.AutoExposure=False +r.DefaultFeature.AmbientOcclusion=False +r.DefaultFeature.AmbientOcclusionStaticFraction=False +r.DefaultFeature.MotionBlur=False +r.Mobile.UseHWsRGBEncoding=True + +r.Shadow.Virtual.Enable=1 + +r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True +r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True +r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True + +r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8 +r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8 +r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8 + +r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8 +r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8 +r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8 + +r.GenerateMeshDistanceFields=True + +r.DynamicGlobalIlluminationMethod=1 + +r.ReflectionMethod=1 +r.Mobile.AntiAliasing=3 +r.AntiAliasingMethod=3 +r.AllowStaticLighting=True + +r.SkinCache.CompileShaders=True + +r.RayTracing=True + +[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings] +bBuildForES31=False +ExtraApplicationSettings= +bPackageForMetaQuest=True + +[/Script/WindowsTargetPlatform.WindowsTargetSettings] +DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 +DefaultGraphicsRHI=DefaultGraphicsRHI_Default +-D3D12TargetedShaderFormats=PCD3D_SM5 ++D3D12TargetedShaderFormats=PCD3D_SM6 +-D3D11TargetedShaderFormats=PCD3D_SM5 ++D3D11TargetedShaderFormats=PCD3D_SM5 +Compiler=Default +AudioSampleRate=48000 +AudioCallbackBufferFrameSize=1024 +AudioNumBuffersToEnqueue=1 +AudioMaxChannels=0 +AudioNumSourceWorkers=4 +SpatializationPlugin= +SourceDataOverridePlugin= +ReverbPlugin= +OcclusionPlugin= +CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0) +CacheSizeKB=65536 +MaxChunkSizeOverrideKB=0 +bResampleForDevice=False +MaxSampleRate=48000.000000 +HighSampleRate=32000.000000 +MedSampleRate=24000.000000 +LowSampleRate=12000.000000 +MinSampleRate=8000.000000 +CompressionQualityModifier=1.000000 +AutoStreamingThreshold=0.000000 +SoundCueCookQualityIndex=-1 + +[/Script/NavigationSystem.NavigationSystemV1] +bAllowClientSideNavigation=True + +[/Script/LinuxTargetPlatform.LinuxTargetSettings] +-TargetedRHIs=SF_VULKAN_SM5 ++TargetedRHIs=SF_VULKAN_SM6 + + +[/Script/Engine.Engine] ++ActiveGameNameRedirects=(OldGameName="TP_VirtualRealityBP",NewGameName="/Script/HandyMann") ++ActiveGameNameRedirects=(OldGameName="/Script/TP_VirtualRealityBP",NewGameName="/Script/HandyMann") + +[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings] +bEnablePlugin=True +bAllowNetworkConnection=True +SecurityToken=362CCCFB4F43048D96AE86B7E6437CA5 +bIncludeInShipping=False +bAllowExternalStartInShipping=False +bCompileAFSProject=False +bUseCompression=False +bLogFiles=False +bReportStats=False +ConnectionType=USBOnly +bUseManualIPAddress=False +ManualIPAddress= + +[/Script/OculusXRHMD.OculusXRHMDRuntimeSettings] +HandTrackingSupport=HandsOnly + diff --git a/HandyMann/Config/DefaultGame.ini b/HandyMann/Config/DefaultGame.ini new file mode 100644 index 0000000..369bc3e --- /dev/null +++ b/HandyMann/Config/DefaultGame.ini @@ -0,0 +1,11 @@ +[/Script/EngineSettings.GeneralProjectSettings] +ProjectID=65C82FB441805719215016878C3544B7 +bStartInVR=True + + +[StartupActions] +bAddPacks=True +InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent") + +[SectionsToSave] ++Section=StartupActions diff --git a/HandyMann/Config/DefaultInput.ini b/HandyMann/Config/DefaultInput.ini new file mode 100644 index 0000000..472f4b5 --- /dev/null +++ b/HandyMann/Config/DefaultInput.ini @@ -0,0 +1,116 @@ +[/Script/Engine.InputSettings] +-AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) +-AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) +-AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) ++AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MouseWheelAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_LeftTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_RightTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_Special_Left_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_Special_Left_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Touch",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_FaceButton1",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Trigger",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_FaceButton2",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_IndexPointing",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_ThumbUp",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_FaceButton1",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Trigger",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_FaceButton2",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_IndexPointing",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_ThumbUp",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Left_ThumbPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Left_IndexPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Left_MiddlePinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Left_RingPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Left_PinkPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Right_ThumbPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Right_IndexPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Right_MiddlePinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Right_RingPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Right_PinkPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_ThumbRest",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_ThumbRest",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) +bAltEnterTogglesFullscreen=True +bF11TogglesFullscreen=True +bUseMouseForTouch=False +bEnableMouseSmoothing=True +bEnableFOVScaling=True +bCaptureMouseOnLaunch=True +bEnableLegacyInputScales=True +bEnableMotionControls=True +bFilterInputByPlatformUser=False +bShouldFlushPressedKeysOnViewportFocusLost=True +bAlwaysShowTouchInterface=False +bShowConsoleOnFourFingerTap=True +bEnableGestureRecognizer=False +bUseAutocorrect=False +DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown +DefaultViewportMouseLockMode=LockOnCapture +FOVScale=0.011110 +DoubleClickTime=0.200000 +DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput +DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent +DefaultTouchInterface=None +-ConsoleKeys=Tilde ++ConsoleKeys=Tilde + +[/Script/EnhancedInput.EnhancedInputDeveloperSettings] ++DefaultMappingContexts=(InputMappingContext="/Game/VRTemplate/Input/IMC_Default.IMC_Default",Priority=0,bAddImmediately=True,bRegisterWithUserSettings=False) ++DefaultMappingContexts=(InputMappingContext="/Game/VRTemplate/Input/IMC_Hands.IMC_Hands",Priority=0,bAddImmediately=True,bRegisterWithUserSettings=False) ++DefaultMappingContexts=(InputMappingContext="/Game/VRTemplate/Input/IMC_Menu.IMC_Menu",Priority=0,bAddImmediately=True,bRegisterWithUserSettings=False) ++DefaultMappingContexts=(InputMappingContext="/Game/VRTemplate/Input/IMC_Weapon_Left.IMC_Weapon_Left",Priority=0,bAddImmediately=True,bRegisterWithUserSettings=False) ++DefaultMappingContexts=(InputMappingContext="/Game/VRTemplate/Input/IMC_Weapon_Right.IMC_Weapon_Right",Priority=0,bAddImmediately=True,bRegisterWithUserSettings=False) + diff --git a/HandyMann/Config/Mac/MacEngine.ini b/HandyMann/Config/Mac/MacEngine.ini new file mode 100644 index 0000000..f1b23bb --- /dev/null +++ b/HandyMann/Config/Mac/MacEngine.ini @@ -0,0 +1,4 @@ + +[/Script/Engine.RendererSettings] +vr.InstancedStereo=False +vr.MobileMultiView=False diff --git a/HandyMann/Config/VisionOS/VisionOSEngine.ini b/HandyMann/Config/VisionOS/VisionOSEngine.ini new file mode 100644 index 0000000..cfaf031 --- /dev/null +++ b/HandyMann/Config/VisionOS/VisionOSEngine.ini @@ -0,0 +1,12 @@ + +[/Script/Engine.RendererSettings] +// These settings are currently required for all visionOS projects. +vr.InstancedStereo=False +vr.MobileMultiView=False +xr.OpenXRAcquireMode=1 + +//Enable these settings for .mixed immesion mode, aka passthrough, AR. +//You will also need to edit UESwift.swift +//r.Mobile.PropagateAlpha=1 +//r.PostProcessing.PropagateAlpha=1 +//r.AlphaInvertPass=1 \ No newline at end of file diff --git a/HandyMann/Content/Characters/MannequinsXR/Animations/A_MannequinsXR_Grasp_Right.uasset b/HandyMann/Content/Characters/MannequinsXR/Animations/A_MannequinsXR_Grasp_Right.uasset new file mode 100644 index 0000000..876b9f2 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Animations/A_MannequinsXR_Grasp_Right.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Animations/A_MannequinsXR_Idle_Right.uasset b/HandyMann/Content/Characters/MannequinsXR/Animations/A_MannequinsXR_Idle_Right.uasset new file mode 100644 index 0000000..fa65717 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Animations/A_MannequinsXR_Idle_Right.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Animations/A_MannequinsXR_IndexCurl_Right.uasset b/HandyMann/Content/Characters/MannequinsXR/Animations/A_MannequinsXR_IndexCurl_Right.uasset new file mode 100644 index 0000000..1fd84ae Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Animations/A_MannequinsXR_IndexCurl_Right.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Animations/A_MannequinsXR_Point_Right.uasset b/HandyMann/Content/Characters/MannequinsXR/Animations/A_MannequinsXR_Point_Right.uasset new file mode 100644 index 0000000..517be3b Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Animations/A_MannequinsXR_Point_Right.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Animations/A_MannequinsXR_ThumbUp_Right.uasset b/HandyMann/Content/Characters/MannequinsXR/Animations/A_MannequinsXR_ThumbUp_Right.uasset new file mode 100644 index 0000000..58f0745 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Animations/A_MannequinsXR_ThumbUp_Right.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Animations/MDT_MannequinsXR.uasset b/HandyMann/Content/Characters/MannequinsXR/Animations/MDT_MannequinsXR.uasset new file mode 100644 index 0000000..2d6c1fb Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Animations/MDT_MannequinsXR.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/B_MannequinsXR.uasset b/HandyMann/Content/Characters/MannequinsXR/B_MannequinsXR.uasset new file mode 100644 index 0000000..c6d0b4f Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/B_MannequinsXR.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Materials/Functions/CA_Mannequin.uasset b/HandyMann/Content/Characters/MannequinsXR/Materials/Functions/CA_Mannequin.uasset new file mode 100644 index 0000000..aa5ff58 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Materials/Functions/CA_Mannequin.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Materials/Functions/ChromaticCurve.uasset b/HandyMann/Content/Characters/MannequinsXR/Materials/Functions/ChromaticCurve.uasset new file mode 100644 index 0000000..d43c3eb Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Materials/Functions/ChromaticCurve.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Materials/Functions/MF_Diffraction.uasset b/HandyMann/Content/Characters/MannequinsXR/Materials/Functions/MF_Diffraction.uasset new file mode 100644 index 0000000..e8a3e75 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Materials/Functions/MF_Diffraction.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Materials/Functions/MF_logo3layers.uasset b/HandyMann/Content/Characters/MannequinsXR/Materials/Functions/MF_logo3layers.uasset new file mode 100644 index 0000000..9b40e52 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Materials/Functions/MF_logo3layers.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Materials/Functions/ML_BaseColorFallOff.uasset b/HandyMann/Content/Characters/MannequinsXR/Materials/Functions/ML_BaseColorFallOff.uasset new file mode 100644 index 0000000..cc0de06 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Materials/Functions/ML_BaseColorFallOff.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Materials/Instances/Manny/MI_Manny_01.uasset b/HandyMann/Content/Characters/MannequinsXR/Materials/Instances/Manny/MI_Manny_01.uasset new file mode 100644 index 0000000..a7dc059 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Materials/Instances/Manny/MI_Manny_01.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Materials/Instances/Manny/MI_Manny_02.uasset b/HandyMann/Content/Characters/MannequinsXR/Materials/Instances/Manny/MI_Manny_02.uasset new file mode 100644 index 0000000..be9ec73 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Materials/Instances/Manny/MI_Manny_02.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Materials/Instances/Quinn/MI_Quinn_01.uasset b/HandyMann/Content/Characters/MannequinsXR/Materials/Instances/Quinn/MI_Quinn_01.uasset new file mode 100644 index 0000000..33882c9 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Materials/Instances/Quinn/MI_Quinn_01.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Materials/Instances/Quinn/MI_Quinn_02.uasset b/HandyMann/Content/Characters/MannequinsXR/Materials/Instances/Quinn/MI_Quinn_02.uasset new file mode 100644 index 0000000..5bdfcae Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Materials/Instances/Quinn/MI_Quinn_02.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Materials/M_Mannequin.uasset b/HandyMann/Content/Characters/MannequinsXR/Materials/M_Mannequin.uasset new file mode 100644 index 0000000..9f99524 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Materials/M_Mannequin.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Meshes/ABP_MannequinsXR.uasset b/HandyMann/Content/Characters/MannequinsXR/Meshes/ABP_MannequinsXR.uasset new file mode 100644 index 0000000..8604f66 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Meshes/ABP_MannequinsXR.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Meshes/SKM_MannyXR_left.uasset b/HandyMann/Content/Characters/MannequinsXR/Meshes/SKM_MannyXR_left.uasset new file mode 100644 index 0000000..5d1b03a Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Meshes/SKM_MannyXR_left.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Meshes/SKM_MannyXR_right.uasset b/HandyMann/Content/Characters/MannequinsXR/Meshes/SKM_MannyXR_right.uasset new file mode 100644 index 0000000..c6cd07d Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Meshes/SKM_MannyXR_right.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Meshes/SKM_QuinnXR_left.uasset b/HandyMann/Content/Characters/MannequinsXR/Meshes/SKM_QuinnXR_left.uasset new file mode 100644 index 0000000..85e189f Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Meshes/SKM_QuinnXR_left.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Meshes/SKM_QuinnXR_right.uasset b/HandyMann/Content/Characters/MannequinsXR/Meshes/SKM_QuinnXR_right.uasset new file mode 100644 index 0000000..8e42074 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Meshes/SKM_QuinnXR_right.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Meshes/SK_MannequinsXR.uasset b/HandyMann/Content/Characters/MannequinsXR/Meshes/SK_MannequinsXR.uasset new file mode 100644 index 0000000..6e3ea89 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Meshes/SK_MannequinsXR.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Meshes/SkeletalMeshLODSettings_MannequinsXR.uasset b/HandyMann/Content/Characters/MannequinsXR/Meshes/SkeletalMeshLODSettings_MannequinsXR.uasset new file mode 100644 index 0000000..81f2c81 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Meshes/SkeletalMeshLODSettings_MannequinsXR.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset new file mode 100644 index 0000000..3eef3a1 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_BN.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_BN.uasset new file mode 100644 index 0000000..a57afae Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_BN.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset new file mode 100644 index 0000000..20f84f9 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_D.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_D.uasset new file mode 100644 index 0000000..6158e3b Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_D.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_MSR_MSK.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_MSR_MSK.uasset new file mode 100644 index 0000000..c9a6690 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_MSR_MSK.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_N.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_N.uasset new file mode 100644 index 0000000..4605d2c Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_N.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_Tan.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_Tan.uasset new file mode 100644 index 0000000..df689cb Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_01_Tan.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset new file mode 100644 index 0000000..ab796bd Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_BN.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_BN.uasset new file mode 100644 index 0000000..f8887ed Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_BN.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset new file mode 100644 index 0000000..be9bcf6 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_D.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_D.uasset new file mode 100644 index 0000000..ec970ad Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_D.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_MSR_MSK.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_MSR_MSK.uasset new file mode 100644 index 0000000..0e9a954 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_MSR_MSK.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_N.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_N.uasset new file mode 100644 index 0000000..9bfc49b Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_N.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_Tan.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_Tan.uasset new file mode 100644 index 0000000..04e2857 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Manny/T_Manny_02_Tan.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01ID_BN.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01ID_BN.uasset new file mode 100644 index 0000000..084e0e1 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01ID_BN.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01ID_D.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01ID_D.uasset new file mode 100644 index 0000000..4a3009c Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01ID_D.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset new file mode 100644 index 0000000..25ee222 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01ID_N.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01ID_N.uasset new file mode 100644 index 0000000..41747d6 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01ID_N.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01ID_Tan.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01ID_Tan.uasset new file mode 100644 index 0000000..8ad1168 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01ID_Tan.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset new file mode 100644 index 0000000..43ac294 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset new file mode 100644 index 0000000..978096e Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02ID_BN.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02ID_BN.uasset new file mode 100644 index 0000000..196e33f Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02ID_BN.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02ID_D.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02ID_D.uasset new file mode 100644 index 0000000..f30a931 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02ID_D.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset new file mode 100644 index 0000000..a4632c2 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02ID_N.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02ID_N.uasset new file mode 100644 index 0000000..9305700 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02ID_N.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02ID_Tan.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02ID_Tan.uasset new file mode 100644 index 0000000..450ab66 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02ID_Tan.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset new file mode 100644 index 0000000..ef6728d Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset new file mode 100644 index 0000000..8fbdb12 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset differ diff --git a/HandyMann/Content/Characters/MannequinsXR/Textures/Shared/T_UE_Logo_M.uasset b/HandyMann/Content/Characters/MannequinsXR/Textures/Shared/T_UE_Logo_M.uasset new file mode 100644 index 0000000..80319d4 Binary files /dev/null and b/HandyMann/Content/Characters/MannequinsXR/Textures/Shared/T_UE_Logo_M.uasset differ diff --git a/HandyMann/Content/FPWeapon/Audio/FirstPersonTemplateWeaponFire02.uasset b/HandyMann/Content/FPWeapon/Audio/FirstPersonTemplateWeaponFire02.uasset new file mode 100644 index 0000000..fc187ea Binary files /dev/null and b/HandyMann/Content/FPWeapon/Audio/FirstPersonTemplateWeaponFire02.uasset differ diff --git a/HandyMann/Content/FPWeapon/Materials/BaseMaterial.uasset b/HandyMann/Content/FPWeapon/Materials/BaseMaterial.uasset new file mode 100644 index 0000000..a6f834c Binary files /dev/null and b/HandyMann/Content/FPWeapon/Materials/BaseMaterial.uasset differ diff --git a/HandyMann/Content/FPWeapon/Materials/FirstPersonProjectileMaterial.uasset b/HandyMann/Content/FPWeapon/Materials/FirstPersonProjectileMaterial.uasset new file mode 100644 index 0000000..8efce7e Binary files /dev/null and b/HandyMann/Content/FPWeapon/Materials/FirstPersonProjectileMaterial.uasset differ diff --git a/HandyMann/Content/FPWeapon/Materials/M_FPGun.uasset b/HandyMann/Content/FPWeapon/Materials/M_FPGun.uasset new file mode 100644 index 0000000..5595aa7 Binary files /dev/null and b/HandyMann/Content/FPWeapon/Materials/M_FPGun.uasset differ diff --git a/HandyMann/Content/FPWeapon/Materials/M_FPPistol.uasset b/HandyMann/Content/FPWeapon/Materials/M_FPPistol.uasset new file mode 100644 index 0000000..71ebba3 Binary files /dev/null and b/HandyMann/Content/FPWeapon/Materials/M_FPPistol.uasset differ diff --git a/HandyMann/Content/FPWeapon/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset new file mode 100644 index 0000000..c6436a2 Binary files /dev/null and b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset differ diff --git a/HandyMann/Content/FPWeapon/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset new file mode 100644 index 0000000..c3124ee Binary files /dev/null and b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset differ diff --git a/HandyMann/Content/FPWeapon/Materials/MaterialLayers/ML_Screen.uasset b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/ML_Screen.uasset new file mode 100644 index 0000000..a93197f Binary files /dev/null and b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/ML_Screen.uasset differ diff --git a/HandyMann/Content/FPWeapon/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset new file mode 100644 index 0000000..1fbfe3e Binary files /dev/null and b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset differ diff --git a/HandyMann/Content/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01.uasset b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01.uasset new file mode 100644 index 0000000..abb5c8f Binary files /dev/null and b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01.uasset differ diff --git a/HandyMann/Content/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset new file mode 100644 index 0000000..91bfa7b Binary files /dev/null and b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset differ diff --git a/HandyMann/Content/FPWeapon/Materials/MaterialLayers/T_ML_FineRubber.uasset b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/T_ML_FineRubber.uasset new file mode 100644 index 0000000..809ab90 Binary files /dev/null and b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/T_ML_FineRubber.uasset differ diff --git a/HandyMann/Content/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset new file mode 100644 index 0000000..9003b8a Binary files /dev/null and b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset differ diff --git a/HandyMann/Content/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset new file mode 100644 index 0000000..7b8f783 Binary files /dev/null and b/HandyMann/Content/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset differ diff --git a/HandyMann/Content/FPWeapon/Mesh/FirstPersonProjectileMesh.uasset b/HandyMann/Content/FPWeapon/Mesh/FirstPersonProjectileMesh.uasset new file mode 100644 index 0000000..2fd90d6 Binary files /dev/null and b/HandyMann/Content/FPWeapon/Mesh/FirstPersonProjectileMesh.uasset differ diff --git a/HandyMann/Content/FPWeapon/Mesh/SK_FPGun.uasset b/HandyMann/Content/FPWeapon/Mesh/SK_FPGun.uasset new file mode 100644 index 0000000..5355b9b Binary files /dev/null and b/HandyMann/Content/FPWeapon/Mesh/SK_FPGun.uasset differ diff --git a/HandyMann/Content/FPWeapon/Mesh/SK_FPGun_Physics.uasset b/HandyMann/Content/FPWeapon/Mesh/SK_FPGun_Physics.uasset new file mode 100644 index 0000000..a5c2ad8 Binary files /dev/null and b/HandyMann/Content/FPWeapon/Mesh/SK_FPGun_Physics.uasset differ diff --git a/HandyMann/Content/FPWeapon/Mesh/SK_FPGun_PhysicsAsset.uasset b/HandyMann/Content/FPWeapon/Mesh/SK_FPGun_PhysicsAsset.uasset new file mode 100644 index 0000000..45fe584 Binary files /dev/null and b/HandyMann/Content/FPWeapon/Mesh/SK_FPGun_PhysicsAsset.uasset differ diff --git a/HandyMann/Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset b/HandyMann/Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset new file mode 100644 index 0000000..74c94d5 Binary files /dev/null and b/HandyMann/Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset differ diff --git a/HandyMann/Content/FPWeapon/Mesh/SM_Pistol.uasset b/HandyMann/Content/FPWeapon/Mesh/SM_Pistol.uasset new file mode 100644 index 0000000..8986b98 Binary files /dev/null and b/HandyMann/Content/FPWeapon/Mesh/SM_Pistol.uasset differ diff --git a/HandyMann/Content/FPWeapon/Textures/T_FPGun_M.uasset b/HandyMann/Content/FPWeapon/Textures/T_FPGun_M.uasset new file mode 100644 index 0000000..62349ed Binary files /dev/null and b/HandyMann/Content/FPWeapon/Textures/T_FPGun_M.uasset differ diff --git a/HandyMann/Content/FPWeapon/Textures/T_FPGun_N.uasset b/HandyMann/Content/FPWeapon/Textures/T_FPGun_N.uasset new file mode 100644 index 0000000..82db14c Binary files /dev/null and b/HandyMann/Content/FPWeapon/Textures/T_FPGun_N.uasset differ diff --git a/HandyMann/Content/FPWeapon/Textures/T_Pistol_Masks.uasset b/HandyMann/Content/FPWeapon/Textures/T_Pistol_Masks.uasset new file mode 100644 index 0000000..d124846 Binary files /dev/null and b/HandyMann/Content/FPWeapon/Textures/T_Pistol_Masks.uasset differ diff --git a/HandyMann/Content/FPWeapon/Textures/T_Pistol_N.uasset b/HandyMann/Content/FPWeapon/Textures/T_Pistol_N.uasset new file mode 100644 index 0000000..f07b5ea Binary files /dev/null and b/HandyMann/Content/FPWeapon/Textures/T_Pistol_N.uasset differ diff --git a/HandyMann/Content/LevelPrototyping/Materials/MF_ProcGrid.uasset b/HandyMann/Content/LevelPrototyping/Materials/MF_ProcGrid.uasset new file mode 100644 index 0000000..84dde04 Binary files /dev/null and b/HandyMann/Content/LevelPrototyping/Materials/MF_ProcGrid.uasset differ diff --git a/HandyMann/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset b/HandyMann/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset new file mode 100644 index 0000000..4605682 Binary files /dev/null and b/HandyMann/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset differ diff --git a/HandyMann/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset b/HandyMann/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset new file mode 100644 index 0000000..2accd35 Binary files /dev/null and b/HandyMann/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset differ diff --git a/HandyMann/Content/LevelPrototyping/Materials/MI_PrototypeGrid_TopDark.uasset b/HandyMann/Content/LevelPrototyping/Materials/MI_PrototypeGrid_TopDark.uasset new file mode 100644 index 0000000..bc39915 Binary files /dev/null and b/HandyMann/Content/LevelPrototyping/Materials/MI_PrototypeGrid_TopDark.uasset differ diff --git a/HandyMann/Content/LevelPrototyping/Materials/MI_Solid_Blue.uasset b/HandyMann/Content/LevelPrototyping/Materials/MI_Solid_Blue.uasset new file mode 100644 index 0000000..7b7ad88 Binary files /dev/null and b/HandyMann/Content/LevelPrototyping/Materials/MI_Solid_Blue.uasset differ diff --git a/HandyMann/Content/LevelPrototyping/Materials/M_PrototypeGrid.uasset b/HandyMann/Content/LevelPrototyping/Materials/M_PrototypeGrid.uasset new file mode 100644 index 0000000..f61487d Binary files /dev/null and b/HandyMann/Content/LevelPrototyping/Materials/M_PrototypeGrid.uasset differ diff --git a/HandyMann/Content/LevelPrototyping/Materials/M_Solid.uasset b/HandyMann/Content/LevelPrototyping/Materials/M_Solid.uasset new file mode 100644 index 0000000..37a29b9 Binary files /dev/null and b/HandyMann/Content/LevelPrototyping/Materials/M_Solid.uasset differ diff --git a/HandyMann/Content/LevelPrototyping/Meshes/SM_ChamferCube.uasset b/HandyMann/Content/LevelPrototyping/Meshes/SM_ChamferCube.uasset new file mode 100644 index 0000000..fe6da62 Binary files /dev/null and b/HandyMann/Content/LevelPrototyping/Meshes/SM_ChamferCube.uasset differ diff --git a/HandyMann/Content/LevelPrototyping/Meshes/SM_Cube.uasset b/HandyMann/Content/LevelPrototyping/Meshes/SM_Cube.uasset new file mode 100644 index 0000000..0e7d2a3 Binary files /dev/null and b/HandyMann/Content/LevelPrototyping/Meshes/SM_Cube.uasset differ diff --git a/HandyMann/Content/LevelPrototyping/Meshes/SM_Cylinder.uasset b/HandyMann/Content/LevelPrototyping/Meshes/SM_Cylinder.uasset new file mode 100644 index 0000000..2dc5fab Binary files /dev/null and b/HandyMann/Content/LevelPrototyping/Meshes/SM_Cylinder.uasset differ diff --git a/HandyMann/Content/LevelPrototyping/Meshes/SM_QuarterCylinder.uasset b/HandyMann/Content/LevelPrototyping/Meshes/SM_QuarterCylinder.uasset new file mode 100644 index 0000000..cbd952c Binary files /dev/null and b/HandyMann/Content/LevelPrototyping/Meshes/SM_QuarterCylinder.uasset differ diff --git a/HandyMann/Content/LevelPrototyping/Meshes/SM_Ramp.uasset b/HandyMann/Content/LevelPrototyping/Meshes/SM_Ramp.uasset new file mode 100644 index 0000000..f1f05c6 Binary files /dev/null and b/HandyMann/Content/LevelPrototyping/Meshes/SM_Ramp.uasset differ diff --git a/HandyMann/Content/LevelPrototyping/Textures/T_GridChecker_A.uasset b/HandyMann/Content/LevelPrototyping/Textures/T_GridChecker_A.uasset new file mode 100644 index 0000000..e901d24 Binary files /dev/null and b/HandyMann/Content/LevelPrototyping/Textures/T_GridChecker_A.uasset differ diff --git a/HandyMann/Content/StarterContent/Architecture/Floor_400x400.uasset b/HandyMann/Content/StarterContent/Architecture/Floor_400x400.uasset new file mode 100644 index 0000000..a782b22 Binary files /dev/null and b/HandyMann/Content/StarterContent/Architecture/Floor_400x400.uasset differ diff --git a/HandyMann/Content/StarterContent/Architecture/Pillar_50x500.uasset b/HandyMann/Content/StarterContent/Architecture/Pillar_50x500.uasset new file mode 100644 index 0000000..46aed7d Binary files /dev/null and b/HandyMann/Content/StarterContent/Architecture/Pillar_50x500.uasset differ diff --git a/HandyMann/Content/StarterContent/Architecture/SM_AssetPlatform.uasset b/HandyMann/Content/StarterContent/Architecture/SM_AssetPlatform.uasset new file mode 100644 index 0000000..1f0f0be Binary files /dev/null and b/HandyMann/Content/StarterContent/Architecture/SM_AssetPlatform.uasset differ diff --git a/HandyMann/Content/StarterContent/Architecture/Wall_400x200.uasset b/HandyMann/Content/StarterContent/Architecture/Wall_400x200.uasset new file mode 100644 index 0000000..a7aeff7 Binary files /dev/null and b/HandyMann/Content/StarterContent/Architecture/Wall_400x200.uasset differ diff --git a/HandyMann/Content/StarterContent/Architecture/Wall_400x300.uasset b/HandyMann/Content/StarterContent/Architecture/Wall_400x300.uasset new file mode 100644 index 0000000..959fd41 Binary files /dev/null and b/HandyMann/Content/StarterContent/Architecture/Wall_400x300.uasset differ diff --git a/HandyMann/Content/StarterContent/Architecture/Wall_400x400.uasset b/HandyMann/Content/StarterContent/Architecture/Wall_400x400.uasset new file mode 100644 index 0000000..9ad5e36 Binary files /dev/null and b/HandyMann/Content/StarterContent/Architecture/Wall_400x400.uasset differ diff --git a/HandyMann/Content/StarterContent/Architecture/Wall_500x500.uasset b/HandyMann/Content/StarterContent/Architecture/Wall_500x500.uasset new file mode 100644 index 0000000..96e5e9b Binary files /dev/null and b/HandyMann/Content/StarterContent/Architecture/Wall_500x500.uasset differ diff --git a/HandyMann/Content/StarterContent/Architecture/Wall_Door_400x300.uasset b/HandyMann/Content/StarterContent/Architecture/Wall_Door_400x300.uasset new file mode 100644 index 0000000..8b60b28 Binary files /dev/null and b/HandyMann/Content/StarterContent/Architecture/Wall_Door_400x300.uasset differ diff --git a/HandyMann/Content/StarterContent/Architecture/Wall_Door_400x400.uasset b/HandyMann/Content/StarterContent/Architecture/Wall_Door_400x400.uasset new file mode 100644 index 0000000..55b60cb Binary files /dev/null and b/HandyMann/Content/StarterContent/Architecture/Wall_Door_400x400.uasset differ diff --git a/HandyMann/Content/StarterContent/Architecture/Wall_Window_400x300.uasset b/HandyMann/Content/StarterContent/Architecture/Wall_Window_400x300.uasset new file mode 100644 index 0000000..cb91768 Binary files /dev/null and b/HandyMann/Content/StarterContent/Architecture/Wall_Window_400x300.uasset differ diff --git a/HandyMann/Content/StarterContent/Architecture/Wall_Window_400x400.uasset b/HandyMann/Content/StarterContent/Architecture/Wall_Window_400x400.uasset new file mode 100644 index 0000000..1d2259d Binary files /dev/null and b/HandyMann/Content/StarterContent/Architecture/Wall_Window_400x400.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Collapse01.uasset b/HandyMann/Content/StarterContent/Audio/Collapse01.uasset new file mode 100644 index 0000000..9c68be4 Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Collapse01.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Collapse02.uasset b/HandyMann/Content/StarterContent/Audio/Collapse02.uasset new file mode 100644 index 0000000..5bd3fec Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Collapse02.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Collapse_Cue.uasset b/HandyMann/Content/StarterContent/Audio/Collapse_Cue.uasset new file mode 100644 index 0000000..4548e1e Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Collapse_Cue.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Explosion01.uasset b/HandyMann/Content/StarterContent/Audio/Explosion01.uasset new file mode 100644 index 0000000..2ec32d8 Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Explosion01.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Explosion02.uasset b/HandyMann/Content/StarterContent/Audio/Explosion02.uasset new file mode 100644 index 0000000..98174ab Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Explosion02.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Explosion_Cue.uasset b/HandyMann/Content/StarterContent/Audio/Explosion_Cue.uasset new file mode 100644 index 0000000..7984faf Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Explosion_Cue.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Fire01.uasset b/HandyMann/Content/StarterContent/Audio/Fire01.uasset new file mode 100644 index 0000000..0c495f4 Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Fire01.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Fire01_Cue.uasset b/HandyMann/Content/StarterContent/Audio/Fire01_Cue.uasset new file mode 100644 index 0000000..86861b6 Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Fire01_Cue.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Fire_Sparks01.uasset b/HandyMann/Content/StarterContent/Audio/Fire_Sparks01.uasset new file mode 100644 index 0000000..1479dad Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Fire_Sparks01.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset b/HandyMann/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset new file mode 100644 index 0000000..f93b729 Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Light01.uasset b/HandyMann/Content/StarterContent/Audio/Light01.uasset new file mode 100644 index 0000000..8e02bab Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Light01.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Light01_Cue.uasset b/HandyMann/Content/StarterContent/Audio/Light01_Cue.uasset new file mode 100644 index 0000000..a165870 Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Light01_Cue.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Light02.uasset b/HandyMann/Content/StarterContent/Audio/Light02.uasset new file mode 100644 index 0000000..907cd0e Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Light02.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Light02_Cue.uasset b/HandyMann/Content/StarterContent/Audio/Light02_Cue.uasset new file mode 100644 index 0000000..1a63569 Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Light02_Cue.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Smoke01.uasset b/HandyMann/Content/StarterContent/Audio/Smoke01.uasset new file mode 100644 index 0000000..023a555 Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Smoke01.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Smoke01_Cue.uasset b/HandyMann/Content/StarterContent/Audio/Smoke01_Cue.uasset new file mode 100644 index 0000000..b7d7bad Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Smoke01_Cue.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Starter_Background_Cue.uasset b/HandyMann/Content/StarterContent/Audio/Starter_Background_Cue.uasset new file mode 100644 index 0000000..fc9649f Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Starter_Background_Cue.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Starter_Birds01.uasset b/HandyMann/Content/StarterContent/Audio/Starter_Birds01.uasset new file mode 100644 index 0000000..900fc5e Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Starter_Birds01.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Starter_Music01.uasset b/HandyMann/Content/StarterContent/Audio/Starter_Music01.uasset new file mode 100644 index 0000000..d404003 Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Starter_Music01.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Starter_Music_Cue.uasset b/HandyMann/Content/StarterContent/Audio/Starter_Music_Cue.uasset new file mode 100644 index 0000000..1bba60d Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Starter_Music_Cue.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Starter_Wind05.uasset b/HandyMann/Content/StarterContent/Audio/Starter_Wind05.uasset new file mode 100644 index 0000000..36bf8d9 Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Starter_Wind05.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Starter_Wind06.uasset b/HandyMann/Content/StarterContent/Audio/Starter_Wind06.uasset new file mode 100644 index 0000000..0867c74 Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Starter_Wind06.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Steam01.uasset b/HandyMann/Content/StarterContent/Audio/Steam01.uasset new file mode 100644 index 0000000..a1ee8a7 Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Steam01.uasset differ diff --git a/HandyMann/Content/StarterContent/Audio/Steam01_Cue.uasset b/HandyMann/Content/StarterContent/Audio/Steam01_Cue.uasset new file mode 100644 index 0000000..2ef161f Binary files /dev/null and b/HandyMann/Content/StarterContent/Audio/Steam01_Cue.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset b/HandyMann/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset new file mode 100644 index 0000000..6babc5b Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset b/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset new file mode 100644 index 0000000..55151f5 Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset b/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset new file mode 100644 index 0000000..1e8f009 Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset b/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset new file mode 100644 index 0000000..c81172b Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset b/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset new file mode 100644 index 0000000..e47d5e0 Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset b/HandyMann/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset new file mode 100644 index 0000000..94e6203 Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/Assets/Skybox.uasset b/HandyMann/Content/StarterContent/Blueprints/Assets/Skybox.uasset new file mode 100644 index 0000000..54dc67a Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/Assets/Skybox.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset b/HandyMann/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset new file mode 100644 index 0000000..e2c3765 Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/BP_LightStudio.uasset b/HandyMann/Content/StarterContent/Blueprints/BP_LightStudio.uasset new file mode 100644 index 0000000..b85ba86 Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/BP_LightStudio.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset b/HandyMann/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset new file mode 100644 index 0000000..b5b40a2 Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset b/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset new file mode 100644 index 0000000..3e92029 Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset b/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset new file mode 100644 index 0000000..a0c45b8 Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset b/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset new file mode 100644 index 0000000..bb648c9 Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset b/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset new file mode 100644 index 0000000..1c27dc4 Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset b/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset new file mode 100644 index 0000000..45417c8 Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset differ diff --git a/HandyMann/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset b/HandyMann/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset new file mode 100644 index 0000000..3f29873 Binary files /dev/null and b/HandyMann/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset differ diff --git a/HandyMann/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset b/HandyMann/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset new file mode 100644 index 0000000..9b1f1be Binary files /dev/null and b/HandyMann/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset differ diff --git a/HandyMann/Content/StarterContent/Maps/Advanced_Lighting.umap b/HandyMann/Content/StarterContent/Maps/Advanced_Lighting.umap new file mode 100644 index 0000000..ebf6966 Binary files /dev/null and b/HandyMann/Content/StarterContent/Maps/Advanced_Lighting.umap differ diff --git a/HandyMann/Content/StarterContent/Maps/Advanced_Lighting_BuiltData.uasset b/HandyMann/Content/StarterContent/Maps/Advanced_Lighting_BuiltData.uasset new file mode 100644 index 0000000..f3802b7 Binary files /dev/null and b/HandyMann/Content/StarterContent/Maps/Advanced_Lighting_BuiltData.uasset differ diff --git a/HandyMann/Content/StarterContent/Maps/Minimal_Default.umap b/HandyMann/Content/StarterContent/Maps/Minimal_Default.umap new file mode 100644 index 0000000..378270c Binary files /dev/null and b/HandyMann/Content/StarterContent/Maps/Minimal_Default.umap differ diff --git a/HandyMann/Content/StarterContent/Maps/Minimal_Default_BuiltData.uasset b/HandyMann/Content/StarterContent/Maps/Minimal_Default_BuiltData.uasset new file mode 100644 index 0000000..6ed4a76 Binary files /dev/null and b/HandyMann/Content/StarterContent/Maps/Minimal_Default_BuiltData.uasset differ diff --git a/HandyMann/Content/StarterContent/Maps/StarterMap.umap b/HandyMann/Content/StarterContent/Maps/StarterMap.umap new file mode 100644 index 0000000..3d55147 Binary files /dev/null and b/HandyMann/Content/StarterContent/Maps/StarterMap.umap differ diff --git a/HandyMann/Content/StarterContent/Maps/StarterMap_BuiltData.uasset b/HandyMann/Content/StarterContent/Maps/StarterMap_BuiltData.uasset new file mode 100644 index 0000000..d679016 Binary files /dev/null and b/HandyMann/Content/StarterContent/Maps/StarterMap_BuiltData.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_AssetPlatform.uasset b/HandyMann/Content/StarterContent/Materials/M_AssetPlatform.uasset new file mode 100644 index 0000000..4962777 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_AssetPlatform.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Basic_Floor.uasset b/HandyMann/Content/StarterContent/Materials/M_Basic_Floor.uasset new file mode 100644 index 0000000..6b05cb4 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Basic_Floor.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Basic_Wall.uasset b/HandyMann/Content/StarterContent/Materials/M_Basic_Wall.uasset new file mode 100644 index 0000000..dd5ae24 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Basic_Wall.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset b/HandyMann/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset new file mode 100644 index 0000000..2b8a349 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Brick_Clay_New.uasset b/HandyMann/Content/StarterContent/Materials/M_Brick_Clay_New.uasset new file mode 100644 index 0000000..e519245 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Brick_Clay_New.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset b/HandyMann/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset new file mode 100644 index 0000000..bd49323 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset b/HandyMann/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset new file mode 100644 index 0000000..2ff69bc Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset b/HandyMann/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset new file mode 100644 index 0000000..d1d7e67 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset b/HandyMann/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset new file mode 100644 index 0000000..e5f0590 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset b/HandyMann/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset new file mode 100644 index 0000000..958dd1b Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset b/HandyMann/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset new file mode 100644 index 0000000..fb1c6d3 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset b/HandyMann/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset new file mode 100644 index 0000000..642aaaa Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset b/HandyMann/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset new file mode 100644 index 0000000..4b25f74 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Concrete_Grime.uasset b/HandyMann/Content/StarterContent/Materials/M_Concrete_Grime.uasset new file mode 100644 index 0000000..3be6070 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Concrete_Grime.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Concrete_Panels.uasset b/HandyMann/Content/StarterContent/Materials/M_Concrete_Panels.uasset new file mode 100644 index 0000000..d843626 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Concrete_Panels.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Concrete_Poured.uasset b/HandyMann/Content/StarterContent/Materials/M_Concrete_Poured.uasset new file mode 100644 index 0000000..34661da Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Concrete_Poured.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Concrete_Tiles.uasset b/HandyMann/Content/StarterContent/Materials/M_Concrete_Tiles.uasset new file mode 100644 index 0000000..26e7163 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Concrete_Tiles.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Glass.uasset b/HandyMann/Content/StarterContent/Materials/M_Glass.uasset new file mode 100644 index 0000000..7168e4f Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Glass.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Ground_Grass.uasset b/HandyMann/Content/StarterContent/Materials/M_Ground_Grass.uasset new file mode 100644 index 0000000..1cbe2a5 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Ground_Grass.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Ground_Gravel.uasset b/HandyMann/Content/StarterContent/Materials/M_Ground_Gravel.uasset new file mode 100644 index 0000000..7d3d68f Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Ground_Gravel.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Ground_Moss.uasset b/HandyMann/Content/StarterContent/Materials/M_Ground_Moss.uasset new file mode 100644 index 0000000..ff1f454 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Ground_Moss.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset b/HandyMann/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset new file mode 100644 index 0000000..e34b606 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset b/HandyMann/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset new file mode 100644 index 0000000..5091518 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Metal_Chrome.uasset b/HandyMann/Content/StarterContent/Materials/M_Metal_Chrome.uasset new file mode 100644 index 0000000..2997cde Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Metal_Chrome.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Metal_Copper.uasset b/HandyMann/Content/StarterContent/Materials/M_Metal_Copper.uasset new file mode 100644 index 0000000..2f3841c Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Metal_Copper.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Metal_Gold.uasset b/HandyMann/Content/StarterContent/Materials/M_Metal_Gold.uasset new file mode 100644 index 0000000..0fc3df3 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Metal_Gold.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Metal_Rust.uasset b/HandyMann/Content/StarterContent/Materials/M_Metal_Rust.uasset new file mode 100644 index 0000000..8402144 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Metal_Rust.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Metal_Steel.uasset b/HandyMann/Content/StarterContent/Materials/M_Metal_Steel.uasset new file mode 100644 index 0000000..e303340 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Metal_Steel.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Rock_Basalt.uasset b/HandyMann/Content/StarterContent/Materials/M_Rock_Basalt.uasset new file mode 100644 index 0000000..d2cf1ba Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Rock_Basalt.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset b/HandyMann/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset new file mode 100644 index 0000000..d177e32 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Rock_Sandstone.uasset b/HandyMann/Content/StarterContent/Materials/M_Rock_Sandstone.uasset new file mode 100644 index 0000000..4ca7e31 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Rock_Sandstone.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Rock_Slate.uasset b/HandyMann/Content/StarterContent/Materials/M_Rock_Slate.uasset new file mode 100644 index 0000000..53f6bb8 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Rock_Slate.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset b/HandyMann/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset new file mode 100644 index 0000000..041b0f8 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset b/HandyMann/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset new file mode 100644 index 0000000..f102368 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset b/HandyMann/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset new file mode 100644 index 0000000..570262a Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Tech_Panel.uasset b/HandyMann/Content/StarterContent/Materials/M_Tech_Panel.uasset new file mode 100644 index 0000000..1afccae Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Tech_Panel.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Water_Lake.uasset b/HandyMann/Content/StarterContent/Materials/M_Water_Lake.uasset new file mode 100644 index 0000000..88a6333 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Water_Lake.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Water_Ocean.uasset b/HandyMann/Content/StarterContent/Materials/M_Water_Ocean.uasset new file mode 100644 index 0000000..1ff0460 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Water_Ocean.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset b/HandyMann/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset new file mode 100644 index 0000000..8bbba08 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset b/HandyMann/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset new file mode 100644 index 0000000..229a294 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Wood_Oak.uasset b/HandyMann/Content/StarterContent/Materials/M_Wood_Oak.uasset new file mode 100644 index 0000000..d722444 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Wood_Oak.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Wood_Pine.uasset b/HandyMann/Content/StarterContent/Materials/M_Wood_Pine.uasset new file mode 100644 index 0000000..b02101c Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Wood_Pine.uasset differ diff --git a/HandyMann/Content/StarterContent/Materials/M_Wood_Walnut.uasset b/HandyMann/Content/StarterContent/Materials/M_Wood_Walnut.uasset new file mode 100644 index 0000000..6e76341 Binary files /dev/null and b/HandyMann/Content/StarterContent/Materials/M_Wood_Walnut.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/Materials/M_Burst.uasset b/HandyMann/Content/StarterContent/Particles/Materials/M_Burst.uasset new file mode 100644 index 0000000..12caa0a Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/Materials/M_Burst.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset b/HandyMann/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset new file mode 100644 index 0000000..4f665d0 Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset b/HandyMann/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset new file mode 100644 index 0000000..73f3eaa Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset b/HandyMann/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset new file mode 100644 index 0000000..d34ee58 Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset b/HandyMann/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset new file mode 100644 index 0000000..9829b9a Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/Materials/M_Spark.uasset b/HandyMann/Content/StarterContent/Particles/Materials/M_Spark.uasset new file mode 100644 index 0000000..6f6f699 Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/Materials/M_Spark.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset b/HandyMann/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset new file mode 100644 index 0000000..1af76e6 Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset b/HandyMann/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset new file mode 100644 index 0000000..b022826 Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset b/HandyMann/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset new file mode 100644 index 0000000..2086e5f Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/Materials/m_flare_01.uasset b/HandyMann/Content/StarterContent/Particles/Materials/m_flare_01.uasset new file mode 100644 index 0000000..824b44b Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/Materials/m_flare_01.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/P_Ambient_Dust.uasset b/HandyMann/Content/StarterContent/Particles/P_Ambient_Dust.uasset new file mode 100644 index 0000000..38b6cab Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/P_Ambient_Dust.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/P_Explosion.uasset b/HandyMann/Content/StarterContent/Particles/P_Explosion.uasset new file mode 100644 index 0000000..8f6e03a Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/P_Explosion.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/P_Fire.uasset b/HandyMann/Content/StarterContent/Particles/P_Fire.uasset new file mode 100644 index 0000000..3fb74a8 Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/P_Fire.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/P_Smoke.uasset b/HandyMann/Content/StarterContent/Particles/P_Smoke.uasset new file mode 100644 index 0000000..a6014df Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/P_Smoke.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/P_Sparks.uasset b/HandyMann/Content/StarterContent/Particles/P_Sparks.uasset new file mode 100644 index 0000000..8a6dc37 Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/P_Sparks.uasset differ diff --git a/HandyMann/Content/StarterContent/Particles/P_Steam_Lit.uasset b/HandyMann/Content/StarterContent/Particles/P_Steam_Lit.uasset new file mode 100644 index 0000000..3e96da7 Binary files /dev/null and b/HandyMann/Content/StarterContent/Particles/P_Steam_Lit.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/MaterialSphere.uasset b/HandyMann/Content/StarterContent/Props/MaterialSphere.uasset new file mode 100644 index 0000000..6a2538f Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/MaterialSphere.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/Materials/M_Bush.uasset b/HandyMann/Content/StarterContent/Props/Materials/M_Bush.uasset new file mode 100644 index 0000000..eaa4a2a Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/Materials/M_Bush.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/Materials/M_Chair.uasset b/HandyMann/Content/StarterContent/Props/Materials/M_Chair.uasset new file mode 100644 index 0000000..e7446be Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/Materials/M_Chair.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/Materials/M_Door.uasset b/HandyMann/Content/StarterContent/Props/Materials/M_Door.uasset new file mode 100644 index 0000000..714d0f6 Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/Materials/M_Door.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/Materials/M_Frame.uasset b/HandyMann/Content/StarterContent/Props/Materials/M_Frame.uasset new file mode 100644 index 0000000..2a2dff8 Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/Materials/M_Frame.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/Materials/M_Lamp.uasset b/HandyMann/Content/StarterContent/Props/Materials/M_Lamp.uasset new file mode 100644 index 0000000..3eb6663 Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/Materials/M_Lamp.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/Materials/M_Rock.uasset b/HandyMann/Content/StarterContent/Props/Materials/M_Rock.uasset new file mode 100644 index 0000000..2d59537 Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/Materials/M_Rock.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/Materials/M_Shelf.uasset b/HandyMann/Content/StarterContent/Props/Materials/M_Shelf.uasset new file mode 100644 index 0000000..2444258 Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/Materials/M_Shelf.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/Materials/M_Statue.uasset b/HandyMann/Content/StarterContent/Props/Materials/M_Statue.uasset new file mode 100644 index 0000000..775313d Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/Materials/M_Statue.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/Materials/M_StatueGlass.uasset b/HandyMann/Content/StarterContent/Props/Materials/M_StatueGlass.uasset new file mode 100644 index 0000000..d1592b3 Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/Materials/M_StatueGlass.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/Materials/M_TableRound.uasset b/HandyMann/Content/StarterContent/Props/Materials/M_TableRound.uasset new file mode 100644 index 0000000..66b487c Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/Materials/M_TableRound.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_Bush.uasset b/HandyMann/Content/StarterContent/Props/SM_Bush.uasset new file mode 100644 index 0000000..060a376 Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_Bush.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_Chair.uasset b/HandyMann/Content/StarterContent/Props/SM_Chair.uasset new file mode 100644 index 0000000..e062426 Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_Chair.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_CornerFrame.uasset b/HandyMann/Content/StarterContent/Props/SM_CornerFrame.uasset new file mode 100644 index 0000000..5710151 Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_CornerFrame.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_Couch.uasset b/HandyMann/Content/StarterContent/Props/SM_Couch.uasset new file mode 100644 index 0000000..cc7d408 Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_Couch.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_Door.uasset b/HandyMann/Content/StarterContent/Props/SM_Door.uasset new file mode 100644 index 0000000..22c9bfc Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_Door.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_DoorFrame.uasset b/HandyMann/Content/StarterContent/Props/SM_DoorFrame.uasset new file mode 100644 index 0000000..ab5e96f Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_DoorFrame.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_GlassWindow.uasset b/HandyMann/Content/StarterContent/Props/SM_GlassWindow.uasset new file mode 100644 index 0000000..93863f4 Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_GlassWindow.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset b/HandyMann/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset new file mode 100644 index 0000000..4e55f04 Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_Lamp_Wall.uasset b/HandyMann/Content/StarterContent/Props/SM_Lamp_Wall.uasset new file mode 100644 index 0000000..a1b112f Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_Lamp_Wall.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_PillarFrame.uasset b/HandyMann/Content/StarterContent/Props/SM_PillarFrame.uasset new file mode 100644 index 0000000..7cafefe Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_PillarFrame.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_PillarFrame300.uasset b/HandyMann/Content/StarterContent/Props/SM_PillarFrame300.uasset new file mode 100644 index 0000000..c681a0a Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_PillarFrame300.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_Rock.uasset b/HandyMann/Content/StarterContent/Props/SM_Rock.uasset new file mode 100644 index 0000000..419f4d5 Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_Rock.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_Shelf.uasset b/HandyMann/Content/StarterContent/Props/SM_Shelf.uasset new file mode 100644 index 0000000..7ebb820 Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_Shelf.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_Stairs.uasset b/HandyMann/Content/StarterContent/Props/SM_Stairs.uasset new file mode 100644 index 0000000..d0e84cc Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_Stairs.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_Statue.uasset b/HandyMann/Content/StarterContent/Props/SM_Statue.uasset new file mode 100644 index 0000000..d0e5b8d Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_Statue.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_TableRound.uasset b/HandyMann/Content/StarterContent/Props/SM_TableRound.uasset new file mode 100644 index 0000000..317b8ff Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_TableRound.uasset differ diff --git a/HandyMann/Content/StarterContent/Props/SM_WindowFrame.uasset b/HandyMann/Content/StarterContent/Props/SM_WindowFrame.uasset new file mode 100644 index 0000000..bfc9f90 Binary files /dev/null and b/HandyMann/Content/StarterContent/Props/SM_WindowFrame.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_Cone.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_Cone.uasset new file mode 100644 index 0000000..200f0a2 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_Cone.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_Cube.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_Cube.uasset new file mode 100644 index 0000000..4d169fe Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_Cube.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_Cylinder.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_Cylinder.uasset new file mode 100644 index 0000000..06541d9 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_Cylinder.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset new file mode 100644 index 0000000..0322b31 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_Pipe.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_Pipe.uasset new file mode 100644 index 0000000..f2549a3 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_Pipe.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_Pipe_180.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_Pipe_180.uasset new file mode 100644 index 0000000..b152330 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_Pipe_180.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_Pipe_90.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_Pipe_90.uasset new file mode 100644 index 0000000..db79ad4 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_Pipe_90.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_Plane.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_Plane.uasset new file mode 100644 index 0000000..f338efa Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_Plane.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset new file mode 100644 index 0000000..e228f15 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_Sphere.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_Sphere.uasset new file mode 100644 index 0000000..0b7fc69 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_Sphere.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_Torus.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_Torus.uasset new file mode 100644 index 0000000..cfbaac4 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_Torus.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_TriPyramid.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_TriPyramid.uasset new file mode 100644 index 0000000..f28d857 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_TriPyramid.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_Trim.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_Trim.uasset new file mode 100644 index 0000000..0909161 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_Trim.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset new file mode 100644 index 0000000..6e33a90 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset new file mode 100644 index 0000000..8125f77 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_Tube.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_Tube.uasset new file mode 100644 index 0000000..b2e9a43 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_Tube.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_Wedge_A.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_Wedge_A.uasset new file mode 100644 index 0000000..b99fde7 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_Wedge_A.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_Wedge_B.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_Wedge_B.uasset new file mode 100644 index 0000000..2e8f430 Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_Wedge_B.uasset differ diff --git a/HandyMann/Content/StarterContent/Shapes/Shape_WideCapsule.uasset b/HandyMann/Content/StarterContent/Shapes/Shape_WideCapsule.uasset new file mode 100644 index 0000000..830b90d Binary files /dev/null and b/HandyMann/Content/StarterContent/Shapes/Shape_WideCapsule.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset new file mode 100644 index 0000000..8ea9227 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset new file mode 100644 index 0000000..995cc82 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset new file mode 100644 index 0000000..bf6633d Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset new file mode 100644 index 0000000..5d32850 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset new file mode 100644 index 0000000..e386e9d Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset new file mode 100644 index 0000000..f4dc14a Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset new file mode 100644 index 0000000..acec520 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset new file mode 100644 index 0000000..49fac3f Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset new file mode 100644 index 0000000..1f76e63 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset new file mode 100644 index 0000000..9cf63ce Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset new file mode 100644 index 0000000..cf67614 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset new file mode 100644 index 0000000..81c5fcf Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset new file mode 100644 index 0000000..27c49b5 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Burst_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Burst_M.uasset new file mode 100644 index 0000000..35b26fc Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Burst_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Bush_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Bush_D.uasset new file mode 100644 index 0000000..d539936 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Bush_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Bush_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Bush_N.uasset new file mode 100644 index 0000000..a9f1c7e Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Bush_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset new file mode 100644 index 0000000..8214218 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset new file mode 100644 index 0000000..343aeb8 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Chair_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Chair_M.uasset new file mode 100644 index 0000000..40e1e6f Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Chair_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Chair_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Chair_N.uasset new file mode 100644 index 0000000..af1c8a4 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Chair_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Checker_Noise_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Checker_Noise_M.uasset new file mode 100644 index 0000000..58b5668 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Checker_Noise_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset new file mode 100644 index 0000000..bc3db66 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset new file mode 100644 index 0000000..7a953e9 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset new file mode 100644 index 0000000..46da547 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset new file mode 100644 index 0000000..1bc4666 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset new file mode 100644 index 0000000..935d1af Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset new file mode 100644 index 0000000..44e5597 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset new file mode 100644 index 0000000..165106f Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset new file mode 100644 index 0000000..4207398 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset new file mode 100644 index 0000000..d6667d2 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset new file mode 100644 index 0000000..75134e3 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset new file mode 100644 index 0000000..6db0432 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset new file mode 100644 index 0000000..f2d651c Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset new file mode 100644 index 0000000..edc2e1b Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset new file mode 100644 index 0000000..b98f3a7 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset new file mode 100644 index 0000000..cc1fe76 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset new file mode 100644 index 0000000..d5d6b3a Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset new file mode 100644 index 0000000..5edef8f Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset new file mode 100644 index 0000000..a80dc77 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Door_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Door_M.uasset new file mode 100644 index 0000000..b5eec21 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Door_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Door_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Door_N.uasset new file mode 100644 index 0000000..93e2c30 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Door_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Dust_Particle_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Dust_Particle_D.uasset new file mode 100644 index 0000000..d80b3a0 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Dust_Particle_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Explosion_SubUV.uasset b/HandyMann/Content/StarterContent/Textures/T_Explosion_SubUV.uasset new file mode 100644 index 0000000..d30f842 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Explosion_SubUV.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Fire_SubUV.uasset b/HandyMann/Content/StarterContent/Textures/T_Fire_SubUV.uasset new file mode 100644 index 0000000..6e87ac7 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Fire_SubUV.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset new file mode 100644 index 0000000..825765f Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Frame_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Frame_M.uasset new file mode 100644 index 0000000..4aeac1c Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Frame_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Frame_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Frame_N.uasset new file mode 100644 index 0000000..b1a335d Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Frame_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Gradinet_01.uasset b/HandyMann/Content/StarterContent/Textures/T_Gradinet_01.uasset new file mode 100644 index 0000000..a71d3dd Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Gradinet_01.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Ground_Grass_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Ground_Grass_D.uasset new file mode 100644 index 0000000..0ce49d3 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Ground_Grass_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Ground_Grass_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Ground_Grass_N.uasset new file mode 100644 index 0000000..c69da0d Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Ground_Grass_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset new file mode 100644 index 0000000..3064541 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset new file mode 100644 index 0000000..e9f55a7 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Ground_Moss_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Ground_Moss_N.uasset new file mode 100644 index 0000000..898e6ee Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Ground_Moss_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Lamp_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Lamp_M.uasset new file mode 100644 index 0000000..e1958b0 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Lamp_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Lamp_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Lamp_N.uasset new file mode 100644 index 0000000..77e47bd Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Lamp_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_MacroVariation.uasset b/HandyMann/Content/StarterContent/Textures/T_MacroVariation.uasset new file mode 100644 index 0000000..dca6463 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_MacroVariation.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset new file mode 100644 index 0000000..225628a Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Metal_Copper_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Metal_Copper_D.uasset new file mode 100644 index 0000000..df0cacb Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Metal_Copper_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Metal_Gold_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Metal_Gold_D.uasset new file mode 100644 index 0000000..0762c01 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Metal_Gold_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Metal_Gold_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Metal_Gold_N.uasset new file mode 100644 index 0000000..938e7c3 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Metal_Gold_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Metal_Rust_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Metal_Rust_D.uasset new file mode 100644 index 0000000..2a47b53 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Metal_Rust_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Metal_Rust_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Metal_Rust_N.uasset new file mode 100644 index 0000000..c94e24d Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Metal_Rust_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Metal_Steel_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Metal_Steel_D.uasset new file mode 100644 index 0000000..bc8ee97 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Metal_Steel_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Metal_Steel_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Metal_Steel_N.uasset new file mode 100644 index 0000000..bd90253 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Metal_Steel_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset new file mode 100644 index 0000000..a71f39d Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_RockMesh_M.uasset b/HandyMann/Content/StarterContent/Textures/T_RockMesh_M.uasset new file mode 100644 index 0000000..91a8dbe Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_RockMesh_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_RockMesh_N.uasset b/HandyMann/Content/StarterContent/Textures/T_RockMesh_N.uasset new file mode 100644 index 0000000..cf18346 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_RockMesh_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset new file mode 100644 index 0000000..15197b2 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset new file mode 100644 index 0000000..17ac16e Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset new file mode 100644 index 0000000..cc564e5 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset new file mode 100644 index 0000000..efc7c83 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset new file mode 100644 index 0000000..942331b Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Rock_Slate_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Rock_Slate_D.uasset new file mode 100644 index 0000000..b460e81 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Rock_Slate_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Rock_Slate_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Rock_Slate_N.uasset new file mode 100644 index 0000000..3eb6b14 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Rock_Slate_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset new file mode 100644 index 0000000..9c11db2 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Shelf_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Shelf_M.uasset new file mode 100644 index 0000000..40bea03 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Shelf_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Shelf_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Shelf_N.uasset new file mode 100644 index 0000000..5cb6c71 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Shelf_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Single_Tile_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Single_Tile_N.uasset new file mode 100644 index 0000000..ddc0828 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Single_Tile_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Smoke_SubUV.uasset b/HandyMann/Content/StarterContent/Textures/T_Smoke_SubUV.uasset new file mode 100644 index 0000000..5c8a2d9 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Smoke_SubUV.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset new file mode 100644 index 0000000..aad7a5e Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Spark_Core.uasset b/HandyMann/Content/StarterContent/Textures/T_Spark_Core.uasset new file mode 100644 index 0000000..3881b88 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Spark_Core.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Statue_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Statue_M.uasset new file mode 100644 index 0000000..d43158a Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Statue_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Statue_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Statue_N.uasset new file mode 100644 index 0000000..787d2d5 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Statue_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_TableRound_M.uasset b/HandyMann/Content/StarterContent/Textures/T_TableRound_M.uasset new file mode 100644 index 0000000..a76573e Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_TableRound_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_TableRound_N.uasset b/HandyMann/Content/StarterContent/Textures/T_TableRound_N.uasset new file mode 100644 index 0000000..619c420 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_TableRound_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Tech_Dot_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Tech_Dot_M.uasset new file mode 100644 index 0000000..fb692b3 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Tech_Dot_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Tech_Dot_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Tech_Dot_N.uasset new file mode 100644 index 0000000..50d81c2 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Tech_Dot_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset new file mode 100644 index 0000000..502170b Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset new file mode 100644 index 0000000..549633c Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Tech_Panel_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Tech_Panel_M.uasset new file mode 100644 index 0000000..192a8e4 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Tech_Panel_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Tech_Panel_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Tech_Panel_N.uasset new file mode 100644 index 0000000..b12087e Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Tech_Panel_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Water_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Water_M.uasset new file mode 100644 index 0000000..63e9b4e Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Water_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Water_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Water_N.uasset new file mode 100644 index 0000000..dc83c1b Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Water_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset new file mode 100644 index 0000000..0598d9e Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset b/HandyMann/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset new file mode 100644 index 0000000..1af473f Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset new file mode 100644 index 0000000..dae4bb4 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Wood_Oak_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Wood_Oak_D.uasset new file mode 100644 index 0000000..c5494a9 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Wood_Oak_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Wood_Oak_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Wood_Oak_N.uasset new file mode 100644 index 0000000..71543aa Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Wood_Oak_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Wood_Pine_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Wood_Pine_D.uasset new file mode 100644 index 0000000..eac50af Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Wood_Pine_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Wood_Pine_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Wood_Pine_N.uasset new file mode 100644 index 0000000..051a794 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Wood_Pine_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset b/HandyMann/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset new file mode 100644 index 0000000..bc3c3df Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset b/HandyMann/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset new file mode 100644 index 0000000..856a1f8 Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset differ diff --git a/HandyMann/Content/StarterContent/Textures/T_ground_Moss_D.uasset b/HandyMann/Content/StarterContent/Textures/T_ground_Moss_D.uasset new file mode 100644 index 0000000..2b9ca5b Binary files /dev/null and b/HandyMann/Content/StarterContent/Textures/T_ground_Moss_D.uasset differ diff --git a/HandyMann/Content/VRSpectator/EVRSpectatorMode.uasset b/HandyMann/Content/VRSpectator/EVRSpectatorMode.uasset new file mode 100644 index 0000000..637457e Binary files /dev/null and b/HandyMann/Content/VRSpectator/EVRSpectatorMode.uasset differ diff --git a/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_FOV.uasset b/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_FOV.uasset new file mode 100644 index 0000000..1654252 Binary files /dev/null and b/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_FOV.uasset differ diff --git a/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_FOV_Reset.uasset b/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_FOV_Reset.uasset new file mode 100644 index 0000000..c511a7e Binary files /dev/null and b/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_FOV_Reset.uasset differ diff --git a/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_FadeInOut.uasset b/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_FadeInOut.uasset new file mode 100644 index 0000000..8022b80 Binary files /dev/null and b/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_FadeInOut.uasset differ diff --git a/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_Look.uasset b/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_Look.uasset new file mode 100644 index 0000000..0089b26 Binary files /dev/null and b/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_Look.uasset differ diff --git a/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_Move.uasset b/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_Move.uasset new file mode 100644 index 0000000..49efd23 Binary files /dev/null and b/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_Move.uasset differ diff --git a/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_ResetRotation.uasset b/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_ResetRotation.uasset new file mode 100644 index 0000000..36ef773 Binary files /dev/null and b/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_ResetRotation.uasset differ diff --git a/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_Toggle.uasset b/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_Toggle.uasset new file mode 100644 index 0000000..c3df71f Binary files /dev/null and b/HandyMann/Content/VRSpectator/Input/Actions/IA_VRSpectator_Toggle.uasset differ diff --git a/HandyMann/Content/VRSpectator/Input/IMC_VRSpectator.uasset b/HandyMann/Content/VRSpectator/Input/IMC_VRSpectator.uasset new file mode 100644 index 0000000..5640227 Binary files /dev/null and b/HandyMann/Content/VRSpectator/Input/IMC_VRSpectator.uasset differ diff --git a/HandyMann/Content/VRSpectator/RT_VRSpectator.uasset b/HandyMann/Content/VRSpectator/RT_VRSpectator.uasset new file mode 100644 index 0000000..1eaef03 Binary files /dev/null and b/HandyMann/Content/VRSpectator/RT_VRSpectator.uasset differ diff --git a/HandyMann/Content/VRSpectator/VRSpectator.uasset b/HandyMann/Content/VRSpectator/VRSpectator.uasset new file mode 100644 index 0000000..d974b27 Binary files /dev/null and b/HandyMann/Content/VRSpectator/VRSpectator.uasset differ diff --git a/HandyMann/Content/VRTemplate/Audio/Fire01.uasset b/HandyMann/Content/VRTemplate/Audio/Fire01.uasset new file mode 100644 index 0000000..bcb30b8 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Audio/Fire01.uasset differ diff --git a/HandyMann/Content/VRTemplate/Audio/Fire_Cue.uasset b/HandyMann/Content/VRTemplate/Audio/Fire_Cue.uasset new file mode 100644 index 0000000..775d94b Binary files /dev/null and b/HandyMann/Content/VRTemplate/Audio/Fire_Cue.uasset differ diff --git a/HandyMann/Content/VRTemplate/Blueprints/BPI_PawnAnim.uasset b/HandyMann/Content/VRTemplate/Blueprints/BPI_PawnAnim.uasset new file mode 100644 index 0000000..1ccd96b Binary files /dev/null and b/HandyMann/Content/VRTemplate/Blueprints/BPI_PawnAnim.uasset differ diff --git a/HandyMann/Content/VRTemplate/Blueprints/B_AssetGuideline.uasset b/HandyMann/Content/VRTemplate/Blueprints/B_AssetGuideline.uasset new file mode 100644 index 0000000..39642d2 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Blueprints/B_AssetGuideline.uasset differ diff --git a/HandyMann/Content/VRTemplate/Blueprints/GrabComponent.uasset b/HandyMann/Content/VRTemplate/Blueprints/GrabComponent.uasset new file mode 100644 index 0000000..71f3bd8 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Blueprints/GrabComponent.uasset differ diff --git a/HandyMann/Content/VRTemplate/Blueprints/GrabType.uasset b/HandyMann/Content/VRTemplate/Blueprints/GrabType.uasset new file mode 100644 index 0000000..518832a Binary files /dev/null and b/HandyMann/Content/VRTemplate/Blueprints/GrabType.uasset differ diff --git a/HandyMann/Content/VRTemplate/Blueprints/Grabbable_SmallCube.uasset b/HandyMann/Content/VRTemplate/Blueprints/Grabbable_SmallCube.uasset new file mode 100644 index 0000000..b7e9c2d Binary files /dev/null and b/HandyMann/Content/VRTemplate/Blueprints/Grabbable_SmallCube.uasset differ diff --git a/HandyMann/Content/VRTemplate/Blueprints/Menu.uasset b/HandyMann/Content/VRTemplate/Blueprints/Menu.uasset new file mode 100644 index 0000000..7d33e5b Binary files /dev/null and b/HandyMann/Content/VRTemplate/Blueprints/Menu.uasset differ diff --git a/HandyMann/Content/VRTemplate/Blueprints/Pistol.uasset b/HandyMann/Content/VRTemplate/Blueprints/Pistol.uasset new file mode 100644 index 0000000..ad44ad3 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Blueprints/Pistol.uasset differ diff --git a/HandyMann/Content/VRTemplate/Blueprints/Projectile.uasset b/HandyMann/Content/VRTemplate/Blueprints/Projectile.uasset new file mode 100644 index 0000000..42cbac0 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Blueprints/Projectile.uasset differ diff --git a/HandyMann/Content/VRTemplate/Blueprints/VRGameMode.uasset b/HandyMann/Content/VRTemplate/Blueprints/VRGameMode.uasset new file mode 100644 index 0000000..ae6e268 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Blueprints/VRGameMode.uasset differ diff --git a/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset b/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset new file mode 100644 index 0000000..f5e63f5 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset differ diff --git a/HandyMann/Content/VRTemplate/Blueprints/VRTeleportVisualizer.uasset b/HandyMann/Content/VRTemplate/Blueprints/VRTeleportVisualizer.uasset new file mode 100644 index 0000000..74c6ed1 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Blueprints/VRTeleportVisualizer.uasset differ diff --git a/HandyMann/Content/VRTemplate/Blueprints/WidgetMenu.uasset b/HandyMann/Content/VRTemplate/Blueprints/WidgetMenu.uasset new file mode 100644 index 0000000..9edb15a Binary files /dev/null and b/HandyMann/Content/VRTemplate/Blueprints/WidgetMenu.uasset differ diff --git a/HandyMann/Content/VRTemplate/Haptics/GrabHapticEffect.uasset b/HandyMann/Content/VRTemplate/Haptics/GrabHapticEffect.uasset new file mode 100644 index 0000000..ccf1b64 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Haptics/GrabHapticEffect.uasset differ diff --git a/HandyMann/Content/VRTemplate/Haptics/PistolFireHapticEffect.uasset b/HandyMann/Content/VRTemplate/Haptics/PistolFireHapticEffect.uasset new file mode 100644 index 0000000..b825a75 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Haptics/PistolFireHapticEffect.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_Grasp_Left.uasset b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_Grasp_Left.uasset new file mode 100644 index 0000000..51c27bf Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_Grasp_Left.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_Grasp_Right.uasset b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_Grasp_Right.uasset new file mode 100644 index 0000000..2d1ad62 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_Grasp_Right.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_IndexCurl_Left.uasset b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_IndexCurl_Left.uasset new file mode 100644 index 0000000..25022e1 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_IndexCurl_Left.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_IndexCurl_Right.uasset b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_IndexCurl_Right.uasset new file mode 100644 index 0000000..9d72b12 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_IndexCurl_Right.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_Point_Left.uasset b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_Point_Left.uasset new file mode 100644 index 0000000..c221e07 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_Point_Left.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_Point_Right.uasset b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_Point_Right.uasset new file mode 100644 index 0000000..357ddb7 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_Point_Right.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_ThumbUp_Left.uasset b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_ThumbUp_Left.uasset new file mode 100644 index 0000000..894d87c Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_ThumbUp_Left.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_ThumbUp_Right.uasset b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_ThumbUp_Right.uasset new file mode 100644 index 0000000..751adb1 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_ThumbUp_Right.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Left.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Left.uasset new file mode 100644 index 0000000..f424642 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Left.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Left_Pressed.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Left_Pressed.uasset new file mode 100644 index 0000000..81d74ae Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Left_Pressed.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Left_Released.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Left_Released.uasset new file mode 100644 index 0000000..4f0b602 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Left_Released.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Right.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Right.uasset new file mode 100644 index 0000000..423c6ad Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Right.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Right_Pressed.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Right_Pressed.uasset new file mode 100644 index 0000000..b75c0af Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Right_Pressed.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Right_Released.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Right_Released.uasset new file mode 100644 index 0000000..9660aa7 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Grab_Right_Released.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Cursor_Left.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Cursor_Left.uasset new file mode 100644 index 0000000..8612fe1 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Cursor_Left.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Cursor_Right.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Cursor_Right.uasset new file mode 100644 index 0000000..3437ded Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Cursor_Right.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Left.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Left.uasset new file mode 100644 index 0000000..0b41ea5 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Left.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Left_Pressed.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Left_Pressed.uasset new file mode 100644 index 0000000..4232886 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Left_Pressed.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Left_Released.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Left_Released.uasset new file mode 100644 index 0000000..c2e2c57 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Left_Released.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Right.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Right.uasset new file mode 100644 index 0000000..2773153 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Right.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Right_Pressed.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Right_Pressed.uasset new file mode 100644 index 0000000..e424e5c Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Right_Pressed.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Right_Released.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Right_Released.uasset new file mode 100644 index 0000000..7f3bf5b Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Interact_Right_Released.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Toggle_Left.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Toggle_Left.uasset new file mode 100644 index 0000000..af484cf Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Toggle_Left.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Toggle_Right.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Toggle_Right.uasset new file mode 100644 index 0000000..04d4520 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Menu_Toggle_Right.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Move.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Move.uasset new file mode 100644 index 0000000..a8d6e7e Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Move.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Shoot_Left.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Shoot_Left.uasset new file mode 100644 index 0000000..335fa6b Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Shoot_Left.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Shoot_Right.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Shoot_Right.uasset new file mode 100644 index 0000000..8fe6784 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Shoot_Right.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/Actions/IA_Turn.uasset b/HandyMann/Content/VRTemplate/Input/Actions/IA_Turn.uasset new file mode 100644 index 0000000..0cfa844 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/Actions/IA_Turn.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/B_InputModifier_XAxisPositiveOnly.uasset b/HandyMann/Content/VRTemplate/Input/B_InputModifier_XAxisPositiveOnly.uasset new file mode 100644 index 0000000..8a7227d Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/B_InputModifier_XAxisPositiveOnly.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/IMC_Default.uasset b/HandyMann/Content/VRTemplate/Input/IMC_Default.uasset new file mode 100644 index 0000000..ebd56cd Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/IMC_Default.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/IMC_Hands.uasset b/HandyMann/Content/VRTemplate/Input/IMC_Hands.uasset new file mode 100644 index 0000000..3714504 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/IMC_Hands.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/IMC_Menu.uasset b/HandyMann/Content/VRTemplate/Input/IMC_Menu.uasset new file mode 100644 index 0000000..1695491 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/IMC_Menu.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/IMC_Weapon_Left.uasset b/HandyMann/Content/VRTemplate/Input/IMC_Weapon_Left.uasset new file mode 100644 index 0000000..eb29891 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/IMC_Weapon_Left.uasset differ diff --git a/HandyMann/Content/VRTemplate/Input/IMC_Weapon_Right.uasset b/HandyMann/Content/VRTemplate/Input/IMC_Weapon_Right.uasset new file mode 100644 index 0000000..b8c9603 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Input/IMC_Weapon_Right.uasset differ diff --git a/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap b/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap new file mode 100644 index 0000000..19c3c7b Binary files /dev/null and b/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap differ diff --git a/HandyMann/Content/VRTemplate/Maps/VRTemplateMap_BuiltData.uasset b/HandyMann/Content/VRTemplate/Maps/VRTemplateMap_BuiltData.uasset new file mode 100644 index 0000000..239be1e Binary files /dev/null and b/HandyMann/Content/VRTemplate/Maps/VRTemplateMap_BuiltData.uasset differ diff --git a/HandyMann/Content/VRTemplate/Materials/DefaultRibbonMaterial_NoGradient.uasset b/HandyMann/Content/VRTemplate/Materials/DefaultRibbonMaterial_NoGradient.uasset new file mode 100644 index 0000000..f4da63c Binary files /dev/null and b/HandyMann/Content/VRTemplate/Materials/DefaultRibbonMaterial_NoGradient.uasset differ diff --git a/HandyMann/Content/VRTemplate/Materials/Functions/MF_OccludedPixels.uasset b/HandyMann/Content/VRTemplate/Materials/Functions/MF_OccludedPixels.uasset new file mode 100644 index 0000000..d93038a Binary files /dev/null and b/HandyMann/Content/VRTemplate/Materials/Functions/MF_OccludedPixels.uasset differ diff --git a/HandyMann/Content/VRTemplate/Materials/MI_Grid_Accent.uasset b/HandyMann/Content/VRTemplate/Materials/MI_Grid_Accent.uasset new file mode 100644 index 0000000..8616995 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Materials/MI_Grid_Accent.uasset differ diff --git a/HandyMann/Content/VRTemplate/Materials/MI_Grid_Default.uasset b/HandyMann/Content/VRTemplate/Materials/MI_Grid_Default.uasset new file mode 100644 index 0000000..3fb5e6d Binary files /dev/null and b/HandyMann/Content/VRTemplate/Materials/MI_Grid_Default.uasset differ diff --git a/HandyMann/Content/VRTemplate/Materials/MI_Projectile.uasset b/HandyMann/Content/VRTemplate/Materials/MI_Projectile.uasset new file mode 100644 index 0000000..bc8ff6c Binary files /dev/null and b/HandyMann/Content/VRTemplate/Materials/MI_Projectile.uasset differ diff --git a/HandyMann/Content/VRTemplate/Materials/M_GridRotation.uasset b/HandyMann/Content/VRTemplate/Materials/M_GridRotation.uasset new file mode 100644 index 0000000..2e562af Binary files /dev/null and b/HandyMann/Content/VRTemplate/Materials/M_GridRotation.uasset differ diff --git a/HandyMann/Content/VRTemplate/Materials/M_Hands.uasset b/HandyMann/Content/VRTemplate/Materials/M_Hands.uasset new file mode 100644 index 0000000..71259d9 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Materials/M_Hands.uasset differ diff --git a/HandyMann/Content/VRTemplate/Materials/M_LeftEyeGreen_RightEyeRed.uasset b/HandyMann/Content/VRTemplate/Materials/M_LeftEyeGreen_RightEyeRed.uasset new file mode 100644 index 0000000..b9a1d8d Binary files /dev/null and b/HandyMann/Content/VRTemplate/Materials/M_LeftEyeGreen_RightEyeRed.uasset differ diff --git a/HandyMann/Content/VRTemplate/Materials/M_Projectile.uasset b/HandyMann/Content/VRTemplate/Materials/M_Projectile.uasset new file mode 100644 index 0000000..59dcb19 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Materials/M_Projectile.uasset differ diff --git a/HandyMann/Content/VRTemplate/Materials/M_TeleportCylinder.uasset b/HandyMann/Content/VRTemplate/Materials/M_TeleportCylinder.uasset new file mode 100644 index 0000000..d1bfa9e Binary files /dev/null and b/HandyMann/Content/VRTemplate/Materials/M_TeleportCylinder.uasset differ diff --git a/HandyMann/Content/VRTemplate/Materials/M_TeleportNoise.uasset b/HandyMann/Content/VRTemplate/Materials/M_TeleportNoise.uasset new file mode 100644 index 0000000..2ccc08f Binary files /dev/null and b/HandyMann/Content/VRTemplate/Materials/M_TeleportNoise.uasset differ diff --git a/HandyMann/Content/VRTemplate/Materials/M_VRCursor.uasset b/HandyMann/Content/VRTemplate/Materials/M_VRCursor.uasset new file mode 100644 index 0000000..96c7c57 Binary files /dev/null and b/HandyMann/Content/VRTemplate/Materials/M_VRCursor.uasset differ diff --git a/HandyMann/Content/VRTemplate/Textures/T_Grid.uasset b/HandyMann/Content/VRTemplate/Textures/T_Grid.uasset new file mode 100644 index 0000000..1925a2d Binary files /dev/null and b/HandyMann/Content/VRTemplate/Textures/T_Grid.uasset differ diff --git a/HandyMann/Content/VRTemplate/VFX/NPC_VRTemplate.uasset b/HandyMann/Content/VRTemplate/VFX/NPC_VRTemplate.uasset new file mode 100644 index 0000000..f2aee3a Binary files /dev/null and b/HandyMann/Content/VRTemplate/VFX/NPC_VRTemplate.uasset differ diff --git a/HandyMann/Content/VRTemplate/VFX/NS_MenuLaser.uasset b/HandyMann/Content/VRTemplate/VFX/NS_MenuLaser.uasset new file mode 100644 index 0000000..12c2e09 Binary files /dev/null and b/HandyMann/Content/VRTemplate/VFX/NS_MenuLaser.uasset differ diff --git a/HandyMann/Content/VRTemplate/VFX/NS_PlayAreaBounds.uasset b/HandyMann/Content/VRTemplate/VFX/NS_PlayAreaBounds.uasset new file mode 100644 index 0000000..5bc10a9 Binary files /dev/null and b/HandyMann/Content/VRTemplate/VFX/NS_PlayAreaBounds.uasset differ diff --git a/HandyMann/Content/VRTemplate/VFX/NS_TeleportRing.uasset b/HandyMann/Content/VRTemplate/VFX/NS_TeleportRing.uasset new file mode 100644 index 0000000..b4ce027 Binary files /dev/null and b/HandyMann/Content/VRTemplate/VFX/NS_TeleportRing.uasset differ diff --git a/HandyMann/Content/VRTemplate/VFX/NS_TeleportTrace.uasset b/HandyMann/Content/VRTemplate/VFX/NS_TeleportTrace.uasset new file mode 100644 index 0000000..98e8daf Binary files /dev/null and b/HandyMann/Content/VRTemplate/VFX/NS_TeleportTrace.uasset differ diff --git a/HandyMann/HandyMann.uproject b/HandyMann/HandyMann.uproject new file mode 100644 index 0000000..9bc4e37 --- /dev/null +++ b/HandyMann/HandyMann.uproject @@ -0,0 +1,60 @@ +{ + "FileVersion": 3, + "EngineAssociation": "5.5", + "Category": "", + "Description": "", + "Plugins": [ + { + "Name": "OpenXR", + "Enabled": true, + "SupportedTargetPlatforms": [ + "Win64", + "Linux", + "Android", + "VisionOS" + ] + }, + { + "Name": "OpenXREyeTracker", + "Enabled": true, + "SupportedTargetPlatforms": [ + "Win64", + "Linux", + "Android" + ] + }, + { + "Name": "OpenXRHandTracking", + "Enabled": true, + "SupportedTargetPlatforms": [ + "Win64", + "Linux", + "Android", + "VisionOS" + ] + }, + { + "Name": "OculusXR", + "Enabled": true, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/8313d8d7e7cf4e03a33e79eb757bccba", + "SupportedTargetPlatforms": [ + "Win64", + "Android" + ] + } + ], + "TargetPlatforms": [ + "Android", + "IOS", + "Linux", + "Mac", + "PS4", + "PS5", + "Windows", + "WindowsNoEditor", + "Switch", + "XboxOne", + "XSX", + "VisionOS" + ] +} \ No newline at end of file diff --git a/HandyMann/Intermediate/CachedAssetRegistry_0.bin b/HandyMann/Intermediate/CachedAssetRegistry_0.bin new file mode 100644 index 0000000..5916324 Binary files /dev/null and b/HandyMann/Intermediate/CachedAssetRegistry_0.bin differ diff --git a/HandyMann/Intermediate/Config/CoalescedSourceConfigs/GameUserSettings.ini b/HandyMann/Intermediate/Config/CoalescedSourceConfigs/GameUserSettings.ini new file mode 100644 index 0000000..596cf1b --- /dev/null +++ b/HandyMann/Intermediate/Config/CoalescedSourceConfigs/GameUserSettings.ini @@ -0,0 +1,7 @@ +[SectionsToSave] +bCanSaveAllSections=false +Section=CurrentIniVersion + +[Internationalization] +ShouldUseLocalizedNumericInput=True + diff --git a/HandyMann/Intermediate/Config/CoalescedSourceConfigs/LocalizationServiceSettings.ini b/HandyMann/Intermediate/Config/CoalescedSourceConfigs/LocalizationServiceSettings.ini new file mode 100644 index 0000000..a9722af --- /dev/null +++ b/HandyMann/Intermediate/Config/CoalescedSourceConfigs/LocalizationServiceSettings.ini @@ -0,0 +1,4 @@ +[SectionsToSave] +bCanSaveAllSections=false +Section=CurrentIniVersion + diff --git a/HandyMann/Intermediate/Config/CoalescedSourceConfigs/UnrealInsightsSettings.ini b/HandyMann/Intermediate/Config/CoalescedSourceConfigs/UnrealInsightsSettings.ini new file mode 100644 index 0000000..a9722af --- /dev/null +++ b/HandyMann/Intermediate/Config/CoalescedSourceConfigs/UnrealInsightsSettings.ini @@ -0,0 +1,4 @@ +[SectionsToSave] +bCanSaveAllSections=false +Section=CurrentIniVersion + diff --git a/HandyMann/Intermediate/PipInstall/Lib/site-packages/plugin_site_package.pth b/HandyMann/Intermediate/PipInstall/Lib/site-packages/plugin_site_package.pth new file mode 100644 index 0000000..9b74d2b --- /dev/null +++ b/HandyMann/Intermediate/PipInstall/Lib/site-packages/plugin_site_package.pth @@ -0,0 +1 @@ +D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Runtime/USDCore/Content/Python/Lib/Win64/site-packages diff --git a/HandyMann/Intermediate/PipInstall/extra_urls.txt b/HandyMann/Intermediate/PipInstall/extra_urls.txt new file mode 100644 index 0000000..e69de29 diff --git a/HandyMann/Intermediate/PipInstall/merged_requirements.in b/HandyMann/Intermediate/PipInstall/merged_requirements.in new file mode 100644 index 0000000..e69de29 diff --git a/HandyMann/Intermediate/PipInstall/pyreqs_plugins.list b/HandyMann/Intermediate/PipInstall/pyreqs_plugins.list new file mode 100644 index 0000000..e69de29 diff --git a/HandyMann/Intermediate/ReimportCache/3688439234.bin b/HandyMann/Intermediate/ReimportCache/3688439234.bin new file mode 100644 index 0000000..2759c18 Binary files /dev/null and b/HandyMann/Intermediate/ReimportCache/3688439234.bin differ diff --git a/HandyMann/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush b/HandyMann/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush new file mode 100644 index 0000000..8512835 --- /dev/null +++ b/HandyMann/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush @@ -0,0 +1,493 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#if FEATURE_LEVEL >= FEATURE_LEVEL_SM5 +float SampleDeviceZFromSceneTexturesTempCopy(float2 UV) +{ + return SceneDepthTexture.SampleLevel(SceneDepthTextureSampler, UV, 0).r; +} +#endif + +#ifndef GBUFFER_LAYOUT +#define GBUFFER_LAYOUT 0 +#endif + +#if GBUFFER_LAYOUT == 0 + +void EncodeGBufferToMRT(inout FPixelShaderOut Out, FGBufferData GBuffer, float QuantizationBias) +{ + float4 MrtFloat1 = 0.0f; + float4 MrtFloat2 = 0.0f; + uint4 MrtUint2 = 0; + float4 MrtFloat3 = 0.0f; + float4 MrtFloat4 = 0.0f; + float4 MrtFloat5 = 0.0f; + + float3 WorldNormal_Compressed = EncodeNormalHelper(GBuffer.WorldNormal, 0.0f); + + MrtFloat1.x = WorldNormal_Compressed.x; + MrtFloat1.y = WorldNormal_Compressed.y; + MrtFloat1.z = WorldNormal_Compressed.z; + MrtFloat1.w = GBuffer.PerObjectGBufferData.x; + MrtFloat2.x = GBuffer.Metallic.x; + MrtFloat2.y = GBuffer.Specular.x; + MrtFloat2.z = GBuffer.Roughness.x; + MrtUint2.w |= ((((GBuffer.ShadingModelID.x) >> 0) & 0x0f) << 0); + MrtUint2.w |= ((((GBuffer.SelectiveOutputMask.x) >> 0) & 0x0f) << 4); + MrtFloat3.x = GBuffer.BaseColor.x; + MrtFloat3.y = GBuffer.BaseColor.y; + MrtFloat3.z = GBuffer.BaseColor.z; + MrtFloat3.w = GBuffer.GenericAO.x; + MrtFloat5.x = GBuffer.PrecomputedShadowFactors.x; + MrtFloat5.y = GBuffer.PrecomputedShadowFactors.y; + MrtFloat5.z = GBuffer.PrecomputedShadowFactors.z; + MrtFloat5.w = GBuffer.PrecomputedShadowFactors.w; + MrtFloat4.x = GBuffer.CustomData.x; + MrtFloat4.y = GBuffer.CustomData.y; + MrtFloat4.z = GBuffer.CustomData.z; + MrtFloat4.w = GBuffer.CustomData.w; + + Out.MRT[1] = MrtFloat1; + Out.MRT[2] = float4(MrtFloat2.x, MrtFloat2.y, MrtFloat2.z, float(MrtUint2.w) / 255.0f); + Out.MRT[3] = MrtFloat3; + Out.MRT[4] = MrtFloat4; + Out.MRT[5] = MrtFloat5; + Out.MRT[6] = float4(0.0f, 0.0f, 0.0f, 0.0f); + Out.MRT[7] = float4(0.0f, 0.0f, 0.0f, 0.0f); +} + + +FGBufferData DecodeGBufferDataDirect(float4 InMRT1, + float4 InMRT2, + float4 InMRT3, + float4 InMRT4, + float4 InMRT5, + + float CustomNativeDepth, + float4 AnisotropicData, + uint CustomStencil, + float SceneDepth, + bool bGetNormalizedNormal, + bool bChecker) +{ + FGBufferData Ret = (FGBufferData)0; + float3 WorldNormal_Compressed = 0.0f; + WorldNormal_Compressed.x = InMRT1.x; + WorldNormal_Compressed.y = InMRT1.y; + WorldNormal_Compressed.z = InMRT1.z; + Ret.PerObjectGBufferData.x = InMRT1.w; + Ret.Metallic.x = InMRT2.x; + Ret.Specular.x = InMRT2.y; + Ret.Roughness.x = InMRT2.z; + Ret.ShadingModelID.x = (((uint((float(InMRT2.w) * 255.0f) + .5f) >> 0) & 0x0f) << 0); + Ret.SelectiveOutputMask.x = (((uint((float(InMRT2.w) * 255.0f) + .5f) >> 4) & 0x0f) << 0); + Ret.BaseColor.x = InMRT3.x; + Ret.BaseColor.y = InMRT3.y; + Ret.BaseColor.z = InMRT3.z; + Ret.GenericAO.x = InMRT3.w; + Ret.PrecomputedShadowFactors.x = InMRT5.x; + Ret.PrecomputedShadowFactors.y = InMRT5.y; + Ret.PrecomputedShadowFactors.z = InMRT5.z; + Ret.PrecomputedShadowFactors.w = InMRT5.w; + Ret.CustomData.x = InMRT4.x; + Ret.CustomData.y = InMRT4.y; + Ret.CustomData.z = InMRT4.z; + Ret.CustomData.w = InMRT4.w; + + Ret.WorldNormal = DecodeNormalHelper(WorldNormal_Compressed); + Ret.WorldTangent = AnisotropicData.xyz; + Ret.Anisotropy = AnisotropicData.w; + + GBufferPostDecode(Ret,bChecker,bGetNormalizedNormal); + + Ret.CustomDepth = ConvertFromDeviceZ(CustomNativeDepth); + Ret.CustomStencil = CustomStencil; + Ret.Depth = SceneDepth; + + + return Ret; +} + + +#if FEATURE_LEVEL >= FEATURE_LEVEL_SM5 + +// @param PixelPos relative to left top of the rendertarget (not viewport) +FGBufferData DecodeGBufferDataUV(float2 UV, bool bGetNormalizedNormal = true) +{ + float CustomNativeDepth = Texture2DSampleLevel(SceneTexturesStruct.CustomDepthTexture, SceneTexturesStruct_CustomDepthTextureSampler, UV, 0).r; + int2 IntUV = (int2)trunc(UV * View.BufferSizeAndInvSize.xy * View.BufferToSceneTextureScale.xy); + uint CustomStencil = SceneTexturesStruct.CustomStencilTexture.Load(int3(IntUV, 0)) STENCIL_COMPONENT_SWIZZLE; + float SceneDepth = CalcSceneDepth(UV); + float4 AnisotropicData = Texture2DSampleLevel(SceneTexturesStruct.GBufferFTexture, SceneTexturesStruct_GBufferFTextureSampler, UV, 0).xyzw; + + float4 InMRT1 = Texture2DSampleLevel(SceneTexturesStruct.GBufferATexture, SceneTexturesStruct_GBufferATextureSampler, UV, 0).xyzw; + float4 InMRT2 = Texture2DSampleLevel(SceneTexturesStruct.GBufferBTexture, SceneTexturesStruct_GBufferBTextureSampler, UV, 0).xyzw; + float4 InMRT3 = Texture2DSampleLevel(SceneTexturesStruct.GBufferCTexture, SceneTexturesStruct_GBufferCTextureSampler, UV, 0).xyzw; + float4 InMRT4 = Texture2DSampleLevel(SceneTexturesStruct.GBufferDTexture, SceneTexturesStruct_GBufferDTextureSampler, UV, 0).xyzw; + float4 InMRT5 = Texture2DSampleLevel(SceneTexturesStruct.GBufferETexture, SceneTexturesStruct_GBufferETextureSampler, UV, 0).xyzw; + + FGBufferData Ret = DecodeGBufferDataDirect(InMRT1, + InMRT2, + InMRT3, + InMRT4, + InMRT5, + + CustomNativeDepth, + AnisotropicData, + CustomStencil, + SceneDepth, + bGetNormalizedNormal, + CheckerFromSceneColorUV(UV)); + + return Ret; +} + + +// @param PixelPos relative to left top of the rendertarget (not viewport) +FGBufferData DecodeGBufferDataUint(uint2 PixelPos, bool bGetNormalizedNormal = true) +{ + float CustomNativeDepth = SceneTexturesStruct.CustomDepthTexture.Load(int3(PixelPos, 0)).r; + uint CustomStencil = SceneTexturesStruct.CustomStencilTexture.Load(int3(PixelPos, 0)) STENCIL_COMPONENT_SWIZZLE; + float SceneDepth = CalcSceneDepth(PixelPos); + float4 AnisotropicData = SceneTexturesStruct.GBufferFTexture.Load(int3(PixelPos, 0)).xyzw; + + float4 InMRT1 = SceneTexturesStruct.GBufferATexture.Load(int3(PixelPos, 0)).xyzw; + float4 InMRT2 = SceneTexturesStruct.GBufferBTexture.Load(int3(PixelPos, 0)).xyzw; + float4 InMRT3 = SceneTexturesStruct.GBufferCTexture.Load(int3(PixelPos, 0)).xyzw; + float4 InMRT4 = SceneTexturesStruct.GBufferDTexture.Load(int3(PixelPos, 0)).xyzw; + float4 InMRT5 = SceneTexturesStruct.GBufferETexture.Load(int3(PixelPos, 0)).xyzw; + + FGBufferData Ret = DecodeGBufferDataDirect(InMRT1, + InMRT2, + InMRT3, + InMRT4, + InMRT5, + + CustomNativeDepth, + AnisotropicData, + CustomStencil, + SceneDepth, + bGetNormalizedNormal, + CheckerFromPixelPos(PixelPos)); + + return Ret; +} + + +// @param PixelPos relative to left top of the rendertarget (not viewport) +FGBufferData DecodeGBufferDataSceneTextures(float2 UV, bool bGetNormalizedNormal = true) +{ + uint CustomStencil = 0; + float CustomNativeDepth = 0; + float DeviceZ = SampleDeviceZFromSceneTexturesTempCopy(UV); + float SceneDepth = ConvertFromDeviceZ(DeviceZ); + float4 AnisotropicData = GBufferFTexture.SampleLevel(GBufferFTextureSampler, UV, 0).xyzw; + + float4 InMRT1 = GBufferATexture.SampleLevel(GBufferATextureSampler, UV, 0).xyzw; + float4 InMRT2 = GBufferBTexture.SampleLevel(GBufferBTextureSampler, UV, 0).xyzw; + float4 InMRT3 = GBufferCTexture.SampleLevel(GBufferCTextureSampler, UV, 0).xyzw; + float4 InMRT4 = GBufferDTexture.SampleLevel(GBufferDTextureSampler, UV, 0).xyzw; + float4 InMRT5 = GBufferETexture.SampleLevel(GBufferETextureSampler, UV, 0).xyzw; + + FGBufferData Ret = DecodeGBufferDataDirect(InMRT1, + InMRT2, + InMRT3, + InMRT4, + InMRT5, + + CustomNativeDepth, + AnisotropicData, + CustomStencil, + SceneDepth, + bGetNormalizedNormal, + CheckerFromSceneColorUV(UV)); + + return Ret; +} + + +// @param PixelPos relative to left top of the rendertarget (not viewport) +FGBufferData DecodeGBufferDataSceneTexturesLoad(uint2 PixelCoord, bool bGetNormalizedNormal = true) +{ + uint CustomStencil = 0; + float CustomNativeDepth = 0; + float DeviceZ = SceneDepthTexture.Load(int3(PixelCoord, 0)).r; + float SceneDepth = ConvertFromDeviceZ(DeviceZ); + float4 AnisotropicData = GBufferFTexture.Load(int3(PixelCoord, 0)).xyzw; + + float4 InMRT1 = GBufferATexture.Load(int3(PixelCoord, 0)).xyzw; + float4 InMRT2 = GBufferBTexture.Load(int3(PixelCoord, 0)).xyzw; + float4 InMRT3 = GBufferCTexture.Load(int3(PixelCoord, 0)).xyzw; + float4 InMRT4 = GBufferDTexture.Load(int3(PixelCoord, 0)).xyzw; + float4 InMRT5 = GBufferETexture.Load(int3(PixelCoord, 0)).xyzw; + + FGBufferData Ret = DecodeGBufferDataDirect(InMRT1, + InMRT2, + InMRT3, + InMRT4, + InMRT5, + + CustomNativeDepth, + AnisotropicData, + CustomStencil, + SceneDepth, + bGetNormalizedNormal, + CheckerFromPixelPos(PixelCoord)); + + return Ret; +} + + +#endif + +#endif + +#if GBUFFER_LAYOUT == 1 + +void EncodeGBufferToMRT(inout FPixelShaderOut Out, FGBufferData GBuffer, float QuantizationBias) +{ + float4 MrtFloat1 = 0.0f; + float4 MrtFloat2 = 0.0f; + uint4 MrtUint2 = 0; + float4 MrtFloat3 = 0.0f; + float4 MrtFloat4 = 0.0f; + float4 MrtFloat5 = 0.0f; + float4 MrtFloat6 = 0.0f; + + float3 WorldNormal_Compressed = EncodeNormalHelper(GBuffer.WorldNormal, 0.0f); + + MrtFloat1.x = WorldNormal_Compressed.x; + MrtFloat1.y = WorldNormal_Compressed.y; + MrtFloat1.z = WorldNormal_Compressed.z; + MrtFloat1.w = GBuffer.PerObjectGBufferData.x; + MrtFloat2.x = GBuffer.Metallic.x; + MrtFloat2.y = GBuffer.Specular.x; + MrtFloat2.z = GBuffer.Roughness.x; + MrtUint2.w |= ((((GBuffer.ShadingModelID.x) >> 0) & 0x0f) << 0); + MrtUint2.w |= ((((GBuffer.SelectiveOutputMask.x) >> 0) & 0x0f) << 4); + MrtFloat3.x = GBuffer.BaseColor.x; + MrtFloat3.y = GBuffer.BaseColor.y; + MrtFloat3.z = GBuffer.BaseColor.z; + MrtFloat3.w = GBuffer.GenericAO.x; + MrtFloat4.x = GBuffer.Velocity.x; + MrtFloat4.y = GBuffer.Velocity.y; + MrtFloat4.z = GBuffer.Velocity.z; + MrtFloat4.w = GBuffer.Velocity.w; + MrtFloat6.x = GBuffer.PrecomputedShadowFactors.x; + MrtFloat6.y = GBuffer.PrecomputedShadowFactors.y; + MrtFloat6.z = GBuffer.PrecomputedShadowFactors.z; + MrtFloat6.w = GBuffer.PrecomputedShadowFactors.w; + MrtFloat5.x = GBuffer.CustomData.x; + MrtFloat5.y = GBuffer.CustomData.y; + MrtFloat5.z = GBuffer.CustomData.z; + MrtFloat5.w = GBuffer.CustomData.w; + + Out.MRT[1] = MrtFloat1; + Out.MRT[2] = float4(MrtFloat2.x, MrtFloat2.y, MrtFloat2.z, float(MrtUint2.w) / 255.0f); + Out.MRT[3] = MrtFloat3; + Out.MRT[4] = MrtFloat4; + Out.MRT[5] = MrtFloat5; + Out.MRT[6] = MrtFloat6; + Out.MRT[7] = float4(0.0f, 0.0f, 0.0f, 0.0f); +} + + +FGBufferData DecodeGBufferDataDirect(float4 InMRT1, + float4 InMRT2, + float4 InMRT3, + float4 InMRT4, + float4 InMRT5, + float4 InMRT6, + + float CustomNativeDepth, + float4 AnisotropicData, + uint CustomStencil, + float SceneDepth, + bool bGetNormalizedNormal, + bool bChecker) +{ + FGBufferData Ret = (FGBufferData)0; + float3 WorldNormal_Compressed = 0.0f; + WorldNormal_Compressed.x = InMRT1.x; + WorldNormal_Compressed.y = InMRT1.y; + WorldNormal_Compressed.z = InMRT1.z; + Ret.PerObjectGBufferData.x = InMRT1.w; + Ret.Metallic.x = InMRT2.x; + Ret.Specular.x = InMRT2.y; + Ret.Roughness.x = InMRT2.z; + Ret.ShadingModelID.x = (((uint((float(InMRT2.w) * 255.0f) + .5f) >> 0) & 0x0f) << 0); + Ret.SelectiveOutputMask.x = (((uint((float(InMRT2.w) * 255.0f) + .5f) >> 4) & 0x0f) << 0); + Ret.BaseColor.x = InMRT3.x; + Ret.BaseColor.y = InMRT3.y; + Ret.BaseColor.z = InMRT3.z; + Ret.GenericAO.x = InMRT3.w; + Ret.Velocity.x = InMRT4.x; + Ret.Velocity.y = InMRT4.y; + Ret.Velocity.z = InMRT4.z; + Ret.Velocity.w = InMRT4.w; + Ret.PrecomputedShadowFactors.x = InMRT6.x; + Ret.PrecomputedShadowFactors.y = InMRT6.y; + Ret.PrecomputedShadowFactors.z = InMRT6.z; + Ret.PrecomputedShadowFactors.w = InMRT6.w; + Ret.CustomData.x = InMRT5.x; + Ret.CustomData.y = InMRT5.y; + Ret.CustomData.z = InMRT5.z; + Ret.CustomData.w = InMRT5.w; + + Ret.WorldNormal = DecodeNormalHelper(WorldNormal_Compressed); + Ret.WorldTangent = AnisotropicData.xyz; + Ret.Anisotropy = AnisotropicData.w; + + GBufferPostDecode(Ret,bChecker,bGetNormalizedNormal); + + Ret.CustomDepth = ConvertFromDeviceZ(CustomNativeDepth); + Ret.CustomStencil = CustomStencil; + Ret.Depth = SceneDepth; + + + return Ret; +} + + +#if FEATURE_LEVEL >= FEATURE_LEVEL_SM5 + +// @param PixelPos relative to left top of the rendertarget (not viewport) +FGBufferData DecodeGBufferDataUV(float2 UV, bool bGetNormalizedNormal = true) +{ + float CustomNativeDepth = Texture2DSampleLevel(SceneTexturesStruct.CustomDepthTexture, SceneTexturesStruct_CustomDepthTextureSampler, UV, 0).r; + int2 IntUV = (int2)trunc(UV * View.BufferSizeAndInvSize.xy * View.BufferToSceneTextureScale.xy); + uint CustomStencil = SceneTexturesStruct.CustomStencilTexture.Load(int3(IntUV, 0)) STENCIL_COMPONENT_SWIZZLE; + float SceneDepth = CalcSceneDepth(UV); + float4 AnisotropicData = Texture2DSampleLevel(SceneTexturesStruct.GBufferFTexture, SceneTexturesStruct_GBufferFTextureSampler, UV, 0).xyzw; + + float4 InMRT1 = Texture2DSampleLevel(SceneTexturesStruct.GBufferATexture, SceneTexturesStruct_GBufferATextureSampler, UV, 0).xyzw; + float4 InMRT2 = Texture2DSampleLevel(SceneTexturesStruct.GBufferBTexture, SceneTexturesStruct_GBufferBTextureSampler, UV, 0).xyzw; + float4 InMRT3 = Texture2DSampleLevel(SceneTexturesStruct.GBufferCTexture, SceneTexturesStruct_GBufferCTextureSampler, UV, 0).xyzw; + float4 InMRT4 = Texture2DSampleLevel(SceneTexturesStruct.GBufferVelocityTexture, SceneTexturesStruct_GBufferVelocityTextureSampler, UV, 0).xyzw; + float4 InMRT5 = Texture2DSampleLevel(SceneTexturesStruct.GBufferDTexture, SceneTexturesStruct_GBufferDTextureSampler, UV, 0).xyzw; + float4 InMRT6 = Texture2DSampleLevel(SceneTexturesStruct.GBufferETexture, SceneTexturesStruct_GBufferETextureSampler, UV, 0).xyzw; + + FGBufferData Ret = DecodeGBufferDataDirect(InMRT1, + InMRT2, + InMRT3, + InMRT4, + InMRT5, + InMRT6, + + CustomNativeDepth, + AnisotropicData, + CustomStencil, + SceneDepth, + bGetNormalizedNormal, + CheckerFromSceneColorUV(UV)); + + return Ret; +} + + +// @param PixelPos relative to left top of the rendertarget (not viewport) +FGBufferData DecodeGBufferDataUint(uint2 PixelPos, bool bGetNormalizedNormal = true) +{ + float CustomNativeDepth = SceneTexturesStruct.CustomDepthTexture.Load(int3(PixelPos, 0)).r; + uint CustomStencil = SceneTexturesStruct.CustomStencilTexture.Load(int3(PixelPos, 0)) STENCIL_COMPONENT_SWIZZLE; + float SceneDepth = CalcSceneDepth(PixelPos); + float4 AnisotropicData = SceneTexturesStruct.GBufferFTexture.Load(int3(PixelPos, 0)).xyzw; + + float4 InMRT1 = SceneTexturesStruct.GBufferATexture.Load(int3(PixelPos, 0)).xyzw; + float4 InMRT2 = SceneTexturesStruct.GBufferBTexture.Load(int3(PixelPos, 0)).xyzw; + float4 InMRT3 = SceneTexturesStruct.GBufferCTexture.Load(int3(PixelPos, 0)).xyzw; + float4 InMRT4 = SceneTexturesStruct.GBufferVelocityTexture.Load(int3(PixelPos, 0)).xyzw; + float4 InMRT5 = SceneTexturesStruct.GBufferDTexture.Load(int3(PixelPos, 0)).xyzw; + float4 InMRT6 = SceneTexturesStruct.GBufferETexture.Load(int3(PixelPos, 0)).xyzw; + + FGBufferData Ret = DecodeGBufferDataDirect(InMRT1, + InMRT2, + InMRT3, + InMRT4, + InMRT5, + InMRT6, + + CustomNativeDepth, + AnisotropicData, + CustomStencil, + SceneDepth, + bGetNormalizedNormal, + CheckerFromPixelPos(PixelPos)); + + return Ret; +} + + +// @param PixelPos relative to left top of the rendertarget (not viewport) +FGBufferData DecodeGBufferDataSceneTextures(float2 UV, bool bGetNormalizedNormal = true) +{ + uint CustomStencil = 0; + float CustomNativeDepth = 0; + float DeviceZ = SampleDeviceZFromSceneTexturesTempCopy(UV); + float SceneDepth = ConvertFromDeviceZ(DeviceZ); + float4 AnisotropicData = GBufferFTexture.SampleLevel(GBufferFTextureSampler, UV, 0).xyzw; + + float4 InMRT1 = GBufferATexture.SampleLevel(GBufferATextureSampler, UV, 0).xyzw; + float4 InMRT2 = GBufferBTexture.SampleLevel(GBufferBTextureSampler, UV, 0).xyzw; + float4 InMRT3 = GBufferCTexture.SampleLevel(GBufferCTextureSampler, UV, 0).xyzw; + float4 InMRT4 = GBufferVelocityTexture.SampleLevel(GBufferVelocityTextureSampler, UV, 0).xyzw; + float4 InMRT5 = GBufferDTexture.SampleLevel(GBufferDTextureSampler, UV, 0).xyzw; + float4 InMRT6 = GBufferETexture.SampleLevel(GBufferETextureSampler, UV, 0).xyzw; + + FGBufferData Ret = DecodeGBufferDataDirect(InMRT1, + InMRT2, + InMRT3, + InMRT4, + InMRT5, + InMRT6, + + CustomNativeDepth, + AnisotropicData, + CustomStencil, + SceneDepth, + bGetNormalizedNormal, + CheckerFromSceneColorUV(UV)); + + return Ret; +} + + +// @param PixelPos relative to left top of the rendertarget (not viewport) +FGBufferData DecodeGBufferDataSceneTexturesLoad(uint2 PixelCoord, bool bGetNormalizedNormal = true) +{ + uint CustomStencil = 0; + float CustomNativeDepth = 0; + float DeviceZ = SceneDepthTexture.Load(int3(PixelCoord, 0)).r; + float SceneDepth = ConvertFromDeviceZ(DeviceZ); + float4 AnisotropicData = GBufferFTexture.Load(int3(PixelCoord, 0)).xyzw; + + float4 InMRT1 = GBufferATexture.Load(int3(PixelCoord, 0)).xyzw; + float4 InMRT2 = GBufferBTexture.Load(int3(PixelCoord, 0)).xyzw; + float4 InMRT3 = GBufferCTexture.Load(int3(PixelCoord, 0)).xyzw; + float4 InMRT4 = GBufferVelocityTexture.Load(int3(PixelCoord, 0)).xyzw; + float4 InMRT5 = GBufferDTexture.Load(int3(PixelCoord, 0)).xyzw; + float4 InMRT6 = GBufferETexture.Load(int3(PixelCoord, 0)).xyzw; + + FGBufferData Ret = DecodeGBufferDataDirect(InMRT1, + InMRT2, + InMRT3, + InMRT4, + InMRT5, + InMRT6, + + CustomNativeDepth, + AnisotropicData, + CustomStencil, + SceneDepth, + bGetNormalizedNormal, + CheckerFromPixelPos(PixelCoord)); + + return Ret; +} + + +#endif + +#endif + diff --git a/HandyMann/Saved/AutoScreenshot.png b/HandyMann/Saved/AutoScreenshot.png new file mode 100644 index 0000000..1b7951d Binary files /dev/null and b/HandyMann/Saved/AutoScreenshot.png differ diff --git a/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto1.uasset b/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto1.uasset new file mode 100644 index 0000000..c5a0800 Binary files /dev/null and b/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto1.uasset differ diff --git a/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto2.uasset b/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto2.uasset new file mode 100644 index 0000000..61666a4 Binary files /dev/null and b/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto2.uasset differ diff --git a/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto3.uasset b/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto3.uasset new file mode 100644 index 0000000..a3c046e Binary files /dev/null and b/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto3.uasset differ diff --git a/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto4.uasset b/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto4.uasset new file mode 100644 index 0000000..0715833 Binary files /dev/null and b/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto4.uasset differ diff --git a/HandyMann/Saved/Autosaves/Game/VRTemplate/Materials/M_Hands_Auto2.uasset b/HandyMann/Saved/Autosaves/Game/VRTemplate/Materials/M_Hands_Auto2.uasset new file mode 100644 index 0000000..52ae373 Binary files /dev/null and b/HandyMann/Saved/Autosaves/Game/VRTemplate/Materials/M_Hands_Auto2.uasset differ diff --git a/HandyMann/Saved/Autosaves/PackageRestoreData.json b/HandyMann/Saved/Autosaves/PackageRestoreData.json new file mode 100644 index 0000000..59996c2 Binary files /dev/null and b/HandyMann/Saved/Autosaves/PackageRestoreData.json differ diff --git a/HandyMann/Saved/Config/CrashReportClient/UECC-Windows-432CF3A44303C61A5E5DE1A522B09060/CrashReportClient.ini b/HandyMann/Saved/Config/CrashReportClient/UECC-Windows-432CF3A44303C61A5E5DE1A522B09060/CrashReportClient.ini new file mode 100644 index 0000000..e6a72c5 --- /dev/null +++ b/HandyMann/Saved/Config/CrashReportClient/UECC-Windows-432CF3A44303C61A5E5DE1A522B09060/CrashReportClient.ini @@ -0,0 +1,7 @@ +[CrashReportClient] +bHideLogFilesOption=false +bIsAllowedToCloseWithoutSending=true +CrashConfigPurgeDays=2 +Stall.RecordDump=false +Ensure.RecordDump=true + diff --git a/HandyMann/Saved/Config/CrashReportClient/UECC-Windows-EEB448164884C6A0D381A8AEB59D81FA/CrashReportClient.ini b/HandyMann/Saved/Config/CrashReportClient/UECC-Windows-EEB448164884C6A0D381A8AEB59D81FA/CrashReportClient.ini new file mode 100644 index 0000000..e6a72c5 --- /dev/null +++ b/HandyMann/Saved/Config/CrashReportClient/UECC-Windows-EEB448164884C6A0D381A8AEB59D81FA/CrashReportClient.ini @@ -0,0 +1,7 @@ +[CrashReportClient] +bHideLogFilesOption=false +bIsAllowedToCloseWithoutSending=true +CrashConfigPurgeDays=2 +Stall.RecordDump=false +Ensure.RecordDump=true + diff --git a/HandyMann/Saved/Config/WindowsEditor/Editor.ini b/HandyMann/Saved/Config/WindowsEditor/Editor.ini new file mode 100644 index 0000000..21b9f88 --- /dev/null +++ b/HandyMann/Saved/Config/WindowsEditor/Editor.ini @@ -0,0 +1,4 @@ +;METADATA=(Diff=true, UseCommands=true) +[/Script/UnrealEd.UnrealEdOptions] +UsingXGE=False + diff --git a/HandyMann/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini b/HandyMann/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini new file mode 100644 index 0000000..db1c7d7 --- /dev/null +++ b/HandyMann/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini @@ -0,0 +1,2383 @@ +;METADATA=(Diff=true, UseCommands=true) +[/Script/UnrealEd.EditorPerProjectUserSettings] +bDisplayDocumentationLink=False +bDisplayActionListItemRefIds=False +bAlwaysGatherBehaviorTreeDebuggerData=False +bDisplayBlackboardKeysInAlphabeticalOrder=False +bUseSimplygonSwarm=False +SimplygonServerIP=127.0.0.1 +bEnableSwarmDebugging=False +SimplygonSwarmDelay=5000 +SwarmNumOfConcurrentJobs=16 +SwarmMaxUploadChunkSizeInMB=100 +SwarmIntermediateFolder=D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Simplygon/ +bShowCompilerLogOnCompileError=False +DataSourceFolder=(Path="") +bAnimationReimportWarnings=False +bConfirmEditorClose=False +bSCSEditorShowFloor=False +bAlwaysBuildUAT=True +SCSViewportCameraSpeed=4 +bShowSelectionSubcomponents=True +AssetViewerProfileName= +PreviewFeatureLevel=4 +PreviewPlatformName=None +PreviewShaderFormatName=None +PreviewShaderPlatformName=None +bPreviewFeatureLevelActive=False +bPreviewFeatureLevelWasDefault=True +PreviewDeviceProfileName=None + +[/Script/UnrealEd.EditorStyleSettings] +ApplicationScale=1.000000 +bColorVisionDeficiencyCorrection=False +bColorVisionDeficiencyCorrectionPreviewWithDeficiency=False +SelectionColor=(R=0.828000,G=0.364000,B=0.003000,A=1.000000) +AdditionalSelectionColors[0]=(R=0.019382,G=0.496933,B=1.000000,A=1.000000) +AdditionalSelectionColors[1]=(R=0.356400,G=0.040915,B=0.520996,A=1.000000) +AdditionalSelectionColors[2]=(R=1.000000,G=0.168269,B=0.332452,A=1.000000) +AdditionalSelectionColors[3]=(R=1.000000,G=0.051269,B=0.051269,A=1.000000) +AdditionalSelectionColors[4]=(R=1.000000,G=0.715693,B=0.010330,A=1.000000) +AdditionalSelectionColors[5]=(R=0.258183,G=0.539479,B=0.068478,A=1.000000) +ViewportToolOverlayColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000) +bEnableEditorWindowBackgroundColor=False +EditorWindowBackgroundColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000) +MenuSearchFieldVisibilityThreshold=10 +bUseGrid=True +RegularColor=(R=0.024000,G=0.024000,B=0.024000,A=1.000000) +RuleColor=(R=0.010000,G=0.010000,B=0.010000,A=1.000000) +CenterColor=(R=0.005000,G=0.005000,B=0.005000,A=1.000000) +GridSnapSize=16 +GraphBackgroundBrush=(TintColor=(SpecifiedColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),ColorUseRule=UseColor_Specified),DrawAs=Image,Tiling=NoTile,Mirroring=NoMirror,ImageType=NoImage,ImageSize=(X=32.000000,Y=32.000000),Margin=(Left=0.000000,Top=0.000000,Right=0.000000,Bottom=0.000000),ResourceObject=None,OutlineSettings=(CornerRadii=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),Color=(SpecifiedColor=(R=0.000000,G=0.000000,B=0.000000,A=0.000000),ColorUseRule=UseColor_Specified),Width=0.000000,RoundingType=HalfHeightRadius,bUseBrushTransparency=False),UVRegion=(Min=(X=0.000000,Y=0.000000),Max=(X=0.000000,Y=0.000000),bIsValid=False),bIsDynamicallyLoaded=False,ResourceName="") +bShowNativeComponentNames=True +AssetEditorOpenLocation=Default +bEnableColorizedEditorTabs=True +CurrentAppliedTheme=134380265FBB4A9CA00A1DC9770217B8 + +[/Script/UnrealEd.LevelEditorPlaySettings] +LastExecutedPlayModeType=PlayMode_InVR +LaptopScreenResolutions=(Description="Apple MacBook Air 11",Width=1366,Height=768,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +LaptopScreenResolutions=(Description="Apple MacBook Air 13\"",Width=1440,Height=900,AspectRatio="16:10",bCanSwapAspectRatio=True,ProfileName="") +LaptopScreenResolutions=(Description="Apple MacBook Pro 13\"",Width=1280,Height=800,AspectRatio="16:10",bCanSwapAspectRatio=True,ProfileName="") +LaptopScreenResolutions=(Description="Apple MacBook Pro 13\" (Retina)",Width=2560,Height=1600,AspectRatio="16:10",bCanSwapAspectRatio=True,ProfileName="") +LaptopScreenResolutions=(Description="Apple MacBook Pro 15\"",Width=1440,Height=900,AspectRatio="16:10",bCanSwapAspectRatio=True,ProfileName="") +LaptopScreenResolutions=(Description="Apple MacBook Pro 15\" (Retina)",Width=2880,Height=1800,AspectRatio="16:10",bCanSwapAspectRatio=True,ProfileName="") +LaptopScreenResolutions=(Description="Generic 14-15.6\" Notebook",Width=1366,Height=768,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +MonitorScreenResolutions=(Description="19\" monitor",Width=1440,Height=900,AspectRatio="16:10",bCanSwapAspectRatio=True,ProfileName="") +MonitorScreenResolutions=(Description="20\" monitor",Width=1600,Height=900,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +MonitorScreenResolutions=(Description="22\" monitor",Width=1680,Height=1050,AspectRatio="16:10",bCanSwapAspectRatio=True,ProfileName="") +MonitorScreenResolutions=(Description="21.5-24\" monitor",Width=1920,Height=1080,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +MonitorScreenResolutions=(Description="27\" monitor",Width=2560,Height=1440,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +TabletScreenResolutions=(Description="iPad Pro 12.9-inch (3rd gen.)",Width=1024,Height=1366,AspectRatio="~3:4",bCanSwapAspectRatio=True,ProfileName="iPadPro3_129") +TabletScreenResolutions=(Description="iPad Pro 12.9-inch (2nd gen.)",Width=1024,Height=1366,AspectRatio="~3:4",bCanSwapAspectRatio=True,ProfileName="iPadPro2_129") +TabletScreenResolutions=(Description="iPad Pro 11-inch",Width=834,Height=1194,AspectRatio="5:7",bCanSwapAspectRatio=True,ProfileName="iPadPro11") +TabletScreenResolutions=(Description="iPad Pro 10.5-inch",Width=834,Height=1112,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPadPro105") +TabletScreenResolutions=(Description="iPad Pro 12.9-inch",Width=1024,Height=1366,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPadPro129") +TabletScreenResolutions=(Description="iPad Pro 9.7-inch",Width=768,Height=1024,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPadPro97") +TabletScreenResolutions=(Description="iPad (6th gen.)",Width=768,Height=1024,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPad6") +TabletScreenResolutions=(Description="iPad (5th gen.)",Width=768,Height=1024,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPad5") +TabletScreenResolutions=(Description="iPad Air 3",Width=768,Height=1024,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPadAir3") +TabletScreenResolutions=(Description="iPad Air 2",Width=768,Height=1024,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPadAir2") +TabletScreenResolutions=(Description="iPad Mini 5",Width=768,Height=1024,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPadMini5") +TabletScreenResolutions=(Description="iPad Mini 4",Width=768,Height=1024,AspectRatio="3:4",bCanSwapAspectRatio=True,ProfileName="iPadMini4") +TabletScreenResolutions=(Description="LG G Pad X 8.0",Width=768,Height=1366,AspectRatio="9:16",bCanSwapAspectRatio=True,ProfileName="") +TabletScreenResolutions=(Description="Asus Zenpad 3s 10",Width=768,Height=1366,AspectRatio="9:16",bCanSwapAspectRatio=True,ProfileName="") +TabletScreenResolutions=(Description="Huawei MediaPad M3",Width=768,Height=1366,AspectRatio="9:16",bCanSwapAspectRatio=True,ProfileName="") +TabletScreenResolutions=(Description="Microsoft Surface RT",Width=768,Height=1366,AspectRatio="9:16",bCanSwapAspectRatio=True,ProfileName="") +TabletScreenResolutions=(Description="Microsoft Surface Pro",Width=1080,Height=1920,AspectRatio="9:16",bCanSwapAspectRatio=True,ProfileName="") +TelevisionScreenResolutions=(Description="720p (HDTV, Blu-ray)",Width=1280,Height=720,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +TelevisionScreenResolutions=(Description="1080i, 1080p (HDTV, Blu-ray)",Width=1920,Height=1080,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +TelevisionScreenResolutions=(Description="4K Ultra HD",Width=3840,Height=2160,AspectRatio="16:9",bCanSwapAspectRatio=True,ProfileName="") +TelevisionScreenResolutions=(Description="4K Digital Cinema",Width=4096,Height=2160,AspectRatio="1.90:1",bCanSwapAspectRatio=True,ProfileName="") +GameGetsMouseControl=False +UseMouseForTouch=False +MouseControlLabelPosition=LabelAnchorMode_TopLeft +ViewportGetsHMDControl=False +bShouldMinimizeEditorOnNonVRPIE=False +bEmulateStereo=False +SoloAudioInFirstPIEClient=False +EnablePIEEnterAndExitSounds=False +PlayInEditorSoundQualityLevel=0 +bUseNonRealtimeAudioDevice=False +bPreferToStreamLevelsInPIE=False +bPromoteOutputLogWarningsDuringPIE=False +NewWindowPosition=(X=3200,Y=340) +PIEAlwaysOnTop=False +DisableStandaloneSound=False +AdditionalLaunchParameters= +BuildGameBeforeLaunch=PlayOnBuild_Default +LaunchConfiguration=LaunchConfig_Default +PackFilesForLaunch=NoPak +bAutoCompileBlueprintsOnLaunch=True +bLaunchSeparateServer=False +PlayNetMode=PIE_Standalone +RunUnderOneProcess=True +PlayNumberOfClients=1 +PrimaryPIEClientIndex=0 +ServerPort=17777 +ClientWindowWidth=640 +RouteGamepadToSecondWindow=False +CreateAudioDeviceForEveryPlayer=False +ClientWindowHeight=480 +ServerMapNameOverride= +AdditionalServerGameOptions= +bShowServerDebugDrawingByDefault=True +ServerDebugDrawingColorTintStrength=0.000000 +ServerDebugDrawingColorTint=(R=0.000000,G=0.000000,B=0.000000,A=1.000000) +bHMDForPrimaryProcessOnly=True +AdditionalServerLaunchParameters= +ServerFixedFPS=0 +NetworkEmulationSettings=(bIsNetworkEmulationEnabled=False,EmulationTarget=Server,CurrentProfile="Custom",OutPackets=(MinLatency=0,MaxLatency=0,PacketLossPercentage=0),InPackets=(MinLatency=0,MaxLatency=0,PacketLossPercentage=0)) +LastSize=(X=1280,Y=720) +LastExecutedLaunchDevice=Windows@LTAT-CGVR6 +LastExecutedLaunchName=LTAT-CGVR6 +LastExecutedPIEPreviewDevice= +DeviceToEmulate= +PIESafeZoneOverride=(Left=0.000000,Top=0.000000,Right=0.000000,Bottom=0.000000) +MultipleInstancePositions=(X=3200,Y=340) + +[/Script/UnrealEd.LevelEditorViewportSettings] +FlightCameraControlExperimentalNavigation=False +MinimumOrthographicZoom=250.000000 +bAllowArcballRotate=False +bAllowScreenRotate=False +bShowActorEditorContext=True +bAllowEditWidgetAxisDisplay=True +bUseLegacyCameraMovementNotifications=False +SnapToSurface=(bEnabled=False,SnapOffsetExtent=0.000000,bSnapRotation=True) +bEnableLayerSnap=False +ActiveSnapLayerIndex=0 +PreserveNonUniformScale=True +PreviewMeshes=/Engine/EditorMeshes/ColorCalibrator/SM_ColorCalibrator.SM_ColorCalibrator +BillboardScale=1.000000 +TransformWidgetSizeAdjustment=0 +bSaveEngineStats=False +MeasuringToolUnits=MeasureUnits_Centimeters +SelectedSplinePointSizeAdjustment=0.000000 +SplineLineThicknessAdjustment=0.000000 +SplineTangentHandleSizeAdjustment=0.000000 +SplineTangentScale=0.500000 +LastInViewportMenuLocation=(X=0.000000,Y=0.000000) +MaterialForDroppedTextures=None +MaterialParamsForDroppedTextures=() +EditorViews=(("/Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap", (LevelViewportsInfo=((CamPosition=(X=39.331596,Y=56.438354,Z=104.521103),CamOrthoZoom=250.000000),(CamPosition=(X=39.331596,Y=56.438354,Z=104.521103),CamOrthoZoom=250.000000),(CamPosition=(X=39.331596,Y=56.438354,Z=104.521103),CamOrthoZoom=250.000000),(CamPosition=(X=35.331737,Y=56.469930,Z=104.521103),CamRotation=(Pitch=-11.999982,Yaw=719.197681,Roll=0.000004)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True))))) +PropertyColorationColorForMatchingObjects=(B=0,G=0,R=255,A=255) +PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport0",ConfigSettings=(ViewportType=LVT_OrthoYZ,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=0,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",GameShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=0,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) +PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport1",ConfigSettings=(ViewportType=LVT_Perspective,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=1,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=0,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=1,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=0,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",GameShowFlagsString="PostProcessing=1,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=0,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=1,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=0,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=True,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) +PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport2",ConfigSettings=(ViewportType=LVT_OrthoXZ,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=0,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",GameShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=0,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) +PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport3",ConfigSettings=(ViewportType=LVT_OrthoXY,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=0,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",GameShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=0,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) + +[/Script/UnrealEd.MaterialEditorOptions] +bRealtimeMaterialViewport=False +bHideUnrelatedNodes=False +bUseUnsortedMenus=False + +[DetailCustomWidgetExpansion] +InputMappingContext=InputMappingContext.Mappings.ActionMappings +InputAction= + +[EditorStartup] +LastLevel=/Game/VRTemplate/Maps/VRTemplateMap + +[PluginBrowser] +InstalledPlugins=NDIMedia +InstalledPlugins=OculusXR +InstalledPlugins=WMFCodecs + +[DetailPropertyExpansion] +MassSettings="\"Object.Mass\" " +DeveloperSettings= +Object= +InputMappingContext= +DataAsset= +StaticMeshActor="\"Object.StaticMeshActor.StaticMeshComponent.Object.Collision.BodyInstance\" " + +[AssetEditorSubsystem] +CleanShutdown=True +DebuggerAttached=False +RecentAssetEditors=GenericAssetEditor +RecentAssetEditors=GenericAssetEditor +RecentAssetEditors=MaterialEditor +RecentAssetEditors=BlueprintEditor + +[RootWindow] +ScreenPosition=X=1008.000 Y=35.000 +WindowSize=X=1280.000 Y=720.000 +InitiallyMaximized=True + +[ContentBrowser] +ContentBrowserTab1.SourcesExpanded=True +ContentBrowserTab1.IsLocked=False +ContentBrowserTab1.FavoritesAreaExpanded=False +ContentBrowserTab1.PathAreaExpanded=True +ContentBrowserTab1.CollectionAreaExpanded=False +ContentBrowserTab1.FavoritesSearchAreaExpanded=False +ContentBrowserTab1.PathSearchAreaExpanded=False +ContentBrowserTab1.CollectionSearchAreaExpanded=False +ContentBrowserTab1.VerticalSplitter.FixedSlotSize0=150 +ContentBrowserTab1.VerticalSplitter.SlotSize1=0.75 +ContentBrowserTab1.FavoriteSplitter.SlotSize0=0.200000003 +ContentBrowserTab1.FavoriteSplitter.SlotSize1=0.800000012 +ContentBrowserTab1.FavoriteSplitter.SlotSize2=0.400000006 +ContentBrowserTab1.SelectedPaths=/ +ContentBrowserTab1.PluginFilters= +ContentBrowserTab1.Favorites.SelectedPaths= +FavoritePaths= +ContentBrowserTab1.SelectedCollections= +ContentBrowserTab1.ExpandedCollections= +ContentBrowserTab1.ThumbnailSize=2 +ContentBrowserTab1.CurrentViewType=1 +ContentBrowserTab1.ZoomScale=0 +ContentBrowserTab1.JumpMRU=/All +ContentBrowserTab1.JumpMRU=/All/Game/VRTemplate/Input +ContentBrowserTab1.JumpMRU=/All/Game/VRTemplate/Blueprints +ContentBrowserTab1.JumpMRU=/All/Game/VRTemplate/Materials +ContentBrowserTab1.JumpMRU=/All/Game/VRTemplate +AssetPropertyPicker.ThumbnailSize=2 +AssetPropertyPicker.CurrentViewType=0 +AssetPropertyPicker.ZoomScale=0 +ContentBrowserTab2.SelectedPaths=/ +ContentBrowserTab2.PluginFilters= +ContentBrowserTab2.SourcesExpanded=True +ContentBrowserTab2.IsLocked=False +ContentBrowserTab2.FavoritesAreaExpanded=False +ContentBrowserTab2.PathAreaExpanded=True +ContentBrowserTab2.CollectionAreaExpanded=False +ContentBrowserTab2.FavoritesSearchAreaExpanded=False +ContentBrowserTab2.PathSearchAreaExpanded=False +ContentBrowserTab2.CollectionSearchAreaExpanded=False +ContentBrowserTab2.VerticalSplitter.FixedSlotSize0=150 +ContentBrowserTab2.VerticalSplitter.SlotSize1=0.75 +ContentBrowserTab2.FavoriteSplitter.SlotSize0=0.200000003 +ContentBrowserTab2.FavoriteSplitter.SlotSize1=0.800000012 +ContentBrowserTab2.FavoriteSplitter.SlotSize2=0.400000006 +ContentBrowserTab2.Favorites.SelectedPaths= +ContentBrowserTab2.SelectedCollections= +ContentBrowserTab2.ExpandedCollections= +ContentBrowserTab2.ThumbnailSize=2 +ContentBrowserTab2.CurrentViewType=1 +ContentBrowserTab2.ZoomScale=0 +ContentBrowserTab2.JumpMRU=/All + +[SlateAdditionalLayoutConfig] +Viewport 1.LayoutType=FourPanes2x2 +FourPanes2x2.Viewport 1.Percentages0=X=0.500 Y=0.500 +FourPanes2x2.Viewport 1.Percentages1=X=0.500 Y=0.500 +FourPanes2x2.Viewport 1.Percentages2=X=0.500 Y=0.500 +FourPanes2x2.Viewport 1.Percentages3=X=0.500 Y=0.500 +FourPanes2x2.Viewport 1.Viewport0.TypeWithinLayout=Default +FourPanes2x2.Viewport 1.Viewport1.TypeWithinLayout=Default +FourPanes2x2.Viewport 1.Viewport2.TypeWithinLayout=Default +FourPanes2x2.Viewport 1.Viewport3.TypeWithinLayout=Default +FourPanes2x2.Viewport 1.bIsMaximized=True +FourPanes2x2.Viewport 1.MaximizedViewport=FourPanes2x2.Viewport 1.Viewport1 + +[Directories2] +UNR=../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/ +BRUSH=../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/ +FBX=../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/ +FBXAnim=../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/ +GenericImport=../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/ +GenericExport=../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/ +GenericOpen=../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/ +GenericSave=../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/ +MeshImportExport=../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/ +WorldRoot=../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/ +Level=../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/ +Project=D:/Program Files/Epic Games/UE_5.5/ + +[DetailCategories] +WmfMediaSettings.Debug=True +WmfMediaSettings.Media=True +UdpMessagingSettings.Tunnel=True +UdpMessagingSettings.Transport=True +UdpMessagingSettings.Availability=True +TcpMessagingSettings.Transport=True +TakeRecorderProjectSettings.World Recorder=True +TakeRecorderProjectSettings.Animation Recorder=True +TakeRecorderProjectSettings.Audio Input Device=True +TakeRecorderProjectSettings.Microphone Audio Recorder=True +TakeRecorderProjectSettings.Movie Scene Take Settings=True +TakeRecorderProjectSettings.Take Recorder=True +ResonanceAudioSettings.General=True +ResonanceAudioSettings.Reverb=True +RenderDocPluginSettings.Advanced Settings=True +RenderDocPluginSettings.Frame Capture Settings=True +PythonScriptPluginSettings.PythonRemoteExecution=True +PythonScriptPluginSettings.PythonPipInstall=True +PythonScriptPluginSettings.Python=True +PaperRuntimeSettings.Settings=True +PaperRuntimeSettings.Experimental=True +OpenXRHandTrackingSettings.Motion Sources=True +OpenXRHMDSettings.Foveation=True +NNERuntimeORTSettings.ONNX Runtime=True +NNEDenoiserSettings.NNE Denoiser=True +NiagaraEditorSettings.Niagara Colors=True +NiagaraEditorSettings.SimulationOptions=True +NiagaraEditorSettings.Niagara=True +NiagaraSettings.SimCache=True +NiagaraSettings.AsyncGpuTraceDI=True +NiagaraSettings.StaticMeshDI=True +NiagaraSettings.SkeletalMeshDI=True +NiagaraSettings.LightRenderer=True +NiagaraSettings.Renderer=True +NiagaraSettings.Scalability=True +NiagaraSettings.SimulationCaching=True +NiagaraSettings.Viewport=True +NiagaraSettings.Niagara=True +ModelingComponentsSettings.Modeling Tools=True +ModelingToolsEditorModeSettings.Modeling Mode=True +MRUKSettings.MR Utility Kit=True +MetaHumanSDKSettings.MetaHuman Import Paths=True +OculusXRHMDRuntimeSettings.Experimental=True +OculusXRHMDRuntimeSettings.Mobile=True +OculusXRHMDRuntimeSettings.PC=True +OculusXRHMDRuntimeSettings.General=True +OculusXRHMDRuntimeSettings.Engine SplashScreen=True +OculusXRHMDRuntimeSettings.System SplashScreen=True +OculusXRHMDRuntimeSettings.General Meta XR=True +LiveLinkSequencerSettings.LiveLink=True +LiveLinkComponentSettings.LiveLink=True +LiveLinkSettings.LiveLink=True +LevelSequenceEditorSettings.Playback=True +LevelSequenceEditorSettings.Tracks=True +ToolPresetProjectSettings.Interactive Tool Presets=True +ImgMediaSettings.Proxies=True +ImgMediaSettings.EXR=True +ImgMediaSettings.Caching=True +ImgMediaSettings.General=True +HoldoutCompositeSettings.General=True +GroomPluginSettings.GroomCache=True +GooglePADRuntimeSettings.Packaging=True +GeometryCacheStreamerSettings.Geometry Cache Streamer=True +GameplayCamerasEditorSettings.NodeTitleColors=True +GameplayCamerasSettings.IK Aiming=True +GameplayCamerasSettings.General=True +FractureModeSettings.Fracture Mode=True +DataflowSettings.NodeColors=True +DataflowSettings.PinColors=True +AvfMediaSettings.Debug=True +AndroidFileServerRuntimeSettings.Connection=True +AndroidFileServerRuntimeSettings.Deployment=True +AndroidFileServerRuntimeSettings.Packaging=True +XcodeProjectSettings.Privacy Manifests=True +XcodeProjectSettings.Code Signing=True +XcodeProjectSettings.Entitlements=True +XcodeProjectSettings.Plist Files=True +XcodeProjectSettings.Xcode=True +WindowsTargetSettings.Audio=True +WindowsTargetSettings.Icon=True +WindowsTargetSettings.Splash=True +WindowsTargetSettings.Toolchain=True +WindowsTargetSettings.Targeted RHIs=True +WindowsTargetSettings.Vulkan Targeted Shader Formats=True +WindowsTargetSettings.D3D11 Targeted Shader Formats=True +WindowsTargetSettings.D3D12 Targeted Shader Formats=True +MacTargetSettings.Audio=True +MacTargetSettings.Icon=True +MacTargetSettings.Splash=True +MacTargetSettings.Packaging=True +MacTargetSettings.Rendering=True +MacTargetSettings.Targeted RHIs=True +LinuxTargetSettings.Audio=True +LinuxTargetSettings.Icon=True +LinuxTargetSettings.Splash=True +LinuxTargetSettings.Targeted RHIs=True +ShaderPlatformQualitySettings.Forward Rendering Overrides=True +IOSRuntimeSettings.Audio=True +IOSRuntimeSettings.Remote Build=True +IOSRuntimeSettings.LaunchScreen=True +IOSRuntimeSettings.OptionalTVOSAssets=True +IOSRuntimeSettings.RequiredTVOSAssets=True +IOSRuntimeSettings.OptionalIOSIcons=True +IOSRuntimeSettings.RequiredIOSIcons=True +IOSRuntimeSettings.Online=True +IOSRuntimeSettings.Build=True +IOSRuntimeSettings.Rendering=True +IOSRuntimeSettings.Input=True +IOSRuntimeSettings.FileSystem=True +IOSRuntimeSettings.Orientation=True +IOSRuntimeSettings.PowerUsage=True +IOSRuntimeSettings.BundleInformation=True +IOSRuntimeSettings.Mobile Provision=True +AndroidSDKSettings.SDKConfig=True +AndroidRuntimeSettings.Misc=True +AndroidRuntimeSettings.TextureFormatPriorities=True +AndroidRuntimeSettings.MultiTextureFormats=True +AndroidRuntimeSettings.Audio=True +AndroidRuntimeSettings.GraphicsDebugger=True +AndroidRuntimeSettings.Input=True +AndroidRuntimeSettings.LaunchImages=True +AndroidRuntimeSettings.Icons=True +AndroidRuntimeSettings.GooglePlayServices=True +AndroidRuntimeSettings.DistributionSigning=True +AndroidRuntimeSettings.Advanced APK Packaging=True +AndroidRuntimeSettings.Build=True +AndroidRuntimeSettings.App Bundles=True +AndroidRuntimeSettings.APK Packaging=True +UMGEditorProjectSettings.Class Settings=True +UMGEditorProjectSettings.Designer=True +UMGEditorProjectSettings.Class Filtering=True +UMGEditorProjectSettings.Compiler=True +TextureImportSettings.ImportSettings=True +TextureImportSettings.VirtualTextures=True +StructViewerProjectSettings.StructVisibilityManagement=True +PlasticSourceControlProjectSettings.Unity Version Control=True +SkeletalMeshSimplificationSettings.General=True +RigVMProjectSettings.Experimental=True +SourceControlPreferences.Internationalization=True +SourceControlPreferences.SourceControl=True +EditorPerformanceProjectSettings.ViewportResolution=True +PaperImporterSettings.MaterialSettings=True +PaperImporterSettings.ImportSettings=True +PaperImporterSettings.NewAssetSettings=True +MeshSimplificationSettings.General=True +MovieSceneToolsProjectSettings.TrackSettings=True +MovieSceneToolsProjectSettings.Shots=True +MovieSceneToolsProjectSettings.Timeline=True +LevelInstanceEditorSettings.World Partition=True +LevelEditorProjectSettings.Editing=True +ProxyLODMeshSimplificationSettings.General=True +EditorUtilityWidgetProjectSettings.Class Settings=True +EditorUtilityWidgetProjectSettings.Class Filtering=True +EditorUtilityWidgetProjectSettings.Compiler=True +EditorUtilityWidgetProjectSettings.Designer=True +DDCProjectSettings.Warnings=True +DataValidationSettings.Data Validation=True +ContentBrowserCollectionProjectSettings.Collections=True +ClassViewerProjectSettings.ClassVisibilityManagement=True +BlueprintEditorProjectSettings.Play=True +BlueprintEditorProjectSettings.Experimental=True +BlueprintEditorProjectSettings.Actors=True +BlueprintEditorProjectSettings.Blueprints=True +EditorProjectAssetSettings.Internationalization=True +EditorProjectAssetSettings.Redirectors=True +EditorProjectAppearanceSettings.ReferenceViewer=True +EditorProjectAppearanceSettings.Units=True +LevelEditor2DSettings.LayerSnapping=True +LevelEditor2DSettings.General=True +WorldPartitionSettings.WorldPartition=True +VirtualTexturePoolConfig.PoolConfig=True +UserInterfaceSettings.UMG Fonts=True +UserInterfaceSettings.Widgets=True +UserInterfaceSettings.DPI Scaling=True +UserInterfaceSettings.Software Cursors=True +UserInterfaceSettings.Hardware Cursors=True +UserInterfaceSettings.Focus=True +UsdProjectSettings.USD=True +TextureEncodingProjectSettings.EncodeSpeeds=True +TextureEncodingProjectSettings.EncodeSpeedSettings=True +TextureEncodingProjectSettings.EncodeSettings=True +StreamingSettings.Deprecated Settings=True +StreamingSettings.General=True +StreamingSettings.LevelStreaming=True +StreamingSettings.PackageStreaming=True +StateTreeSettings.StateTree=True +SlateSettings.ConstraintCanvas=True +RendererOverrideSettings.ShaderPermutationReduction=True +RendererSettings.PostProcessCalibrationMaterials=True +RendererSettings.Skinning=True +RendererSettings.MobileShaderPermutationReduction=True +RendererSettings.HairStrands=True +RendererSettings.Substrate=True +RendererSettings.ShaderPermutationReduction=True +RendererSettings.Editor=True +RendererSettings.Heterogeneous Volumes=True +RendererSettings.Mesh Streaming=True +RendererSettings.Debugging=True +RendererSettings.LightFunctionAtlas=True +RendererSettings.Optimizations=True +RendererSettings.DefaultScreenPercentage=True +RendererSettings.DefaultSettings=True +RendererSettings.Postprocessing=True +RendererSettings.VR=True +RendererSettings.Translucency=True +RendererSettings.ForwardRenderer=True +RendererSettings.MiscLighting=True +RendererSettings.Nanite=True +RendererSettings.SoftwareRayTracing=True +RendererSettings.HardwareRayTracing=True +RendererSettings.DirectLighting=True +RendererSettings.Lumen=True +RendererSettings.Reflections=True +RendererSettings.GlobalIllumination=True +RendererSettings.WorkingColorSpace=True +RendererSettings.Runtime Virtual Textures=True +RendererSettings.VirtualTextures=True +RendererSettings.Textures=True +RendererSettings.Culling=True +RendererSettings.Materials=True +RendererSettings.Mobile=True +PhysicsSettings.Physical Surface=True +PhysicsSettings.Constants=True +PhysicsSettings.ChaosPhysics=True +PhysicsSettings.Broadphase=True +PhysicsSettings.Framerate=True +PhysicsSettings.Optimization=True +PhysicsSettings.Simulation=True +PhysicsSettings.Replication=True +ObjectMixerEditorSettings.Object Mixer=True +NetworkSettings.World=True +NetworkSettings.libcurl=True +NavigationSystemV1.Agents=True +NavigationSystemV1.Navigation Enforcing=True +NavigationSystemV1.NavigationSystem=True +NavigationSystemV1.Navigation=True +RecastNavMesh.Networking=True +RecastNavMesh.Physics=True +RecastNavMesh.HLOD=True +RecastNavMesh.Collision=True +RecastNavMesh.Tick=True +RecastNavMesh.Runtime=True +RecastNavMesh.Query=True +RecastNavMesh.Generation=True +RecastNavMesh.Display=True +MetaSoundSettings.Quality=True +MetaSoundSettings.Pages (Experimental)=True +MetaSoundSettings.Registration=True +MetaSoundSettings.AutoUpdate=True +MeshDrawCommandStatsSettings.Engine=True +MeshBudgetProjectSettings.StaticMesh=True +MaterialXPipelineSettings.MaterialXPredefined . VDF=True +MaterialXPipelineSettings.MaterialXPredefined . EDF=True +MaterialXPipelineSettings.MaterialXPredefined . BSDF=True +MaterialXPipelineSettings.MaterialXPredefined . Surface Shaders=True +MassSettings.Mass=True +LevelSequenceProjectSettings.Timeline=True +LandscapeSettings.HLOD=True +LandscapeSettings.Materials=True +LandscapeSettings.Configuration=True +LandscapeSettings.Layers=True +InterchangeProjectSettings.Groups=True +InterchangeProjectSettings.Converters=True +InterchangeProjectSettings.Editor Generic Pipeline Class=True +InterchangeProjectSettings.Generic=True +InterchangeProjectSettings.EditorInterface=True +InterchangeProjectSettings.ImportIntoLevel=True +InterchangeProjectSettings.ImportContent=True +InputSettings.Console=True +InputSettings.DefaultClasses=True +InputSettings.Virtual Keyboard (Mobile)=True +InputSettings.Mobile=True +InputSettings.Input=True +InputSettings.ViewportProperties=True +InputSettings.Platforms=True +InputSettings.Bindings=True +HierarchicalLODSettings.HLODSystem=True +GLTFPipelineSettings.PredefinedglTFMaterialLibrary=True +Engine.Screenshots=True +Engine.Timecode=True +Engine.Framerate=True +Engine.Anim Blueprints=True +Engine.Blueprints=True +Engine.Subtitles=True +Engine.Settings=True +Engine.DefaultMaterials=True +Engine.DefaultClasses=True +Engine.Fonts=True +GarbageCollectionSettings.Debug=True +GarbageCollectionSettings.Optimization=True +GarbageCollectionSettings.General=True +GameplayDebuggerConfig.AddOns=True +GameplayDebuggerConfig.Display=True +GameplayDebuggerConfig.Input=True +InterchangeFbxSettings.FBX=True +MegascansMaterialParentSettings.Parent Materials=True +EnhancedInputEditorProjectSettings.Default=True +EnhancedInputDeveloperSettings.Trigger Default Values=True +InputTriggerPulse.Trigger Settings=True +InputTriggerTap.Trigger Settings=True +InputTriggerHoldAndRelease.Trigger Settings=True +InputTriggerHold.Trigger Settings=True +InputTriggerReleased.Trigger Settings=True +InputTriggerPressed.Trigger Settings=True +InputTriggerDown.Trigger Settings=True +EnhancedInputDeveloperSettings.Modifier Default Values=True +InputModifierFOVScaling.Settings=True +InputModifierResponseCurveExponential.Settings=True +InputModifierDeadZone.Settings=True +InputModifierSmoothDelta.Settings=True +EnhancedInputDeveloperSettings.Enhanced Input=True +OptimusSettings.DeformerGraph=True +DebugCameraControllerSettings.General=True +DataDrivenConsoleVariableSettings.DataDrivenCVar=True +CrowdManager.Config=True +CookerSettings.Editor=True +CookerSettings.Textures=True +CookerSettings.Cooker=True +ControlRigSettings.ModularRigging=True +ControlRigSettings.Shapes=True +ConsoleSettings.Colors=True +ConsoleSettings.AutoComplete=True +ConsoleSettings.General=True +CollisionProfile.Trace Channels=True +CollisionProfile.Object Channels=True +CineCameraSettings.Crop=True +CineCameraSettings.Filmback=True +CineCameraSettings.Lens=True +ChaosSolverSettings.GameInstance=True +AudioSettings.Debug=True +AudioSettings.Quality=True +AudioSettings.Mix=True +AudioSettings.Audio=True +AudioSettings.Dialogue=True +AnimationModifierSettings.Modifiers=True +AnimationSettings.AnimationData=True +AnimationSettings.Mirroring=True +AnimationSettings.AnimationAttributes=True +AnimationSettings.Performance=True +AnimationSettings.Compression=True +AISystem.PerceptionSystem=True +AISystem.Behavior Tree=True +AISystem.Blackboard=True +AISystem.EQS=True +AISystem.Movement=True +AISystem.AISystem=True +SlateRHIRendererSettings.PostProcessing=True +AssetToolsSettings.Advanced Copy=True +AssetManagerSettings.Redirects=True +AssetManagerSettings.Asset Manager=True +HardwareTargetingSettings.Pending Changes=True +HardwareTargetingSettings.Target Hardware=True +ProjectPackagingSettings.Prerequisites=True +ProjectPackagingSettings.Project=True +ProjectPackagingSettings.Packaging=True +ProjectPackagingSettings.CustomBuilds=True +MoviePlayerSettings.Movies=True +GameMapsSettings.GameInstance=True +GameMapsSettings.LocalMultiplayer=True +GameMapsSettings.DefaultMaps=True +GameMapsSettings.DefaultModes=True +GameplayTagsSettings.Advanced Replication=True +GameplayTagsSettings.Advanced Gameplay Tags=True +GameplayTagsSettings.GameplayTags=True +CryptoKeysSettings.Signing=True +CryptoKeysSettings.Encryption=True +GeneralProjectSettings.Settings=True +GeneralProjectSettings.Displayed=True +GeneralProjectSettings.Legal=True +GeneralProjectSettings.Publisher=True +GeneralProjectSettings.About=True +VRPawn_C.Default=True +VRPawn_C.Tick=True +VRPawn_C.Pawn=True +VRPawn_C.Camera=True +VRPawn_C.Replication=True +VRPawn_C.Rendering=True +VRPawn_C.Actor=True +VRPawn_C.Collision=True +VRPawn_C.Input=True +VRPawn_C.HLOD=True +VRPawn_C.Physics=True +VRPawn_C.Events=True +B_MannequinsXR_C.Variable=True +B_MannequinsXR_C.TransformCommon=True +B_MannequinsXR_C.Sockets=True +B_MannequinsXR_C.Animation=True +B_MannequinsXR_C.Mesh=True +B_MannequinsXR_C.Default=True +B_MannequinsXR_C.ComponentTick=True +B_MannequinsXR_C.Clothing=True +B_MannequinsXR_C.LeaderPoseComponent=True +B_MannequinsXR_C.Physics=True +B_MannequinsXR_C.Collision=True +B_MannequinsXR_C.Lighting=True +B_MannequinsXR_C.AnimationRig=True +B_MannequinsXR_C.Deformer=True +B_MannequinsXR_C.SkinWeights=True +B_MannequinsXR_C.HLOD=True +B_MannequinsXR_C.Rendering=True +B_MannequinsXR_C.Navigation=True +B_MannequinsXR_C.VirtualTexture=True +B_MannequinsXR_C.Tags=True +B_MannequinsXR_C.ComponentReplication=True +B_MannequinsXR_C.Activation=True +B_MannequinsXR_C.Cooking=True +B_MannequinsXR_C.Events=True +B_MannequinsXR_C.Materials=True +MotionControllerComponent.Variable=True +MotionControllerComponent.TransformCommon=True +MotionControllerComponent.Sockets=True +MotionControllerComponent.ComponentTick=True +MotionControllerComponent.HLOD=True +MotionControllerComponent.Rendering=True +MotionControllerComponent.Physics=True +MotionControllerComponent.Collision=True +MotionControllerComponent.Lighting=True +MotionControllerComponent.MotionController=True +MotionControllerComponent.Navigation=True +MotionControllerComponent.Tags=True +MotionControllerComponent.ComponentReplication=True +MotionControllerComponent.Activation=True +MotionControllerComponent.Cooking=True +MotionControllerComponent.Events=True +OculusXRHandComponent.Variable=True +OculusXRHandComponent.TransformCommon=True +OculusXRHandComponent.Sockets=True +OculusXRHandComponent.Mesh=True +OculusXRHandComponent.HandProperties=True +OculusXRHandComponent.CustomSkeletalMesh=True +OculusXRHandComponent.ComponentTick=True +OculusXRHandComponent.Deformer=True +OculusXRHandComponent.Collision=True +OculusXRHandComponent.Lighting=True +OculusXRHandComponent.SkinWeights=True +OculusXRHandComponent.HLOD=True +OculusXRHandComponent.Rendering=True +OculusXRHandComponent.Navigation=True +OculusXRHandComponent.VirtualTexture=True +OculusXRHandComponent.Tags=True +OculusXRHandComponent.ComponentReplication=True +OculusXRHandComponent.Activation=True +OculusXRHandComponent.Cooking=True +OculusXRHandComponent.Events=True +PreviewMaterial.Material=True +PreviewMaterial.Translucency=True +PreviewMaterial.Group Sorting=True +PreviewMaterial.Nanite=True +PreviewMaterial.TranslucencySelfShadowing=True +PreviewMaterial.Refraction=True +PreviewMaterial.WorldPositionOffset=True +PreviewMaterial.PostProcessMaterial=True +PreviewMaterial.Mobile=True +PreviewMaterial.ForwardShading=True +PreviewMaterial.PhysicalMaterial=True +PreviewMaterial.PhysicalMaterialMask=True +PreviewMaterial.Usage=True +PreviewMaterial.Lightmass=True +PreviewMaterial.Previewing=True +PreviewMaterial.ImportSettings=True +PreviewMaterial.LightFunctionMaterial=True +PreviewMaterial.PixelDepthOffset=True +MaterialExpressionConstant.MaterialExpressionConstant=True +MaterialExpressionConstant.MaterialExpression=True +MaterialExpressionConstant3Vector.MaterialExpressionConstant3Vector=True +MaterialExpressionConstant3Vector.MaterialExpression=True +MaterialExpressionFresnel.MaterialExpressionFresnel=True +MaterialExpressionFresnel.MaterialExpression=True +ArrowComponent.Variable=True +ArrowComponent.TransformCommon=True +ArrowComponent.Sockets=True +ArrowComponent.ArrowComponent=True +ArrowComponent.HLOD=True +ArrowComponent.Rendering=True +ArrowComponent.ComponentTick=True +ArrowComponent.Navigation=True +ArrowComponent.Tags=True +ArrowComponent.ComponentReplication=True +ArrowComponent.Cooking=True +ArrowComponent.Events=True +K2Node_VariableGet.Variable=True +K2Node_VariableGet.DefaultValueCategory=True +K2Node_VariableGet.Events=True +InputMappingContext.Mappings=True +InputMappingContext.Description=True +K2Node_CallFunction.Graph=True +K2Node_CallFunction.Inputs=True +K2Node_CallFunction.Outputs=True +WidgetInteractionComponent.Variable=True +WidgetInteractionComponent.TransformCommon=True +WidgetInteractionComponent.Sockets=True +WidgetInteractionComponent.Interaction=True +WidgetInteractionComponent.Debugging=True +WidgetInteractionComponent.ComponentTick=True +WidgetInteractionComponent.Rendering=True +WidgetInteractionComponent.Tags=True +WidgetInteractionComponent.ComponentReplication=True +WidgetInteractionComponent.Activation=True +WidgetInteractionComponent.Cooking=True +WidgetInteractionComponent.Events=True +K2Node_VariableSet.Variable=True +K2Node_VariableSet.DefaultValueCategory=True +K2Node_VariableSet.Events=True +PropertyWrapper.Variable=True +PropertyWrapper.DefaultValueCategory=True +EdGraphNode_Comment.GraphNodeDetail=True +EdGraphNode_Comment.Comment=True +CameraComponent.Variable=True +CameraComponent.TransformCommon=True +CameraComponent.Sockets=True +CameraComponent.CameraSettings=True +CameraComponent.CameraOptions=True +CameraComponent.Camera=True +CameraComponent.ComponentTick=True +CameraComponent.PostProcess=True +CameraComponent.Tags=True +CameraComponent.ComponentReplication=True +CameraComponent.Activation=True +CameraComponent.Cooking=True +CameraComponent.Events=True +StaticMeshActor.TransformCommon=True +StaticMeshActor.StaticMesh=True +StaticMeshActor.Materials=True +StaticMeshActor.Physics=True +StaticMeshActor.Collision=True +StaticMeshActor.Lighting=True +StaticMeshActor.Rendering=True +StaticMeshActor.Mesh Painting=True +StaticMeshActor.HLOD=True +StaticMeshActor.Navigation=True +StaticMeshActor.VirtualTexture=True +StaticMeshActor.Tags=True +StaticMeshActor.Cooking=True +StaticMeshActor.Replication=True +StaticMeshActor.Networking=True +StaticMeshActor.Actor=True + +[DetailMultiObjectNodeExpansion] +GeneralProjectSettings=True +OculusXRHMDRuntimeSettings=True + +[AssetEditorSubsystemRecents] +MRUItem0=/Game/VRTemplate/Input/IMC_Hands +MRUItem1=/Game/VRTemplate/Input/IMC_Default +MRUItem2=/Game/VRTemplate/Materials/M_Hands +MRUItem3=/Game/VRTemplate/Blueprints/VRPawn + +[AssetEditorToolkitTabLocation] +/Game/VRTemplate/Materials/M_Hands.M_Hands=0 +/Game/VRTemplate/Blueprints/VRPawn.VRPawn=0 +/Game/VRTemplate/Input/IMC_Default.IMC_Default=0 +/Game/VRTemplate/Input/IMC_Hands.IMC_Hands=0 + +[MaterialEditor] +PrimType=1 + +[/Script/UnrealEd.MaterialStatsOptions] +bPlatformUsed[0]=0 +bPlatformUsed[1]=0 +bPlatformUsed[2]=0 +bPlatformUsed[3]=0 +bPlatformUsed[4]=0 +bPlatformUsed[5]=0 +bPlatformUsed[6]=0 +bPlatformUsed[7]=0 +bPlatformUsed[8]=0 +bPlatformUsed[9]=0 +bPlatformUsed[10]=0 +bPlatformUsed[11]=0 +bPlatformUsed[12]=0 +bPlatformUsed[13]=0 +bPlatformUsed[14]=1 +bPlatformUsed[15]=0 +bPlatformUsed[16]=0 +bPlatformUsed[17]=0 +bPlatformUsed[18]=0 +bPlatformUsed[19]=0 +bPlatformUsed[20]=0 +bPlatformUsed[21]=0 +bPlatformUsed[22]=0 +bPlatformUsed[23]=0 +bPlatformUsed[24]=0 +bPlatformUsed[25]=0 +bPlatformUsed[26]=0 +bPlatformUsed[27]=0 +bPlatformUsed[28]=0 +bPlatformUsed[29]=0 +bPlatformUsed[30]=0 +bPlatformUsed[31]=0 +bPlatformUsed[32]=0 +bPlatformUsed[33]=0 +bPlatformUsed[34]=0 +bPlatformUsed[35]=0 +bPlatformUsed[36]=0 +bPlatformUsed[37]=0 +bPlatformUsed[38]=0 +bPlatformUsed[39]=0 +bPlatformUsed[40]=0 +bPlatformUsed[41]=0 +bPlatformUsed[42]=0 +bPlatformUsed[43]=0 +bPlatformUsed[44]=0 +bPlatformUsed[45]=0 +bPlatformUsed[46]=0 +bPlatformUsed[47]=0 +bPlatformUsed[48]=0 +bPlatformUsed[49]=1 +bPlatformUsed[50]=0 +bPlatformUsed[51]=0 +bPlatformUsed[52]=0 +bPlatformUsed[53]=0 +bPlatformUsed[54]=0 +bPlatformUsed[55]=0 +bPlatformUsed[56]=0 +bPlatformUsed[57]=0 +bPlatformUsed[58]=0 +bPlatformUsed[59]=0 +bPlatformUsed[60]=0 +bPlatformUsed[61]=0 +bPlatformUsed[62]=0 +bPlatformUsed[63]=0 +bPlatformUsed[64]=0 +bPlatformUsed[65]=0 +bPlatformUsed[66]=0 +bPlatformUsed[67]=0 +bPlatformUsed[68]=0 +bPlatformUsed[69]=0 +bPlatformUsed[70]=0 +bPlatformUsed[71]=0 +bPlatformUsed[72]=0 +bPlatformUsed[73]=0 +bPlatformUsed[74]=0 +bPlatformUsed[75]=0 +bPlatformUsed[76]=0 +bPlatformUsed[77]=0 +bPlatformUsed[78]=0 +bPlatformUsed[79]=0 +bPlatformUsed[80]=0 +bPlatformUsed[81]=0 +bPlatformUsed[82]=0 +bPlatformUsed[83]=0 +bPlatformUsed[84]=0 +bPlatformUsed[85]=0 +bPlatformUsed[86]=0 +bPlatformUsed[87]=0 +bPlatformUsed[88]=0 +bPlatformUsed[89]=0 +bPlatformUsed[90]=0 +bPlatformUsed[91]=0 +bPlatformUsed[92]=0 +bPlatformUsed[93]=0 +bPlatformUsed[94]=0 +bPlatformUsed[95]=0 +bPlatformUsed[96]=0 +bPlatformUsed[97]=0 +bPlatformUsed[98]=0 +bPlatformUsed[99]=0 +bPlatformUsed[100]=0 +bPlatformUsed[101]=0 +bPlatformUsed[102]=0 +bPlatformUsed[103]=0 +bPlatformUsed[104]=0 +bPlatformUsed[105]=0 +bPlatformUsed[106]=0 +bPlatformUsed[107]=0 +bPlatformUsed[108]=0 +bPlatformUsed[109]=0 +bPlatformUsed[110]=0 +bPlatformUsed[111]=0 +bPlatformUsed[112]=0 +bPlatformUsed[113]=0 +bPlatformUsed[114]=0 +bPlatformUsed[115]=0 +bPlatformUsed[116]=0 +bPlatformUsed[117]=0 +bPlatformUsed[118]=0 +bPlatformUsed[119]=0 +bPlatformUsed[120]=0 +bPlatformUsed[121]=0 +bPlatformUsed[122]=0 +bPlatformUsed[123]=0 +bPlatformUsed[124]=0 +bPlatformUsed[125]=0 +bPlatformUsed[126]=0 +bPlatformUsed[127]=0 +bPlatformUsed[128]=0 +bPlatformUsed[129]=0 +bPlatformUsed[130]=0 +bPlatformUsed[131]=0 +bPlatformUsed[132]=0 +bPlatformUsed[133]=0 +bPlatformUsed[134]=0 +bPlatformUsed[135]=0 +bPlatformUsed[136]=0 +bPlatformUsed[137]=0 +bPlatformUsed[138]=0 +bPlatformUsed[139]=0 +bPlatformUsed[140]=0 +bPlatformUsed[141]=0 +bPlatformUsed[142]=0 +bPlatformUsed[143]=0 +bPlatformUsed[144]=0 +bPlatformUsed[145]=0 +bPlatformUsed[146]=0 +bPlatformUsed[147]=0 +bPlatformUsed[148]=0 +bPlatformUsed[149]=0 +bPlatformUsed[150]=0 +bPlatformUsed[151]=0 +bPlatformUsed[152]=0 +bPlatformUsed[153]=0 +bPlatformUsed[154]=0 +bMaterialQualityUsed[0]=0 +bMaterialQualityUsed[1]=1 +bMaterialQualityUsed[2]=0 +bMaterialQualityUsed[3]=0 +MaterialStatsDerivedMIOption=Ignore + +[/Script/BlueprintGraph.BlueprintEditorSettings] +bDrawMidpointArrowsInBlueprints=False +bShowGraphInstructionText=True +bHideUnrelatedNodes=False +bShowShortTooltips=True +bShowFunctionParameterIcon=True +bShowFunctionLocalVariableIcon=True +bEnableInputTriggerSupportWarnings=False +bSplitContextTargetSettings=True +bExposeAllMemberComponentFunctions=True +bShowContextualFavorites=False +bExposeDeprecatedFunctions=False +bCompactCallOnMemberNodes=False +bFlattenFavoritesMenus=True +bAutoCastObjectConnections=False +bShowViewportOnSimulate=False +bSpawnDefaultBlueprintNodes=True +bHideConstructionScriptComponentsInDetailsView=True +bHostFindInBlueprintsInGlobalTab=True +bNavigateToNativeFunctionsFromCallNodes=True +bDoubleClickNavigatesToParent=True +bEnableTypePromotion=True +TypePromotionPinDenyList=string +TypePromotionPinDenyList=text +BreakpointReloadMethod=RestoreAll +bEnablePinValueInspectionTooltips=True +bEnableNamespaceEditorFeatures=True +bEnableContextMenuTimeSlicing=True +ContextMenuTimeSlicingThresholdMs=50 +bIncludeActionsForSelectedAssetsInContextMenu=False +bLimitAssetActionBindingToSingleSelectionOnly=False +bLoadSelectedAssetsForContextMenuActionBinding=True +bDoNotMarkAllInstancesDirtyOnDefaultValueChange=True +bFavorPureCastNodes=False +SaveOnCompile=SoC_Never +bJumpToNodeErrors=False +bAllowExplicitImpureNodeDisabling=False +bShowActionMenuItemSignatures=False +bBlueprintNodeUniqueNames=False +NodeTemplateCacheCapMB=20.000000 +AllowIndexAllBlueprints=LoadOnly +bShowInheritedVariables=False +bAlwaysShowInterfacesInOverrides=True +bShowParentClassInOverrides=True +bShowEmptySections=True +bShowAccessSpecifier=False +Bookmarks=() +PerBlueprintSettings=() +bIncludeCommentNodesInBookmarksTab=True +bShowBookmarksForCurrentDocumentOnlyInTab=False +GraphEditorQuickJumps=() + +[ModuleFileTracking] +StorageServerClient.TimeStamp=2025.04.09-14.55.20 +StorageServerClient.LastCompileMethod=Unknown +CookOnTheFly.TimeStamp=2025.04.09-14.55.14 +CookOnTheFly.LastCompileMethod=Unknown +StreamingFile.TimeStamp=2025.04.09-14.55.20 +StreamingFile.LastCompileMethod=Unknown +NetworkFile.TimeStamp=2025.04.09-14.55.18 +NetworkFile.LastCompileMethod=Unknown +PakFile.TimeStamp=2025.04.09-14.55.18 +PakFile.LastCompileMethod=Unknown +RSA.TimeStamp=2025.04.09-14.55.19 +RSA.LastCompileMethod=Unknown +SandboxFile.TimeStamp=2025.04.09-14.55.19 +SandboxFile.LastCompileMethod=Unknown +CoreUObject.TimeStamp=2025.04.09-14.55.14 +CoreUObject.LastCompileMethod=Unknown +Engine.TimeStamp=2025.04.09-14.55.16 +Engine.LastCompileMethod=Unknown +UniversalObjectLocator.TimeStamp=2025.04.09-14.55.21 +UniversalObjectLocator.LastCompileMethod=Unknown +Renderer.TimeStamp=2025.04.09-14.55.19 +Renderer.LastCompileMethod=Unknown +AnimGraphRuntime.TimeStamp=2025.04.09-14.55.13 +AnimGraphRuntime.LastCompileMethod=Unknown +SlateRHIRenderer.TimeStamp=2025.04.09-14.55.19 +SlateRHIRenderer.LastCompileMethod=Unknown +Landscape.TimeStamp=2025.04.09-14.55.17 +Landscape.LastCompileMethod=Unknown +RHICore.TimeStamp=2025.04.09-14.55.19 +RHICore.LastCompileMethod=Unknown +RenderCore.TimeStamp=2025.04.09-14.55.18 +RenderCore.LastCompileMethod=Unknown +TextureCompressor.TimeStamp=2025.04.09-14.55.20 +TextureCompressor.LastCompileMethod=Unknown +OpenColorIOWrapper.TimeStamp=2025.04.09-14.55.18 +OpenColorIOWrapper.LastCompileMethod=Unknown +Virtualization.TimeStamp=2025.04.09-14.55.22 +Virtualization.LastCompileMethod=Unknown +MessageLog.TimeStamp=2025.04.09-14.55.18 +MessageLog.LastCompileMethod=Unknown +AudioEditor.TimeStamp=2025.04.09-14.55.13 +AudioEditor.LastCompileMethod=Unknown +PropertyEditor.TimeStamp=2025.04.09-14.55.18 +PropertyEditor.LastCompileMethod=Unknown +AnimationModifiers.TimeStamp=2025.04.09-14.55.13 +AnimationModifiers.LastCompileMethod=Unknown +IoStoreOnDemand.TimeStamp=2025.04.09-14.55.17 +IoStoreOnDemand.LastCompileMethod=Unknown +OpusAudioDecoder.TimeStamp=2025.04.09-14.55.18 +OpusAudioDecoder.LastCompileMethod=Unknown +VorbisAudioDecoder.TimeStamp=2025.04.09-14.55.22 +VorbisAudioDecoder.LastCompileMethod=Unknown +AdpcmAudioDecoder.TimeStamp=2025.04.09-14.55.13 +AdpcmAudioDecoder.LastCompileMethod=Unknown +BinkAudioDecoder.TimeStamp=2025.04.09-14.55.13 +BinkAudioDecoder.LastCompileMethod=Unknown +RadAudioDecoder.TimeStamp=2025.04.09-14.55.18 +RadAudioDecoder.LastCompileMethod=Unknown +FastBuildController.TimeStamp=2025.04.09-14.59.57 +FastBuildController.LastCompileMethod=Unknown +UbaController.TimeStamp=2025.04.09-15.01.16 +UbaController.LastCompileMethod=Unknown +XGEController.TimeStamp=2025.04.09-15.01.27 +XGEController.LastCompileMethod=Unknown +PlatformCrypto.TimeStamp=2025.04.09-14.59.29 +PlatformCrypto.LastCompileMethod=Unknown +PlatformCryptoTypes.TimeStamp=2025.04.09-14.59.29 +PlatformCryptoTypes.LastCompileMethod=Unknown +PlatformCryptoOpenSSL.TimeStamp=2025.04.09-14.59.29 +PlatformCryptoOpenSSL.LastCompileMethod=Unknown +PythonScriptPluginPreload.TimeStamp=2025.04.09-14.59.29 +PythonScriptPluginPreload.LastCompileMethod=Unknown +PerforceSourceControl.TimeStamp=2025.04.09-14.58.18 +PerforceSourceControl.LastCompileMethod=Unknown +SourceControl.TimeStamp=2025.04.09-14.55.19 +SourceControl.LastCompileMethod=Unknown +PlasticSourceControl.TimeStamp=2025.04.09-14.58.18 +PlasticSourceControl.LastCompileMethod=Unknown +DesktopPlatform.TimeStamp=2025.04.09-14.55.15 +DesktopPlatform.LastCompileMethod=Unknown +ChaosCloth.TimeStamp=2025.04.09-14.58.17 +ChaosCloth.LastCompileMethod=Unknown +EditorTelemetry.TimeStamp=2025.04.09-14.59.06 +EditorTelemetry.LastCompileMethod=Unknown +EditorPerformance.TimeStamp=2025.04.09-14.59.06 +EditorPerformance.LastCompileMethod=Unknown +NFORDenoise.TimeStamp=2025.04.09-14.59.19 +NFORDenoise.LastCompileMethod=Unknown +AnalyticsLog.TimeStamp=2025.04.09-14.59.32 +AnalyticsLog.LastCompileMethod=Unknown +AnalyticsHorde.TimeStamp=2025.04.09-14.59.32 +AnalyticsHorde.LastCompileMethod=Unknown +StudioTelemetry.TimeStamp=2025.04.09-14.59.32 +StudioTelemetry.LastCompileMethod=Unknown +Analytics.TimeStamp=2025.04.09-14.55.13 +Analytics.LastCompileMethod=Unknown +TelemetryUtils.TimeStamp=2025.04.09-14.55.20 +TelemetryUtils.LastCompileMethod=Unknown +ExrReaderGpu.TimeStamp=2025.04.09-15.00.09 +ExrReaderGpu.LastCompileMethod=Unknown +WmfMedia.TimeStamp=2025.04.09-15.00.15 +WmfMedia.LastCompileMethod=Unknown +Media.TimeStamp=2025.04.09-14.55.17 +Media.LastCompileMethod=Unknown +EOSShared.TimeStamp=2025.04.09-15.00.19 +EOSShared.LastCompileMethod=Unknown +OnlineServicesInterface.TimeStamp=2025.04.09-15.00.19 +OnlineServicesInterface.LastCompileMethod=Unknown +OnlineServicesCommon.TimeStamp=2025.04.09-15.00.19 +OnlineServicesCommon.LastCompileMethod=Unknown +OnlineServicesCommonEngineUtils.TimeStamp=2025.04.09-15.00.19 +OnlineServicesCommonEngineUtils.LastCompileMethod=Unknown +OnlineSubsystem.TimeStamp=2025.04.09-15.00.20 +OnlineSubsystem.LastCompileMethod=Unknown +HTTP.TimeStamp=2025.04.09-14.55.16 +HTTP.LastCompileMethod=Unknown +SSL.TimeStamp=2025.04.09-14.55.19 +SSL.LastCompileMethod=Unknown +XMPP.TimeStamp=2025.04.09-14.55.22 +XMPP.LastCompileMethod=Unknown +WebSockets.TimeStamp=2025.04.09-14.55.22 +WebSockets.LastCompileMethod=Unknown +OnlineSubsystemNULL.TimeStamp=2025.04.09-15.00.21 +OnlineSubsystemNULL.LastCompileMethod=Unknown +Sockets.TimeStamp=2025.04.09-14.55.19 +Sockets.LastCompileMethod=Unknown +OnlineSubsystemUtils.TimeStamp=2025.04.09-15.00.21 +OnlineSubsystemUtils.LastCompileMethod=Unknown +OnlineBlueprintSupport.TimeStamp=2025.04.09-15.00.21 +OnlineBlueprintSupport.LastCompileMethod=Unknown +AISupportModule.TimeStamp=2025.04.09-14.58.09 +AISupportModule.LastCompileMethod=Unknown +ACLPlugin.TimeStamp=2025.04.09-14.58.10 +ACLPlugin.LastCompileMethod=Unknown +OptimusSettings.TimeStamp=2025.04.09-14.58.11 +OptimusSettings.LastCompileMethod=Unknown +PixWinPlugin.TimeStamp=2025.04.09-14.58.18 +PixWinPlugin.LastCompileMethod=Unknown +RenderDocPlugin.TimeStamp=2025.04.09-14.58.18 +RenderDocPlugin.LastCompileMethod=Unknown +DatasmithContent.TimeStamp=2025.04.09-14.58.27 +DatasmithContent.LastCompileMethod=Unknown +GLTFExporter.TimeStamp=2025.04.09-14.58.33 +GLTFExporter.LastCompileMethod=Unknown +NiagaraShader.TimeStamp=2025.04.09-14.59.57 +NiagaraShader.LastCompileMethod=Unknown +NiagaraVertexFactories.TimeStamp=2025.04.09-14.59.57 +NiagaraVertexFactories.LastCompileMethod=Unknown +VariantManagerContent.TimeStamp=2025.04.09-14.58.33 +VariantManagerContent.LastCompileMethod=Unknown +OculusXRHMD.TimeStamp=2025.03.19-01.00.04 +OculusXRHMD.LastCompileMethod=Unknown +OculusXRInput.TimeStamp=2025.03.19-01.00.36 +OculusXRInput.LastCompileMethod=Unknown +OculusXRAnchors.TimeStamp=2025.03.19-01.00.11 +OculusXRAnchors.LastCompileMethod=Unknown +OculusXRScene.TimeStamp=2025.03.19-01.00.08 +OculusXRScene.LastCompileMethod=Unknown +OculusXRMovement.TimeStamp=2025.03.19-01.00.09 +OculusXRMovement.LastCompileMethod=Unknown +OculusXRPassthrough.TimeStamp=2025.03.19-01.00.05 +OculusXRPassthrough.LastCompileMethod=Unknown +OculusXRColocation.TimeStamp=2025.03.19-01.00.16 +OculusXRColocation.LastCompileMethod=Unknown +NNEDenoiserShaders.TimeStamp=2025.04.09-15.00.19 +NNEDenoiserShaders.LastCompileMethod=Unknown +LauncherChunkInstaller.TimeStamp=2025.04.09-15.00.28 +LauncherChunkInstaller.LastCompileMethod=Unknown +ChunkDownloader.TimeStamp=2025.04.09-15.00.28 +ChunkDownloader.LastCompileMethod=Unknown +ComputeFramework.TimeStamp=2025.04.09-15.00.28 +ComputeFramework.LastCompileMethod=Unknown +ExampleDeviceProfileSelector.TimeStamp=2025.04.09-15.00.28 +ExampleDeviceProfileSelector.LastCompileMethod=Unknown +HairStrandsCore.TimeStamp=2025.04.09-15.00.39 +HairStrandsCore.LastCompileMethod=Unknown +OpenXRHMD.TimeStamp=2025.04.09-15.01.04 +OpenXRHMD.LastCompileMethod=Unknown +OpenXRAR.TimeStamp=2025.04.09-15.01.04 +OpenXRAR.LastCompileMethod=Unknown +AugmentedReality.TimeStamp=2025.04.09-14.55.13 +AugmentedReality.LastCompileMethod=Unknown +OpenXREyeTracker.TimeStamp=2025.04.09-15.01.05 +OpenXREyeTracker.LastCompileMethod=Unknown +OpenXRHandTracking.TimeStamp=2025.04.09-15.01.05 +OpenXRHandTracking.LastCompileMethod=Unknown +WindowsDeviceProfileSelector.TimeStamp=2025.04.09-15.01.16 +WindowsDeviceProfileSelector.LastCompileMethod=Unknown +HoldoutComposite.TimeStamp=2025.04.09-14.59.06 +HoldoutComposite.LastCompileMethod=Unknown +D3D12RHI.TimeStamp=2025.04.09-14.55.14 +D3D12RHI.LastCompileMethod=Unknown +WindowsPlatformFeatures.TimeStamp=2025.04.09-14.55.22 +WindowsPlatformFeatures.LastCompileMethod=Unknown +GameplayMediaEncoder.TimeStamp=2025.04.09-14.55.16 +GameplayMediaEncoder.LastCompileMethod=Unknown +AVEncoder.TimeStamp=2025.04.09-14.55.13 +AVEncoder.LastCompileMethod=Unknown +Chaos.TimeStamp=2025.04.09-14.55.14 +Chaos.LastCompileMethod=Unknown +GeometryCore.TimeStamp=2025.04.09-14.55.16 +GeometryCore.LastCompileMethod=Unknown +ChaosSolverEngine.TimeStamp=2025.04.09-14.55.14 +ChaosSolverEngine.LastCompileMethod=Unknown +ChaosVDRuntime.TimeStamp=2025.04.09-14.55.14 +ChaosVDRuntime.LastCompileMethod=Unknown +DirectoryWatcher.TimeStamp=2025.04.09-14.55.15 +DirectoryWatcher.LastCompileMethod=Unknown +Settings.TimeStamp=2025.04.09-14.55.19 +Settings.LastCompileMethod=Unknown +InputCore.TimeStamp=2025.04.09-14.55.16 +InputCore.LastCompileMethod=Unknown +TargetPlatform.TimeStamp=2025.04.09-14.55.20 +TargetPlatform.LastCompileMethod=Unknown +TurnkeySupport.TimeStamp=2025.04.09-14.55.20 +TurnkeySupport.LastCompileMethod=Unknown +TextureFormat.TimeStamp=2025.04.09-14.55.20 +TextureFormat.LastCompileMethod=Unknown +TextureFormatASTC.TimeStamp=2025.04.09-14.55.20 +TextureFormatASTC.LastCompileMethod=Unknown +TextureFormatDXT.TimeStamp=2025.04.09-14.55.20 +TextureFormatDXT.LastCompileMethod=Unknown +TextureFormatETC2.TimeStamp=2025.04.09-14.55.20 +TextureFormatETC2.LastCompileMethod=Unknown +TextureFormatIntelISPCTexComp.TimeStamp=2025.04.09-14.55.20 +TextureFormatIntelISPCTexComp.LastCompileMethod=Unknown +TextureFormatUncompressed.TimeStamp=2025.04.09-14.55.20 +TextureFormatUncompressed.LastCompileMethod=Unknown +TextureFormatOodle.TimeStamp=2025.04.09-14.58.18 +TextureFormatOodle.LastCompileMethod=Unknown +ImageWrapper.TimeStamp=2025.04.09-14.55.16 +ImageWrapper.LastCompileMethod=Unknown +AndroidTargetPlatform.TimeStamp=2025.04.09-14.55.02 +AndroidTargetPlatform.LastCompileMethod=Unknown +AndroidTargetPlatformSettings.TimeStamp=2025.04.09-14.55.02 +AndroidTargetPlatformSettings.LastCompileMethod=Unknown +AndroidTargetPlatformControls.TimeStamp=2025.04.09-14.55.02 +AndroidTargetPlatformControls.LastCompileMethod=Unknown +IOSTargetPlatform.TimeStamp=2025.04.09-14.55.06 +IOSTargetPlatform.LastCompileMethod=Unknown +IOSTargetPlatformSettings.TimeStamp=2025.04.09-14.55.06 +IOSTargetPlatformSettings.LastCompileMethod=Unknown +IOSTargetPlatformControls.TimeStamp=2025.04.09-14.55.06 +IOSTargetPlatformControls.LastCompileMethod=Unknown +LinuxTargetPlatform.TimeStamp=2025.04.09-14.55.06 +LinuxTargetPlatform.LastCompileMethod=Unknown +LinuxTargetPlatformSettings.TimeStamp=2025.04.09-14.55.06 +LinuxTargetPlatformSettings.LastCompileMethod=Unknown +LinuxTargetPlatformControls.TimeStamp=2025.04.09-14.55.06 +LinuxTargetPlatformControls.LastCompileMethod=Unknown +LinuxArm64TargetPlatform.TimeStamp=2025.04.09-14.55.06 +LinuxArm64TargetPlatform.LastCompileMethod=Unknown +LinuxArm64TargetPlatformSettings.TimeStamp=2025.04.09-14.55.06 +LinuxArm64TargetPlatformSettings.LastCompileMethod=Unknown +LinuxArm64TargetPlatformControls.TimeStamp=2025.04.09-14.55.06 +LinuxArm64TargetPlatformControls.LastCompileMethod=Unknown +MacTargetPlatform.TimeStamp=2025.04.09-14.55.17 +MacTargetPlatform.LastCompileMethod=Unknown +MacTargetPlatformSettings.TimeStamp=2025.04.09-14.55.17 +MacTargetPlatformSettings.LastCompileMethod=Unknown +MacTargetPlatformControls.TimeStamp=2025.04.09-14.55.17 +MacTargetPlatformControls.LastCompileMethod=Unknown +TVOSTargetPlatform.TimeStamp=2025.04.09-14.55.06 +TVOSTargetPlatform.LastCompileMethod=Unknown +TVOSTargetPlatformSettings.TimeStamp=2025.04.09-14.55.06 +TVOSTargetPlatformSettings.LastCompileMethod=Unknown +TVOSTargetPlatformControls.TimeStamp=2025.04.09-14.55.06 +TVOSTargetPlatformControls.LastCompileMethod=Unknown +WindowsTargetPlatform.TimeStamp=2025.04.09-14.55.22 +WindowsTargetPlatform.LastCompileMethod=Unknown +WindowsTargetPlatformSettings.TimeStamp=2025.04.09-14.55.22 +WindowsTargetPlatformSettings.LastCompileMethod=Unknown +WindowsTargetPlatformControls.TimeStamp=2025.04.09-14.55.22 +WindowsTargetPlatformControls.LastCompileMethod=Unknown +AudioFormatOPUS.TimeStamp=2025.04.09-14.55.13 +AudioFormatOPUS.LastCompileMethod=Unknown +AudioFormatOGG.TimeStamp=2025.04.09-14.55.13 +AudioFormatOGG.LastCompileMethod=Unknown +AudioFormatADPCM.TimeStamp=2025.04.09-14.55.13 +AudioFormatADPCM.LastCompileMethod=Unknown +AudioFormatBINK.TimeStamp=2025.04.09-14.55.13 +AudioFormatBINK.LastCompileMethod=Unknown +AudioFormatRAD.TimeStamp=2025.04.09-14.55.13 +AudioFormatRAD.LastCompileMethod=Unknown +ShaderFormatVectorVM.TimeStamp=2025.04.09-14.55.19 +ShaderFormatVectorVM.LastCompileMethod=Unknown +ShaderFormatD3D.TimeStamp=2025.04.09-14.55.19 +ShaderFormatD3D.LastCompileMethod=Unknown +ShaderFormatOpenGL.TimeStamp=2025.04.09-14.55.19 +ShaderFormatOpenGL.LastCompileMethod=Unknown +VulkanShaderFormat.TimeStamp=2025.04.09-14.55.22 +VulkanShaderFormat.LastCompileMethod=Unknown +MetalShaderFormat.TimeStamp=2025.04.09-14.55.18 +MetalShaderFormat.LastCompileMethod=Unknown +DerivedDataCache.TimeStamp=2025.04.09-14.55.15 +DerivedDataCache.LastCompileMethod=Unknown +ShaderPreprocessor.TimeStamp=2025.04.09-14.55.19 +ShaderPreprocessor.LastCompileMethod=Unknown +NullInstallBundleManager.TimeStamp=2025.04.09-14.55.18 +NullInstallBundleManager.LastCompileMethod=Unknown +AssetRegistry.TimeStamp=2025.04.09-14.55.13 +AssetRegistry.LastCompileMethod=Unknown +TargetDeviceServices.TimeStamp=2025.04.09-14.55.20 +TargetDeviceServices.LastCompileMethod=Unknown +MeshUtilities.TimeStamp=2025.04.09-14.55.18 +MeshUtilities.LastCompileMethod=Unknown +MaterialBaking.TimeStamp=2025.04.09-14.55.17 +MaterialBaking.LastCompileMethod=Unknown +MeshMergeUtilities.TimeStamp=2025.04.09-14.55.18 +MeshMergeUtilities.LastCompileMethod=Unknown +MeshReductionInterface.TimeStamp=2025.04.09-14.55.18 +MeshReductionInterface.LastCompileMethod=Unknown +QuadricMeshReduction.TimeStamp=2025.04.09-14.55.18 +QuadricMeshReduction.LastCompileMethod=Unknown +ProxyLODMeshReduction.TimeStamp=2025.04.09-14.58.19 +ProxyLODMeshReduction.LastCompileMethod=Unknown +SkeletalMeshReduction.TimeStamp=2025.04.09-14.59.30 +SkeletalMeshReduction.LastCompileMethod=Unknown +MeshBoneReduction.TimeStamp=2025.04.09-14.55.18 +MeshBoneReduction.LastCompileMethod=Unknown +StaticMeshDescription.TimeStamp=2025.04.09-14.55.19 +StaticMeshDescription.LastCompileMethod=Unknown +GeometryProcessingInterfaces.TimeStamp=2025.04.09-14.55.16 +GeometryProcessingInterfaces.LastCompileMethod=Unknown +NaniteBuilder.TimeStamp=2025.04.09-14.55.18 +NaniteBuilder.LastCompileMethod=Unknown +MeshBuilder.TimeStamp=2025.04.09-14.55.18 +MeshBuilder.LastCompileMethod=Unknown +KismetCompiler.TimeStamp=2025.04.09-14.55.17 +KismetCompiler.LastCompileMethod=Unknown +MovieSceneTools.TimeStamp=2025.04.09-14.55.18 +MovieSceneTools.LastCompileMethod=Unknown +Sequencer.TimeStamp=2025.04.09-14.55.19 +Sequencer.LastCompileMethod=Unknown +CurveEditor.TimeStamp=2025.04.09-14.55.14 +CurveEditor.LastCompileMethod=Unknown +AssetDefinition.TimeStamp=2025.04.09-14.55.13 +AssetDefinition.LastCompileMethod=Unknown +Core.TimeStamp=2025.04.09-14.55.14 +Core.LastCompileMethod=Unknown +Networking.TimeStamp=2025.04.09-14.55.18 +Networking.LastCompileMethod=Unknown +LiveCoding.TimeStamp=2025.04.09-14.55.17 +LiveCoding.LastCompileMethod=Unknown +HeadMountedDisplay.TimeStamp=2025.04.09-14.55.16 +HeadMountedDisplay.LastCompileMethod=Unknown +SourceCodeAccess.TimeStamp=2025.04.09-14.55.19 +SourceCodeAccess.LastCompileMethod=Unknown +Messaging.TimeStamp=2025.04.09-14.55.18 +Messaging.LastCompileMethod=Unknown +MRMesh.TimeStamp=2025.04.09-14.55.18 +MRMesh.LastCompileMethod=Unknown +UnrealEd.TimeStamp=2025.04.09-14.55.22 +UnrealEd.LastCompileMethod=Unknown +LandscapeEditorUtilities.TimeStamp=2025.04.09-14.55.17 +LandscapeEditorUtilities.LastCompileMethod=Unknown +SubobjectDataInterface.TimeStamp=2025.04.09-14.55.20 +SubobjectDataInterface.LastCompileMethod=Unknown +SlateCore.TimeStamp=2025.04.09-14.55.19 +SlateCore.LastCompileMethod=Unknown +Slate.TimeStamp=2025.04.09-14.55.19 +Slate.LastCompileMethod=Unknown +SlateReflector.TimeStamp=2025.04.09-14.55.19 +SlateReflector.LastCompileMethod=Unknown +EditorStyle.TimeStamp=2025.04.09-14.55.15 +EditorStyle.LastCompileMethod=Unknown +UMG.TimeStamp=2025.04.09-14.55.20 +UMG.LastCompileMethod=Unknown +UMGEditor.TimeStamp=2025.04.09-14.55.21 +UMGEditor.LastCompileMethod=Unknown +AssetTools.TimeStamp=2025.04.09-14.55.13 +AssetTools.LastCompileMethod=Unknown +ScriptableEditorWidgets.TimeStamp=2025.04.09-14.55.19 +ScriptableEditorWidgets.LastCompileMethod=Unknown +CollisionAnalyzer.TimeStamp=2025.04.09-14.55.14 +CollisionAnalyzer.LastCompileMethod=Unknown +WorkspaceMenuStructure.TimeStamp=2025.04.09-14.55.22 +WorkspaceMenuStructure.LastCompileMethod=Unknown +FunctionalTesting.TimeStamp=2025.04.09-14.55.16 +FunctionalTesting.LastCompileMethod=Unknown +BehaviorTreeEditor.TimeStamp=2025.04.09-14.55.13 +BehaviorTreeEditor.LastCompileMethod=Unknown +GameplayTasksEditor.TimeStamp=2025.04.09-14.55.16 +GameplayTasksEditor.LastCompileMethod=Unknown +StringTableEditor.TimeStamp=2025.04.09-14.55.20 +StringTableEditor.LastCompileMethod=Unknown +VREditor.TimeStamp=2025.04.09-14.55.22 +VREditor.LastCompileMethod=Unknown +Overlay.TimeStamp=2025.04.09-14.55.18 +Overlay.LastCompileMethod=Unknown +OverlayEditor.TimeStamp=2025.04.09-14.55.18 +OverlayEditor.LastCompileMethod=Unknown +MediaAssets.TimeStamp=2025.04.09-14.55.17 +MediaAssets.LastCompileMethod=Unknown +ClothingSystemRuntimeNv.TimeStamp=2025.04.09-14.55.14 +ClothingSystemRuntimeNv.LastCompileMethod=Unknown +ClothingSystemEditor.TimeStamp=2025.04.09-14.55.14 +ClothingSystemEditor.LastCompileMethod=Unknown +AnimationDataController.TimeStamp=2025.04.09-14.55.13 +AnimationDataController.LastCompileMethod=Unknown +TimeManagement.TimeStamp=2025.04.09-14.55.20 +TimeManagement.LastCompileMethod=Unknown +AnimGraph.TimeStamp=2025.04.09-14.55.13 +AnimGraph.LastCompileMethod=Unknown +WorldPartitionEditor.TimeStamp=2025.04.09-14.55.22 +WorldPartitionEditor.LastCompileMethod=Unknown +PacketHandler.TimeStamp=2025.04.09-14.55.18 +PacketHandler.LastCompileMethod=Unknown +NetworkReplayStreaming.TimeStamp=2025.04.09-14.55.18 +NetworkReplayStreaming.LastCompileMethod=Unknown +MassEntity.TimeStamp=2025.04.09-14.55.17 +MassEntity.LastCompileMethod=Unknown +MassEntityTestSuite.TimeStamp=2025.04.09-14.55.17 +MassEntityTestSuite.LastCompileMethod=Unknown +AndroidFileServer.TimeStamp=2025.04.09-15.00.28 +AndroidFileServer.LastCompileMethod=Unknown +WebMMoviePlayer.TimeStamp=2025.04.09-15.01.16 +WebMMoviePlayer.LastCompileMethod=Unknown +WindowsMoviePlayer.TimeStamp=2025.04.09-15.01.16 +WindowsMoviePlayer.LastCompileMethod=Unknown +EnhancedInput.TimeStamp=2025.04.09-14.58.24 +EnhancedInput.LastCompileMethod=Unknown +InputBlueprintNodes.TimeStamp=2025.04.09-14.58.24 +InputBlueprintNodes.LastCompileMethod=Unknown +BlueprintGraph.TimeStamp=2025.04.09-14.55.13 +BlueprintGraph.LastCompileMethod=Unknown +ChaosCaching.TimeStamp=2025.04.09-14.58.45 +ChaosCaching.LastCompileMethod=Unknown +ChaosCachingEditor.TimeStamp=2025.04.09-14.58.45 +ChaosCachingEditor.LastCompileMethod=Unknown +LevelEditor.TimeStamp=2025.04.09-14.55.17 +LevelEditor.LastCompileMethod=Unknown +MainFrame.TimeStamp=2025.04.09-14.55.17 +MainFrame.LastCompileMethod=Unknown +HotReload.TimeStamp=2025.04.09-14.55.16 +HotReload.LastCompileMethod=Unknown +CommonMenuExtensions.TimeStamp=2025.04.09-14.55.14 +CommonMenuExtensions.LastCompileMethod=Unknown +PixelInspectorModule.TimeStamp=2025.04.09-14.55.18 +PixelInspectorModule.LastCompileMethod=Unknown +TakeRecorder.TimeStamp=2025.04.09-15.01.26 +TakeRecorder.LastCompileMethod=Unknown +FullBodyIK.TimeStamp=2025.04.09-14.59.06 +FullBodyIK.LastCompileMethod=Unknown +PBIK.TimeStamp=2025.04.09-14.59.06 +PBIK.LastCompileMethod=Unknown +PythonScriptPlugin.TimeStamp=2025.04.09-14.59.29 +PythonScriptPlugin.LastCompileMethod=Unknown +InterchangeNodes.TimeStamp=2025.04.09-15.00.08 +InterchangeNodes.LastCompileMethod=Unknown +InterchangeFactoryNodes.TimeStamp=2025.04.09-15.00.08 +InterchangeFactoryNodes.LastCompileMethod=Unknown +InterchangeImport.TimeStamp=2025.04.09-15.00.08 +InterchangeImport.LastCompileMethod=Unknown +InterchangePipelines.TimeStamp=2025.04.09-15.00.08 +InterchangePipelines.LastCompileMethod=Unknown +ImgMediaEngine.TimeStamp=2025.04.09-15.00.09 +ImgMediaEngine.LastCompileMethod=Unknown +TcpMessaging.TimeStamp=2025.04.09-15.00.18 +TcpMessaging.LastCompileMethod=Unknown +UdpMessaging.TimeStamp=2025.04.09-15.00.18 +UdpMessaging.LastCompileMethod=Unknown +Paper2D.TimeStamp=2025.04.09-14.58.09 +Paper2D.LastCompileMethod=Unknown +EnvironmentQueryEditor.TimeStamp=2025.04.09-14.58.09 +EnvironmentQueryEditor.LastCompileMethod=Unknown +AnimationData.TimeStamp=2025.04.09-14.58.10 +AnimationData.LastCompileMethod=Unknown +ControlRig.TimeStamp=2025.04.09-14.58.10 +ControlRig.LastCompileMethod=Unknown +Constraints.TimeStamp=2025.04.09-14.55.14 +Constraints.LastCompileMethod=Unknown +ControlRigDeveloper.TimeStamp=2025.04.09-14.58.10 +ControlRigDeveloper.LastCompileMethod=Unknown +OptimusCore.TimeStamp=2025.04.09-14.58.11 +OptimusCore.LastCompileMethod=Unknown +OptimusDeveloper.TimeStamp=2025.04.09-14.58.11 +OptimusDeveloper.LastCompileMethod=Unknown +IKRig.TimeStamp=2025.04.09-14.58.12 +IKRig.LastCompileMethod=Unknown +IKRigDeveloper.TimeStamp=2025.04.09-14.58.12 +IKRigDeveloper.LastCompileMethod=Unknown +EngineCameras.TimeStamp=2025.04.09-14.58.17 +EngineCameras.LastCompileMethod=Unknown +RigLogicLib.TimeStamp=2025.04.09-14.58.17 +RigLogicLib.LastCompileMethod=Unknown +RigLogicLibTest.TimeStamp=2025.04.09-14.58.17 +RigLogicLibTest.LastCompileMethod=Unknown +RigLogicDeveloper.TimeStamp=2025.04.09-14.58.17 +RigLogicDeveloper.LastCompileMethod=Unknown +GameplayCameras.TimeStamp=2025.04.09-14.58.17 +GameplayCameras.LastCompileMethod=Unknown +AnimationSharing.TimeStamp=2025.04.09-14.58.18 +AnimationSharing.LastCompileMethod=Unknown +PropertyAccessNode.TimeStamp=2025.04.09-14.58.18 +PropertyAccessNode.LastCompileMethod=Unknown +AssetManagerEditor.TimeStamp=2025.04.09-14.58.19 +AssetManagerEditor.LastCompileMethod=Unknown +TreeMap.TimeStamp=2025.04.09-14.55.20 +TreeMap.LastCompileMethod=Unknown +ContentBrowser.TimeStamp=2025.04.09-14.55.14 +ContentBrowser.LastCompileMethod=Unknown +ContentBrowserData.TimeStamp=2025.04.09-14.55.14 +ContentBrowserData.LastCompileMethod=Unknown +ToolMenus.TimeStamp=2025.04.09-14.55.20 +ToolMenus.LastCompileMethod=Unknown +DataValidation.TimeStamp=2025.04.09-14.58.19 +DataValidation.LastCompileMethod=Unknown +FacialAnimation.TimeStamp=2025.04.09-14.58.19 +FacialAnimation.LastCompileMethod=Unknown +FacialAnimationEditor.TimeStamp=2025.04.09-14.58.19 +FacialAnimationEditor.LastCompileMethod=Unknown +GameplayTagsEditor.TimeStamp=2025.04.09-14.58.19 +GameplayTagsEditor.LastCompileMethod=Unknown +NiagaraCore.TimeStamp=2025.04.09-14.59.57 +NiagaraCore.LastCompileMethod=Unknown +Niagara.TimeStamp=2025.04.09-14.59.57 +Niagara.LastCompileMethod=Unknown +NiagaraEditor.TimeStamp=2025.04.09-14.59.57 +NiagaraEditor.LastCompileMethod=Unknown +LevelSequence.TimeStamp=2025.04.09-14.55.17 +LevelSequence.LastCompileMethod=Unknown +SignalProcessing.TimeStamp=2025.04.09-14.55.19 +SignalProcessing.LastCompileMethod=Unknown +NiagaraAnimNotifies.TimeStamp=2025.04.09-14.59.57 +NiagaraAnimNotifies.LastCompileMethod=Unknown +NiagaraSimCaching.TimeStamp=2025.04.09-15.00.07 +NiagaraSimCaching.LastCompileMethod=Unknown +NiagaraSimCachingEditor.TimeStamp=2025.04.09-15.00.07 +NiagaraSimCachingEditor.LastCompileMethod=Unknown +ActorSequence.TimeStamp=2025.04.09-15.00.18 +ActorSequence.LastCompileMethod=Unknown +NNERuntimeORT.TimeStamp=2025.04.09-15.00.19 +NNERuntimeORT.LastCompileMethod=Unknown +NNEEditor.TimeStamp=2025.04.09-14.55.18 +NNEEditor.LastCompileMethod=Unknown +AudioSynesthesiaCore.TimeStamp=2025.04.09-15.00.28 +AudioSynesthesiaCore.LastCompileMethod=Unknown +AudioSynesthesia.TimeStamp=2025.04.09-15.00.28 +AudioSynesthesia.LastCompileMethod=Unknown +AudioAnalyzer.TimeStamp=2025.04.09-14.55.13 +AudioAnalyzer.LastCompileMethod=Unknown +CableComponent.TimeStamp=2025.04.09-15.00.28 +CableComponent.LastCompileMethod=Unknown +CustomMeshComponent.TimeStamp=2025.04.09-15.00.28 +CustomMeshComponent.LastCompileMethod=Unknown +LocationServicesBPLibrary.TimeStamp=2025.04.09-15.00.50 +LocationServicesBPLibrary.LastCompileMethod=Unknown +MetasoundGraphCore.TimeStamp=2025.04.09-15.00.50 +MetasoundGraphCore.LastCompileMethod=Unknown +MetasoundGenerator.TimeStamp=2025.04.09-15.00.50 +MetasoundGenerator.LastCompileMethod=Unknown +MetasoundFrontend.TimeStamp=2025.04.09-15.00.50 +MetasoundFrontend.LastCompileMethod=Unknown +MetasoundStandardNodes.TimeStamp=2025.04.09-15.00.50 +MetasoundStandardNodes.LastCompileMethod=Unknown +MetasoundEngine.TimeStamp=2025.04.09-15.00.50 +MetasoundEngine.LastCompileMethod=Unknown +WaveTable.TimeStamp=2025.04.09-15.01.15 +WaveTable.LastCompileMethod=Unknown +MetasoundEngineTest.TimeStamp=2025.04.09-15.00.50 +MetasoundEngineTest.LastCompileMethod=Unknown +MetasoundEditor.TimeStamp=2025.04.09-15.00.50 +MetasoundEditor.LastCompileMethod=Unknown +AudioWidgets.TimeStamp=2025.04.09-15.00.28 +AudioWidgets.LastCompileMethod=Unknown +AdvancedWidgets.TimeStamp=2025.04.09-14.55.13 +AdvancedWidgets.LastCompileMethod=Unknown +MsQuicRuntime.TimeStamp=2025.04.09-15.00.54 +MsQuicRuntime.LastCompileMethod=Unknown +ProceduralMeshComponent.TimeStamp=2025.04.09-15.01.05 +ProceduralMeshComponent.LastCompileMethod=Unknown +PropertyAccessEditor.TimeStamp=2025.04.09-15.01.05 +PropertyAccessEditor.LastCompileMethod=Unknown +RigVM.TimeStamp=2025.04.09-15.01.09 +RigVM.LastCompileMethod=Unknown +RigVMDeveloper.TimeStamp=2025.04.09-15.01.09 +RigVMDeveloper.LastCompileMethod=Unknown +ResonanceAudio.TimeStamp=2025.04.09-15.01.05 +ResonanceAudio.LastCompileMethod=Unknown +SignificanceManager.TimeStamp=2025.04.09-15.01.09 +SignificanceManager.LastCompileMethod=Unknown +SoundFields.TimeStamp=2025.04.09-15.01.09 +SoundFields.LastCompileMethod=Unknown +StateTreeModule.TimeStamp=2025.04.09-15.01.09 +StateTreeModule.LastCompileMethod=Unknown +TraceServices.TimeStamp=2025.04.09-14.55.20 +TraceServices.LastCompileMethod=Unknown +TraceAnalysis.TimeStamp=2025.04.09-14.55.20 +TraceAnalysis.LastCompileMethod=Unknown +StateTreeTestSuite.TimeStamp=2025.04.09-15.01.09 +StateTreeTestSuite.LastCompileMethod=Unknown +Synthesis.TimeStamp=2025.04.09-15.01.09 +Synthesis.LastCompileMethod=Unknown +Concert.TimeStamp=2025.04.09-14.58.18 +Concert.LastCompileMethod=Unknown +ConcertClient.TimeStamp=2025.04.09-14.58.18 +ConcertClient.LastCompileMethod=Unknown +ConcertTransport.TimeStamp=2025.04.09-14.58.18 +ConcertTransport.LastCompileMethod=Unknown +ConcertServer.TimeStamp=2025.04.09-14.58.18 +ConcertServer.LastCompileMethod=Unknown +SQLiteCore.TimeStamp=2025.04.09-15.00.28 +SQLiteCore.LastCompileMethod=Unknown +ConcertSyncCore.TimeStamp=2025.04.09-14.58.18 +ConcertSyncCore.LastCompileMethod=Unknown +ChaosClothEditor.TimeStamp=2025.04.09-14.58.17 +ChaosClothEditor.LastCompileMethod=Unknown +ChaosVD.TimeStamp=2025.04.09-14.58.17 +ChaosVD.LastCompileMethod=Unknown +ChaosVDBlueprint.TimeStamp=2025.04.09-14.58.17 +ChaosVDBlueprint.LastCompileMethod=Unknown +InputEditor.TimeStamp=2025.04.09-14.58.24 +InputEditor.LastCompileMethod=Unknown +MeshPaintEditorMode.TimeStamp=2025.04.09-15.00.17 +MeshPaintEditorMode.LastCompileMethod=Unknown +MeshPaintingToolset.TimeStamp=2025.04.09-15.00.17 +MeshPaintingToolset.LastCompileMethod=Unknown +RenderGraphInsights.TimeStamp=2025.04.09-15.00.28 +RenderGraphInsights.LastCompileMethod=Unknown +TraceUtilities.TimeStamp=2025.04.09-15.01.16 +TraceUtilities.LastCompileMethod=Unknown +EditorTraceUtilities.TimeStamp=2025.04.09-15.01.16 +EditorTraceUtilities.LastCompileMethod=Unknown +TraceTools.TimeStamp=2025.04.09-14.55.20 +TraceTools.LastCompileMethod=Unknown +WorldMetricsCore.TimeStamp=2025.04.09-15.01.27 +WorldMetricsCore.LastCompileMethod=Unknown +WorldMetricsTest.TimeStamp=2025.04.09-15.01.27 +WorldMetricsTest.LastCompileMethod=Unknown +CsvMetrics.TimeStamp=2025.04.09-15.01.27 +CsvMetrics.LastCompileMethod=Unknown +AdvancedRenamer.TimeStamp=2025.04.09-14.58.33 +AdvancedRenamer.LastCompileMethod=Unknown +AutomationUtils.TimeStamp=2025.04.09-14.58.38 +AutomationUtils.LastCompileMethod=Unknown +AutomationUtilsEditor.TimeStamp=2025.04.09-14.58.38 +AutomationUtilsEditor.LastCompileMethod=Unknown +BackChannel.TimeStamp=2025.04.09-14.58.45 +BackChannel.LastCompileMethod=Unknown +FractureEditor.TimeStamp=2025.04.09-14.58.46 +FractureEditor.LastCompileMethod=Unknown +ChaosNiagara.TimeStamp=2025.04.09-14.59.04 +ChaosNiagara.LastCompileMethod=Unknown +ChaosSolverEditor.TimeStamp=2025.04.09-14.59.04 +ChaosSolverEditor.LastCompileMethod=Unknown +ChaosUserDataPT.TimeStamp=2025.04.09-14.59.04 +ChaosUserDataPT.LastCompileMethod=Unknown +DataflowAssetTools.TimeStamp=2025.04.09-14.59.06 +DataflowAssetTools.LastCompileMethod=Unknown +DataflowEnginePlugin.TimeStamp=2025.04.09-14.59.06 +DataflowEnginePlugin.LastCompileMethod=Unknown +DataflowSimulation.TimeStamp=2025.04.09-14.55.14 +DataflowSimulation.LastCompileMethod=Unknown +DataflowNodes.TimeStamp=2025.04.09-14.59.06 +DataflowNodes.LastCompileMethod=Unknown +TedsCore.TimeStamp=2025.04.09-14.59.06 +TedsCore.LastCompileMethod=Unknown +TypedElementFramework.TimeStamp=2025.04.09-14.55.20 +TypedElementFramework.LastCompileMethod=Unknown +MassEntityEditor.TimeStamp=2025.04.09-14.55.17 +MassEntityEditor.LastCompileMethod=Unknown +MassEntityDebugger.TimeStamp=2025.04.09-14.55.17 +MassEntityDebugger.LastCompileMethod=Unknown +TedsUI.TimeStamp=2025.04.09-14.59.06 +TedsUI.LastCompileMethod=Unknown +GeometryCollectionEditor.TimeStamp=2025.04.09-14.59.06 +GeometryCollectionEditor.LastCompileMethod=Unknown +GeometryCollectionTracks.TimeStamp=2025.04.09-14.59.06 +GeometryCollectionTracks.LastCompileMethod=Unknown +GeometryCollectionSequencer.TimeStamp=2025.04.09-14.59.06 +GeometryCollectionSequencer.LastCompileMethod=Unknown +GeometryCollectionEngine.TimeStamp=2025.04.09-14.55.16 +GeometryCollectionEngine.LastCompileMethod=Unknown +GeometryCollectionNodes.TimeStamp=2025.04.09-14.59.06 +GeometryCollectionNodes.LastCompileMethod=Unknown +GeometryCollectionDepNodes.TimeStamp=2025.04.09-14.59.06 +GeometryCollectionDepNodes.LastCompileMethod=Unknown +GeometryFlowCore.TimeStamp=2025.04.09-14.59.06 +GeometryFlowCore.LastCompileMethod=Unknown +GeometryFlowMeshProcessing.TimeStamp=2025.04.09-14.59.06 +GeometryFlowMeshProcessing.LastCompileMethod=Unknown +GeometryFlowMeshProcessingEditor.TimeStamp=2025.04.09-14.59.06 +GeometryFlowMeshProcessingEditor.LastCompileMethod=Unknown +LocalizableMessage.TimeStamp=2025.04.09-14.59.09 +LocalizableMessage.LastCompileMethod=Unknown +LocalizableMessageBlueprint.TimeStamp=2025.04.09-14.59.09 +LocalizableMessageBlueprint.LastCompileMethod=Unknown +MeshModelingToolsExp.TimeStamp=2025.04.09-14.59.09 +MeshModelingToolsExp.LastCompileMethod=Unknown +MeshModelingToolsEditorOnlyExp.TimeStamp=2025.04.09-14.59.09 +MeshModelingToolsEditorOnlyExp.LastCompileMethod=Unknown +GeometryProcessingAdapters.TimeStamp=2025.04.09-14.59.09 +GeometryProcessingAdapters.LastCompileMethod=Unknown +ModelingEditorUI.TimeStamp=2025.04.09-14.59.09 +ModelingEditorUI.LastCompileMethod=Unknown +ModelingUI.TimeStamp=2025.04.09-14.59.09 +ModelingUI.LastCompileMethod=Unknown +SkeletalMeshModifiers.TimeStamp=2025.04.09-14.59.09 +SkeletalMeshModifiers.LastCompileMethod=Unknown +ToolPresetAsset.TimeStamp=2025.04.09-14.59.41 +ToolPresetAsset.LastCompileMethod=Unknown +ToolPresetEditor.TimeStamp=2025.04.09-14.59.41 +ToolPresetEditor.LastCompileMethod=Unknown +InterchangeEditor.TimeStamp=2025.04.09-15.00.08 +InterchangeEditor.LastCompileMethod=Unknown +InterchangeEditorPipelines.TimeStamp=2025.04.09-15.00.08 +InterchangeEditorPipelines.LastCompileMethod=Unknown +InterchangeEditorUtilities.TimeStamp=2025.04.09-15.00.08 +InterchangeEditorUtilities.LastCompileMethod=Unknown +GLTFCore.TimeStamp=2025.04.09-15.00.08 +GLTFCore.LastCompileMethod=Unknown +InterchangeMessages.TimeStamp=2025.04.09-15.00.08 +InterchangeMessages.LastCompileMethod=Unknown +InterchangeExport.TimeStamp=2025.04.09-15.00.08 +InterchangeExport.LastCompileMethod=Unknown +InterchangeDispatcher.TimeStamp=2025.04.09-15.00.08 +InterchangeDispatcher.LastCompileMethod=Unknown +InterchangeCommon.TimeStamp=2025.04.09-15.00.08 +InterchangeCommon.LastCompileMethod=Unknown +InterchangeCommonParser.TimeStamp=2025.04.09-15.00.08 +InterchangeCommonParser.LastCompileMethod=Unknown +InterchangeFbxParser.TimeStamp=2025.04.09-15.00.08 +InterchangeFbxParser.LastCompileMethod=Unknown +ImgMedia.TimeStamp=2025.04.09-15.00.09 +ImgMedia.LastCompileMethod=Unknown +MediaCompositing.TimeStamp=2025.04.09-15.00.09 +MediaCompositing.LastCompileMethod=Unknown +MediaPlate.TimeStamp=2025.04.09-15.00.09 +MediaPlate.LastCompileMethod=Unknown +MediaPlateEditor.TimeStamp=2025.04.09-15.00.09 +MediaPlateEditor.LastCompileMethod=Unknown +OnlineBase.TimeStamp=2025.04.09-15.00.19 +OnlineBase.LastCompileMethod=Unknown +TakeMovieScene.TimeStamp=2025.04.09-15.01.26 +TakeMovieScene.LastCompileMethod=Unknown +TakeSequencer.TimeStamp=2025.04.09-15.01.26 +TakeSequencer.LastCompileMethod=Unknown +InterchangeTests.TimeStamp=2025.04.09-15.01.16 +InterchangeTests.LastCompileMethod=Unknown +InterchangeTestEditor.TimeStamp=2025.04.09-15.01.16 +InterchangeTestEditor.LastCompileMethod=Unknown +Paper2DEditor.TimeStamp=2025.04.09-14.58.09 +Paper2DEditor.LastCompileMethod=Unknown +PaperSpriteSheetImporter.TimeStamp=2025.04.09-14.58.09 +PaperSpriteSheetImporter.LastCompileMethod=Unknown +PaperTiledImporter.TimeStamp=2025.04.09-14.58.09 +PaperTiledImporter.LastCompileMethod=Unknown +ACLPluginEditor.TimeStamp=2025.04.09-14.58.10 +ACLPluginEditor.LastCompileMethod=Unknown +AnimationModifierLibrary.TimeStamp=2025.04.09-14.58.10 +AnimationModifierLibrary.LastCompileMethod=Unknown +BlendSpaceMotionAnalysis.TimeStamp=2025.04.09-14.58.10 +BlendSpaceMotionAnalysis.LastCompileMethod=Unknown +ControlRigSpline.TimeStamp=2025.04.09-14.58.11 +ControlRigSpline.LastCompileMethod=Unknown +LiveLink.TimeStamp=2025.04.09-14.58.12 +LiveLink.LastCompileMethod=Unknown +LiveLinkComponents.TimeStamp=2025.04.09-14.58.12 +LiveLinkComponents.LastCompileMethod=Unknown +LiveLinkEditor.TimeStamp=2025.04.09-14.58.12 +LiveLinkEditor.LastCompileMethod=Unknown +LiveLinkGraphNode.TimeStamp=2025.04.09-14.58.12 +LiveLinkGraphNode.LastCompileMethod=Unknown +LiveLinkMovieScene.TimeStamp=2025.04.09-14.58.12 +LiveLinkMovieScene.LastCompileMethod=Unknown +LiveLinkSequencer.TimeStamp=2025.04.09-14.58.12 +LiveLinkSequencer.LastCompileMethod=Unknown +RigLogicModule.TimeStamp=2025.04.09-14.58.17 +RigLogicModule.LastCompileMethod=Unknown +RigLogicEditor.TimeStamp=2025.04.09-14.58.17 +RigLogicEditor.LastCompileMethod=Unknown +GameplayCamerasUncookedOnly.TimeStamp=2025.04.09-14.58.17 +GameplayCamerasUncookedOnly.LastCompileMethod=Unknown +OodleNetworkHandlerComponent.TimeStamp=2025.04.09-14.58.17 +OodleNetworkHandlerComponent.LastCompileMethod=Unknown +AnimationSharingEd.TimeStamp=2025.04.09-14.58.18 +AnimationSharingEd.LastCompileMethod=Unknown +CLionSourceCodeAccess.TimeStamp=2025.04.09-14.58.18 +CLionSourceCodeAccess.LastCompileMethod=Unknown +DumpGPUServices.TimeStamp=2025.04.09-14.58.18 +DumpGPUServices.LastCompileMethod=Unknown +GitSourceControl.TimeStamp=2025.04.09-14.58.18 +GitSourceControl.LastCompileMethod=Unknown +N10XSourceCodeAccess.TimeStamp=2025.04.09-14.58.18 +N10XSourceCodeAccess.LastCompileMethod=Unknown +PluginUtils.TimeStamp=2025.04.09-14.58.18 +PluginUtils.LastCompileMethod=Unknown +RiderSourceCodeAccess.TimeStamp=2025.04.09-14.58.18 +RiderSourceCodeAccess.LastCompileMethod=Unknown +SubversionSourceControl.TimeStamp=2025.04.09-14.58.18 +SubversionSourceControl.LastCompileMethod=Unknown +VisualStudioCodeSourceCodeAccess.TimeStamp=2025.04.09-14.58.18 +VisualStudioCodeSourceCodeAccess.LastCompileMethod=Unknown +UObjectPlugin.TimeStamp=2025.04.09-14.58.18 +UObjectPlugin.LastCompileMethod=Unknown +VisualStudioSourceCodeAccess.TimeStamp=2025.04.09-14.58.18 +VisualStudioSourceCodeAccess.LastCompileMethod=Unknown +BlueprintHeaderView.TimeStamp=2025.04.09-14.58.19 +BlueprintHeaderView.LastCompileMethod=Unknown +ChangelistReview.TimeStamp=2025.04.09-14.58.19 +ChangelistReview.LastCompileMethod=Unknown +ColorGradingEditor.TimeStamp=2025.04.09-14.58.19 +ColorGradingEditor.LastCompileMethod=Unknown +CurveEditorTools.TimeStamp=2025.04.09-14.58.19 +CurveEditorTools.LastCompileMethod=Unknown +EditorDebugTools.TimeStamp=2025.04.09-14.58.19 +EditorDebugTools.LastCompileMethod=Unknown +EditorScriptingUtilities.TimeStamp=2025.04.09-14.58.19 +EditorScriptingUtilities.LastCompileMethod=Unknown +CryptoKeys.TimeStamp=2025.04.09-14.58.19 +CryptoKeys.LastCompileMethod=Unknown +CryptoKeysOpenSSL.TimeStamp=2025.04.09-14.58.19 +CryptoKeysOpenSSL.LastCompileMethod=Unknown +ModelingToolsEditorMode.TimeStamp=2025.04.09-14.58.19 +ModelingToolsEditorMode.LastCompileMethod=Unknown +MeshLODToolset.TimeStamp=2025.04.09-14.58.19 +MeshLODToolset.LastCompileMethod=Unknown +MobileLauncherProfileWizard.TimeStamp=2025.04.09-14.58.19 +MobileLauncherProfileWizard.LastCompileMethod=Unknown +MaterialAnalyzer.TimeStamp=2025.04.09-14.58.19 +MaterialAnalyzer.LastCompileMethod=Unknown +PluginBrowser.TimeStamp=2025.04.09-14.58.19 +PluginBrowser.LastCompileMethod=Unknown +SequencerAnimTools.TimeStamp=2025.04.09-14.58.24 +SequencerAnimTools.LastCompileMethod=Unknown +SpeedTreeImporter.TimeStamp=2025.04.09-14.58.24 +SpeedTreeImporter.LastCompileMethod=Unknown +UMGWidgetPreview.TimeStamp=2025.04.09-14.58.24 +UMGWidgetPreview.LastCompileMethod=Unknown +UVEditor.TimeStamp=2025.04.09-14.58.24 +UVEditor.LastCompileMethod=Unknown +UVEditorTools.TimeStamp=2025.04.09-14.58.24 +UVEditorTools.LastCompileMethod=Unknown +UVEditorToolsEditorOnly.TimeStamp=2025.04.09-14.58.24 +UVEditorToolsEditorOnly.LastCompileMethod=Unknown +StylusInput.TimeStamp=2025.04.09-14.58.24 +StylusInput.LastCompileMethod=Unknown +StylusInputDebugWidget.TimeStamp=2025.04.09-14.58.24 +StylusInputDebugWidget.LastCompileMethod=Unknown +WorldPartitionHLODUtilities.TimeStamp=2025.04.09-14.58.24 +WorldPartitionHLODUtilities.LastCompileMethod=Unknown +DatasmithContentEditor.TimeStamp=2025.04.09-14.58.27 +DatasmithContentEditor.LastCompileMethod=Unknown +VariantManager.TimeStamp=2025.04.09-14.58.33 +VariantManager.LastCompileMethod=Unknown +VariantManagerContentEditor.TimeStamp=2025.04.09-14.58.33 +VariantManagerContentEditor.LastCompileMethod=Unknown +NiagaraBlueprintNodes.TimeStamp=2025.04.09-14.59.57 +NiagaraBlueprintNodes.LastCompileMethod=Unknown +NiagaraEditorWidgets.TimeStamp=2025.04.09-14.59.57 +NiagaraEditorWidgets.LastCompileMethod=Unknown +AlembicImporter.TimeStamp=2025.04.09-15.00.07 +AlembicImporter.LastCompileMethod=Unknown +AlembicLibrary.TimeStamp=2025.04.09-15.00.07 +AlembicLibrary.LastCompileMethod=Unknown +GeometryCache.TimeStamp=2025.04.09-15.00.29 +GeometryCache.LastCompileMethod=Unknown +GeometryCacheEd.TimeStamp=2025.04.09-15.00.29 +GeometryCacheEd.LastCompileMethod=Unknown +OculusXREyeTracker.TimeStamp=2025.03.19-01.00.15 +OculusXREyeTracker.LastCompileMethod=Unknown +OculusXREditor.TimeStamp=2025.03.19-01.00.28 +OculusXREditor.LastCompileMethod=Unknown +OculusXRUncookedOnly.TimeStamp=2025.03.19-01.00.13 +OculusXRUncookedOnly.LastCompileMethod=Unknown +SequencerScripting.TimeStamp=2025.04.09-15.00.18 +SequencerScripting.LastCompileMethod=Unknown +SequencerScriptingEditor.TimeStamp=2025.04.09-15.00.18 +SequencerScriptingEditor.LastCompileMethod=Unknown +TemplateSequence.TimeStamp=2025.04.09-15.00.18 +TemplateSequence.LastCompileMethod=Unknown +NNEDenoiser.TimeStamp=2025.04.09-15.00.19 +NNEDenoiser.LastCompileMethod=Unknown +ActorLayerUtilities.TimeStamp=2025.04.09-15.00.28 +ActorLayerUtilities.LastCompileMethod=Unknown +ActorLayerUtilitiesEditor.TimeStamp=2025.04.09-15.00.28 +ActorLayerUtilitiesEditor.LastCompileMethod=Unknown +AndroidPermission.TimeStamp=2025.04.09-15.00.28 +AndroidPermission.LastCompileMethod=Unknown +AppleImageUtils.TimeStamp=2025.04.09-15.00.28 +AppleImageUtils.LastCompileMethod=Unknown +AppleImageUtilsBlueprintSupport.TimeStamp=2025.04.09-15.00.28 +AppleImageUtilsBlueprintSupport.LastCompileMethod=Unknown +ArchVisCharacter.TimeStamp=2025.04.09-15.00.28 +ArchVisCharacter.LastCompileMethod=Unknown +AssetTags.TimeStamp=2025.04.09-15.00.28 +AssetTags.LastCompileMethod=Unknown +AudioCapture.TimeStamp=2025.04.09-15.00.28 +AudioCapture.LastCompileMethod=Unknown +AudioCaptureWasapi.TimeStamp=2025.04.09-14.55.13 +AudioCaptureWasapi.LastCompileMethod=Unknown +AudioWidgetsEditor.TimeStamp=2025.04.09-15.00.28 +AudioWidgetsEditor.LastCompileMethod=Unknown +ComputeFrameworkEditor.TimeStamp=2025.04.09-15.00.28 +ComputeFrameworkEditor.LastCompileMethod=Unknown +GeometryCacheSequencer.TimeStamp=2025.04.09-15.00.29 +GeometryCacheSequencer.LastCompileMethod=Unknown +GeometryCacheStreamer.TimeStamp=2025.04.09-15.00.29 +GeometryCacheStreamer.LastCompileMethod=Unknown +GeometryCacheTracks.TimeStamp=2025.04.09-15.00.29 +GeometryCacheTracks.LastCompileMethod=Unknown +GooglePAD.TimeStamp=2025.04.09-15.00.38 +GooglePAD.LastCompileMethod=Unknown +HairStrandsDeformer.TimeStamp=2025.04.09-15.00.39 +HairStrandsDeformer.LastCompileMethod=Unknown +HairStrandsRuntime.TimeStamp=2025.04.09-15.00.39 +HairStrandsRuntime.LastCompileMethod=Unknown +HairStrandsEditor.TimeStamp=2025.04.09-15.00.39 +HairStrandsEditor.LastCompileMethod=Unknown +HairCardGeneratorFramework.TimeStamp=2025.04.09-15.00.39 +HairCardGeneratorFramework.LastCompileMethod=Unknown +GeometryAlgorithms.TimeStamp=2025.04.09-15.00.29 +GeometryAlgorithms.LastCompileMethod=Unknown +DynamicMesh.TimeStamp=2025.04.09-15.00.29 +DynamicMesh.LastCompileMethod=Unknown +MeshFileUtils.TimeStamp=2025.04.09-15.00.29 +MeshFileUtils.LastCompileMethod=Unknown +InputDebugging.TimeStamp=2025.04.09-15.00.50 +InputDebugging.LastCompileMethod=Unknown +InputDebuggingEditor.TimeStamp=2025.04.09-15.00.50 +InputDebuggingEditor.LastCompileMethod=Unknown +MeshModelingTools.TimeStamp=2025.04.09-15.00.50 +MeshModelingTools.LastCompileMethod=Unknown +MeshModelingToolsEditorOnly.TimeStamp=2025.04.09-15.00.50 +MeshModelingToolsEditorOnly.LastCompileMethod=Unknown +ModelingComponents.TimeStamp=2025.04.09-15.00.50 +ModelingComponents.LastCompileMethod=Unknown +GeometryFramework.TimeStamp=2025.04.09-14.55.16 +GeometryFramework.LastCompileMethod=Unknown +ModelingComponentsEditorOnly.TimeStamp=2025.04.09-15.00.50 +ModelingComponentsEditorOnly.LastCompileMethod=Unknown +ModelingOperators.TimeStamp=2025.04.09-15.00.50 +ModelingOperators.LastCompileMethod=Unknown +ModelingOperatorsEditorOnly.TimeStamp=2025.04.09-15.00.50 +ModelingOperatorsEditorOnly.LastCompileMethod=Unknown +MobilePatchingUtils.TimeStamp=2025.04.09-15.00.52 +MobilePatchingUtils.LastCompileMethod=Unknown +OpenXREditor.TimeStamp=2025.04.09-15.01.04 +OpenXREditor.LastCompileMethod=Unknown +OpenXRHandTrackingEditor.TimeStamp=2025.04.09-15.01.05 +OpenXRHandTrackingEditor.LastCompileMethod=Unknown +ProceduralMeshComponentEditor.TimeStamp=2025.04.09-15.01.05 +ProceduralMeshComponentEditor.LastCompileMethod=Unknown +StateTreeEditorModule.TimeStamp=2025.04.09-15.01.09 +StateTreeEditorModule.LastCompileMethod=Unknown +SynthesisEditor.TimeStamp=2025.04.09-15.01.09 +SynthesisEditor.LastCompileMethod=Unknown +UnrealUSDWrapper.TimeStamp=2025.04.09-15.01.09 +UnrealUSDWrapper.LastCompileMethod=Unknown +USDUtilities.TimeStamp=2025.04.09-15.01.09 +USDUtilities.LastCompileMethod=Unknown +USDClasses.TimeStamp=2025.04.09-15.01.09 +USDClasses.LastCompileMethod=Unknown +XRBase.TimeStamp=2025.04.09-15.01.16 +XRBase.LastCompileMethod=Unknown +XRBaseEditor.TimeStamp=2025.04.09-15.01.16 +XRBaseEditor.LastCompileMethod=Unknown +MetaHumanSDKEditor.TimeStamp=2025.04.09-14.59.10 +MetaHumanSDKEditor.LastCompileMethod=Unknown +MetaHumanSDKRuntime.TimeStamp=2025.04.09-14.59.10 +MetaHumanSDKRuntime.LastCompileMethod=Unknown +XInputDevice.TimeStamp=2025.04.09-15.01.16 +XInputDevice.LastCompileMethod=Unknown +PortableObjectFileDataSource.TimeStamp=2025.04.09-14.58.19 +PortableObjectFileDataSource.LastCompileMethod=Unknown +ContentBrowserAssetDataSource.TimeStamp=2025.04.09-14.58.19 +ContentBrowserAssetDataSource.LastCompileMethod=Unknown +CollectionManager.TimeStamp=2025.04.09-14.55.14 +CollectionManager.LastCompileMethod=Unknown +ContentBrowserClassDataSource.TimeStamp=2025.04.09-14.58.19 +ContentBrowserClassDataSource.LastCompileMethod=Unknown +ObjectMixerEditor.TimeStamp=2025.04.09-14.58.19 +ObjectMixerEditor.LastCompileMethod=Unknown +ContentBrowserFileDataSource.TimeStamp=2025.04.09-14.58.19 +ContentBrowserFileDataSource.LastCompileMethod=Unknown +LightMixer.TimeStamp=2025.04.09-14.58.19 +LightMixer.LastCompileMethod=Unknown +SkeletalMeshModelingTools.TimeStamp=2025.04.09-14.58.33 +SkeletalMeshModelingTools.LastCompileMethod=Unknown +SkeletalMeshEditor.TimeStamp=2025.04.09-14.55.19 +SkeletalMeshEditor.LastCompileMethod=Unknown +BaseCharacterFXEditor.TimeStamp=2025.04.09-14.59.04 +BaseCharacterFXEditor.LastCompileMethod=Unknown +ConcertSyncClient.TimeStamp=2025.04.09-14.58.18 +ConcertSyncClient.LastCompileMethod=Unknown +Bridge.TimeStamp=2025.04.09-15.20.10 +Bridge.LastCompileMethod=Unknown +MegascansPlugin.TimeStamp=2025.04.09-15.20.10 +MegascansPlugin.LastCompileMethod=Unknown +CmdLinkServer.TimeStamp=2025.04.09-14.58.17 +CmdLinkServer.LastCompileMethod=Unknown +Fab.TimeStamp=2025.04.09-15.20.05 +Fab.LastCompileMethod=Unknown +DataflowEditor.TimeStamp=2025.04.09-14.59.06 +DataflowEditor.LastCompileMethod=Unknown +TakesCore.TimeStamp=2025.04.09-15.01.26 +TakesCore.LastCompileMethod=Unknown +TakeTrackRecorders.TimeStamp=2025.04.09-15.01.26 +TakeTrackRecorders.LastCompileMethod=Unknown +TakeRecorderSources.TimeStamp=2025.04.09-15.01.26 +TakeRecorderSources.LastCompileMethod=Unknown +CacheTrackRecorder.TimeStamp=2025.04.09-15.01.26 +CacheTrackRecorder.LastCompileMethod=Unknown +AudioSynesthesiaEditor.TimeStamp=2025.04.09-15.00.28 +AudioSynesthesiaEditor.LastCompileMethod=Unknown +ProfileVisualizer.TimeStamp=2025.04.09-14.55.18 +ProfileVisualizer.LastCompileMethod=Unknown +ImageWriteQueue.TimeStamp=2025.04.09-14.55.16 +ImageWriteQueue.LastCompileMethod=Unknown +TypedElementRuntime.TimeStamp=2025.04.09-14.55.20 +TypedElementRuntime.LastCompileMethod=Unknown +LevelInstanceEditor.TimeStamp=2025.04.09-14.55.17 +LevelInstanceEditor.LastCompileMethod=Unknown +AIModule.TimeStamp=2025.04.09-14.55.13 +AIModule.LastCompileMethod=Unknown +NavigationSystem.TimeStamp=2025.04.09-14.55.18 +NavigationSystem.LastCompileMethod=Unknown +AITestSuite.TimeStamp=2025.04.09-14.55.13 +AITestSuite.LastCompileMethod=Unknown +GameplayDebugger.TimeStamp=2025.04.09-14.55.16 +GameplayDebugger.LastCompileMethod=Unknown +MessagingRpc.TimeStamp=2025.04.09-14.55.18 +MessagingRpc.LastCompileMethod=Unknown +PortalRpc.TimeStamp=2025.04.09-14.55.18 +PortalRpc.LastCompileMethod=Unknown +PortalServices.TimeStamp=2025.04.09-14.55.18 +PortalServices.LastCompileMethod=Unknown +AnalyticsET.TimeStamp=2025.04.09-14.55.13 +AnalyticsET.LastCompileMethod=Unknown +LauncherPlatform.TimeStamp=2025.04.09-14.55.17 +LauncherPlatform.LastCompileMethod=Unknown +AudioMixerXAudio2.TimeStamp=2025.04.09-14.55.13 +AudioMixerXAudio2.LastCompileMethod=Unknown +AudioMixer.TimeStamp=2025.04.09-14.55.13 +AudioMixer.LastCompileMethod=Unknown +AudioMixerCore.TimeStamp=2025.04.09-14.55.13 +AudioMixerCore.LastCompileMethod=Unknown +StreamingPauseRendering.TimeStamp=2025.04.09-14.55.20 +StreamingPauseRendering.LastCompileMethod=Unknown +MovieScene.TimeStamp=2025.04.09-14.55.18 +MovieScene.LastCompileMethod=Unknown +MovieSceneTracks.TimeStamp=2025.04.09-14.55.18 +MovieSceneTracks.LastCompileMethod=Unknown +CinematicCamera.TimeStamp=2025.04.09-14.55.14 +CinematicCamera.LastCompileMethod=Unknown +SparseVolumeTexture.TimeStamp=2025.04.09-14.55.19 +SparseVolumeTexture.LastCompileMethod=Unknown +Documentation.TimeStamp=2025.04.09-14.55.15 +Documentation.LastCompileMethod=Unknown +OutputLog.TimeStamp=2025.04.09-14.55.18 +OutputLog.LastCompileMethod=Unknown +SourceControlWindows.TimeStamp=2025.04.09-14.55.19 +SourceControlWindows.LastCompileMethod=Unknown +SourceControlWindowExtender.TimeStamp=2025.04.09-14.55.19 +SourceControlWindowExtender.LastCompileMethod=Unknown +UncontrolledChangelists.TimeStamp=2025.04.09-14.55.21 +UncontrolledChangelists.LastCompileMethod=Unknown +ClassViewer.TimeStamp=2025.04.09-14.55.14 +ClassViewer.LastCompileMethod=Unknown +StructViewer.TimeStamp=2025.04.09-14.55.20 +StructViewer.LastCompileMethod=Unknown +GraphEditor.TimeStamp=2025.04.09-14.55.16 +GraphEditor.LastCompileMethod=Unknown +Kismet.TimeStamp=2025.04.09-14.55.17 +Kismet.LastCompileMethod=Unknown +KismetWidgets.TimeStamp=2025.04.09-14.55.17 +KismetWidgets.LastCompileMethod=Unknown +Persona.TimeStamp=2025.04.09-14.55.18 +Persona.LastCompileMethod=Unknown +AdvancedPreviewScene.TimeStamp=2025.04.09-14.55.13 +AdvancedPreviewScene.LastCompileMethod=Unknown +AnimationBlueprintEditor.TimeStamp=2025.04.09-14.55.13 +AnimationBlueprintEditor.LastCompileMethod=Unknown +PackagesDialog.TimeStamp=2025.04.09-14.55.18 +PackagesDialog.LastCompileMethod=Unknown +DetailCustomizations.TimeStamp=2025.04.09-14.55.15 +DetailCustomizations.LastCompileMethod=Unknown +ComponentVisualizers.TimeStamp=2025.04.09-14.55.14 +ComponentVisualizers.LastCompileMethod=Unknown +Layers.TimeStamp=2025.04.09-14.55.17 +Layers.LastCompileMethod=Unknown +AutomationWindow.TimeStamp=2025.04.09-14.55.13 +AutomationWindow.LastCompileMethod=Unknown +AutomationController.TimeStamp=2025.04.09-14.55.13 +AutomationController.LastCompileMethod=Unknown +DeviceManager.TimeStamp=2025.04.09-14.55.15 +DeviceManager.LastCompileMethod=Unknown +ProfilerClient.TimeStamp= +ProfilerClient.LastCompileMethod=Unknown +SessionFrontend.TimeStamp=2025.04.09-14.55.19 +SessionFrontend.LastCompileMethod=Unknown +ProjectLauncher.TimeStamp=2025.04.09-14.55.18 +ProjectLauncher.LastCompileMethod=Unknown +SettingsEditor.TimeStamp=2025.04.09-14.55.19 +SettingsEditor.LastCompileMethod=Unknown +EditorSettingsViewer.TimeStamp=2025.04.09-14.55.15 +EditorSettingsViewer.LastCompileMethod=Unknown +InternationalizationSettings.TimeStamp=2025.04.09-14.55.17 +InternationalizationSettings.LastCompileMethod=Unknown +ProjectSettingsViewer.TimeStamp=2025.04.09-14.55.18 +ProjectSettingsViewer.LastCompileMethod=Unknown +ProjectTargetPlatformEditor.TimeStamp=2025.04.09-14.55.18 +ProjectTargetPlatformEditor.LastCompileMethod=Unknown +Blutility.TimeStamp=2025.04.09-14.55.13 +Blutility.LastCompileMethod=Unknown +XmlParser.TimeStamp=2025.04.09-14.55.22 +XmlParser.LastCompileMethod=Unknown +UndoHistory.TimeStamp=2025.04.09-14.55.21 +UndoHistory.LastCompileMethod=Unknown +DeviceProfileEditor.TimeStamp=2025.04.09-14.55.15 +DeviceProfileEditor.LastCompileMethod=Unknown +HardwareTargeting.TimeStamp=2025.04.09-14.55.16 +HardwareTargeting.LastCompileMethod=Unknown +LocalizationDashboard.TimeStamp=2025.04.09-14.55.17 +LocalizationDashboard.LastCompileMethod=Unknown +LocalizationService.TimeStamp=2025.04.09-14.55.17 +LocalizationService.LastCompileMethod=Unknown +MergeActors.TimeStamp=2025.04.09-14.55.18 +MergeActors.LastCompileMethod=Unknown +InputBindingEditor.TimeStamp=2025.04.09-14.55.16 +InputBindingEditor.LastCompileMethod=Unknown +EditorInteractiveToolsFramework.TimeStamp=2025.04.09-14.55.15 +EditorInteractiveToolsFramework.LastCompileMethod=Unknown +InteractiveToolsFramework.TimeStamp=2025.04.09-14.55.16 +InteractiveToolsFramework.LastCompileMethod=Unknown +TraceInsights.TimeStamp=2025.04.09-14.55.20 +TraceInsights.LastCompileMethod=Unknown +TraceInsightsCore.TimeStamp=2025.04.09-14.55.20 +TraceInsightsCore.LastCompileMethod=Unknown +StaticMeshEditor.TimeStamp=2025.04.09-14.55.19 +StaticMeshEditor.LastCompileMethod=Unknown +EditorFramework.TimeStamp=2025.04.09-14.55.15 +EditorFramework.LastCompileMethod=Unknown +EditorConfig.TimeStamp=2025.04.09-14.55.15 +EditorConfig.LastCompileMethod=Unknown +DerivedDataEditor.TimeStamp=2025.04.09-14.55.15 +DerivedDataEditor.LastCompileMethod=Unknown +CSVtoSVG.TimeStamp=2025.04.09-14.55.14 +CSVtoSVG.LastCompileMethod=Unknown +VirtualizationEditor.TimeStamp=2025.04.09-14.55.22 +VirtualizationEditor.LastCompileMethod=Unknown +AnimationSettings.TimeStamp=2025.04.09-14.55.13 +AnimationSettings.LastCompileMethod=Unknown +GameplayDebuggerEditor.TimeStamp=2025.04.09-14.55.16 +GameplayDebuggerEditor.LastCompileMethod=Unknown +RenderResourceViewer.TimeStamp=2025.04.09-14.55.19 +RenderResourceViewer.LastCompileMethod=Unknown +UniversalObjectLocatorEditor.TimeStamp=2025.04.09-14.55.22 +UniversalObjectLocatorEditor.LastCompileMethod=Unknown +StructUtilsEditor.TimeStamp=2025.04.09-14.55.20 +StructUtilsEditor.LastCompileMethod=Unknown +StructUtilsTestSuite.TimeStamp=2025.04.09-14.55.20 +StructUtilsTestSuite.LastCompileMethod=Unknown +AndroidRuntimeSettings.TimeStamp=2025.04.09-14.55.02 +AndroidRuntimeSettings.LastCompileMethod=Unknown +IOSRuntimeSettings.TimeStamp=2025.04.09-14.55.06 +IOSRuntimeSettings.LastCompileMethod=Unknown +MacPlatformEditor.TimeStamp=2025.04.09-14.55.17 +MacPlatformEditor.LastCompileMethod=Unknown +WindowsPlatformEditor.TimeStamp=2025.04.09-14.55.22 +WindowsPlatformEditor.LastCompileMethod=Unknown +AndroidPlatformEditor.TimeStamp=2025.04.09-14.55.02 +AndroidPlatformEditor.LastCompileMethod=Unknown +AndroidDeviceDetection.TimeStamp=2025.04.09-14.55.02 +AndroidDeviceDetection.LastCompileMethod=Unknown +PIEPreviewDeviceProfileSelector.TimeStamp=2025.04.09-14.55.18 +PIEPreviewDeviceProfileSelector.LastCompileMethod=Unknown +IOSPlatformEditor.TimeStamp=2025.04.09-14.55.06 +IOSPlatformEditor.LastCompileMethod=Unknown +LogVisualizer.TimeStamp=2025.04.09-14.55.17 +LogVisualizer.LastCompileMethod=Unknown +WidgetRegistration.TimeStamp=2025.04.09-14.55.22 +WidgetRegistration.LastCompileMethod=Unknown +ClothPainter.TimeStamp=2025.04.09-14.55.14 +ClothPainter.LastCompileMethod=Unknown +ViewportInteraction.TimeStamp=2025.04.09-14.55.22 +ViewportInteraction.LastCompileMethod=Unknown +EditorWidgets.TimeStamp=2025.04.09-14.55.15 +EditorWidgets.LastCompileMethod=Unknown +ViewportSnapping.TimeStamp=2025.04.09-14.55.22 +ViewportSnapping.LastCompileMethod=Unknown +MeshPaint.TimeStamp=2025.04.09-14.55.18 +MeshPaint.LastCompileMethod=Unknown +PlacementMode.TimeStamp=2025.04.09-14.55.18 +PlacementMode.LastCompileMethod=Unknown +SessionServices.TimeStamp=2025.04.09-14.55.19 +SessionServices.LastCompileMethod=Unknown +CharacterAI.TimeStamp=2025.04.09-14.59.04 +CharacterAI.LastCompileMethod=Unknown +FractureEngine.TimeStamp=2025.04.09-14.59.06 +FractureEngine.LastCompileMethod=Unknown +PlanarCut.TimeStamp=2025.04.09-14.59.29 +PlanarCut.LastCompileMethod=Unknown +AndroidMediaEditor.TimeStamp=2025.04.09-15.00.09 +AndroidMediaEditor.LastCompileMethod=Unknown +AndroidMediaFactory.TimeStamp=2025.04.09-15.00.09 +AndroidMediaFactory.LastCompileMethod=Unknown +AvfMediaEditor.TimeStamp=2025.04.09-15.00.09 +AvfMediaEditor.LastCompileMethod=Unknown +AvfMediaFactory.TimeStamp=2025.04.09-15.00.09 +AvfMediaFactory.LastCompileMethod=Unknown +ImgMediaEditor.TimeStamp=2025.04.09-15.00.09 +ImgMediaEditor.LastCompileMethod=Unknown +ImgMediaFactory.TimeStamp=2025.04.09-15.00.09 +ImgMediaFactory.LastCompileMethod=Unknown +OpenExrWrapper.TimeStamp=2025.04.09-15.00.09 +OpenExrWrapper.LastCompileMethod=Unknown +MediaCompositingEditor.TimeStamp=2025.04.09-15.00.09 +MediaCompositingEditor.LastCompileMethod=Unknown +SequenceRecorder.TimeStamp=2025.04.09-14.55.19 +SequenceRecorder.LastCompileMethod=Unknown +MediaPlayerEditor.TimeStamp=2025.04.09-15.00.09 +MediaPlayerEditor.LastCompileMethod=Unknown +WebMMedia.TimeStamp=2025.04.09-15.00.14 +WebMMedia.LastCompileMethod=Unknown +WebMMediaEditor.TimeStamp=2025.04.09-15.00.14 +WebMMediaEditor.LastCompileMethod=Unknown +WebMMediaFactory.TimeStamp=2025.04.09-15.00.14 +WebMMediaFactory.LastCompileMethod=Unknown +WmfMediaEditor.TimeStamp=2025.04.09-15.00.15 +WmfMediaEditor.LastCompileMethod=Unknown +WmfMediaFactory.TimeStamp=2025.04.09-15.00.15 +WmfMediaFactory.LastCompileMethod=Unknown +SmartSnapping.TimeStamp=2025.04.09-14.58.09 +SmartSnapping.LastCompileMethod=Unknown +ControlRigEditor.TimeStamp=2025.04.09-14.58.10 +ControlRigEditor.LastCompileMethod=Unknown +OptimusEditor.TimeStamp=2025.04.09-14.58.11 +OptimusEditor.LastCompileMethod=Unknown +LiveLinkMultiUser.TimeStamp=2025.04.09-14.58.12 +LiveLinkMultiUser.LastCompileMethod=Unknown +IKRigEditor.TimeStamp=2025.04.09-14.58.12 +IKRigEditor.LastCompileMethod=Unknown +CameraShakePreviewer.TimeStamp=2025.04.09-14.58.17 +CameraShakePreviewer.LastCompileMethod=Unknown +GameplayCamerasEditor.TimeStamp=2025.04.09-14.58.17 +GameplayCamerasEditor.LastCompileMethod=Unknown +GeometryMode.TimeStamp=2025.04.09-14.58.19 +GeometryMode.LastCompileMethod=Unknown +BspMode.TimeStamp=2025.04.09-14.58.19 +BspMode.LastCompileMethod=Unknown +TextureAlignMode.TimeStamp=2025.04.09-14.58.19 +TextureAlignMode.LastCompileMethod=Unknown +EngineAssetDefinitions.TimeStamp=2025.04.09-14.58.19 +EngineAssetDefinitions.LastCompileMethod=Unknown +OculusXRMR.TimeStamp=2025.03.19-01.00.13 +OculusXRMR.LastCompileMethod=Unknown +OculusXRAsyncRequest.TimeStamp=2025.03.19-00.59.36 +OculusXRAsyncRequest.LastCompileMethod=Unknown +OculusXRProjectSetupTool.TimeStamp=2025.03.19-01.00.19 +OculusXRProjectSetupTool.LastCompileMethod=Unknown +LauncherServices.TimeStamp=2025.04.09-14.55.17 +LauncherServices.LastCompileMethod=Unknown +MRUtilityKit.TimeStamp=2025.03.19-01.00.15 +MRUtilityKit.LastCompileMethod=Unknown +MRUtilityKitEditor.TimeStamp=2025.03.19-01.00.26 +MRUtilityKitEditor.LastCompileMethod=Unknown +ActorSequenceEditor.TimeStamp=2025.04.09-15.00.18 +ActorSequenceEditor.LastCompileMethod=Unknown +LevelSequenceEditor.TimeStamp=2025.04.09-15.00.18 +LevelSequenceEditor.LastCompileMethod=Unknown +TemplateSequenceEditor.TimeStamp=2025.04.09-15.00.18 +TemplateSequenceEditor.LastCompileMethod=Unknown +AndroidFileServerEditor.TimeStamp=2025.04.09-15.00.28 +AndroidFileServerEditor.LastCompileMethod=Unknown +AudioCaptureEditor.TimeStamp=2025.04.09-15.00.28 +AudioCaptureEditor.LastCompileMethod=Unknown +GooglePADEditor.TimeStamp=2025.04.09-15.00.38 +GooglePADEditor.LastCompileMethod=Unknown +OpenXRInput.TimeStamp=2025.04.09-15.01.04 +OpenXRInput.LastCompileMethod=Unknown +RigVMEditor.TimeStamp=2025.04.09-15.01.09 +RigVMEditor.LastCompileMethod=Unknown +ResonanceAudioEditor.TimeStamp=2025.04.09-15.01.05 +ResonanceAudioEditor.LastCompileMethod=Unknown +WaveTableEditor.TimeStamp=2025.04.09-15.01.15 +WaveTableEditor.LastCompileMethod=Unknown +ActorPickerMode.TimeStamp=2025.04.09-14.55.13 +ActorPickerMode.LastCompileMethod=Unknown +SceneDepthPickerMode.TimeStamp=2025.04.09-14.55.19 +SceneDepthPickerMode.LastCompileMethod=Unknown +LandscapeEditor.TimeStamp=2025.04.09-14.55.17 +LandscapeEditor.LastCompileMethod=Unknown +FoliageEdit.TimeStamp=2025.04.09-14.55.16 +FoliageEdit.LastCompileMethod=Unknown +VirtualTexturingEditor.TimeStamp=2025.04.09-14.55.22 +VirtualTexturingEditor.LastCompileMethod=Unknown +AutomationWorker.TimeStamp=2025.04.09-14.55.13 +AutomationWorker.LastCompileMethod=Unknown +SequenceRecorderSections.TimeStamp=2025.04.09-14.55.19 +SequenceRecorderSections.LastCompileMethod=Unknown +StatsViewer.TimeStamp=2025.04.09-14.55.19 +StatsViewer.LastCompileMethod=Unknown +GameProjectGeneration.TimeStamp=2025.04.09-14.55.16 +GameProjectGeneration.LastCompileMethod=Unknown +AddContentDialog.TimeStamp=2025.04.09-14.55.13 +AddContentDialog.LastCompileMethod=Unknown +WidgetCarousel.TimeStamp=2025.04.09-14.55.22 +WidgetCarousel.LastCompileMethod=Unknown +UnsavedAssetsTracker.TimeStamp=2025.04.09-14.55.22 +UnsavedAssetsTracker.LastCompileMethod=Unknown +StatusBar.TimeStamp=2025.04.09-14.55.20 +StatusBar.LastCompileMethod=Unknown +SceneOutliner.TimeStamp=2025.04.09-14.55.19 +SceneOutliner.LastCompileMethod=Unknown +SubobjectEditor.TimeStamp=2025.04.09-14.55.20 +SubobjectEditor.LastCompileMethod=Unknown +ExternalImagePicker.TimeStamp=2025.04.09-14.55.16 +ExternalImagePicker.LastCompileMethod=Unknown +HierarchicalLODOutliner.TimeStamp=2025.04.09-14.55.16 +HierarchicalLODOutliner.LastCompileMethod=Unknown +Voice.TimeStamp=2025.04.09-14.55.22 +Voice.LastCompileMethod=Unknown +MovieSceneCapture.TimeStamp=2025.04.09-14.55.18 +MovieSceneCapture.LastCompileMethod=Unknown +MaterialEditor.TimeStamp=2025.04.09-14.55.17 +MaterialEditor.LastCompileMethod=Unknown + +[Python] +LastDirectory= +RecentsFiles=D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py + diff --git a/HandyMann/Saved/Config/WindowsEditor/Game.ini b/HandyMann/Saved/Config/WindowsEditor/Game.ini new file mode 100644 index 0000000..536c424 --- /dev/null +++ b/HandyMann/Saved/Config/WindowsEditor/Game.ini @@ -0,0 +1,4 @@ +;METADATA=(Diff=true, UseCommands=true) +[StartupActions] +bAddPacks=False + diff --git a/HandyMann/Saved/Config/WindowsEditor/GameUserSettings.ini b/HandyMann/Saved/Config/WindowsEditor/GameUserSettings.ini new file mode 100644 index 0000000..b079e2e --- /dev/null +++ b/HandyMann/Saved/Config/WindowsEditor/GameUserSettings.ini @@ -0,0 +1,30 @@ +;METADATA=(Diff=true, UseCommands=true) +[/Script/Engine.GameUserSettings] +bUseVSync=False +bUseDynamicResolution=False +ResolutionSizeX=2560 +ResolutionSizeY=1440 +LastUserConfirmedResolutionSizeX=2560 +LastUserConfirmedResolutionSizeY=1440 +WindowPosX=-1 +WindowPosY=-1 +FullscreenMode=1 +LastConfirmedFullscreenMode=1 +PreferredFullscreenMode=1 +Version=5 +AudioQualityLevel=0 +LastConfirmedAudioQualityLevel=0 +FrameRateLimit=0.000000 +DesiredScreenWidth=1280 +bUseDesiredScreenHeight=False +DesiredScreenHeight=720 +LastUserConfirmedDesiredScreenWidth=1280 +LastUserConfirmedDesiredScreenHeight=720 +LastRecommendedScreenWidth=-1.000000 +LastRecommendedScreenHeight=-1.000000 +LastCPUBenchmarkResult=-1.000000 +LastGPUBenchmarkResult=-1.000000 +LastGPUBenchmarkMultiplier=1.000000 +bUseHDRDisplayOutput=False +HDRDisplayOutputNits=1000 + diff --git a/HandyMann/Saved/Logs/HandyMann-backup-2025.04.09-15.39.36.log b/HandyMann/Saved/Logs/HandyMann-backup-2025.04.09-15.39.36.log new file mode 100644 index 0000000..546aae6 --- /dev/null +++ b/HandyMann/Saved/Logs/HandyMann-backup-2025.04.09-15.39.36.log @@ -0,0 +1,2092 @@ +Log file open, 04/09/25 18:30:37 +LogWindows: Failed to load 'aqProf.dll' (GetLastError=126) +LogWindows: File 'aqProf.dll' does not exist +LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126) +LogWindows: File 'VtuneApi.dll' does not exist +LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126) +LogWindows: File 'VtuneApi32e.dll' does not exist +LogWindows: Started CrashReportClient (pid=18764) +LogWindows: Warning: Failed to set completion port for job object "UE.ShaderCompileWorker.JobGroup": The parameter is incorrect. +LogWindows: Custom abort handler registered for crash reporting. +LogInit: Display: Running engine for game: HandyMann +LogCore: UTS: Unreal Trace Server launched successfully +LogTrace: Initializing trace... +LogCore: Display: Requested channels: 'cpu,gpu,frame,log,bookmark,screenshot,region' +LogTrace: Display: Display Control listening on port 40607 +LogTrace: Finished trace initialization. +LogCsvProfiler: Display: Metadata set : platform="Windows" +LogCsvProfiler: Display: Metadata set : config="Development" +LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.5-CL-40574608" +LogCsvProfiler: Display: Metadata set : engineversion="5.5.4-40574608+++UE5+Release-5.5" +LogCsvProfiler: Display: Metadata set : os="Windows 10 (22H2) [10.0.19045.5608] " +LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 9 3900X 12-Core Processor" +LogCsvProfiler: Display: Metadata set : pgoenabled="0" +LogCsvProfiler: Display: Metadata set : pgoprofilingenabled="0" +LogCsvProfiler: Display: Metadata set : ltoenabled="0" +LogCsvProfiler: Display: Metadata set : asan="0" +LogCsvProfiler: Display: Metadata set : commandline="" "D:\R. Samuel\VR-tasks\Wizard game\HandyMann\HandyMann.uproject" -AUTH_LOGIN=unused -AUTH_PASSWORD=a6709301f96c450e9404eac44f4bdd17 -AUTH_TYPE=exchangecode -epicapp=UE_5.5 -epicenv=Prod -EpicPortal -epicusername=mxssw -epicuserid=1e61d639f2d5465389723e7b879a143c -epiclocale=en -epicsandboxid=ue"" +LogCsvProfiler: Display: Metadata set : loginid="0263ee444c1e3b1c1bf18c9ea6cc2ba4" +LogCsvProfiler: Display: Metadata set : llm="0" +LogStats: Stats thread started at 0.371829 +LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetActorFactory id: 0 +LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetSubObjectFactory id: 1 +LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +2:00, Platform Override: '' +LogInit: Session CrashGUID >==================================================== + Session CrashGUID > UECC-Windows-317544634BF3653C4C512D8CB491EA10 + Session CrashGUID >==================================================== +LogConfig: No local boot hotfix file found at: [../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/PersistentDownloadDir/HotfixForNextBoot.txt] +LogAudio: Display: Pre-Initializing Audio Device Manager... +LogAudio: Display: AudioInfo: 'OPUS' Registered +LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. +LogAudio: Display: AudioInfo: 'OGG' Registered +LogAudio: Display: AudioInfo: 'ADPCM' Registered +LogAudio: Display: AudioInfo: 'PCM' Registered +LogAudio: Display: AudioInfo: 'BINKA' Registered +LogAudio: Display: AudioInfo: 'RADA' Registered +LogAudio: Display: Audio Device Manager Pre-Initialized +LogPluginManager: Looking for build plugins target receipt +LogPluginManager: Unable to find target receipt in path: ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Binaries/Win64/*.target +LogConfig: Display: Loading IOS ini files took 0.07 seconds +LogConfig: Display: Loading Mac ini files took 0.07 seconds +LogConfig: Display: Loading Android ini files took 0.07 seconds +LogConfig: Display: Loading VulkanPC ini files took 0.07 seconds +LogConfig: Display: Loading TVOS ini files took 0.08 seconds +LogConfig: Display: Loading Unix ini files took 0.08 seconds +LogConfig: Display: Loading Windows ini files took 0.09 seconds +LogConfig: Display: Loading VisionOS ini files took 0.09 seconds +LogConfig: Display: Loading Linux ini files took 0.09 seconds +LogConfig: Display: Loading LinuxArm64 ini files took 0.10 seconds +LogPluginManager: Found matching target receipt: ../../../Engine/Binaries/Win64/UnrealEditor.target +LogPluginManager: Looking for enabled plugins target receipt +LogPluginManager: Unable to find target receipt in path: ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Binaries/Win64/*.target +LogPluginManager: Found matching target receipt: ../../../Engine/Binaries/Win64/UnrealEditor.target +LogPluginManager: Mounting Engine plugin Bridge +LogPluginManager: Mounting Engine plugin ChaosCloth +LogPluginManager: Mounting Engine plugin ChaosVD +LogPluginManager: Mounting Engine plugin CmdLinkServer +LogPluginManager: Mounting Engine plugin EnhancedInput +LogPluginManager: Mounting Engine plugin Fab +LogPluginManager: Mounting Engine plugin FastBuildController +LogPluginManager: Mounting Engine plugin MeshPainting +LogPluginManager: Mounting Engine plugin RenderGraphInsights +LogPluginManager: Mounting Engine plugin TraceUtilities +LogPluginManager: Mounting Engine plugin UbaController +LogPluginManager: Mounting Engine plugin WorldMetrics +LogPluginManager: Mounting Engine plugin XGEController +LogPluginManager: Mounting Engine plugin AdvancedRenamer +LogPluginManager: Mounting Engine plugin AutomationUtils +LogPluginManager: Mounting Engine plugin BackChannel +LogPluginManager: Mounting Engine plugin ChaosCaching +LogPluginManager: Mounting Engine plugin ChaosEditor +LogPluginManager: Mounting Engine plugin ChaosNiagara +LogPluginManager: Mounting Engine plugin ChaosSolverPlugin +LogPluginManager: Mounting Engine plugin CharacterAI +LogPluginManager: Mounting Engine plugin ChaosUserDataPT +LogPluginManager: Mounting Engine plugin Dataflow +LogPluginManager: Mounting Engine plugin EditorDataStorage +LogPluginManager: Mounting Engine plugin EditorPerformance +LogPluginManager: Mounting Engine plugin EditorTelemetry +LogPluginManager: Mounting Engine plugin Fracture +LogPluginManager: Mounting Engine plugin FullBodyIK +LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin +LogPluginManager: Mounting Engine plugin GeometryFlow +LogPluginManager: Mounting Engine plugin LocalizableMessage +LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp +LogPluginManager: Mounting Engine plugin LowLevelNetTrace +LogPluginManager: Mounting Engine plugin NFORDenoise +LogPluginManager: Mounting Engine plugin PlanarCut +LogPluginManager: Mounting Engine plugin PlatformCrypto +LogPluginManager: Mounting Engine plugin PythonScriptPlugin +LogPluginManager: Mounting Engine plugin SkeletalReduction +LogPluginManager: Mounting Engine plugin StudioTelemetry +LogPluginManager: Mounting Engine plugin ToolPresets +LogPluginManager: Mounting Engine plugin AlembicImporter +LogPluginManager: Mounting Engine plugin TcpMessaging +LogPluginManager: Mounting Engine plugin UdpMessaging +LogPluginManager: Mounting Engine plugin NNEDenoiser +LogPluginManager: Mounting Engine plugin EOSShared +LogPluginManager: Mounting Engine plugin NNERuntimeORT +LogPluginManager: Mounting Engine plugin OnlineBase +LogPluginManager: Mounting Engine plugin OnlineServices +LogPluginManager: Mounting Engine plugin OnlineSubsystem +LogPluginManager: Mounting Engine plugin OnlineSubsystemNull +LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils +LogPluginManager: Mounting Engine plugin LauncherChunkInstaller +LogPluginManager: Mounting Engine plugin InterchangeTests +LogPluginManager: Mounting Engine plugin ActorLayerUtilities +LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector +LogPluginManager: Mounting Engine plugin AndroidFileServer +LogPluginManager: Mounting Engine plugin AndroidMoviePlayer +LogPluginManager: Mounting Engine plugin AndroidPermission +LogPluginManager: Mounting Engine plugin AppleImageUtils +LogPluginManager: Mounting Engine plugin AppleMoviePlayer +LogPluginManager: Mounting Engine plugin AssetTags +LogPluginManager: Mounting Engine plugin AudioCapture +LogPluginManager: Mounting Engine plugin AudioSynesthesia +LogPluginManager: Mounting Engine plugin CableComponent +LogPluginManager: Mounting Engine plugin AudioWidgets +LogPluginManager: Mounting Engine plugin ArchVisCharacter +LogPluginManager: Mounting Engine plugin ChunkDownloader +LogPluginManager: Mounting Engine plugin CustomMeshComponent +LogPluginManager: Mounting Engine plugin ComputeFramework +LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector +LogPluginManager: Mounting Engine plugin GeometryCache +LogPluginManager: Mounting Engine plugin GeometryProcessing +LogPluginManager: Mounting Engine plugin GoogleCloudMessaging +LogPluginManager: Mounting Engine plugin GooglePAD +LogPluginManager: Mounting Engine plugin HairStrands +LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector +LogPluginManager: Mounting Engine plugin InputDebugging +LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector +LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary +LogPluginManager: Mounting Engine plugin MeshModelingToolset +LogPluginManager: Mounting Engine plugin Metasound +LogPluginManager: Mounting Engine plugin MobilePatchingUtils +LogPluginManager: Mounting Engine plugin MsQuic +LogPluginManager: Mounting Engine plugin OpenXR +LogPluginManager: Mounting Engine plugin OpenXREyeTracker +LogPluginManager: Mounting Engine plugin OpenXRHandTracking +LogPluginManager: Mounting Engine plugin ProceduralMeshComponent +LogPluginManager: Mounting Engine plugin PropertyAccessEditor +LogPluginManager: Mounting Engine plugin ResonanceAudio +LogPluginManager: Mounting Engine plugin RigVM +LogPluginManager: Mounting Engine plugin SignificanceManager +LogPluginManager: Mounting Engine plugin SoundFields +LogPluginManager: Mounting Engine plugin StateTree +LogPluginManager: Mounting Engine plugin Synthesis +LogPluginManager: Mounting Engine plugin WaveTable +LogPluginManager: Mounting Engine plugin USDCore +LogPluginManager: Mounting Engine plugin WebMMoviePlayer +LogPluginManager: Mounting Engine plugin WindowsMoviePlayer +LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector +LogPluginManager: Mounting Engine plugin XRBase +LogPluginManager: Mounting Engine plugin Takes +LogPluginManager: Mounting Engine plugin AISupport +LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor +LogPluginManager: Mounting Engine plugin Paper2D +LogPluginManager: Mounting Engine plugin ACLPlugin +LogPluginManager: Mounting Engine plugin AnimationData +LogPluginManager: Mounting Engine plugin AnimationModifierLibrary +LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis +LogPluginManager: Mounting Engine plugin ControlRig +LogPluginManager: Mounting Engine plugin ControlRigSpline +LogPluginManager: Mounting Engine plugin ControlRigModules +LogPluginManager: Mounting Engine plugin IKRig +LogPluginManager: Mounting Engine plugin LiveLink +LogPluginManager: Mounting Engine plugin DeformerGraph +LogPluginManager: Mounting Engine plugin RigLogic +LogPluginManager: Mounting Engine plugin EngineCameras +LogPluginManager: Mounting Engine plugin GameplayCameras +LogPluginManager: Mounting Engine plugin OodleNetwork +LogPluginManager: Mounting Engine plugin CameraShakePreviewer +LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess +LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess +LogPluginManager: Mounting Engine plugin AnimationSharing +LogPluginManager: Mounting Engine plugin GitSourceControl +LogPluginManager: Mounting Engine plugin DumpGPUServices +LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess +LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess +LogPluginManager: Mounting Engine plugin PerforceSourceControl +LogPluginManager: Mounting Engine plugin PlasticSourceControl +LogPluginManager: Mounting Engine plugin PixWinPlugin +LogPluginManager: Mounting Engine plugin NullSourceCodeAccess +LogPluginManager: Mounting Engine plugin PluginUtils +LogPluginManager: Mounting Engine plugin PropertyAccessNode +LogPluginManager: Mounting Engine plugin RenderDocPlugin +LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess +LogPluginManager: Mounting Engine plugin SubversionSourceControl +LogPluginManager: Mounting Engine plugin TextureFormatOodle +LogPluginManager: Mounting Engine plugin UObjectPlugin +LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess +LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin AssetManagerEditor +LogPluginManager: Mounting Engine plugin BlueprintHeaderView +LogPluginManager: Mounting Engine plugin ChangelistReview +LogPluginManager: Mounting Engine plugin DataValidation +LogPluginManager: Mounting Engine plugin ColorGrading +LogPluginManager: Mounting Engine plugin CurveEditorTools +LogPluginManager: Mounting Engine plugin CryptoKeys +LogPluginManager: Mounting Engine plugin EditorDebugTools +LogPluginManager: Mounting Engine plugin EditorScriptingUtilities +LogPluginManager: Mounting Engine plugin EngineAssetDefinitions +LogPluginManager: Mounting Engine plugin GameplayTagsEditor +LogPluginManager: Mounting Engine plugin FacialAnimation +LogPluginManager: Mounting Engine plugin GeometryMode +LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard +LogPluginManager: Mounting Engine plugin MaterialAnalyzer +LogPluginManager: Mounting Engine plugin MeshLODToolset +LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode +LogPluginManager: Mounting Engine plugin MacGraphicsSwitching +LogPluginManager: Mounting Engine plugin PluginBrowser +LogPluginManager: Mounting Engine plugin SequencerAnimTools +LogPluginManager: Mounting Engine plugin ProxyLODPlugin +LogPluginManager: Mounting Engine plugin UMGWidgetPreview +LogPluginManager: Mounting Engine plugin StylusInput +LogPluginManager: Mounting Engine plugin SpeedTreeImporter +LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities +LogPluginManager: Mounting Engine plugin UVEditor +LogPluginManager: Mounting Engine plugin DatasmithContent +LogPluginManager: Mounting Engine plugin VariantManagerContent +LogPluginManager: Mounting Engine plugin VariantManager +LogPluginManager: Mounting Engine plugin GLTFExporter +LogPluginManager: Mounting Engine plugin Interchange +LogPluginManager: Mounting Engine plugin Niagara +LogPluginManager: Mounting Engine plugin InterchangeAssets +LogPluginManager: Mounting Engine plugin InterchangeEditor +LogPluginManager: Mounting Engine plugin AndroidMedia +LogPluginManager: Mounting Engine plugin NiagaraSimCaching +LogPluginManager: Mounting Engine plugin AvfMedia +LogPluginManager: Mounting Engine plugin ImgMedia +LogPluginManager: Mounting Engine plugin MediaCompositing +LogPluginManager: Mounting Engine plugin MediaPlayerEditor +LogPluginManager: Mounting Engine plugin MediaPlate +LogPluginManager: Mounting Engine plugin WmfMedia +LogPluginManager: Mounting Engine plugin WebMMedia +LogPluginManager: Mounting Engine plugin ActorSequence +LogPluginManager: Mounting Engine plugin LevelSequenceEditor +LogPluginManager: Mounting Engine plugin SequencerScripting +LogPluginManager: Mounting Engine plugin TemplateSequence +LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor +LogPluginManager: Mounting Engine plugin HoldoutComposite +LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource +LogPluginManager: Mounting Engine plugin XInputDevice +LogPluginManager: Mounting Engine plugin SQLiteCore +LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS +LogPluginManager: Mounting Engine plugin ConcertMain +LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource +LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay +LogPluginManager: Mounting Engine plugin ObjectMixer +LogPluginManager: Mounting Engine plugin LightMixer +LogPluginManager: Mounting Engine plugin SkeletalMeshModelingTools +LogPluginManager: Mounting Engine plugin MetaHumanSDK +LogPluginManager: Mounting Engine plugin ConcertSyncClient +LogPluginManager: Mounting Engine plugin ConcertSyncCore +SourceControl: Revision control is disabled +SourceControl: Revision control is disabled +SourceControl: Revision control is disabled +LogNFORDenoise: NFORDenoise function starting up +LogStudioTelemetry: Display: Starting StudioTelemetry Module +LogStudioTelemetry: Started StudioTelemetry Session +LogEOSSDK: Initializing EOSSDK Version:1.17.0-39599718 +LogInit: Using libcurl 8.4.0 +LogInit: - built for Windows +LogInit: - supports SSL with OpenSSL/1.1.1t +LogInit: - supports HTTP deflate (compression) using libz 1.3 +LogInit: - other features: +LogInit: CURL_VERSION_SSL +LogInit: CURL_VERSION_LIBZ +LogInit: CURL_VERSION_IPV6 +LogInit: CURL_VERSION_ASYNCHDNS +LogInit: CURL_VERSION_LARGEFILE +LogInit: CURL_VERSION_HTTP2 +LogInit: CurlRequestOptions (configurable via config and command line): +LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate +LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy +LogInit: - bDontReuseConnections = false - Libcurl will reuse connections +LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host +LogInit: - LocalHostAddr = Default +LogInit: - BufferSize = 65536 +LogInit: CreateHttpThread using FCurlMultiPollEventLoopHttpThread +LogInit: Creating http thread with maximum 2147483647 concurrent requests +LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467 +LogOnline: OSS: Created online subsystem instance for: NULL +LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +LogWindows: Failed to load 'WinPixGpuCapturer.dll' (GetLastError=126) +LogWindows: File 'WinPixGpuCapturer.dll' does not exist +PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. +LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine] +RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings. +LogInit: ExecutableName: UnrealEditor.exe +LogInit: Build: ++UE5+Release-5.5-CL-40574608 +LogInit: Platform=WindowsEditor +LogInit: MachineId=0263ee444c1e3b1c1bf18c9ea6cc2ba4 +LogInit: DeviceId= +LogInit: Engine Version: 5.5.4-40574608+++UE5+Release-5.5 +LogInit: Compatible Engine Version: 5.5.0-37670630+++UE5+Release-5.5 +LogInit: Net CL: 37670630 +LogInit: OS: Windows 10 (22H2) [10.0.19045.5608] (), CPU: AMD Ryzen 9 3900X 12-Core Processor , GPU: NVIDIA GeForce RTX 2080 SUPER +LogInit: Compiled (64-bit): Mar 7 2025 14:49:53 +LogInit: Architecture: x64 +LogInit: Compiled with Visual C++: 19.38.33130.00 +LogInit: Build Configuration: Development +LogInit: Branch Name: ++UE5+Release-5.5 +LogInit: Command Line: -AUTH_LOGIN=unused -AUTH_PASSWORD=a6709301f96c450e9404eac44f4bdd17 -AUTH_TYPE=exchangecode -epicapp=UE_5.5 -epicenv=Prod -EpicPortal -epicusername=mxssw -epicuserid=1e61d639f2d5465389723e7b879a143c -epiclocale=en -epicsandboxid=ue +LogInit: Base Directory: D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/Win64/ +LogInit: Allocator: Mimalloc +LogInit: Installed Engine Build: 1 +LogInit: This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no +LogDevObjectVersion: Number of dev versions registered: 36 +LogDevObjectVersion: Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10 +LogDevObjectVersion: Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0 +LogDevObjectVersion: Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 4 +LogDevObjectVersion: Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 40 +LogDevObjectVersion: Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 37 +LogDevObjectVersion: Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 3 +LogDevObjectVersion: Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0 +LogDevObjectVersion: Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0 +LogDevObjectVersion: Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 20 +LogDevObjectVersion: Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0 +LogDevObjectVersion: Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 49 +LogDevObjectVersion: Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 13 +LogDevObjectVersion: Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 3 +LogDevObjectVersion: Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1 +LogDevObjectVersion: Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 3 +LogDevObjectVersion: Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 17 +LogDevObjectVersion: Dev-Anim (AF43A65D-7FD3-4947-9873-3E8ED9C1BB05): 15 +LogDevObjectVersion: Dev-ReflectionCapture (6B266CEC-1EC7-4B8F-A30B-E4D90942FC07): 1 +LogDevObjectVersion: Dev-Automation (0DF73D61-A23F-47EA-B727-89E90C41499A): 1 +LogDevObjectVersion: FortniteMain (601D1886-AC64-4F84-AA16-D3DE0DEAC7D6): 170 +LogDevObjectVersion: FortniteValkyrie (8DBC2C5B-54A7-43E0-A768-FCBB7DA29060): 8 +LogDevObjectVersion: FortniteSeason (5B4C06B7-2463-4AF8-805B-BF70CDF5D0DD): 13 +LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 15 +LogDevObjectVersion: Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 10 +LogDevObjectVersion: Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1 +LogDevObjectVersion: Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 10 +LogDevObjectVersion: Dev-Physics-Ext (35F94A83-E258-406C-A318-09F59610247C): 41 +LogDevObjectVersion: Dev-PhysicsMaterial-Chaos (B68FC16E-8B1B-42E2-B453-215C058844FE): 1 +LogDevObjectVersion: Dev-CineCamera (B2E18506-4273-CFC2-A54E-F4BB758BBA07): 1 +LogDevObjectVersion: Dev-VirtualProduction (64F58936-FD1B-42BA-BA96-7289D5D0FA4E): 1 +LogDevObjectVersion: UE5-Main (697DD581-E64F-41AB-AA4A-51ECBEB7B628): 119 +LogDevObjectVersion: UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 51 +LogDevObjectVersion: UE5-PrivateFrosty (59DA5D52-1232-4948-B878-597870B8E98B): 8 +LogDevObjectVersion: Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2 +LogDevObjectVersion: Dev-NaniteResearch (30D58BE3-95EA-4282-A6E3-B159D8EBB06A): 1 +LogDevObjectVersion: Dev-ComputeFramework (6304A3E7-0059-4F59-8CFC-21BD7721FD4E): 0 +LogConfig: Branch 'EditorLayout' had been unloaded. Reloading on-demand took 1.12ms +LogConfig: Branch 'Bridge' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ChaosCloth' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'CmdLinkServer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'FastBuildController' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MeshPainting' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'RenderGraphInsights' had been unloaded. Reloading on-demand took 0.18ms +LogConfig: Branch 'UbaController' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'WorldMetrics' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'XGEController' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AdvancedRenamer' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'AutomationUtils' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'BackChannel' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ChaosCaching' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ChaosEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ChaosNiagara' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ChaosSolverPlugin' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CharacterAI' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ChaosUserDataPT' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'Dataflow' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'EditorDataStorage' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'EditorPerformance' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'EditorTelemetry' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'Fracture' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'GeometryCollectionPlugin' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'GeometryFlow' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'LocalizableMessage' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'MeshModelingToolsetExp' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'LowLevelNetTrace' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'NFORDenoise' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PlanarCut' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PlatformCrypto' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PythonScriptPlugin' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'SkeletalReduction' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'StudioTelemetry' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AlembicImporter' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'TcpMessaging' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'UdpMessaging' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'NNEDenoiser' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'EOSShared' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'NNERuntimeORT' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineBase' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineServices' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineSubsystem' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OnlineSubsystemNull' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineSubsystemUtils' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'LauncherChunkInstaller' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'InterchangeTests' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ActorLayerUtilities' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AndroidDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'AndroidFileServer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AndroidMoviePlayer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AndroidPermission' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AppleImageUtils' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AppleMoviePlayer' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AssetTags' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AudioCapture' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AudioSynesthesia' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CableComponent' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AudioWidgets' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ArchVisCharacter' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ChunkDownloader' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CustomMeshComponent' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ComputeFramework' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ExampleDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GeometryCache' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GeometryProcessing' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'GoogleCloudMessaging' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GooglePAD' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'IOSDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'InputDebugging' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'LinuxDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'LocationServicesBPLibrary' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MeshModelingToolset' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MobilePatchingUtils' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MsQuic' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OpenXR' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OpenXREyeTracker' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OpenXRHandTracking' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ProceduralMeshComponent' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'PropertyAccessEditor' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ResonanceAudio' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'SignificanceManager' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'SoundFields' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'WaveTable' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'WebMMoviePlayer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'WindowsMoviePlayer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'WindowsDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'XRBase' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AISupport' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'EnvironmentQueryEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ACLPlugin' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AnimationData' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AnimationModifierLibrary' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'BlendSpaceMotionAnalysis' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ControlRigSpline' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'ControlRigModules' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'RigLogic' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'EngineCameras' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OodleNetwork' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CameraShakePreviewer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CLionSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CodeLiteSourceCodeAccess' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AnimationSharing' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GitSourceControl' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'DumpGPUServices' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'KDevelopSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'N10XSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PerforceSourceControl' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PlasticSourceControl' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PixWinPlugin' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'NullSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PluginUtils' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'PropertyAccessNode' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'RenderDocPlugin' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'RiderSourceCodeAccess' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'SubversionSourceControl' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'TextureFormatOodle' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'UObjectPlugin' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'VisualStudioSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'VisualStudioCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'XCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'AssetManagerEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'BlueprintHeaderView' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ChangelistReview' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'DataValidation' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ColorGrading' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'CurveEditorTools' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'CryptoKeys' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'EditorDebugTools' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'EngineAssetDefinitions' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GameplayTagsEditor' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'FacialAnimation' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'GeometryMode' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'MobileLauncherProfileWizard' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MaterialAnalyzer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MeshLODToolset' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ModelingToolsEditorMode' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MacGraphicsSwitching' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'PluginBrowser' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'SequencerAnimTools' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ProxyLODPlugin' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'UMGWidgetPreview' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'StylusInput' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'SpeedTreeImporter' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'WorldPartitionHLODUtilities' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'UVEditor' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'VariantManager' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'InterchangeEditor' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'AndroidMedia' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'NiagaraSimCaching' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AvfMedia' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ImgMedia' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'MediaCompositing' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'MediaPlayerEditor' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'MediaPlate' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'WmfMedia' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'WebMMedia' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ActorSequence' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'LevelSequenceEditor' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'SequencerScripting' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'TemplateSequence' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'BaseCharacterFXEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PortableObjectFileDataSource' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'XInputDevice' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'SQLiteCore' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineSubsystemIOS' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ConcertMain' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ContentBrowserAssetDataSource' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ContentBrowserClassDataSource' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ContentBrowserFileDataSource' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'OnlineSubsystemGooglePlay' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ObjectMixer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'LightMixer' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'SkeletalMeshModelingTools' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ConcertSyncClient' had been unloaded. Reloading on-demand took 0.13ms +LogInit: Presizing for max 25165824 objects, including 0 objects not considered by GC. +LogStreaming: Display: AsyncLoading2 - Created: Event Driven Loader: false, Async Loading Thread: false, Async Post Load: false +LogStreaming: Display: AsyncLoading2 - Initialized +LogInit: Object subsystem initialized +LogConfig: Set CVar [[con.DebugEarlyDefault:1]] +LogConfig: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created +LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created +LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created +LogConfig: Set CVar [[r.setres:1280x720]] +LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created +LogConfig: Set CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] +LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created +LogConfig: CVar [[r.Occlusion.SingleRHIThreadStall:1]] deferred - dummy variable created +LogConfig: Set CVar [[r.Nanite.Streaming.ReservedResources:1]] +LogConfig: Set CVar [[r.Nanite.Streaming.AsyncCompute:0 ; Temporary workaround for Nanite geometry corruption (FORT-805141)]] +LogConfig: CVar [[D3D12.Bindless.ResourceDescriptorHeapSize:32768]] deferred - dummy variable created +LogConfig: CVar [[D3D12.Bindless.SamplerDescriptorHeapSize:2048]] deferred - dummy variable created +LogConfig: Set CVar [[r.PSOPrecache.GlobalShaders:1]] +LogConfig: Set CVar [[r.DynamicRes.DynamicFrameTime:1]] +LogConfig: Set CVar [[r.VRS.EnableSoftware:1]] +LogConfig: Set CVar [[r.VRS.ContrastAdaptiveShading:1]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.VSync:0]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] +[2025.04.09-15.30.39:022][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created +[2025.04.09-15.30.39:022][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] +[2025.04.09-15.30.39:022][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.ForwardShading:1]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.MobileHDR:0]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[vr.MobileMultiView:1]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[vr.InstancedStereo:1]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure:0]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusion:0]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusionStaticFraction:0]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.DefaultFeature.MotionBlur:0]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.Mobile.UseHWsRGBEncoding:1]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] +[2025.04.09-15.30.39:022][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[r.Mobile.AntiAliasing:3]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[r.AntiAliasingMethod:3]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[r.AllowStaticLighting:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[r.SkinCache.CompileShaders:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[r.RayTracing:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] +[2025.04.09-15.30.39:023][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] +[2025.04.09-15.30.39:023][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[DefaultASTCQualityBySizeHQ:4]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:AmbientSound]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created +[2025.04.09-15.30.39:023][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created +[2025.04.09-15.30.39:028][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.TSR.ReprojectionField:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.AOQuality:2]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.RayTracing.Scene.BuildMode:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.MaxRoughnessToEvaluateRoughSpecularForFoliage:0.8]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapMode:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.MinWeight:0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.DetailMode:3]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[fx.Niagara.QualityLevel:3]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.DownsampleFactor:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.MaxStepCount:512]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.Shadows.Resolution:512]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] +[2025.04.09-15.30.39:028][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] +[2025.04.09-15.30.39:034][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.09-15.30.39:035][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.09-15.30.39:035][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.09-15.30.39:040][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +[2025.04.09-15.30.39:040][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.09-15.30.39:231][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 2080 SUPER (VendorId: 10de, DeviceId: 1e81, SubSysId: 3ff91458, Revision: 00a1 +[2025.04.09-15.30.39:231][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported +[2025.04.09-15.30.39:231][ 0]LogD3D12RHI: Adapter has 7987MB of dedicated video memory, 0MB of dedicated system memory, and 16355MB of shared system memory, 2 output[s] +[2025.04.09-15.30.39:231][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.09-15.30.39:231][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.04.09-15.30.39:238][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 +[2025.04.09-15.30.39:238][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported +[2025.04.09-15.30.39:238][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 16355MB of shared system memory, 0 output[s] +[2025.04.09-15.30.39:400][ 0]LogD3D12RHI: Found D3D12 adapter 2: NVIDIA GeForce RTX 2080 SUPER (VendorId: 10de, DeviceId: 1e81, SubSysId: 3ff91458, Revision: 00a1 +[2025.04.09-15.30.39:400][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported +[2025.04.09-15.30.39:400][ 0]LogD3D12RHI: Adapter has 7987MB of dedicated video memory, 0MB of dedicated system memory, and 16355MB of shared system memory, 0 output[s] +[2025.04.09-15.30.39:400][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.09-15.30.39:400][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.04.09-15.30.39:400][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. +[2025.04.09-15.30.39:400][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 +[2025.04.09-15.30.39:400][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.09-15.30.39:400][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.04.09-15.30.39:401][ 0]LogHAL: Display: Platform has ~ 32 GB [34300751872 / 34359738368 / 32], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) +[2025.04.09-15.30.39:401][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] +[2025.04.09-15.30.39:401][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.09-15.30.39:401][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.RasterizationMode:Bitmap -> Msdf]] +[2025.04.09-15.30.39:401][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.ResolutionLevel:2 -> 2]] +[2025.04.09-15.30.39:401][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.09-15.30.39:401][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] +[2025.04.09-15.30.39:401][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] +[2025.04.09-15.30.39:401][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] +[2025.04.09-15.30.39:401][ 0]LogConfig: CVar [[ds.CADTranslator.Meshing.ActivateThinZoneMeshing:0]] deferred - dummy variable created +[2025.04.09-15.30.39:402][ 0]LogConfig: CVar [[ds.CADTranslator.Stitching.RemoveThinFaces:0]] deferred - dummy variable created +[2025.04.09-15.30.39:402][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.09-15.30.39:402][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] +[2025.04.09-15.30.39:402][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] +[2025.04.09-15.30.39:402][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/Editor.ini] +[2025.04.09-15.30.39:402][ 0]LogInit: Computer: LTAT-CGVR6 +[2025.04.09-15.30.39:402][ 0]LogInit: User: rannosam +[2025.04.09-15.30.39:402][ 0]LogInit: CPU Page size=4096, Cores=12 +[2025.04.09-15.30.39:402][ 0]LogInit: High frequency timer resolution =10.000000 MHz +[2025.04.09-15.30.41:323][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits +[2025.04.09-15.30.41:323][ 0]LogMemory: Memory total: Physical=31.9GB (32GB approx) Virtual=33.9GB +[2025.04.09-15.30.41:323][ 0]LogMemory: Platform Memory Stats for WindowsEditor +[2025.04.09-15.30.41:323][ 0]LogMemory: Process Physical Memory: 577.07 MB used, 589.60 MB peak +[2025.04.09-15.30.41:323][ 0]LogMemory: Process Virtual Memory: 623.77 MB used, 623.77 MB peak +[2025.04.09-15.30.41:323][ 0]LogMemory: Physical Memory: 17473.66 MB used, 15238.09 MB free, 32711.75 MB total +[2025.04.09-15.30.41:323][ 0]LogMemory: Virtual Memory: 25866.56 MB used, 8893.19 MB free, 34759.75 MB total +[2025.04.09-15.30.41:323][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" +[2025.04.09-15.30.41:328][ 0]LogWindows: WindowsPlatformFeatures enabled +[2025.04.09-15.30.41:335][ 0]LogChaosDD: Chaos Debug Draw Startup +[2025.04.09-15.30.41:335][ 0]LogInit: Physics initialised using underlying interface: Chaos +[2025.04.09-15.30.41:336][ 0]LogInit: Using OS detected language (en-US). +[2025.04.09-15.30.41:336][ 0]LogInit: Using OS detected locale (en-US). +[2025.04.09-15.30.41:338][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. +[2025.04.09-15.30.41:339][ 0]LogInit: Setting process to per monitor DPI aware +[2025.04.09-15.30.41:719][ 0]LogWindowsTextInputMethodSystem: Available input methods: +[2025.04.09-15.30.41:719][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). +[2025.04.09-15.30.41:719][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). +[2025.04.09-15.30.41:719][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). +[2025.04.09-15.30.41:719][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.09-15.30.41:737][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 +[2025.04.09-15.30.41:737][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 +[2025.04.09-15.30.41:886][ 0]LogHMD: OpenXRHMDModule::InitInstance using DefaultLoader. +[2025.04.09-15.30.42:457][ 0]LogHMD: OpenXR runtime supported extensions: +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_KHR_D3D11_enable +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_KHR_D3D12_enable +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_KHR_opengl_enable +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_KHR_vulkan_enable +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_KHR_vulkan_enable2 +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_KHR_composition_layer_depth +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_KHR_win32_convert_performance_counter_time +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_KHR_convert_timespec_time +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_KHR_composition_layer_cube +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_KHR_composition_layer_cylinder +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_KHR_composition_layer_equirect +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_KHR_visibility_mask +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_KHR_composition_layer_color_scale_bias +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_EXT_win32_appcontainer_compatible +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_EXT_debug_utils +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_OCULUS_recenter_event +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_OCULUS_audio_device_guid +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_FB_color_space +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_FB_display_refresh_rate +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_META_performance_metrics +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_META_headset_id +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_OCULUS_ovrsession_handle +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_EXT_hand_interaction +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_EXT_hand_tracking +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_FB_hand_tracking_aim +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_FB_hand_tracking_capsules +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_FB_hand_tracking_mesh +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_EXT_hand_tracking_data_source +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_META_hand_tracking_microgestures +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_META_simultaneous_hands_and_controllers +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_FB_body_tracking +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_META_body_tracking_full_body +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_META_body_tracking_fidelity +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_META_body_tracking_calibration +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_FB_render_model +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_FB_spatial_entity_container +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_FB_scene +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_FB_spatial_entity +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_FB_spatial_entity_storage +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_FB_spatial_entity_query +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_FB_spatial_entity_user +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_FB_spatial_entity_storage_batch +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_FB_spatial_entity_sharing +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_META_spatial_entity_persistence +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_META_spatial_entity_discovery +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_META_spatial_entity_group_sharing +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_META_spatial_entity_mesh +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_META_spatial_entity_sharing +[2025.04.09-15.30.42:457][ 0]LogHMD: XR_META_boundary_visibility +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_META_colocation_discovery +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_METAX1_dynamic_object_tracker +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_META_dynamic_object_tracker +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_META_dynamic_object_keyboard +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_META_virtual_keyboard +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_EXT_local_floor +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_EXT_active_action_set_priority +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_FB_haptic_amplitude_envelope +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_FB_haptic_pcm +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_FB_touch_controller_pro +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_META_touch_controller_plus +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_FB_touch_controller_proximity +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_OCULUS_external_camera +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_META_detached_controllers +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_LOGITECH_mx_ink_stylus_interaction +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_FBX1_touch_controller_extras +[2025.04.09-15.30.42:458][ 0]LogHMD: XR_EXT_palm_pose +[2025.04.09-15.30.42:458][ 0]LogHMD: Optional extension XR_KHR_vulkan_swapchain_format_list is not available +[2025.04.09-15.30.42:458][ 0]LogHMD: Optional extension XR_FB_foveation_vulkan is not available +[2025.04.09-15.30.42:458][ 0]LogHMD: Optional extension XR_VARJO_quad_views is not available +[2025.04.09-15.30.42:458][ 0]LogHMD: Optional extension XR_KHR_binding_modification is not available +[2025.04.09-15.30.42:458][ 0]LogHMD: Optional extension XR_EPIC_view_configuration_fov is not available +[2025.04.09-15.30.42:458][ 0]LogHMD: Optional extension XR_EXT_dpad_binding is not available +[2025.04.09-15.30.42:458][ 0]LogHMD: Optional extension XR_FB_composition_layer_alpha_blend is not available +[2025.04.09-15.30.42:458][ 0]LogHMD: Optional extension XR_FB_foveation is not available +[2025.04.09-15.30.42:458][ 0]LogHMD: Optional extension XR_FB_swapchain_update_state is not available +[2025.04.09-15.30.42:458][ 0]LogHMD: Optional extension XR_FB_foveation_configuration is not available +[2025.04.09-15.30.42:458][ 0]LogHMD: Warning: Required extension XR_EXT_eye_gaze_interaction is not available +[2025.04.09-15.30.42:458][ 0]LogHMD: Could not enable all required OpenXR extensions for OpenXREyeTracker on current system. This plugin will be loaded but ignored, but will be enabled on a target platform that supports the required extension. +[2025.04.09-15.30.42:468][ 0]LogHMD: Initialized OpenXR on Oculus runtime version 1.106.0 +[2025.04.09-15.30.42:472][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.09-15.30.42:472][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.09-15.30.42:472][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.09-15.30.42:472][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.09-15.30.42:472][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.09-15.30.42:472][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 +[2025.04.09-15.30.42:472][ 0]LogWindows: Attached monitors: +[2025.04.09-15.30.42:472][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY1' [PRIMARY] +[2025.04.09-15.30.42:472][ 0]LogWindows: resolution: 2560x1440, work area: (2560, 0) -> (5120, 1400), device: '\\.\DISPLAY2' +[2025.04.09-15.30.42:472][ 0]LogWindows: Found 2 attached monitors. +[2025.04.09-15.30.42:472][ 0]LogWindows: Gathering driver information using Windows Setup API +[2025.04.09-15.30.42:473][ 0]LogRHI: RHI Adapter Info: +[2025.04.09-15.30.42:473][ 0]LogRHI: Name: NVIDIA GeForce RTX 2080 SUPER +[2025.04.09-15.30.42:473][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.09-15.30.42:473][ 0]LogRHI: Driver Date: 12-3-2024 +[2025.04.09-15.30.42:473][ 0]LogD3D12RHI: GPU DeviceId: 0x1e81 (for the marketing name, search the web for "GPU Device Id") +[2025.04.09-15.30.42:473][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off +[2025.04.09-15.30.42:584][ 0]LogNvidiaAftermath: Aftermath initialized +[2025.04.09-15.30.42:584][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. +[2025.04.09-15.30.42:654][ 0]LogNvidiaAftermath: Aftermath enabled. Active feature flags: +[2025.04.09-15.30.42:654][ 0]LogNvidiaAftermath: - Feature: EnableResourceTracking +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: ID3D12Device1 is supported. +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: ID3D12Device2 is supported. +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: ID3D12Device3 is supported. +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: ID3D12Device4 is supported. +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: ID3D12Device5 is supported. +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: ID3D12Device6 is supported. +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: ID3D12Device7 is supported. +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: ID3D12Device8 is supported. +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: ID3D12Device9 is supported. +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: ID3D12Device10 is supported. +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: ID3D12Device11 is supported. +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: ID3D12Device12 is supported. +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: Bindless resources are supported +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: Raster order views are supported +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported +[2025.04.09-15.30.42:654][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported +[2025.04.09-15.30.42:760][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x000008DE9A940B00) +[2025.04.09-15.30.42:760][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x000008DE9A940D80) +[2025.04.09-15.30.42:761][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x000008DE9A941000) +[2025.04.09-15.30.42:761][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 +[2025.04.09-15.30.42:761][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 +[2025.04.09-15.30.42:762][ 0]LogRHI: Texture pool is 4547 MB (70% of 6497 MB) +[2025.04.09-15.30.42:762][ 0]LogD3D12RHI: Async texture creation enabled +[2025.04.09-15.30.42:762][ 0]LogD3D12RHI: RHI has support for 64 bit atomics +[2025.04.09-15.30.42:829][ 0]LogVRS: Current RHI supports per-draw and screenspace Variable Rate Shading +[2025.04.09-15.30.42:853][ 0]LogInit: Initializing FReadOnlyCVARCache +[2025.04.09-15.30.42:884][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_0.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_0.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -platform=all' +[2025.04.09-15.30.42:884][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""D:/Program Files/Epic Games/UE_5.5/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_0.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_0.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -platform=all" ] +[2025.04.09-15.30.42:916][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC +[2025.04.09-15.30.42:916][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT +[2025.04.09-15.30.42:916][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 +[2025.04.09-15.30.42:916][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp +[2025.04.09-15.30.42:916][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed +[2025.04.09-15.30.42:916][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 +[2025.04.09-15.30.42:916][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll +[2025.04.09-15.30.42:917][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll +[2025.04.09-15.30.42:917][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle +[2025.04.09-15.30.42:953][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' +[2025.04.09-15.30.42:953][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' +[2025.04.09-15.30.42:953][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' +[2025.04.09-15.30.42:953][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' +[2025.04.09-15.30.42:953][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' +[2025.04.09-15.30.42:953][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' +[2025.04.09-15.30.42:953][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' +[2025.04.09-15.30.42:953][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' +[2025.04.09-15.30.42:953][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' +[2025.04.09-15.30.42:953][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' +[2025.04.09-15.30.42:977][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' +[2025.04.09-15.30.42:977][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' +[2025.04.09-15.30.43:001][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' +[2025.04.09-15.30.43:001][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' +[2025.04.09-15.30.43:001][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' +[2025.04.09-15.30.43:001][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' +[2025.04.09-15.30.43:024][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' +[2025.04.09-15.30.43:024][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' +[2025.04.09-15.30.43:024][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' +[2025.04.09-15.30.43:047][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' +[2025.04.09-15.30.43:047][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' +[2025.04.09-15.30.43:047][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' +[2025.04.09-15.30.43:047][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' +[2025.04.09-15.30.43:069][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' +[2025.04.09-15.30.43:069][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' +[2025.04.09-15.30.43:094][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' +[2025.04.09-15.30.43:094][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' +[2025.04.09-15.30.43:094][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' +[2025.04.09-15.30.43:094][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' +[2025.04.09-15.30.43:094][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor +[2025.04.09-15.30.43:143][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: SF_METAL +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: SF_METAL_MRT +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: SF_METAL_TVOS +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: SF_METAL_SM5 +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: SF_METAL_SM6 +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: SF_METAL_SIM +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: PCD3D_SM6 +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: PCD3D_SM5 +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: PCD3D_ES31 +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: GLSL_150_ES31 +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: VVM_1_0 +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID +[2025.04.09-15.30.43:145][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 +[2025.04.09-15.30.43:145][ 0]LogRendererCore: Ray tracing is enabled (dynamic). Reason: r.RayTracing=1 and r.RayTracing.EnableOnDemand=1. +[2025.04.09-15.30.43:145][ 0]LogRendererCore: Ray tracing shaders are enabled. +[2025.04.09-15.30.43:149][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB +[2025.04.09-15.30.43:149][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/DerivedDataCache/DDC.ddp not found, will not use a pak cache. +[2025.04.09-15.30.43:149][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. +[2025.04.09-15.30.43:149][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.09-15.30.43:149][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. +[2025.04.09-15.30.43:229][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (1559 MiB) +[2025.04.09-15.30.43:229][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.09-15.30.43:229][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. +[2025.04.09-15.30.43:230][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Data +[2025.04.09-15.30.43:230][ 0]LogZenServiceInstance: InTree version at 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/Win64/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.04.09-15.30.43:230][ 0]LogZenServiceInstance: Installed version at 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.04.09-15.30.43:230][ 0]LogZenServiceInstance: No current process using the data dir found, launching a new instance +[2025.04.09-15.30.43:230][ 0]LogZenServiceInstance: Display: Launching executable 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe', working dir 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Install', data dir 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Data', args '--port 8558 --data-dir "C:\Users\rannosam\AppData\Local\UnrealEngine\Common\Zen\Data" --http asio --gc-cache-duration-seconds 1209600 --gc-interval-seconds 21600 --gc-low-diskspace-threshold 2147483648 --quiet --http-forceloopback --owner-pid 19084 --child-id Zen_19084_Startup' +[2025.04.09-15.30.43:359][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. +[2025.04.09-15.30.43:360][ 0]LogZenServiceInstance: Local ZenServer AutoLaunch initialization completed in 0.130 seconds +[2025.04.09-15.30.43:361][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. +[2025.04.09-15.30.43:368][ 0]LogDerivedDataCache: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds. +[2025.04.09-15.30.43:369][ 0]LogDerivedDataCache: Display: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.03ms. RandomReadSpeed=1178.01MBs, RandomWriteSpeed=166.30MBs. Assigned SpeedClass 'Local' +[2025.04.09-15.30.43:370][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly +[2025.04.09-15.30.43:370][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' +[2025.04.09-15.30.43:370][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. +[2025.04.09-15.30.43:370][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. +[2025.04.09-15.30.43:370][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. +[2025.04.09-15.30.43:370][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' +[2025.04.09-15.30.43:370][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. +[2025.04.09-15.30.43:371][ 0]LogShaderCompilers: Guid format shader working directory is -10 characters bigger than the processId version (../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Shaders/WorkingDirectory/19084/). +[2025.04.09-15.30.43:371][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/rannosam/AppData/Local/Temp/UnrealShaderWorkingDir/23F6C3F04E08F0ADB57476BBA35FB7B8/'. +[2025.04.09-15.30.43:371][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. +[2025.04.09-15.30.43:372][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. +[2025.04.09-15.30.43:374][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush +[2025.04.09-15.30.43:374][ 0]LogShaderCompilers: Display: Failed to delete old shader autogen file: ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush +[2025.04.09-15.30.43:374][ 0]LogShaderCompilers: Display: Shader autogen file written: ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush +[2025.04.09-15.30.44:058][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 +[2025.04.09-15.30.45:043][ 0]LogSlate: Using FreeType 2.10.0 +[2025.04.09-15.30.45:044][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 +[2025.04.09-15.30.45:044][ 0]LogHMD: OpenXRHMDModule::InitInstance using DefaultLoader. +[2025.04.09-15.30.45:203][ 0]LogHMD: OpenXR runtime supported extensions: +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_KHR_D3D11_enable +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_KHR_D3D12_enable +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_KHR_opengl_enable +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_KHR_vulkan_enable +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_KHR_vulkan_enable2 +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_KHR_composition_layer_depth +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_KHR_win32_convert_performance_counter_time +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_KHR_convert_timespec_time +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_KHR_composition_layer_cube +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_KHR_composition_layer_cylinder +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_KHR_composition_layer_equirect +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_KHR_visibility_mask +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_KHR_composition_layer_color_scale_bias +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_EXT_win32_appcontainer_compatible +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_EXT_debug_utils +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_OCULUS_recenter_event +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_OCULUS_audio_device_guid +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_color_space +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_display_refresh_rate +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_performance_metrics +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_headset_id +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_OCULUS_ovrsession_handle +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_EXT_hand_interaction +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_EXT_hand_tracking +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_hand_tracking_aim +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_hand_tracking_capsules +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_hand_tracking_mesh +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_EXT_hand_tracking_data_source +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_hand_tracking_microgestures +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_simultaneous_hands_and_controllers +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_body_tracking +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_body_tracking_full_body +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_body_tracking_fidelity +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_body_tracking_calibration +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_render_model +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_spatial_entity_container +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_scene +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_spatial_entity +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_spatial_entity_storage +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_spatial_entity_query +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_spatial_entity_user +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_spatial_entity_storage_batch +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_spatial_entity_sharing +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_spatial_entity_persistence +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_spatial_entity_discovery +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_spatial_entity_group_sharing +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_spatial_entity_mesh +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_spatial_entity_sharing +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_boundary_visibility +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_colocation_discovery +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_METAX1_dynamic_object_tracker +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_dynamic_object_tracker +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_dynamic_object_keyboard +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_META_virtual_keyboard +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_EXT_local_floor +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_EXT_active_action_set_priority +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_haptic_amplitude_envelope +[2025.04.09-15.30.45:205][ 0]LogHMD: XR_FB_haptic_pcm +[2025.04.09-15.30.45:206][ 0]LogHMD: XR_FB_touch_controller_pro +[2025.04.09-15.30.45:206][ 0]LogHMD: XR_META_touch_controller_plus +[2025.04.09-15.30.45:206][ 0]LogHMD: XR_FB_touch_controller_proximity +[2025.04.09-15.30.45:206][ 0]LogHMD: XR_OCULUS_external_camera +[2025.04.09-15.30.45:206][ 0]LogHMD: XR_META_detached_controllers +[2025.04.09-15.30.45:206][ 0]LogHMD: XR_LOGITECH_mx_ink_stylus_interaction +[2025.04.09-15.30.45:206][ 0]LogHMD: XR_FBX1_touch_controller_extras +[2025.04.09-15.30.45:206][ 0]LogHMD: XR_EXT_palm_pose +[2025.04.09-15.30.45:206][ 0]LogHMD: Optional extension XR_KHR_vulkan_swapchain_format_list is not available +[2025.04.09-15.30.45:206][ 0]LogHMD: Optional extension XR_FB_foveation_vulkan is not available +[2025.04.09-15.30.45:206][ 0]LogHMD: Optional extension XR_VARJO_quad_views is not available +[2025.04.09-15.30.45:206][ 0]LogHMD: Optional extension XR_KHR_binding_modification is not available +[2025.04.09-15.30.45:206][ 0]LogHMD: Optional extension XR_EPIC_view_configuration_fov is not available +[2025.04.09-15.30.45:206][ 0]LogHMD: Optional extension XR_EXT_dpad_binding is not available +[2025.04.09-15.30.45:206][ 0]LogHMD: Optional extension XR_FB_composition_layer_alpha_blend is not available +[2025.04.09-15.30.45:206][ 0]LogHMD: Optional extension XR_FB_foveation is not available +[2025.04.09-15.30.45:206][ 0]LogHMD: Optional extension XR_FB_swapchain_update_state is not available +[2025.04.09-15.30.45:206][ 0]LogHMD: Optional extension XR_FB_foveation_configuration is not available +[2025.04.09-15.30.45:206][ 0]LogHMD: Warning: Required extension XR_EXT_eye_gaze_interaction is not available +[2025.04.09-15.30.45:206][ 0]LogHMD: Could not enable all required OpenXR extensions for OpenXREyeTracker on current system. This plugin will be loaded but ignored, but will be enabled on a target platform that supports the required extension. +[2025.04.09-15.30.45:215][ 0]LogHMD: Initialized OpenXR on Oculus runtime version 1.106.0 +[2025.04.09-15.30.45:218][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.09-15.30.45:218][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.09-15.30.45:221][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.09-15.30.45:221][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.09-15.30.45:221][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.09-15.30.45:221][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.09-15.30.45:255][ 0]LogAssetRegistry: FAssetRegistry took 0.0059 seconds to start up +[2025.04.09-15.30.45:258][ 0]LogEditorDomain: Display: EditorDomain is Disabled +[2025.04.09-15.30.45:425][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/CachedAssetRegistry_*.bin. +[2025.04.09-15.30.45:649][ 0]LogStreaming: Display: FlushAsyncLoading(1): 1 QueuedPackages, 0 AsyncPackages +[2025.04.09-15.30.46:663][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). +[2025.04.09-15.30.46:663][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal +[2025.04.09-15.30.46:663][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled +[2025.04.09-15.30.46:698][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. +[2025.04.09-15.30.46:698][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. +[2025.04.09-15.30.46:757][ 0]LogDeviceProfileManager: Active device profile: [000008DEBEF3F200][000008DEBE7F4000 66] WindowsEditor +[2025.04.09-15.30.46:757][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" +[2025.04.09-15.30.46:758][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.19041.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.19041.0, Allowed_AutoSdk=10.0.22621.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") +[2025.04.09-15.30.46:764][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_1.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_1.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -Device=Win64@LTAT-CGVR6' +[2025.04.09-15.30.46:764][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""D:/Program Files/Epic Games/UE_5.5/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_1.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_1.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -Device=Win64@LTAT-CGVR6" -nocompile -nocompileuat ] +[2025.04.09-15.30.48:423][ 0]LogTurnkeySupport: Completed device detection: Code = 0 +[2025.04.09-15.30.50:293][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:293][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 18 to allow recursive sync load to finish +[2025.04.09-15.30.50:293][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.09-15.30.50:293][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:293][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 19 to allow recursive sync load to finish +[2025.04.09-15.30.50:293][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.09-15.30.50:293][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:294][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 20 to allow recursive sync load to finish +[2025.04.09-15.30.50:294][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.09-15.30.50:294][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:294][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 21 to allow recursive sync load to finish +[2025.04.09-15.30.50:294][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.09-15.30.50:294][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:295][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:295][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 23 to allow recursive sync load to finish +[2025.04.09-15.30.50:295][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.09-15.30.50:296][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:296][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 24 to allow recursive sync load to finish +[2025.04.09-15.30.50:296][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.09-15.30.50:296][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:296][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:296][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 26 to allow recursive sync load to finish +[2025.04.09-15.30.50:296][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.09-15.30.50:296][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:296][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 27 to allow recursive sync load to finish +[2025.04.09-15.30.50:296][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.09-15.30.50:297][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:353][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDiffuse with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.09-15.30.50:354][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:354][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 29 to allow recursive sync load to finish +[2025.04.09-15.30.50:354][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial +[2025.04.09-15.30.50:354][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:354][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 30 to allow recursive sync load to finish +[2025.04.09-15.30.50:354][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial +[2025.04.09-15.30.50:354][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions02/Utility/BreakOutFloat2Components with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.09-15.30.50:355][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 28 to allow recursive sync load to finish +[2025.04.09-15.30.50:355][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.09-15.30.50:355][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:355][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 31 to allow recursive sync load to finish +[2025.04.09-15.30.50:355][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.09-15.30.50:355][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 25 to allow recursive sync load to finish +[2025.04.09-15.30.50:355][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.09-15.30.50:355][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:355][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 32 to allow recursive sync load to finish +[2025.04.09-15.30.50:355][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.09-15.30.50:355][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 22 to allow recursive sync load to finish +[2025.04.09-15.30.50:355][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.09-15.30.50:355][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.30.50:355][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 33 to allow recursive sync load to finish +[2025.04.09-15.30.50:355][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.09-15.30.50:716][ 0]LogMaterial: Display: Missing cached shadermap for WorldGridMaterial in PCD3D_SM6, Default, SM6, Editor (DDC key hash: 76232f3a2ae5440245710561ff555c24b6346565), compiling. Is special engine material. +[2025.04.09-15.30.50:898][ 0]LogMaterial: Display: Missing cached shadermap for DefaultDeferredDecalMaterial in PCD3D_SM6, Default, SM6, Editor (DDC key hash: 7a264b5e8f0e642cfc2466a901bf717904fb725f), compiling. +[2025.04.09-15.30.50:939][ 0]LogMaterial: Display: Missing cached shadermap for DefaultLightFunctionMaterial in PCD3D_SM6, Default, SM6, Editor (DDC key hash: dae621ae55e7038bcd702278e07e14adc4c01320), compiling. +[2025.04.09-15.31.05:164][ 0]LogShaderCompilers: Display: FShaderCompileThreadRunnable::WriteNewTasks() took too long (0.442 seconds, threshold is 0.300 s), will parallelize next time. +[2025.04.09-15.32.43:372][ 0]LogDerivedDataCache: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. +[2025.04.09-15.36.48:522][ 0]LogShaderCompilers: Display: Job FTSRRejectShadingCS(permutation 54, format PCD3D_SM6) compile time exceeded threshold (32.517s) +[2025.04.09-15.37.14:261][ 0]LogShaderCompilers: Display: Job FTSRRejectShadingCS(permutation 57, format PCD3D_SM6) compile time exceeded threshold (44.200s) +[2025.04.09-15.37.30:291][ 0]LogShaderCompilers: Display: Job FTSRRejectShadingCS(permutation 53, format PCD3D_SM6) compile time exceeded threshold (76.835s) +[2025.04.09-15.37.42:824][ 0]LogShaderCompilers: Display: Job FTSRRejectShadingCS(permutation 50, format PCD3D_SM6) compile time exceeded threshold (31.705s) +[2025.04.09-15.37.42:824][ 0]LogShaderCompilers: Display: Job FTSRRejectShadingCS(permutation 58, format PCD3D_SM6) compile time exceeded threshold (41.351s) +[2025.04.09-15.37.49:985][ 0]LogShaderCompilers: Display: Job FTSRRejectShadingCS(permutation 48, format PCD3D_SM6) compile time exceeded threshold (33.902s) +[2025.04.09-15.37.49:985][ 0]LogShaderCompilers: Display: Job FTSRRejectShadingCS(permutation 56, format PCD3D_SM6) compile time exceeded threshold (44.948s) +[2025.04.09-15.38.18:866][ 0]LogShaderCompilers: Display: Job FTSRRejectShadingCS(permutation 49, format PCD3D_SM6) compile time exceeded threshold (33.895s) +[2025.04.09-15.38.18:866][ 0]LogShaderCompilers: Display: Job FTSRRejectShadingCS(permutation 52, format PCD3D_SM6) compile time exceeded threshold (72.028s) +[2025.04.09-15.38.20:307][ 0]LogMaterial: Display: Missing cached shadermap for DefaultPostProcessMaterial in PCD3D_SM6, Default, SM6, Editor (DDC key hash: a73ca1c4f8504afb9fdbf4c9e37e0808adab94a4), compiling. +[2025.04.09-15.38.20:310][ 0]LogTurnkeySupport: Turnkey Device: Win64@ltat-cgvr6: (Name=ltat-cgvr6, Type=Computer, Status=Valid, MinAllowed=10.0.19041.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") +[2025.04.09-15.38.21:903][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction +[2025.04.09-15.38.21:903][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction +[2025.04.09-15.38.21:903][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging +[2025.04.09-15.38.21:903][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available +[2025.04.09-15.38.21:903][ 0]LogMeshMerging: No distributed automatic mesh merging module available +[2025.04.09-15.38.21:910][ 0]LogStaticMesh: Display: Building static mesh PlanarReflectionPlane (Required Memory Estimate: 2.920407 MB)... +[2025.04.09-15.38.22:050][ 0]LogStaticMesh: Built static mesh [0.14s] /Engine/EditorMeshes/PlanarReflectionPlane.PlanarReflectionPlane +[2025.04.09-15.38.22:620][ 0]LogStaticMesh: Display: Building static mesh MatineeCam_SM (Required Memory Estimate: 6.455061 MB)... +[2025.04.09-15.38.22:648][ 0]LogStaticMesh: Built static mesh [0.03s] /Engine/EditorMeshes/MatineeCam_SM.MatineeCam_SM +[2025.04.09-15.38.22:841][ 0]LogConfig: Branch 'PIEPreviewSettings' had been unloaded. Reloading on-demand took 0.96ms +[2025.04.09-15.38.22:894][ 0]LogConfig: Branch 'GameplayTagsList' had been unloaded. Reloading on-demand took 1.05ms +[2025.04.09-15.38.22:911][ 0]LogConfig: Branch 'TemplateDefs' had been unloaded. Reloading on-demand took 0.95ms +[2025.04.09-15.38.22:915][ 0]LogConfig: Branch 'TemplateCategories' had been unloaded. Reloading on-demand took 0.98ms +[2025.04.09-15.38.23:266][ 0]LogStaticMesh: Display: Building static mesh SM_CineCam (Required Memory Estimate: 8.902487 MB)... +[2025.04.09-15.38.23:377][ 0]LogStaticMesh: Built static mesh [0.11s] /Engine/EditorMeshes/Camera/SM_CineCam.SM_CineCam +[2025.04.09-15.38.23:409][ 0]LogStaticMesh: Display: Building static mesh EditorCube (Required Memory Estimate: 0.02689 MB)... +[2025.04.09-15.38.23:410][ 0]LogStaticMesh: Built static mesh [0.00s] /Engine/EditorMeshes/EditorCube.EditorCube +[2025.04.09-15.38.23:417][ 0]LogStaticMesh: Display: Building static mesh EditorSphere (Required Memory Estimate: 6.269289 MB)... +[2025.04.09-15.38.23:443][ 0]LogStaticMesh: Built static mesh [0.03s] /Engine/EditorMeshes/EditorSphere.EditorSphere +[2025.04.09-15.38.23:449][ 0]LogStaticMesh: Display: Building static mesh EditorPlane (Required Memory Estimate: 0.05422 MB)... +[2025.04.09-15.38.23:451][ 0]LogStaticMesh: Built static mesh [0.00s] /Engine/EditorMeshes/EditorPlane.EditorPlane +[2025.04.09-15.38.23:452][ 0]LogStaticMesh: Display: Building static mesh EditorCylinder (Required Memory Estimate: 0.714823 MB)... +[2025.04.09-15.38.23:457][ 0]LogStaticMesh: Built static mesh [0.00s] /Engine/EditorMeshes/EditorCylinder.EditorCylinder +[2025.04.09-15.38.23:476][ 0]LogStaticMesh: Display: Building static mesh EditorSkySphere (Required Memory Estimate: 7.540967 MB)... +[2025.04.09-15.38.23:500][ 0]LogStaticMesh: Built static mesh [0.03s] /Engine/EditorMeshes/EditorSkySphere.EditorSkySphere +[2025.04.09-15.38.23:652][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None +[2025.04.09-15.38.23:652][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled +[2025.04.09-15.38.23:657][ 0]LogLiveCoding: Display: Starting LiveCoding +[2025.04.09-15.38.23:657][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development +[2025.04.09-15.38.23:658][ 0]LogLiveCoding: Display: First instance in process group "UE_HandyMann_0x5c529b3f", spawning console +[2025.04.09-15.38.23:678][ 0]LogSlate: Border +[2025.04.09-15.38.23:678][ 0]LogSlate: BreadcrumbButton +[2025.04.09-15.38.23:678][ 0]LogSlate: Brushes.Title +[2025.04.09-15.38.23:678][ 0]LogSlate: Default +[2025.04.09-15.38.23:678][ 0]LogSlate: Icons.Save +[2025.04.09-15.38.23:679][ 0]LogSlate: Icons.Toolbar.Settings +[2025.04.09-15.38.23:679][ 0]LogSlate: ListView +[2025.04.09-15.38.23:679][ 0]LogSlate: SoftwareCursor_CardinalCross +[2025.04.09-15.38.23:679][ 0]LogSlate: SoftwareCursor_Grab +[2025.04.09-15.38.23:679][ 0]LogSlate: TableView.DarkRow +[2025.04.09-15.38.23:679][ 0]LogSlate: TableView.Row +[2025.04.09-15.38.23:679][ 0]LogSlate: TreeView +[2025.04.09-15.38.23:732][ 0]LogLiveCoding: Display: Waiting for server +[2025.04.09-15.38.23:797][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... +[2025.04.09-15.38.23:799][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 2.455 ms +[2025.04.09-15.38.23:812][ 0]LogConfig: Branch 'Mass' had been unloaded. Reloading on-demand took 1.07ms +[2025.04.09-15.38.23:832][ 0]LogInit: XR: Instanced Stereo Rendering is Enabled +[2025.04.09-15.38.23:832][ 0]LogInit: XR: MultiViewport is Enabled +[2025.04.09-15.38.23:832][ 0]LogInit: XR: Mobile Multiview is Disabled +[2025.04.09-15.38.23:901][ 0]LogConfig: Branch 'TranslationPickerSettings' had been unloaded. Reloading on-demand took 1.08ms +[2025.04.09-15.38.24:207][ 0]LogTcpMessaging: Initializing TcpMessaging bridge +[2025.04.09-15.38.24:212][ 0]LogUdpMessaging: Display: Work queue size set to 1024. +[2025.04.09-15.38.24:212][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. +[2025.04.09-15.38.24:213][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:57141'. +[2025.04.09-15.38.24:218][ 0]LogUdpMessaging: Display: Added local interface '192.168.0.4' to multicast group '230.0.0.1:6666' +[2025.04.09-15.38.24:259][ 0]LogNNERuntimeORT: Available graphics and compute adapters: +[2025.04.09-15.38.24:259][ 0]LogNNERuntimeORT: 0: NVIDIA GeForce RTX 2080 SUPER (Compute, Graphics) +[2025.04.09-15.38.24:259][ 0]LogNNERuntimeORT: 1: Microsoft Basic Render Driver (Compute, Graphics) +[2025.04.09-15.38.24:259][ 0]LogNNERuntimeORT: No NPU adapter found! +[2025.04.09-15.38.24:395][ 0]LogMetaSound: Display: MetaSound Page Target Initialized to 'Default' +[2025.04.09-15.38.24:395][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... +[2025.04.09-15.38.24:421][ 0]LogMetaSound: MetaSound Engine Initialized +[2025.04.09-15.38.24:874][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: CC560808BED34F93800000000000BF00 | Instance: B375315C49127E1C2515AF860C69ABD8 (LTAT-CGVR6-19084). +[2025.04.09-15.38.25:217][ 0]LogConfig: Applying CVar settings from Section [/Script/NNEDenoiser.NNEDenoiserSettings] File [Engine] +[2025.04.09-15.38.25:233][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance +[2025.04.09-15.38.25:245][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.09-15.38.25:245][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.09-15.38.25:387][ 0]LogStaticMesh: Display: Building static mesh HTCViveController (Required Memory Estimate: 28.322517 MB)... +[2025.04.09-15.38.25:419][ 0]LogStaticMesh: Display: Building static mesh left_MicrosoftMixedRealityController (Required Memory Estimate: 8.973383 MB)... +[2025.04.09-15.38.25:429][ 0]LogStaticMesh: Display: Building static mesh right_MicrosoftMixedRealityController (Required Memory Estimate: 8.973383 MB)... +[2025.04.09-15.38.25:432][ 0]LogStaticMesh: Display: Building static mesh OculusGoController (Required Memory Estimate: 6.83529 MB)... +[2025.04.09-15.38.25:469][ 0]LogStaticMesh: Display: Building static mesh left_OculusTouchController (Required Memory Estimate: 18.81039 MB)... +[2025.04.09-15.38.25:469][ 0]LogStaticMesh: Display: Building static mesh right_OculusTouchController (Required Memory Estimate: 19.034514 MB)... +[2025.04.09-15.38.25:505][ 0]LogStaticMesh: Display: Building static mesh left_ValveIndexController (Required Memory Estimate: 13.700768 MB)... +[2025.04.09-15.38.25:505][ 0]LogStaticMesh: Display: Building static mesh right_ValveIndexController (Required Memory Estimate: 13.712804 MB)... +[2025.04.09-15.38.25:525][ 0]LogStaticMesh: Display: Building static mesh right_OculusTouch_v2Controller (Required Memory Estimate: 5.466701 MB)... +[2025.04.09-15.38.25:525][ 0]LogStaticMesh: Display: Building static mesh left_OculusTouch_v2Controller (Required Memory Estimate: 5.466701 MB)... +[2025.04.09-15.38.25:525][ 0]LogStaticMesh: Display: Building static mesh left_OculusTouch_v3Controller (Required Memory Estimate: 9.53423 MB)... +[2025.04.09-15.38.25:546][ 0]LogStaticMesh: Built static mesh [0.14s] /OpenXR/Devices/MicrosoftMixedReality/Left/left_MicrosoftMixedRealityController.left_MicrosoftMixedRealityController +[2025.04.09-15.38.25:550][ 0]LogStaticMesh: Built static mesh [0.12s] /OpenXR/Devices/MicrosoftMixedReality/Right/right_MicrosoftMixedRealityController.right_MicrosoftMixedRealityController +[2025.04.09-15.38.25:555][ 0]LogTemp: OpenXR ignores max viewport resolution in editor to support full HMD resolutions. +[2025.04.09-15.38.25:557][ 0]LogStaticMesh: Display: Building static mesh right_OculusTouch_v3Controller (Required Memory Estimate: 9.53423 MB)... +[2025.04.09-15.38.25:573][ 0]LogStaticMesh: Built static mesh [0.06s] /OpenXR/Devices/OculusTouch_v2/Right/right_OculusTouch_v2Controller.right_OculusTouch_v2Controller +[2025.04.09-15.38.25:574][ 0]LogStaticMesh: Built static mesh [0.07s] /OpenXR/Devices/OculusTouch_v2/Left/left_OculusTouch_v2Controller.left_OculusTouch_v2Controller +[2025.04.09-15.38.25:588][ 0]LogStaticMesh: Built static mesh [0.16s] /OpenXR/Devices/OculusGo/OculusGoController.OculusGoController +[2025.04.09-15.38.25:604][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/glf/resources/plugInfo.json' +[2025.04.09-15.38.25:604][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/sdf/resources/plugInfo.json' +[2025.04.09-15.38.25:605][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdLux/resources/plugInfo.json' +[2025.04.09-15.38.25:606][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdUI/resources/plugInfo.json' +[2025.04.09-15.38.25:606][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hd/resources/plugInfo.json' +[2025.04.09-15.38.25:606][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdSkelImaging/resources/plugInfo.json' +[2025.04.09-15.38.25:607][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ndr/resources/plugInfo.json' +[2025.04.09-15.38.25:607][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdMedia/resources/plugInfo.json' +[2025.04.09-15.38.25:607][ 0]LogStaticMesh: Built static mesh [0.09s] /OpenXR/Devices/OculusTouch_v3/Left/left_OculusTouch_v3Controller.left_OculusTouch_v3Controller +[2025.04.09-15.38.25:607][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdProcImaging/resources/plugInfo.json' +[2025.04.09-15.38.25:608][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdAbc/resources/plugInfo.json' +[2025.04.09-15.38.25:608][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdSt/resources/plugInfo.json' +[2025.04.09-15.38.25:609][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdImaging/resources/plugInfo.json' +[2025.04.09-15.38.25:609][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdProc/resources/plugInfo.json' +[2025.04.09-15.38.25:610][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdStorm/resources/plugInfo.json' +[2025.04.09-15.38.25:610][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRi/resources/plugInfo.json' +[2025.04.09-15.38.25:610][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdMtlx/resources/plugInfo.json' +[2025.04.09-15.38.25:611][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hio/resources/plugInfo.json' +[2025.04.09-15.38.25:611][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdx/resources/plugInfo.json' +[2025.04.09-15.38.25:611][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/sdrGlslfx/resources/plugInfo.json' +[2025.04.09-15.38.25:612][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdSkel/resources/plugInfo.json' +[2025.04.09-15.38.25:613][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usd/resources/plugInfo.json' +[2025.04.09-15.38.25:613][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdImagingGL/resources/plugInfo.json' +[2025.04.09-15.38.25:614][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdVolImaging/resources/plugInfo.json' +[2025.04.09-15.38.25:614][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdShade/resources/plugInfo.json' +[2025.04.09-15.38.25:615][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ar/resources/plugInfo.json' +[2025.04.09-15.38.25:615][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdPhysics/resources/plugInfo.json' +[2025.04.09-15.38.25:616][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdHydra/resources/plugInfo.json' +[2025.04.09-15.38.25:616][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdVol/resources/plugInfo.json' +[2025.04.09-15.38.25:616][ 0]LogStaticMesh: Built static mesh [0.12s] /OpenXR/Devices/ValveIndex/Left/left_ValveIndexController.left_ValveIndexController +[2025.04.09-15.38.25:616][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdShaders/resources/plugInfo.json' +[2025.04.09-15.38.25:616][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdGp/resources/plugInfo.json' +[2025.04.09-15.38.25:617][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRender/resources/plugInfo.json' +[2025.04.09-15.38.25:617][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hgiGL/resources/plugInfo.json' +[2025.04.09-15.38.25:618][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdGeom/resources/plugInfo.json' +[2025.04.09-15.38.25:618][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRiPxrImaging/resources/plugInfo.json' +[2025.04.09-15.38.25:629][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usd/resources/codegenTemplates/plugInfo.json' +[2025.04.09-15.38.25:631][ 0]LogStaticMesh: Built static mesh [0.13s] /OpenXR/Devices/ValveIndex/Right/right_ValveIndexController.right_ValveIndexController +[2025.04.09-15.38.25:805][ 0]LogStaticMesh: Built static mesh [0.35s] /OpenXR/Devices/OculusTouch/Left/left_OculusTouchController.left_OculusTouchController +[2025.04.09-15.38.25:805][ 0]LogStaticMesh: Built static mesh [0.25s] /OpenXR/Devices/OculusTouch_v3/Right/right_OculusTouch_v3Controller.right_OculusTouch_v3Controller +[2025.04.09-15.38.25:806][ 0]LogStaticMesh: Built static mesh [0.34s] /OpenXR/Devices/OculusTouch/Right/right_OculusTouchController.right_OculusTouchController +[2025.04.09-15.38.25:806][ 0]LogStaticMesh: Built static mesh [0.42s] /OpenXR/Devices/HTCVive/HTCViveController.HTCViveController +[2025.04.09-15.38.26:093][ 0]SourceControl: Revision control is disabled +[2025.04.09-15.38.26:110][ 0]SourceControl: Revision control is disabled +[2025.04.09-15.38.26:144][ 0]LogConfig: Branch 'ObjectMixerSerializedData' had been unloaded. Reloading on-demand took 1.04ms +[2025.04.09-15.38.26:160][ 0]LogConfig: Branch 'Crypto' had been unloaded. Reloading on-demand took 0.99ms +[2025.04.09-15.38.26:364][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. +[2025.04.09-15.38.26:364][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png +[2025.04.09-15.38.26:414][ 0]LogCollectionManager: Loaded 0 collections in 0.001052 seconds +[2025.04.09-15.38.26:417][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Collections/' took 0.00s +[2025.04.09-15.38.26:420][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/Developers/rannosam/Collections/' took 0.00s +[2025.04.09-15.38.26:434][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/Collections/' took 0.00s +[2025.04.09-15.38.26:522][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.09-15.38.26:522][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.09-15.38.26:523][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.09-15.38.26:523][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.09-15.38.26:523][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.09-15.38.26:523][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.09-15.38.26:542][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. +[2025.04.09-15.38.26:542][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png +[2025.04.09-15.38.26:564][ 0]LogEOSSDK: LogEOS: [Boot] EOSSDK Version 1.17.0-39599718 booting at 2025-04-09T15:38:26.564Z using C +[2025.04.09-15.38.26:564][ 0]LogEOSSDK: LogEOS: [Boot] EOSSDK Platform Properties [OS=Windows/10.0.19041.5072.64bit, ClientId=xyza7891REBVsEqSJRRNXmlS7EQHM459, ProductId=86f32f1151354e7cb39c12f8ab2c22a3, SandboxId=a01927f7421a4d4995673fe30ef46945, DeploymentId=a652a72ea1664dcab3a467891eea5f30, ProductName=HandyMann, ProductVersion=++UE5+Release-5.5-CL-40574608, IsServer=false, Flags=DisableOverlay] +[2025.04.09-15.38.26:564][ 0]LogEOSSDK: LogEOSAnalytics: Start Session (User: ...) +[2025.04.09-15.38.26:564][ 0]LogEOSSDK: LogEOSOverlay: Overlay will not load, because it was explicitly disabled when creating the platform +[2025.04.09-15.38.26:570][ 0]LogEOSSDK: LogEOSAntiCheat: [AntiCheatClient] Anti-cheat client not available. Verify that the game was started using the anti-cheat bootstrapper if you intend to use it. +[2025.04.09-15.38.26:571][ 0]LogEOSSDK: LogEOS: SetApplicationStatus - OldStatus: EOS_AS_Foreground, NewStatus: EOS_AS_Foreground, Current Time: 0001.01.01-00.00.00 +[2025.04.09-15.38.26:571][ 0]LogEOSSDK: LogEOS: SetNetworkStatus - OldStatus: EOS_NS_Online, NewStatus: EOS_NS_Online +[2025.04.09-15.38.26:571][ 0]LogEOSSDK: LogEOS: Updating Platform SDK Config, Time: 0.000114 +[2025.04.09-15.38.26:571][ 0]LogFab: Display: Logging in using persist +[2025.04.09-15.38.26:612][ 0]LogUObjectArray: 44397 objects as part of root set at end of initial load. +[2025.04.09-15.38.26:612][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool +[2025.04.09-15.38.26:626][ 0]LogStreaming: Display: AsyncLoading2 - NotifyRegistrationComplete: Registered 36816 public script object entries (996.44 KB) +[2025.04.09-15.38.26:626][ 0]LogStreaming: Display: AsyncLoading2 - Thread Started: false, IsInitialLoad: false +[2025.04.09-15.38.26:768][ 0]LogEngine: Initializing Engine... +[2025.04.09-15.38.26:787][ 0]LogHMD: HMD configured for shader platform PCD3D_SM6, bIsMobileMultiViewEnabled=0, bProjectionLayerAlphaEnabled=0 +[2025.04.09-15.38.27:109][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread +[2025.04.09-15.38.27:372][ 0]LogStylusInput: Initializing StylusInput subsystem. +[2025.04.09-15.38.27:372][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s +[2025.04.09-15.38.27:521][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll +[2025.04.09-15.38.27:541][ 0]LogChaosDD: Creating Chaos Debug Draw Scene for world Untitled +[2025.04.09-15.38.27:549][ 0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Temp/Untitled_0.Untitled'. +[2025.04.09-15.38.27:557][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. +[2025.04.09-15.38.27:557][ 0]LogInit: Texture streaming: Enabled +[2025.04.09-15.38.27:569][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.5.4-40574608+++UE5+Release-5.5 +[2025.04.09-15.38.27:575][ 0]LogAudio: Display: Initializing Audio Device Manager... +[2025.04.09-15.38.27:581][ 0]LogAudio: Display: Loading Default Audio Settings Objects... +[2025.04.09-15.38.27:581][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). +[2025.04.09-15.38.27:582][ 0]LogAudio: Display: Audio Device Manager Initialized +[2025.04.09-15.38.27:582][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True +[2025.04.09-15.38.27:582][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-15.38.27:582][ 0]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-15.38.27:582][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-15.38.27:582][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-15.38.27:582][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-15.38.27:582][ 0]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-15.38.27:582][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-15.38.27:582][ 0]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-15.38.27:582][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-15.38.27:582][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-15.38.27:582][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-15.38.27:590][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-15.38.27:661][ 0]LogAudioMixer: Display: Using Audio Hardware Device Realtek HD Audio 2nd output (Realtek(R) Audio) +[2025.04.09-15.38.27:661][ 0]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-15.38.27:662][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-15.38.27:662][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-15.38.27:664][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 +[2025.04.09-15.38.27:664][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 +[2025.04.09-15.38.27:666][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 +[2025.04.09-15.38.27:666][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 +[2025.04.09-15.38.27:666][ 0]LogInit: FAudioDevice initialized with ID 1. +[2025.04.09-15.38.27:666][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. +[2025.04.09-15.38.27:667][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 +[2025.04.09-15.38.27:672][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" +[2025.04.09-15.38.27:704][ 0]LogInit: Undo buffer set to 256 MB +[2025.04.09-15.38.27:704][ 0]LogInit: Transaction tracking system initialized +[2025.04.09-15.38.27:785][ 0]LogConfig: Branch 'LocalizationServiceSettings' had been unloaded. Reloading on-demand took 1.03ms +[2025.04.09-15.38.27:795][ 0]LocalizationService: Localization service is disabled +[2025.04.09-15.38.27:809][ 0]LogTimingProfiler: Initialize +[2025.04.09-15.38.27:809][ 0]LogTimingProfiler: OnSessionChanged +[2025.04.09-15.38.27:809][ 0]LoadingProfiler: Initialize +[2025.04.09-15.38.27:809][ 0]LoadingProfiler: OnSessionChanged +[2025.04.09-15.38.27:809][ 0]LogNetworkingProfiler: Initialize +[2025.04.09-15.38.27:809][ 0]LogNetworkingProfiler: OnSessionChanged +[2025.04.09-15.38.27:809][ 0]LogMemoryProfiler: Initialize +[2025.04.09-15.38.27:809][ 0]LogMemoryProfiler: OnSessionChanged +[2025.04.09-15.38.27:837][ 0]LogAndroidRuntimeSettings: Display: Enabled Package for Meta Quest devices. +The following settings have been applied: + +[2025.04.09-15.38.27:837][ 0]LogAndroidRuntimeSettings: Display: Support arm64: 1. + +[2025.04.09-15.38.27:837][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan: 1. + +[2025.04.09-15.38.27:837][ 0]LogAndroidRuntimeSettings: Display: Support x86_64: 0. + +[2025.04.09-15.38.27:837][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan Desktop: 0. + +[2025.04.09-15.38.27:837][ 0]LogAndroidRuntimeSettings: Display: Support OpenGL ES3.2: 0. +[2025.04.09-15.38.28:136][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/' took 0.00s +[2025.04.09-15.38.28:222][ 0]LogPython: Using Python 3.11.8 +[2025.04.09-15.38.29:393][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping +[2025.04.09-15.38.29:423][ 0]LogRenderer: Requested compilation of Path Tracing RTPSOs (1 permutations). +[2025.04.09-15.38.29:569][ 0]LogStreaming: Warning: Failed to read file 'Common/Selector.png' error. +[2025.04.09-15.38.29:569][ 0]LogSlate: Could not find file for Slate resource: Common/Selector.png +[2025.04.09-15.38.29:609][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. +[2025.04.09-15.38.29:628][ 0]LogEditorDataStorage: Initializing +[2025.04.09-15.38.29:629][ 0]LogEditorDataStorage: Initialized +[2025.04.09-15.38.29:652][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete +[2025.04.09-15.38.29:660][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() +[2025.04.09-15.38.29:665][ 0]SourceControl: Revision control is disabled +[2025.04.09-15.38.29:665][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 472.854 +[2025.04.09-15.38.29:788][ 0]LogFactory: FactoryCreateFile: PackFactory with PackFactory (0 0 D:/Program Files/Epic Games/UE_5.5/FeaturePacks/StarterContent.upack) +[2025.04.09-15.38.29:824][ 0]LogPackFactory: Finished extracting 8 files (including 0 errors). +[2025.04.09-15.38.29:895][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Architecture/Floor_400x400.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Architecture/Floor_400x400.uasset" +[2025.04.09-15.38.29:904][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Architecture/Pillar_50x500.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Architecture/Pillar_50x500.uasset" +[2025.04.09-15.38.29:912][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Architecture/SM_AssetPlatform.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Architecture/SM_AssetPlatform.uasset" +[2025.04.09-15.38.29:922][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Architecture/Wall_400x200.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Architecture/Wall_400x200.uasset" +[2025.04.09-15.38.29:931][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Architecture/Wall_400x300.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Architecture/Wall_400x300.uasset" +[2025.04.09-15.38.29:941][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Architecture/Wall_400x400.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Architecture/Wall_400x400.uasset" +[2025.04.09-15.38.29:948][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Architecture/Wall_500x500.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Architecture/Wall_500x500.uasset" +[2025.04.09-15.38.29:957][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Architecture/Wall_Door_400x300.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Architecture/Wall_Door_400x300.uasset" +[2025.04.09-15.38.29:967][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Architecture/Wall_Door_400x400.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Architecture/Wall_Door_400x400.uasset" +[2025.04.09-15.38.29:990][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Architecture/Wall_Window_400x300.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Architecture/Wall_Window_400x300.uasset" +[2025.04.09-15.38.30:000][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Architecture/Wall_Window_400x400.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Architecture/Wall_Window_400x400.uasset" +[2025.04.09-15.38.30:011][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Collapse01.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Collapse01.uasset" +[2025.04.09-15.38.30:020][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Collapse02.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Collapse02.uasset" +[2025.04.09-15.38.30:028][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Collapse_Cue.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Collapse_Cue.uasset" +[2025.04.09-15.38.30:038][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Explosion01.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Explosion01.uasset" +[2025.04.09-15.38.30:054][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Explosion02.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Explosion02.uasset" +[2025.04.09-15.38.30:064][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Explosion_Cue.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Explosion_Cue.uasset" +[2025.04.09-15.38.30:084][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Fire01.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Fire01.uasset" +[2025.04.09-15.38.30:117][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Fire01_Cue.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Fire01_Cue.uasset" +[2025.04.09-15.38.30:137][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Fire_Sparks01.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Fire_Sparks01.uasset" +[2025.04.09-15.38.30:148][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset" +[2025.04.09-15.38.30:158][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Light01.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Light01.uasset" +[2025.04.09-15.38.30:166][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Light01_Cue.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Light01_Cue.uasset" +[2025.04.09-15.38.30:187][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Light02.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Light02.uasset" +[2025.04.09-15.38.30:195][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Light02_Cue.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Light02_Cue.uasset" +[2025.04.09-15.38.30:206][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Smoke01.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Smoke01.uasset" +[2025.04.09-15.38.30:215][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Smoke01_Cue.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Smoke01_Cue.uasset" +[2025.04.09-15.38.30:225][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Starter_Background_Cue.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Starter_Background_Cue.uasset" +[2025.04.09-15.38.30:251][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Starter_Birds01.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Starter_Birds01.uasset" +[2025.04.09-15.38.30:324][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Starter_Music01.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Starter_Music01.uasset" +[2025.04.09-15.38.30:365][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Starter_Music_Cue.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Starter_Music_Cue.uasset" +[2025.04.09-15.38.30:414][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Starter_Wind05.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Starter_Wind05.uasset" +[2025.04.09-15.38.30:463][ 0]LogAssetRegistry: Display: Asset registry cache written as 36.5 MiB to ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/CachedAssetRegistry_*.bin +[2025.04.09-15.38.30:494][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Starter_Wind06.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Starter_Wind06.uasset" +[2025.04.09-15.38.30:542][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Steam01.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Steam01.uasset" +[2025.04.09-15.38.30:591][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Audio/Steam01_Cue.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Audio/Steam01_Cue.uasset" +[2025.04.09-15.38.31:378][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset" +[2025.04.09-15.38.31:389][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset" +[2025.04.09-15.38.31:398][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset" +[2025.04.09-15.38.31:419][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Maps/Advanced_Lighting.umap" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Maps/Advanced_Lighting.umap" +[2025.04.09-15.38.31:427][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset" +[2025.04.09-15.38.31:434][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset" +[2025.04.09-15.38.31:468][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Maps/Advanced_Lighting_BuiltData.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Maps/Advanced_Lighting_BuiltData.uasset" +[2025.04.09-15.38.31:579][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset" +[2025.04.09-15.38.31:621][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_AssetPlatform.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_AssetPlatform.uasset" +[2025.04.09-15.38.31:636][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Maps/Minimal_Default.umap" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Maps/Minimal_Default.umap" +[2025.04.09-15.38.31:644][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Basic_Floor.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Basic_Floor.uasset" +[2025.04.09-15.38.31:675][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Maps/Minimal_Default_BuiltData.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Maps/Minimal_Default_BuiltData.uasset" +[2025.04.09-15.38.31:683][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Basic_Wall.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Basic_Wall.uasset" +[2025.04.09-15.38.31:691][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset" +[2025.04.09-15.38.31:700][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Brick_Clay_New.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Brick_Clay_New.uasset" +[2025.04.09-15.38.31:708][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset" +[2025.04.09-15.38.31:717][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset" +[2025.04.09-15.38.31:726][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset" +[2025.04.09-15.38.31:745][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset" +[2025.04.09-15.38.31:760][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset" +[2025.04.09-15.38.31:771][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset" +[2025.04.09-15.38.31:798][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset" +[2025.04.09-15.38.31:866][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset" +[2025.04.09-15.38.31:884][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/BP_LightStudio.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/BP_LightStudio.uasset" +[2025.04.09-15.38.31:894][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Maps/StarterMap.umap" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Maps/StarterMap.umap" +[2025.04.09-15.38.31:903][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset" +[2025.04.09-15.38.31:911][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset" +[2025.04.09-15.38.31:919][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Concrete_Grime.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Concrete_Grime.uasset" +[2025.04.09-15.38.31:927][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Concrete_Panels.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Concrete_Panels.uasset" +[2025.04.09-15.38.31:934][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Concrete_Poured.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Concrete_Poured.uasset" +[2025.04.09-15.38.31:942][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Concrete_Tiles.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Concrete_Tiles.uasset" +[2025.04.09-15.38.31:950][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Glass.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Glass.uasset" +[2025.04.09-15.38.31:960][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Ground_Grass.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Ground_Grass.uasset" +[2025.04.09-15.38.31:968][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Ground_Gravel.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Ground_Gravel.uasset" +[2025.04.09-15.38.31:979][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Ground_Moss.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Ground_Moss.uasset" +[2025.04.09-15.38.32:200][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Maps/StarterMap_BuiltData.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Maps/StarterMap_BuiltData.uasset" +[2025.04.09-15.38.32:209][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset" +[2025.04.09-15.38.32:218][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset" +[2025.04.09-15.38.32:228][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Metal_Chrome.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Metal_Chrome.uasset" +[2025.04.09-15.38.32:236][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Metal_Copper.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Metal_Copper.uasset" +[2025.04.09-15.38.32:244][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Metal_Gold.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Metal_Gold.uasset" +[2025.04.09-15.38.32:251][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Metal_Rust.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Metal_Rust.uasset" +[2025.04.09-15.38.32:324][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset" +[2025.04.09-15.38.32:396][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset" +[2025.04.09-15.38.32:483][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset" +[2025.04.09-15.38.32:829][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset" +[2025.04.09-15.38.32:901][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset" +[2025.04.09-15.38.32:910][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Metal_Steel.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Metal_Steel.uasset" +[2025.04.09-15.38.33:076][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset" +[2025.04.09-15.38.33:085][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Rock_Basalt.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Rock_Basalt.uasset" +[2025.04.09-15.38.33:172][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset" +[2025.04.09-15.38.33:180][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset" +[2025.04.09-15.38.33:194][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Rock_Sandstone.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Rock_Sandstone.uasset" +[2025.04.09-15.38.33:262][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset" +[2025.04.09-15.38.33:299][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Rock_Slate.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Rock_Slate.uasset" +[2025.04.09-15.38.33:414][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset" +[2025.04.09-15.38.33:424][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset" +[2025.04.09-15.38.33:484][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset" +[2025.04.09-15.38.33:538][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/P_Ambient_Dust.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/P_Ambient_Dust.uasset" +[2025.04.09-15.38.33:622][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset" +[2025.04.09-15.38.33:646][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/MaterialSphere.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/MaterialSphere.uasset" +[2025.04.09-15.38.33:712][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset" +[2025.04.09-15.38.33:724][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/P_Explosion.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/P_Explosion.uasset" +[2025.04.09-15.38.33:787][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset" +[2025.04.09-15.38.33:953][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_Bush.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_Bush.uasset" +[2025.04.09-15.38.33:963][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset" +[2025.04.09-15.38.33:977][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_Chair.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_Chair.uasset" +[2025.04.09-15.38.34:078][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset" +[2025.04.09-15.38.34:210][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_CornerFrame.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_CornerFrame.uasset" +[2025.04.09-15.38.34:229][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_Cone.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_Cone.uasset" +[2025.04.09-15.38.34:254][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Burst_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Burst_M.uasset" +[2025.04.09-15.38.34:263][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_Cube.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_Cube.uasset" +[2025.04.09-15.38.34:272][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Tech_Panel.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Tech_Panel.uasset" +[2025.04.09-15.38.34:281][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_Couch.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_Couch.uasset" +[2025.04.09-15.38.34:288][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Water_Lake.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Water_Lake.uasset" +[2025.04.09-15.38.34:298][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Bush_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Bush_D.uasset" +[2025.04.09-15.38.34:306][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Water_Ocean.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Water_Ocean.uasset" +[2025.04.09-15.38.34:313][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_Cylinder.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_Cylinder.uasset" +[2025.04.09-15.38.34:323][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset" +[2025.04.09-15.38.34:333][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Bush_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Bush_N.uasset" +[2025.04.09-15.38.34:341][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset" +[2025.04.09-15.38.34:350][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset" +[2025.04.09-15.38.34:360][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset" +[2025.04.09-15.38.34:380][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset" +[2025.04.09-15.38.34:388][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_Pipe.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_Pipe.uasset" +[2025.04.09-15.38.34:397][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Chair_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Chair_M.uasset" +[2025.04.09-15.38.34:406][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_Pipe_180.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_Pipe_180.uasset" +[2025.04.09-15.38.34:415][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Wood_Oak.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Wood_Oak.uasset" +[2025.04.09-15.38.34:448][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_Pipe_90.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_Pipe_90.uasset" +[2025.04.09-15.38.34:457][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Wood_Pine.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Wood_Pine.uasset" +[2025.04.09-15.38.34:467][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_Plane.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_Plane.uasset" +[2025.04.09-15.38.34:475][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Materials/M_Wood_Walnut.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Materials/M_Wood_Walnut.uasset" +[2025.04.09-15.38.34:483][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/P_Fire.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/P_Fire.uasset" +[2025.04.09-15.38.34:522][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Chair_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Chair_N.uasset" +[2025.04.09-15.38.34:531][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset" +[2025.04.09-15.38.34:542][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Checker_Noise_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Checker_Noise_M.uasset" +[2025.04.09-15.38.34:550][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_Sphere.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_Sphere.uasset" +[2025.04.09-15.38.34:560][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_Door.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_Door.uasset" +[2025.04.09-15.38.34:568][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/P_Smoke.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/P_Smoke.uasset" +[2025.04.09-15.38.34:574][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_Torus.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_Torus.uasset" +[2025.04.09-15.38.34:658][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset" +[2025.04.09-15.38.34:691][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/P_Sparks.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/P_Sparks.uasset" +[2025.04.09-15.38.34:699][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_Trim.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_Trim.uasset" +[2025.04.09-15.38.34:725][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset" +[2025.04.09-15.38.34:734][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/P_Steam_Lit.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/P_Steam_Lit.uasset" +[2025.04.09-15.38.34:743][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset" +[2025.04.09-15.38.34:751][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_DoorFrame.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_DoorFrame.uasset" +[2025.04.09-15.38.34:835][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset" +[2025.04.09-15.38.34:844][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset" +[2025.04.09-15.38.34:878][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset" +[2025.04.09-15.38.34:887][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_GlassWindow.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_GlassWindow.uasset" +[2025.04.09-15.38.34:921][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset" +[2025.04.09-15.38.34:949][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_TriPyramid.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_TriPyramid.uasset" +[2025.04.09-15.38.34:957][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset" +[2025.04.09-15.38.35:020][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset" +[2025.04.09-15.38.35:030][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_Lamp_Wall.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_Lamp_Wall.uasset" +[2025.04.09-15.38.35:041][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_Tube.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_Tube.uasset" +[2025.04.09-15.38.35:049][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_PillarFrame.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_PillarFrame.uasset" +[2025.04.09-15.38.35:057][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_Wedge_A.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_Wedge_A.uasset" +[2025.04.09-15.38.35:068][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_PillarFrame300.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_PillarFrame300.uasset" +[2025.04.09-15.38.35:076][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_Wedge_B.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_Wedge_B.uasset" +[2025.04.09-15.38.35:086][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Shapes/Shape_WideCapsule.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Shapes/Shape_WideCapsule.uasset" +[2025.04.09-15.38.35:096][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_Rock.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_Rock.uasset" +[2025.04.09-15.38.35:104][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_Shelf.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_Shelf.uasset" +[2025.04.09-15.38.35:113][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_Stairs.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_Stairs.uasset" +[2025.04.09-15.38.35:121][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_Statue.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_Statue.uasset" +[2025.04.09-15.38.35:132][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_TableRound.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_TableRound.uasset" +[2025.04.09-15.38.35:140][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/SM_WindowFrame.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/SM_WindowFrame.uasset" +[2025.04.09-15.38.35:254][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset" +[2025.04.09-15.38.35:581][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset" +[2025.04.09-15.38.35:657][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset" +[2025.04.09-15.38.35:728][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset" +[2025.04.09-15.38.35:813][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset" +[2025.04.09-15.38.35:904][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset" +[2025.04.09-15.38.35:994][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset" +[2025.04.09-15.38.36:078][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset" +[2025.04.09-15.38.36:140][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset" +[2025.04.09-15.38.36:251][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset" +[2025.04.09-15.38.36:274][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset" +[2025.04.09-15.38.36:315][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset" +[2025.04.09-15.38.36:340][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Door_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Door_M.uasset" +[2025.04.09-15.38.36:372][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Door_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Door_N.uasset" +[2025.04.09-15.38.36:387][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Dust_Particle_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Dust_Particle_D.uasset" +[2025.04.09-15.38.36:428][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Explosion_SubUV.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Explosion_SubUV.uasset" +[2025.04.09-15.38.36:451][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Fire_SubUV.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Fire_SubUV.uasset" +[2025.04.09-15.38.36:477][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset" +[2025.04.09-15.38.36:516][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Frame_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Frame_M.uasset" +[2025.04.09-15.38.36:781][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Frame_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Frame_N.uasset" +[2025.04.09-15.38.36:933][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Gradinet_01.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Gradinet_01.uasset" +[2025.04.09-15.38.37:054][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Ground_Grass_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Ground_Grass_D.uasset" +[2025.04.09-15.38.37:158][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Ground_Grass_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Ground_Grass_N.uasset" +[2025.04.09-15.38.37:276][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset" +[2025.04.09-15.38.37:350][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset" +[2025.04.09-15.38.37:477][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_ground_Moss_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_ground_Moss_D.uasset" +[2025.04.09-15.38.37:569][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Ground_Moss_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Ground_Moss_N.uasset" +[2025.04.09-15.38.37:588][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Lamp_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Lamp_M.uasset" +[2025.04.09-15.38.37:628][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Lamp_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Lamp_N.uasset" +[2025.04.09-15.38.37:727][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_MacroVariation.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_MacroVariation.uasset" +[2025.04.09-15.38.37:829][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset" +[2025.04.09-15.38.37:902][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Metal_Copper_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Metal_Copper_D.uasset" +[2025.04.09-15.38.38:015][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Metal_Gold_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Metal_Gold_D.uasset" +[2025.04.09-15.38.38:084][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Metal_Gold_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Metal_Gold_N.uasset" +[2025.04.09-15.38.38:379][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Metal_Rust_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Metal_Rust_D.uasset" +[2025.04.09-15.38.38:466][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Metal_Rust_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Metal_Rust_N.uasset" +[2025.04.09-15.38.38:525][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Metal_Steel_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Metal_Steel_D.uasset" +[2025.04.09-15.38.38:748][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Metal_Steel_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Metal_Steel_N.uasset" +[2025.04.09-15.38.38:850][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset" +[2025.04.09-15.38.38:900][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_RockMesh_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_RockMesh_M.uasset" +[2025.04.09-15.38.38:967][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_RockMesh_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_RockMesh_N.uasset" +[2025.04.09-15.38.39:058][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset" +[2025.04.09-15.38.39:134][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset" +[2025.04.09-15.38.39:200][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset" +[2025.04.09-15.38.39:283][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset" +[2025.04.09-15.38.39:916][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset" +[2025.04.09-15.38.40:013][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Rock_Slate_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Rock_Slate_D.uasset" +[2025.04.09-15.38.40:105][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Rock_Slate_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Rock_Slate_N.uasset" +[2025.04.09-15.38.40:197][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset" +[2025.04.09-15.38.40:228][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Shelf_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Shelf_M.uasset" +[2025.04.09-15.38.40:276][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Shelf_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Shelf_N.uasset" +[2025.04.09-15.38.40:298][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Single_Tile_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Single_Tile_N.uasset" +[2025.04.09-15.38.40:332][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Smoke_SubUV.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Smoke_SubUV.uasset" +[2025.04.09-15.38.40:377][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset" +[2025.04.09-15.38.40:389][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Spark_Core.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Spark_Core.uasset" +[2025.04.09-15.38.40:414][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Statue_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Statue_M.uasset" +[2025.04.09-15.38.40:446][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Statue_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Statue_N.uasset" +[2025.04.09-15.38.40:473][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_TableRound_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_TableRound_M.uasset" +[2025.04.09-15.38.40:512][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_TableRound_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_TableRound_N.uasset" +[2025.04.09-15.38.40:529][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Tech_Dot_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Tech_Dot_M.uasset" +[2025.04.09-15.38.40:546][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Tech_Dot_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Tech_Dot_N.uasset" +[2025.04.09-15.38.40:569][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset" +[2025.04.09-15.38.40:627][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset" +[2025.04.09-15.38.40:768][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Tech_Panel_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Tech_Panel_M.uasset" +[2025.04.09-15.38.40:834][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Tech_Panel_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Tech_Panel_N.uasset" +[2025.04.09-15.38.41:045][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Water_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Water_M.uasset" +[2025.04.09-15.38.41:409][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Water_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Water_N.uasset" +[2025.04.09-15.38.41:479][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset" +[2025.04.09-15.38.41:521][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset" +[2025.04.09-15.38.41:566][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset" +[2025.04.09-15.38.41:641][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Wood_Oak_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Wood_Oak_D.uasset" +[2025.04.09-15.38.41:731][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Wood_Oak_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Wood_Oak_N.uasset" +[2025.04.09-15.38.41:829][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Wood_Pine_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Wood_Pine_D.uasset" +[2025.04.09-15.38.41:878][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Wood_Pine_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Wood_Pine_N.uasset" +[2025.04.09-15.38.41:959][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset" +[2025.04.09-15.38.42:006][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset" +[2025.04.09-15.38.42:069][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset" +[2025.04.09-15.38.42:234][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset" +[2025.04.09-15.38.42:323][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset" +[2025.04.09-15.38.42:347][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset" +[2025.04.09-15.38.42:510][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset" +[2025.04.09-15.38.42:564][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/Assets/Skybox.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/Assets/Skybox.uasset" +[2025.04.09-15.38.42:662][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset" +[2025.04.09-15.38.42:672][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset" +[2025.04.09-15.38.42:687][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/Materials/M_Burst.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/Materials/M_Burst.uasset" +[2025.04.09-15.38.42:693][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset" +[2025.04.09-15.38.42:701][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset" +[2025.04.09-15.38.42:736][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset" +[2025.04.09-15.38.42:743][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/Materials/m_flare_01.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/Materials/m_flare_01.uasset" +[2025.04.09-15.38.42:751][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset" +[2025.04.09-15.38.42:760][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset" +[2025.04.09-15.38.42:767][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset" +[2025.04.09-15.38.42:776][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset" +[2025.04.09-15.38.42:784][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Particles/Materials/M_Spark.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Particles/Materials/M_Spark.uasset" +[2025.04.09-15.38.42:791][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/Materials/M_Bush.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/Materials/M_Bush.uasset" +[2025.04.09-15.38.42:799][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/Materials/M_Chair.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/Materials/M_Chair.uasset" +[2025.04.09-15.38.42:807][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/Materials/M_Door.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/Materials/M_Door.uasset" +[2025.04.09-15.38.42:818][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/Materials/M_Frame.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/Materials/M_Frame.uasset" +[2025.04.09-15.38.42:826][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/Materials/M_Lamp.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/Materials/M_Lamp.uasset" +[2025.04.09-15.38.42:834][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/Materials/M_Rock.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/Materials/M_Rock.uasset" +[2025.04.09-15.38.42:868][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/Materials/M_Shelf.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/Materials/M_Shelf.uasset" +[2025.04.09-15.38.42:877][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/Materials/M_Statue.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/Materials/M_Statue.uasset" +[2025.04.09-15.38.42:886][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/Materials/M_StatueGlass.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/Materials/M_StatueGlass.uasset" +[2025.04.09-15.38.42:893][ 0]LogPackFactory: Copied "../../../Samples/StarterContent/Content/StarterContent/Props/Materials/M_TableRound.uasset" to "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Props/Materials/M_TableRound.uasset" +[2025.04.09-15.38.42:908][ 0]LogStaticMesh: Display: Building static mesh Floor_400x400 (Required Memory Estimate: 0.026896 MB)... +[2025.04.09-15.38.42:908][ 0]LogStaticMesh: Built static mesh [0.00s] /Game/StarterContent/Architecture/Floor_400x400.Floor_400x400 +[2025.04.09-15.38.43:043][ 0]LogStaticMesh: Display: Building static mesh Floor_400x400 (Required Memory Estimate: 0.026896 MB)... +[2025.04.09-15.38.43:043][ 0]LogStaticMesh: Built static mesh [0.00s] /Game/StarterContent/Architecture/Floor_400x400.Floor_400x400 +[2025.04.09-15.38.44:201][ 0]LogMeshUtilities: Finished distance field build in 1.1s - 7x49x49 sparse distance field, 0.0Mb total, 0.0Mb always loaded, 100% occupied, 10 triangles, EditorPlane +[2025.04.09-15.38.44:496][ 0]LogMeshUtilities: Finished distance field build in 1.4s - 77x77x7 sparse distance field, 0.1Mb total, 0.0Mb always loaded, 100% occupied, 4 triangles, Floor_400x400 +[2025.04.09-15.38.44:511][ 0]LogMeshUtilities: Finished distance field build in 1.4s - 35x35x49 sparse distance field, 0.1Mb total, 0.0Mb always loaded, 98% occupied, 149 triangles, EditorCylinder +[2025.04.09-15.38.44:641][ 0]LogMeshUtilities: Finished distance field build in 1.5s - 49x49x49 sparse distance field, 0.2Mb total, 0.0Mb always loaded, 92% occupied, 4 triangles, EditorCube +[2025.04.09-15.38.44:683][ 0]LogMeshUtilities: Finished distance field build in 1.7s - 126x126x7 sparse distance field, 0.2Mb total, 0.0Mb always loaded, 100% occupied, 682 triangles, PlanarReflectionPlane +[2025.04.09-15.38.44:812][ 0]LogMeshUtilities: Finished distance field build in 1.7s - 63x63x63 sparse distance field, 0.4Mb total, 0.0Mb always loaded, 84% occupied, 1322 triangles, EditorSphere +[2025.04.09-15.38.45:368][ 0]LogMeshUtilities: Finished distance field build in 2.2s - 126x126x126 sparse distance field, 1.9Mb total, 0.1Mb always loaded, 52% occupied, 1322 triangles, EditorSkySphere +[2025.04.09-15.38.45:585][ 0]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.09-15.38.45:636][ 0]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/StarterContent/Architecture/Floor_400x400] ([1] browsable assets)... +[2025.04.09-15.38.45:688][ 0]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_0 +[2025.04.09-15.38.45:688][ 0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_0'. +[2025.04.09-15.38.45:853][ 0]LogNNEDenoiser: ApplySettings: bDenoiserEnabled 1 +[2025.04.09-15.38.45:951][ 0]LogNNEDenoiser: Loaded input mapping from NNEDIM_ColorAlbedoNormal_Alpha +[2025.04.09-15.38.45:952][ 0]LogNNEDenoiser: Loaded output mapping from NNEDOM_Output_Alpha +[2025.04.09-15.38.45:961][ 0]LogNNEDenoiser: Try create model instance with runtime NNERuntimeORTDml on RDG... +[2025.04.09-15.38.46:469][ 0]LogD3D12RHI: Compiled PathTracingMainRG for RTPSO in 17041.58 ms. +[2025.04.09-15.38.46:797][ 0]LogNNEDenoiser: Display: Created model instance with runtime NNERuntimeORTDml on RDG +[2025.04.09-15.38.46:797][ 0]LogNNEDenoiser: Create denoiser from asset /NNEDenoiser/NNED_Oidn2-3_Balanced_Alpha.NNED_Oidn2-3_Balanced_Alpha... +[2025.04.09-15.38.46:798][ 0]LogNNEDenoiser: Loaded input mapping from NNEDTIM_ColorAlbedoNormal_Alpha +[2025.04.09-15.38.46:799][ 0]LogNNEDenoiser: Loaded output mapping from NNEDTOM_Output_Alpha +[2025.04.09-15.38.46:799][ 0]LogNNEDenoiser: Try create model instance with runtime NNERuntimeORTDml on RDG... +[2025.04.09-15.38.46:847][ 0]LogNNEDenoiser: Display: Created model instance with runtime NNERuntimeORTDml on RDG +[2025.04.09-15.38.46:847][ 0]LogNNEDenoiser: Create temporal denoiser from asset /NNEDenoiser/NNEDT_Oidn2-3_Balanced_Alpha.NNEDT_Oidn2-3_Balanced_Alpha... +[2025.04.09-15.38.48:057][ 0]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.09-15.38.48:062][ 0]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.09-15.38.48:062][ 0]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.09-15.38.48:062][ 0]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.09-15.38.48:062][ 0]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.09-15.38.48:068][ 0]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.09-15.38.48:077][ 0]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.09-15.38.48:157][ 0]LogD3D12RHI: Waited for PSO creation for 200.000000ms +[2025.04.09-15.38.48:162][ 0]LogD3D12RHI: Waited for PSO creation for 200.000000ms +[2025.04.09-15.38.48:162][ 0]LogD3D12RHI: Waited for PSO creation for 200.000000ms +[2025.04.09-15.38.48:162][ 0]LogD3D12RHI: Waited for PSO creation for 200.000000ms +[2025.04.09-15.38.48:162][ 0]LogD3D12RHI: Waited for PSO creation for 200.000000ms +[2025.04.09-15.38.48:168][ 0]LogD3D12RHI: Waited for PSO creation for 200.000000ms +[2025.04.09-15.38.48:177][ 0]LogD3D12RHI: Waited for PSO creation for 200.000000ms +[2025.04.09-15.38.48:362][ 0]LogD3D12RHI: Waited for PSO creation for 400.000000ms +[2025.04.09-15.38.48:362][ 0]LogD3D12RHI: Waited for PSO creation for 400.000000ms +[2025.04.09-15.38.48:762][ 0]LogD3D12RHI: Waited for PSO creation for 800.000000ms +[2025.04.09-15.38.48:762][ 0]LogD3D12RHI: Waited for PSO creation for 800.000000ms +[2025.04.09-15.38.49:947][ 0]OBJ SavePackage: Rendered thumbnail for [StaticMesh /Game/StarterContent/Architecture/Floor_400x400.Floor_400x400] +[2025.04.09-15.38.49:947][ 0]OBJ SavePackage: Finished generating thumbnails for package [/Game/StarterContent/Architecture/Floor_400x400] +[2025.04.09-15.38.50:322][ 0]LogSavePackage: Moving output files for package: /Game/StarterContent/Architecture/Floor_400x400 +[2025.04.09-15.38.50:322][ 0]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Floor_400x400424796A24BC10967359289846AE16FD1.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Architecture/Floor_400x400.uasset' +[2025.04.09-15.38.50:443][ 0]LogFileHelpers: InternalPromptForCheckoutAndSave took 4.85 sec +[2025.04.09-15.38.50:443][ 0]LogFeaturePack: Inserted 1 feature packs +[2025.04.09-15.38.50:443][ 0]Cmd: MAP LOAD FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.09-15.38.50:445][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true +[2025.04.09-15.38.50:445][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.38.50:606][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.09-15.38.50:608][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.73ms +[2025.04.09-15.38.53:669][ 0]LogStaticMesh: Display: Building static mesh SM_ChamferCube (Required Memory Estimate: 0.297096 MB)... +[2025.04.09-15.38.53:692][ 0]LogStaticMesh: Built static mesh [0.02s] /Game/LevelPrototyping/Meshes/SM_ChamferCube.SM_ChamferCube +[2025.04.09-15.38.53:703][ 0]LogStaticMesh: Display: Building static mesh SM_Pistol (Required Memory Estimate: 7.968026 MB)... +[2025.04.09-15.38.53:751][ 0]LogStaticMesh: Built static mesh [0.05s] /Game/FPWeapon/Mesh/SM_Pistol.SM_Pistol +[2025.04.09-15.38.53:788][ 0]LogStaticMesh: Display: Building static mesh GenericHMD (Required Memory Estimate: 8.274061 MB)... +[2025.04.09-15.38.53:802][ 0]LogStaticMesh: Display: Building static mesh SM_Ball_01 (Required Memory Estimate: 12.903767 MB)... +[2025.04.09-15.38.53:802][ 0]LogStaticMesh: Display: Building static mesh SM_Cube_01 (Required Memory Estimate: 1.998323 MB)... +[2025.04.09-15.38.53:812][ 0]LogStaticMesh: Built static mesh [0.01s] /Engine/VREditor/BasicMeshes/SM_Cube_01.SM_Cube_01 +[2025.04.09-15.38.53:852][ 0]LogStaticMesh: Built static mesh [0.06s] /Engine/VREditor/Devices/Generic/GenericHMD.GenericHMD +[2025.04.09-15.38.53:856][ 0]LogStaticMesh: Built static mesh [0.05s] /Engine/VREditor/BasicMeshes/SM_Ball_01.SM_Ball_01 +[2025.04.09-15.38.54:027][ 0]LogStaticMesh: Display: Building static mesh SM_Cube (Required Memory Estimate: 0.026302 MB)... +[2025.04.09-15.38.54:029][ 0]LogStaticMesh: Built static mesh [0.02s] /Game/LevelPrototyping/Meshes/SM_Cube.SM_Cube +[2025.04.09-15.38.54:453][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'VRTemplateMap'. +[2025.04.09-15.38.54:453][ 0]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-15.38.54:455][ 0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap'. +[2025.04.09-15.38.54:731][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.09-15.38.54:823][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.76ms +[2025.04.09-15.38.54:823][ 0]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.09-15.38.54:823][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.06ms to complete. +[2025.04.09-15.38.54:832][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 498.020 +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: ================================================ +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Total job queries 10,906, among them cache hits 0 (0.00%), DDC hits 0 (0.00%), Duplicates 2,975 (27.28%) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Tracking 7,931 distinct input hashes that result in 7,415 distinct outputs (93.49%) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: RAM used: 5.18 MiB of 1.60 GiB budget. Usage: 0.32% +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Shaders Compiled: 7,925 +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Jobs assigned 7,931, completed 7,925 (99.92%) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Average time worker was idle: 0.25 s +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Time job spent in pending queue: average 246.99 s, longest 449.43 s +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Job execution time: average 6.60 s, max 110.67 s +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Job life time (pending + execution): average 253.77 s, max 453.13 +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Shader code size: average 14.102 KiB, min 1.16 KiB, max 330.166 KiB +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 455.35 s +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.02% +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Jobs were issued in 839 batches (only local compilation was used), average 9.45 jobs/batch +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Average processing rate: 17.40 jobs/sec +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Total thread time: 5,092.376 s +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Total thread preprocess time: 126.518 s +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Percentage time preprocessing: 2.48% +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Effective parallelization: 11.18 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: FTSRRejectShadingCS (compiled 27 times, average 22.52 sec, max 76.84 sec, min 1.26 sec) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: FPathTracingRG (compiled 1 times, average 15.59 sec, max 15.59 sec, min 15.59 sec) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: FSSDTemporalAccumulationCS (compiled 8 times, average 9.25 sec, max 10.23 sec, min 8.55 sec) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ (compiled 1 times, average 6.76 sec, max 6.76 sec, min 6.76 sec) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: TBasePassCSTLightMapPolicyLQSkylight (compiled 1 times, average 6.75 sec, max 6.75 sec, min 6.75 sec) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: FDeferredLightPS - 13.09% of total time (compiled 454 times, average 1.47 sec, max 1.92 sec, min 1.10 sec) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: FTSRRejectShadingCS - 11.94% of total time (compiled 27 times, average 22.52 sec, max 76.84 sec, min 1.26 sec) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: FMicropolyRasterizeCS - 10.69% of total time (compiled 260 times, average 2.09 sec, max 5.02 sec, min 0.00 sec) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: FVolumetricFogLightScatteringCS - 5.68% of total time (compiled 480 times, average 0.60 sec, max 0.99 sec, min 0.29 sec) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: FGenerateLightSamplesCS - 4.03% of total time (compiled 72 times, average 2.85 sec, max 4.12 sec, min 2.00 sec) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: === Material stats === +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Materials Translated: 144 +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Material Total Translate Time: 0.42 s +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Material Translation Only: 0.07 s (17%) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (0%) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: Material Cache Hits: 0 (0%) +[2025.04.09-15.38.54:834][ 0]LogShaderCompilers: Display: ================================================ +[2025.04.09-15.38.55:397][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.38.55:397][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/StarterContent.upack', mount point: 'root:/' +[2025.04.09-15.38.55:397][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.38.55:397][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' +[2025.04.09-15.38.55:398][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.38.55:398][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' +[2025.04.09-15.38.55:398][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.38.55:398][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' +[2025.04.09-15.38.55:399][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.38.55:399][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' +[2025.04.09-15.38.55:399][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.38.55:399][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' +[2025.04.09-15.38.55:399][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.38.55:400][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' +[2025.04.09-15.38.55:400][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.38.55:400][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' +[2025.04.09-15.38.55:401][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.38.55:401][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' +[2025.04.09-15.38.55:401][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.38.55:401][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' +[2025.04.09-15.38.55:597][ 0]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance +[2025.04.09-15.38.56:672][ 0]LogSlate: The tab "LevelEditorToolBar" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.09-15.38.56:967][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.38.57:056][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.38.57:107][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.38.57:158][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.38.59:975][ 0]LogSlate: External Image Picker: DecompressImage failed +[2025.04.09-15.39.00:229][ 0]LogSlate: Took 0.000219 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.04.09-15.39.00:321][ 0]LogSlate: Took 0.023058 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) +[2025.04.09-15.39.00:339][ 0]LogSlate: Took 0.017705 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) +[2025.04.09-15.39.00:348][ 0]LogSlate: Took 0.000185 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) +[2025.04.09-15.39.00:709][ 0]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.09-15.39.00:740][ 0]LogSlate: Took 0.023389 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.04.09-15.39.00:809][ 0]LogD3D12RHI: Waited for PSO creation for 200.000000ms +[2025.04.09-15.39.00:886][ 0]LogStall: Startup... +[2025.04.09-15.39.00:889][ 0]LogStall: Startup complete. +[2025.04.09-15.39.00:892][ 0]LogGameProjectGeneration: Project HandyMann requires update. Plugin OpenXR SupportedTargetPlatforms value in project descriptor (Win64, Linux, Android, VisionOS) differs from value in plugin descriptor (Win64, Linux, Android) +[2025.04.09-15.39.00:892][ 0]LogGameProjectGeneration: Project HandyMann requires update. Plugin OpenXRHandTracking SupportedTargetPlatforms value in project descriptor (Win64, Linux, Android, VisionOS) differs from value in plugin descriptor (Win64, Linux, Android) +[2025.04.09-15.39.00:921][ 0]LogLoad: (Engine Initialization) Total time: 504.11 seconds +[2025.04.09-15.39.01:722][ 0]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.09-15.39.01:722][ 0]LogContentValidation: Enabled validators: +[2025.04.09-15.39.01:722][ 0]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.04.09-15.39.01:722][ 0]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.09-15.39.01:722][ 0]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.09-15.39.01:722][ 0]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.04.09-15.39.01:722][ 0]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.09-15.39.01:722][ 0]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.04.09-15.39.01:732][ 0]AssetCheck: /Game/StarterContent/Architecture/Floor_400x400 Validating asset +[2025.04.09-15.39.01:765][ 0]LogShaderCompilers: Display: ================================================ +[2025.04.09-15.39.01:765][ 0]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.09-15.39.01:765][ 0]LogShaderCompilers: Display: Total job queries 10,925, among them cache hits 0 (0.00%), DDC hits 0 (0.00%), Duplicates 2,975 (27.23%) +[2025.04.09-15.39.01:765][ 0]LogShaderCompilers: Display: Tracking 7,950 distinct input hashes that result in 7,419 distinct outputs (93.32%) +[2025.04.09-15.39.01:765][ 0]LogShaderCompilers: Display: RAM used: 5.18 MiB of 1.60 GiB budget. Usage: 0.32% +[2025.04.09-15.39.01:765][ 0]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.09-15.39.01:765][ 0]LogShaderCompilers: Display: Shaders Compiled: 7,931 +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Jobs assigned 7,943, completed 7,931 (99.85%) +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Average time worker was idle: 0.54 s +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Time job spent in pending queue: average 246.62 s, longest 449.43 s +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Job execution time: average 6.60 s, max 110.67 s +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Job life time (pending + execution): average 253.59 s, max 453.13 +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Shader code size: average 14.103 KiB, min 1.16 KiB, max 330.166 KiB +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 468.29 s +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.02% +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Jobs were issued in 851 batches (only local compilation was used), average 9.33 jobs/batch +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Average processing rate: 16.94 jobs/sec +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Total thread time: 5,100.156 s +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Total thread preprocess time: 126.656 s +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Percentage time preprocessing: 2.48% +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Effective parallelization: 10.89 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: FTSRRejectShadingCS (compiled 27 times, average 22.52 sec, max 76.84 sec, min 1.26 sec) +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: FPathTracingRG (compiled 1 times, average 15.59 sec, max 15.59 sec, min 15.59 sec) +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: FSSDTemporalAccumulationCS (compiled 8 times, average 9.25 sec, max 10.23 sec, min 8.55 sec) +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ (compiled 1 times, average 6.76 sec, max 6.76 sec, min 6.76 sec) +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: TBasePassCSTLightMapPolicyLQSkylight (compiled 1 times, average 6.75 sec, max 6.75 sec, min 6.75 sec) +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: FDeferredLightPS - 13.07% of total time (compiled 454 times, average 1.47 sec, max 1.92 sec, min 1.10 sec) +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: FTSRRejectShadingCS - 11.92% of total time (compiled 27 times, average 22.52 sec, max 76.84 sec, min 1.26 sec) +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: FMicropolyRasterizeCS - 10.67% of total time (compiled 260 times, average 2.09 sec, max 5.02 sec, min 0.00 sec) +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: FVolumetricFogLightScatteringCS - 5.67% of total time (compiled 480 times, average 0.60 sec, max 0.99 sec, min 0.29 sec) +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: FGenerateLightSamplesCS - 4.02% of total time (compiled 72 times, average 2.85 sec, max 4.12 sec, min 2.00 sec) +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: === Material stats === +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Materials Translated: 145 +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Material Total Translate Time: 0.42 s +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Material Translation Only: 0.07 s (17%) +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (0%) +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: Material Cache Hits: 0 (0%) +[2025.04.09-15.39.01:766][ 0]LogShaderCompilers: Display: ================================================ +[2025.04.09-15.39.02:442][ 0]LogSlate: External Image Picker: DecompressImage failed +[2025.04.09-15.39.02:583][ 0]LogContentStreaming: Texture pool size now 1000 MB +[2025.04.09-15.39.02:583][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" +[2025.04.09-15.39.02:815][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.39.02:818][ 0]LogPython: Display: Running start-up script D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py... started... +[2025.04.09-15.39.02:854][ 0]LogPython: registering + +[2025.04.09-15.39.02:882][ 0]LogPython: Display: Running start-up script D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py... took 64.685 ms +[2025.04.09-15.39.03:229][ 1]LogAssetRegistry: AssetRegistryGather time 13.3581s: AssetDataDiscovery 0.3381s, AssetDataGather 12.9589s, StoreResults 0.0611s. Wall time 497.9780s. + NumCachedDirectories 0. NumUncachedDirectories 1587. NumCachedFiles 0. NumUncachedFiles 7991. + BackgroundTickInterruptions 0. +[2025.04.09-15.39.03:266][ 1]LogSourceControl: Uncontrolled asset enumeration started... +[2025.04.09-15.39.03:266][ 1]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000000 seconds (updated 0 objects) +[2025.04.09-15.39.03:422][ 1]LogSourceControl: Uncontrolled asset enumeration finished in 0.155873 seconds (Found 7700 uncontrolled assets) +[2025.04.09-15.39.03:861][ 2]LogSlate: Took 0.000238 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.04.09-15.39.04:642][ 2]LogSlate: External Image Picker: DecompressImage failed +[2025.04.09-15.39.04:881][ 2]LogEOSSDK: LogEOS: SDK Config Platform Update Request Successful, Time: 37.069611 +[2025.04.09-15.39.04:882][ 2]LogEOSSDK: LogEOSAnalytics: EOS SDK Analytics disabled for route [1]. +[2025.04.09-15.39.04:884][ 2]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 38.309299 +[2025.04.09-15.39.05:930][ 8]LogEOSSDK: LogEOSAnalytics: Start Session (User: ...) +[2025.04.09-15.39.06:154][ 15]LogEOSSDK: LogEOS: SDK Config Product Update Request Successful, Time: 39.531891 +[2025.04.09-15.39.06:156][ 15]LogEOSSDK: LogEOS: SDK Config Data - Watermark: 1151022895 +[2025.04.09-15.39.06:156][ 15]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 39.531891, Update Interval: 342.075256 +[2025.04.09-15.39.06:457][ 21]LogEOSSDK: LogEOSAuth: UpdateUserAuthToken: User ClientId: xyz...459 AccountId: 1e6...43c Access[Expires: 2025.04.09-17.39.06 Remaining: 7200.41] Refresh[Expires: 2025-10-06T13:58:56.208Z Remaining: 15545990.21] State: Valid +[2025.04.09-15.39.06:507][ 22]LogEOSSDK: LogEOSAuth: UserAuthGenerated: Received FUserAuthToken +[2025.04.09-15.39.08:594][ 32]LogEOSSDK: LogEOSAuth: UserAuthGenerated: Login complete: EOS_Success +[2025.04.09-15.39.08:594][ 32]LogFab: Display: User logged in +[2025.04.09-15.39.08:594][ 32]LogFab: Display: User client id: xyza7891REBVsEqSJRRNXmlS7EQHM459 +[2025.04.09-15.39.08:754][ 51]LogEOSSDK: Warning: LogEOS: Error response received from backend. ServiceName=[Friend], OperationName=[GetBlockList], Url=[], HttpStatus=[403], ErrorCode=[errors.com.epicgames.common.insufficient_scopes], NumericErrorCode=[1056], ErrorMessage=[Insufficient access scopes. Expected: [friends_list]], CorrId=[EOS-zCFYMkZNJkGIDqXiZUHD5A-KHQUPr8wu0--RhvyE32g1g] +[2025.04.09-15.39.11:470][152]LogPSOHitching: Encountered 50 PSO creation hitches so far (35 graphics, 15 compute). 0 of them were precached. +[2025.04.09-15.39.14:784][371]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_1 +[2025.04.09-15.39.14:785][371]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_1'. +[2025.04.09-15.39.31:874][271]Cmd: CLOSE_SLATE_MAINFRAME +[2025.04.09-15.39.31:942][271]LogUObjectHash: Compacting FUObjectHashTables data took 0.70ms +[2025.04.09-15.39.32:018][271]LogStall: Shutdown... +[2025.04.09-15.39.32:018][271]LogStall: Shutdown complete. +[2025.04.09-15.39.32:115][271]LogSlate: Window 'Content Browser' being destroyed +[2025.04.09-15.39.32:207][271]LogSlate: Window 'HandyMann - Unreal Editor' being destroyed +[2025.04.09-15.39.32:472][272]Cmd: QUIT_EDITOR +[2025.04.09-15.39.32:472][273]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) +[2025.04.09-15.39.32:481][273]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) +[2025.04.09-15.39.32:481][273]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown +[2025.04.09-15.39.32:481][273]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown +[2025.04.09-15.39.32:489][273]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-15.39.32:489][273]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.39.32:504][273]LogStylusInput: Shutting down StylusInput subsystem. +[2025.04.09-15.39.32:504][273]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. +[2025.04.09-15.39.32:704][273]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true +[2025.04.09-15.39.32:704][273]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.39.32:714][273]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true +[2025.04.09-15.39.32:714][273]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.39.32:715][273]LogStudioTelemetry: Ended StudioTelemetry Session +[2025.04.09-15.39.32:718][273]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider +[2025.04.09-15.39.32:718][273]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session +[2025.04.09-15.39.32:718][273]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider +[2025.04.09-15.39.32:737][273]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... +[2025.04.09-15.39.32:737][273]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... +[2025.04.09-15.39.32:737][273]LogAudio: Display: Audio Device unregistered from world 'VRTemplateMap'. +[2025.04.09-15.39.32:737][273]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. +[2025.04.09-15.39.32:737][273]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.09-15.39.32:739][273]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.09-15.39.32:746][273]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 +[2025.04.09-15.39.32:746][273]LogAudio: Display: Audio Device Manager Shutdown +[2025.04.09-15.39.32:747][273]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.09-15.39.32:749][273]LogExit: Preparing to exit. +[2025.04.09-15.39.32:796][273]LogUObjectHash: Compacting FUObjectHashTables data took 0.79ms +[2025.04.09-15.39.33:302][273]LogEditorDataStorage: Deinitializing +[2025.04.09-15.39.33:391][273]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled +[2025.04.09-15.39.33:401][273]LogExit: Editor shut down +[2025.04.09-15.39.33:403][273]LogExit: Transaction tracking system shut down +[2025.04.09-15.39.33:565][273]LogExit: Object subsystem successfully closed. +[2025.04.09-15.39.33:683][273]LogShaderCompilers: Display: Shaders left to compile 0 +[2025.04.09-15.39.34:891][273]LogMemoryProfiler: Shutdown +[2025.04.09-15.39.34:891][273]LogNetworkingProfiler: Shutdown +[2025.04.09-15.39.34:891][273]LoadingProfiler: Shutdown +[2025.04.09-15.39.34:891][273]LogTimingProfiler: Shutdown +[2025.04.09-15.39.35:299][273]LogChaosDD: Chaos Debug Draw Shutdown +[2025.04.09-15.39.35:304][273]RenderDocPlugin: plugin has been unloaded. +[2025.04.09-15.39.35:305][273]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 +[2025.04.09-15.39.35:342][273]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests: +[2025.04.09-15.39.35:342][273]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7BE8974A4A-4013-4AC9-45BC-82B7B5AE310C%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.5.4-40574608%2B%2B%2BUE5%2BRelease-5.5&UserID=0263ee444c1e3b1c1bf18c9ea6cc2ba4%7C1e61d639f2d5465389723e7b879a143c%7C12cfd485-ae06-4d3a-be14-e678903b0a60&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing +[2025.04.09-15.39.35:904][273]LogEOSSDK: FEOSSDKManager::Shutdown EOS_Shutdown Result=[EOS_Success] +[2025.04.09-15.39.35:904][273]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module +[2025.04.09-15.39.35:904][273]LogNFORDenoise: NFORDenoise function shutting down +[2025.04.09-15.39.35:917][273]LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetActorFactory id: 0 +[2025.04.09-15.39.35:917][273]LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetSubObjectFactory id: 1 +[2025.04.09-15.39.35:917][273]LogPakFile: Destroying PakPlatformFile +[2025.04.09-15.39.36:029][273]LogD3D12RHI: ~FD3D12DynamicRHI +[2025.04.09-15.39.36:076][273]LogExit: Exiting. +[2025.04.09-15.39.36:103][273]Log file closed, 04/09/25 18:39:36 diff --git a/HandyMann/Saved/Logs/HandyMann.log b/HandyMann/Saved/Logs/HandyMann.log new file mode 100644 index 0000000..b5f2ee3 --- /dev/null +++ b/HandyMann/Saved/Logs/HandyMann.log @@ -0,0 +1,2345 @@ +Log file open, 04/12/25 11:01:40 +LogWindows: Failed to load 'aqProf.dll' (GetLastError=126) +LogWindows: File 'aqProf.dll' does not exist +LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126) +LogWindows: File 'VtuneApi.dll' does not exist +LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126) +LogWindows: File 'VtuneApi32e.dll' does not exist +LogWindows: Started CrashReportClient (pid=30140) +LogWindows: Custom abort handler registered for crash reporting. +LogInit: Display: Running engine for game: HandyMann +LogCore: UTS: Unreal Trace Server launched successfully +LogTrace: Initializing trace... +LogCore: Display: Requested channels: 'cpu,gpu,frame,log,bookmark,screenshot,region' +LogTrace: Display: Display Control listening on port 1985 +LogTrace: Finished trace initialization. +LogCsvProfiler: Display: Metadata set : platform="Windows" +LogCsvProfiler: Display: Metadata set : config="Development" +LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.5-CL-40574608" +LogCsvProfiler: Display: Metadata set : engineversion="5.5.4-40574608+++UE5+Release-5.5" +LogCsvProfiler: Display: Metadata set : os="Windows 10 (22H2) [10.0.19045.5737] " +LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 9 3900X 12-Core Processor" +LogCsvProfiler: Display: Metadata set : pgoenabled="0" +LogCsvProfiler: Display: Metadata set : pgoprofilingenabled="0" +LogCsvProfiler: Display: Metadata set : ltoenabled="0" +LogCsvProfiler: Display: Metadata set : asan="0" +LogCsvProfiler: Display: Metadata set : commandline="" "D:\R. Samuel\VR-tasks\Wizard game\HandyMann\HandyMann.uproject""" +LogCsvProfiler: Display: Metadata set : loginid="0263ee444c1e3b1c1bf18c9ea6cc2ba4" +LogCsvProfiler: Display: Metadata set : llm="0" +LogStats: Stats thread started at 9.424260 +LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetActorFactory id: 0 +LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetSubObjectFactory id: 1 +LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +2:00, Platform Override: '' +LogInit: Session CrashGUID >==================================================== + Session CrashGUID > UECC-Windows-432CF3A44303C61A5E5DE1A522B09060 + Session CrashGUID >==================================================== +LogConfig: No local boot hotfix file found at: [../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/PersistentDownloadDir/HotfixForNextBoot.txt] +LogConfig: Display: Loading VulkanPC ini files took 0.05 seconds +LogConfig: Display: Loading Windows ini files took 0.07 seconds +LogConfig: Display: Loading Unix ini files took 0.07 seconds +LogConfig: Display: Loading Mac ini files took 0.08 seconds +LogConfig: Display: Loading IOS ini files took 0.09 seconds +LogConfig: Display: Loading TVOS ini files took 0.09 seconds +LogConfig: Display: Loading Android ini files took 0.10 seconds +LogConfig: Display: Loading VisionOS ini files took 0.10 seconds +LogConfig: Display: Loading LinuxArm64 ini files took 0.11 seconds +LogConfig: Display: Loading Linux ini files took 0.11 seconds +LogAudio: Display: Pre-Initializing Audio Device Manager... +LogAudio: Display: AudioInfo: 'OPUS' Registered +LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. +LogAudio: Display: AudioInfo: 'OGG' Registered +LogAudio: Display: AudioInfo: 'ADPCM' Registered +LogAudio: Display: AudioInfo: 'PCM' Registered +LogAudio: Display: AudioInfo: 'BINKA' Registered +LogAudio: Display: AudioInfo: 'RADA' Registered +LogAudio: Display: Audio Device Manager Pre-Initialized +LogPluginManager: Looking for build plugins target receipt +LogPluginManager: Unable to find target receipt in path: ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Binaries/Win64/*.target +LogAssetRegistry: Display: Asset registry cache read as 37.1 MiB from ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/CachedAssetRegistry_0.bin +LogPluginManager: Found matching target receipt: ../../../Engine/Binaries/Win64/UnrealEditor.target +LogPluginManager: Looking for enabled plugins target receipt +LogPluginManager: Unable to find target receipt in path: ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Binaries/Win64/*.target +LogPluginManager: Found matching target receipt: ../../../Engine/Binaries/Win64/UnrealEditor.target +LogPluginManager: Mounting Engine plugin ChaosCloth +LogPluginManager: Mounting Engine plugin CmdLinkServer +LogPluginManager: Mounting Engine plugin FastBuildController +LogPluginManager: Mounting Engine plugin MeshPainting +LogPluginManager: Mounting Engine plugin RenderGraphInsights +LogPluginManager: Mounting Engine plugin TraceUtilities +LogPluginManager: Mounting Engine plugin UbaController +LogPluginManager: Mounting Engine plugin Bridge +LogPluginManager: Mounting Engine plugin WorldMetrics +LogPluginManager: Mounting Engine plugin XGEController +LogPluginManager: Mounting Engine plugin Fab +LogPluginManager: Mounting Engine plugin ChaosVD +LogPluginManager: Mounting Engine plugin EnhancedInput +LogPluginManager: Mounting Engine plugin EngineCameras +LogPluginManager: Mounting Engine plugin GameplayCameras +LogPluginManager: Mounting Engine plugin CameraShakePreviewer +LogPluginManager: Mounting Engine plugin OodleNetwork +LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess +LogPluginManager: Mounting Engine plugin GitSourceControl +LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess +LogPluginManager: Mounting Engine plugin AnimationSharing +LogPluginManager: Mounting Engine plugin PerforceSourceControl +LogPluginManager: Mounting Engine plugin DumpGPUServices +LogPluginManager: Mounting Engine plugin RenderDocPlugin +LogPluginManager: Mounting Engine plugin PluginUtils +LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess +LogPluginManager: Mounting Engine plugin NullSourceCodeAccess +LogPluginManager: Mounting Engine plugin PixWinPlugin +LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess +LogPluginManager: Mounting Engine plugin PropertyAccessNode +LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess +LogPluginManager: Mounting Engine plugin SubversionSourceControl +LogPluginManager: Mounting Engine plugin PlasticSourceControl +LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess +LogPluginManager: Mounting Engine plugin TextureFormatOodle +LogPluginManager: Mounting Engine plugin UObjectPlugin +LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin AssetManagerEditor +LogPluginManager: Mounting Engine plugin BlueprintHeaderView +LogPluginManager: Mounting Engine plugin ChangelistReview +LogPluginManager: Mounting Engine plugin ColorGrading +LogPluginManager: Mounting Engine plugin CurveEditorTools +LogPluginManager: Mounting Engine plugin CryptoKeys +LogPluginManager: Mounting Engine plugin EngineAssetDefinitions +LogPluginManager: Mounting Engine plugin DataValidation +LogPluginManager: Mounting Engine plugin FacialAnimation +LogPluginManager: Mounting Engine plugin EditorDebugTools +LogPluginManager: Mounting Engine plugin GeometryMode +LogPluginManager: Mounting Engine plugin MacGraphicsSwitching +LogPluginManager: Mounting Engine plugin GameplayTagsEditor +LogPluginManager: Mounting Engine plugin MaterialAnalyzer +LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard +LogPluginManager: Mounting Engine plugin MeshLODToolset +LogPluginManager: Mounting Engine plugin EditorScriptingUtilities +LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode +LogPluginManager: Mounting Engine plugin ProxyLODPlugin +LogPluginManager: Mounting Engine plugin SequencerAnimTools +LogPluginManager: Mounting Engine plugin SpeedTreeImporter +LogPluginManager: Mounting Engine plugin StylusInput +LogPluginManager: Mounting Engine plugin UVEditor +LogPluginManager: Mounting Engine plugin UMGWidgetPreview +LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities +LogPluginManager: Mounting Engine plugin PluginBrowser +LogPluginManager: Mounting Engine plugin VariantManager +LogPluginManager: Mounting Engine plugin VariantManagerContent +LogPluginManager: Mounting Engine plugin AdvancedRenamer +LogPluginManager: Mounting Engine plugin BackChannel +LogPluginManager: Mounting Engine plugin AutomationUtils +LogPluginManager: Mounting Engine plugin ChaosCaching +LogPluginManager: Mounting Engine plugin ChaosEditor +LogPluginManager: Mounting Engine plugin ChaosSolverPlugin +LogPluginManager: Mounting Engine plugin ChaosUserDataPT +LogPluginManager: Mounting Engine plugin CharacterAI +LogPluginManager: Mounting Engine plugin EditorDataStorage +LogPluginManager: Mounting Engine plugin Dataflow +LogPluginManager: Mounting Engine plugin EditorPerformance +LogPluginManager: Mounting Engine plugin EditorTelemetry +LogPluginManager: Mounting Engine plugin Fracture +LogPluginManager: Mounting Engine plugin FullBodyIK +LogPluginManager: Mounting Engine plugin GeometryFlow +LogPluginManager: Mounting Engine plugin LowLevelNetTrace +LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp +LogPluginManager: Mounting Engine plugin LocalizableMessage +LogPluginManager: Mounting Engine plugin NFORDenoise +LogPluginManager: Mounting Engine plugin PlanarCut +LogPluginManager: Mounting Engine plugin GLTFExporter +LogPluginManager: Mounting Engine plugin PlatformCrypto +LogPluginManager: Mounting Engine plugin SkeletalReduction +LogPluginManager: Mounting Engine plugin StudioTelemetry +LogPluginManager: Mounting Engine plugin DatasmithContent +LogPluginManager: Mounting Engine plugin ToolPresets +LogPluginManager: Mounting Engine plugin NiagaraSimCaching +LogPluginManager: Mounting Engine plugin AlembicImporter +LogPluginManager: Mounting Engine plugin InterchangeAssets +LogPluginManager: Mounting Engine plugin InterchangeEditor +LogPluginManager: Mounting Engine plugin Interchange +LogPluginManager: Mounting Engine plugin AndroidMedia +LogPluginManager: Mounting Engine plugin AvfMedia +LogPluginManager: Mounting Engine plugin ChaosNiagara +LogPluginManager: Mounting Engine plugin ImgMedia +LogPluginManager: Mounting Engine plugin MediaCompositing +LogPluginManager: Mounting Engine plugin MediaPlate +LogPluginManager: Mounting Engine plugin MediaPlayerEditor +LogPluginManager: Mounting Engine plugin WebMMedia +LogPluginManager: Mounting Engine plugin WmfMedia +LogPluginManager: Mounting Engine plugin TcpMessaging +LogPluginManager: Mounting Engine plugin UdpMessaging +LogPluginManager: Mounting Engine plugin ActorSequence +LogPluginManager: Mounting Engine plugin LevelSequenceEditor +LogPluginManager: Mounting Engine plugin SequencerScripting +LogPluginManager: Mounting Engine plugin TemplateSequence +LogPluginManager: Mounting Engine plugin LauncherChunkInstaller +LogPluginManager: Mounting Engine plugin ActorLayerUtilities +LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector +LogPluginManager: Mounting Engine plugin AndroidFileServer +LogPluginManager: Mounting Engine plugin AndroidMoviePlayer +LogPluginManager: Mounting Engine plugin AndroidPermission +LogPluginManager: Mounting Engine plugin AppleImageUtils +LogPluginManager: Mounting Engine plugin AppleMoviePlayer +LogPluginManager: Mounting Engine plugin ArchVisCharacter +LogPluginManager: Mounting Engine plugin AssetTags +LogPluginManager: Mounting Engine plugin AudioCapture +LogPluginManager: Mounting Engine plugin AudioSynesthesia +LogPluginManager: Mounting Engine plugin AudioWidgets +LogPluginManager: Mounting Engine plugin CableComponent +LogPluginManager: Mounting Engine plugin ChunkDownloader +LogPluginManager: Mounting Engine plugin ComputeFramework +LogPluginManager: Mounting Engine plugin CustomMeshComponent +LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector +LogPluginManager: Mounting Engine plugin GeometryCache +LogPluginManager: Mounting Engine plugin GoogleCloudMessaging +LogPluginManager: Mounting Engine plugin GooglePAD +LogPluginManager: Mounting Engine plugin InputDebugging +LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector +LogPluginManager: Mounting Engine plugin Niagara +LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector +LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary +LogPluginManager: Mounting Engine plugin MeshModelingToolset +LogPluginManager: Mounting Engine plugin PythonScriptPlugin +LogPluginManager: Mounting Engine plugin MobilePatchingUtils +LogPluginManager: Mounting Engine plugin MsQuic +LogPluginManager: Mounting Engine plugin OpenXREyeTracker +LogPluginManager: Mounting Engine plugin OpenXRHandTracking +LogPluginManager: Mounting Engine plugin ProceduralMeshComponent +LogPluginManager: Mounting Engine plugin PropertyAccessEditor +LogPluginManager: Mounting Engine plugin GeometryProcessing +LogPluginManager: Mounting Engine plugin RigVM +LogPluginManager: Mounting Engine plugin SignificanceManager +LogPluginManager: Mounting Engine plugin SoundFields +LogPluginManager: Mounting Engine plugin Metasound +LogPluginManager: Mounting Engine plugin WaveTable +LogPluginManager: Mounting Engine plugin WebMMoviePlayer +LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector +LogPluginManager: Mounting Engine plugin WindowsMoviePlayer +LogPluginManager: Mounting Engine plugin XRBase +LogPluginManager: Mounting Engine plugin InterchangeTests +LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin +LogPluginManager: Mounting Engine plugin ResonanceAudio +LogPluginManager: Mounting Engine plugin OpenXR +LogPluginManager: Mounting Engine plugin Synthesis +LogPluginManager: Mounting Engine plugin USDCore +LogPluginManager: Mounting Engine plugin AISupport +LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor +LogPluginManager: Mounting Engine plugin Paper2D +LogPluginManager: Mounting Engine plugin AnimationData +LogPluginManager: Mounting Engine plugin AnimationModifierLibrary +LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis +LogPluginManager: Mounting Engine plugin StateTree +LogPluginManager: Mounting Engine plugin ControlRigModules +LogPluginManager: Mounting Engine plugin ControlRigSpline +LogPluginManager: Mounting Engine plugin LiveLink +LogPluginManager: Mounting Engine plugin RigLogic +LogPluginManager: Mounting Engine plugin NNERuntimeORT +LogPluginManager: Mounting Engine plugin EOSShared +LogPluginManager: Mounting Engine plugin OnlineBase +LogPluginManager: Mounting Engine plugin OnlineServices +LogPluginManager: Mounting Engine plugin NNEDenoiser +LogPluginManager: Mounting Engine plugin OnlineSubsystem +LogPluginManager: Mounting Engine plugin OnlineSubsystemNull +LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils +LogPluginManager: Mounting Engine plugin IKRig +LogPluginManager: Mounting Engine plugin ACLPlugin +LogPluginManager: Mounting Engine plugin ControlRig +LogPluginManager: Mounting Engine plugin HairStrands +LogPluginManager: Mounting Engine plugin DeformerGraph +LogPluginManager: Mounting Engine plugin Takes +LogPluginManager: Mounting Engine plugin OculusXR +LogPluginManager: Mounting Engine plugin HoldoutComposite +LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource +LogPluginManager: Mounting Engine plugin SkeletalMeshModelingTools +LogPluginManager: Mounting Engine plugin XInputDevice +LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor +LogPluginManager: Mounting Engine plugin SQLiteCore +LogPluginManager: Mounting Engine plugin ConcertMain +LogPluginManager: Mounting Engine plugin ObjectMixer +LogPluginManager: Mounting Engine plugin LightMixer +LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS +LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay +LogPluginManager: Mounting Engine plugin MetaHumanSDK +LogPluginManager: Mounting Engine plugin ConcertSyncClient +LogPluginManager: Mounting Engine plugin ConcertSyncCore +SourceControl: Revision control is disabled +SourceControl: Revision control is disabled +SourceControl: Revision control is disabled +LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine] +RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings. +LogWindows: Failed to load 'WinPixGpuCapturer.dll' (GetLastError=126) +LogWindows: File 'WinPixGpuCapturer.dll' does not exist +PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. +LogNFORDenoise: NFORDenoise function starting up +LogStudioTelemetry: Display: Starting StudioTelemetry Module +LogStudioTelemetry: Started StudioTelemetry Session +LogEOSSDK: Initializing EOSSDK Version:1.17.0-39599718 +LogInit: Using libcurl 8.4.0 +LogInit: - built for Windows +LogInit: - supports SSL with OpenSSL/1.1.1t +LogInit: - supports HTTP deflate (compression) using libz 1.3 +LogInit: - other features: +LogInit: CURL_VERSION_SSL +LogInit: CURL_VERSION_LIBZ +LogInit: CURL_VERSION_IPV6 +LogInit: CURL_VERSION_ASYNCHDNS +LogInit: CURL_VERSION_LARGEFILE +LogInit: CURL_VERSION_HTTP2 +LogInit: CurlRequestOptions (configurable via config and command line): +LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate +LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy +LogInit: - bDontReuseConnections = false - Libcurl will reuse connections +LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host +LogInit: - LocalHostAddr = Default +LogInit: - BufferSize = 65536 +LogInit: CreateHttpThread using FCurlMultiPollEventLoopHttpThread +LogInit: Creating http thread with maximum 2147483647 concurrent requests +LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467 +LogOnline: OSS: Created online subsystem instance for: NULL +LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +LogOculusPluginWrapper: OculusPlugin initialized successfully +LogOVRPlugin: Display: CompositorOpenXR::PreInitialize(activity = 0000000000000000, apiType = 0, preinitializeFlags=0x10) +LogOVRPlugin: Display: Support Non-Oculus runtime: NO +LogOVRPlugin: Display: -- Set xrGetInstanceProcAddr to OpenXR Loader +LogOVRPlugin: Display: Available Extensions: (66) +LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +LogOVRPlugin: Display: Available Layers: (0) +LogOVRPlugin: Display: Preinitialize: xrCreateInstance() succeeded +LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +LogOVRPlugin: Display: OpenXR runtime supports XR_META_headset_id extension +LogOVRPlugin: Display: xrGetSystem() failed, which might be caused by a temporarly HMD connectivity issue. xrInstance to be destroyed +LogHMD: Failed initializing OVRPlugin 1.106.0 +LogOcInput: OculusXRInput pre-init called +LogInit: ExecutableName: UnrealEditor.exe +LogInit: Build: ++UE5+Release-5.5-CL-40574608 +LogInit: Platform=WindowsEditor +LogInit: MachineId=0263ee444c1e3b1c1bf18c9ea6cc2ba4 +LogInit: DeviceId= +LogInit: Engine Version: 5.5.4-40574608+++UE5+Release-5.5 +LogInit: Compatible Engine Version: 5.5.0-37670630+++UE5+Release-5.5 +LogInit: Net CL: 37670630 +LogInit: OS: Windows 10 (22H2) [10.0.19045.5737] (), CPU: AMD Ryzen 9 3900X 12-Core Processor , GPU: NVIDIA GeForce RTX 2080 SUPER +LogInit: Compiled (64-bit): Mar 7 2025 14:49:53 +LogInit: Architecture: x64 +LogInit: Compiled with Visual C++: 19.38.33130.00 +LogInit: Build Configuration: Development +LogInit: Branch Name: ++UE5+Release-5.5 +LogInit: Command Line: +LogInit: Base Directory: D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/Win64/ +LogInit: Allocator: Mimalloc +LogInit: Installed Engine Build: 1 +LogInit: This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no +LogDevObjectVersion: Number of dev versions registered: 36 +LogDevObjectVersion: Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10 +LogDevObjectVersion: Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0 +LogDevObjectVersion: Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 4 +LogDevObjectVersion: Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 40 +LogDevObjectVersion: Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 37 +LogDevObjectVersion: Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 3 +LogDevObjectVersion: Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0 +LogDevObjectVersion: Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0 +LogDevObjectVersion: Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 20 +LogDevObjectVersion: Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0 +LogDevObjectVersion: Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 49 +LogDevObjectVersion: Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 13 +LogDevObjectVersion: Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 3 +LogDevObjectVersion: Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1 +LogDevObjectVersion: Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 3 +LogDevObjectVersion: Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 17 +LogDevObjectVersion: Dev-Anim (AF43A65D-7FD3-4947-9873-3E8ED9C1BB05): 15 +LogDevObjectVersion: Dev-ReflectionCapture (6B266CEC-1EC7-4B8F-A30B-E4D90942FC07): 1 +LogDevObjectVersion: Dev-Automation (0DF73D61-A23F-47EA-B727-89E90C41499A): 1 +LogDevObjectVersion: FortniteMain (601D1886-AC64-4F84-AA16-D3DE0DEAC7D6): 170 +LogDevObjectVersion: FortniteValkyrie (8DBC2C5B-54A7-43E0-A768-FCBB7DA29060): 8 +LogDevObjectVersion: FortniteSeason (5B4C06B7-2463-4AF8-805B-BF70CDF5D0DD): 13 +LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 15 +LogDevObjectVersion: Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 10 +LogDevObjectVersion: Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1 +LogDevObjectVersion: Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 10 +LogDevObjectVersion: Dev-Physics-Ext (35F94A83-E258-406C-A318-09F59610247C): 41 +LogDevObjectVersion: Dev-PhysicsMaterial-Chaos (B68FC16E-8B1B-42E2-B453-215C058844FE): 1 +LogDevObjectVersion: Dev-CineCamera (B2E18506-4273-CFC2-A54E-F4BB758BBA07): 1 +LogDevObjectVersion: Dev-VirtualProduction (64F58936-FD1B-42BA-BA96-7289D5D0FA4E): 1 +LogDevObjectVersion: UE5-Main (697DD581-E64F-41AB-AA4A-51ECBEB7B628): 119 +LogDevObjectVersion: UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 51 +LogDevObjectVersion: UE5-PrivateFrosty (59DA5D52-1232-4948-B878-597870B8E98B): 8 +LogDevObjectVersion: Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2 +LogDevObjectVersion: Dev-NaniteResearch (30D58BE3-95EA-4282-A6E3-B159D8EBB06A): 1 +LogDevObjectVersion: Dev-ComputeFramework (6304A3E7-0059-4F59-8CFC-21BD7721FD4E): 0 +LogConfig: Branch 'EditorLayout' had been unloaded. Reloading on-demand took 1.49ms +LogConfig: Branch 'ChaosCloth' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'CmdLinkServer' had been unloaded. Reloading on-demand took 0.18ms +LogConfig: Branch 'FastBuildController' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'MeshPainting' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'RenderGraphInsights' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'UbaController' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'Bridge' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'WorldMetrics' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'XGEController' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'EngineCameras' had been unloaded. Reloading on-demand took 0.25ms +LogConfig: Branch 'CameraShakePreviewer' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'OodleNetwork' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'CLionSourceCodeAccess' had been unloaded. Reloading on-demand took 0.18ms +LogConfig: Branch 'GitSourceControl' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'CodeLiteSourceCodeAccess' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'AnimationSharing' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'PerforceSourceControl' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'DumpGPUServices' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'RenderDocPlugin' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'PluginUtils' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'N10XSourceCodeAccess' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'NullSourceCodeAccess' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'PixWinPlugin' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'RiderSourceCodeAccess' had been unloaded. Reloading on-demand took 0.18ms +LogConfig: Branch 'PropertyAccessNode' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'KDevelopSourceCodeAccess' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'SubversionSourceControl' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'PlasticSourceControl' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'VisualStudioSourceCodeAccess' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'TextureFormatOodle' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'UObjectPlugin' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'VisualStudioCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'XCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'AssetManagerEditor' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'BlueprintHeaderView' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'ChangelistReview' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'ColorGrading' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'CurveEditorTools' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'CryptoKeys' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'EngineAssetDefinitions' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'DataValidation' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'FacialAnimation' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'EditorDebugTools' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'GeometryMode' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'MacGraphicsSwitching' had been unloaded. Reloading on-demand took 0.21ms +LogConfig: Branch 'GameplayTagsEditor' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'MaterialAnalyzer' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'MobileLauncherProfileWizard' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'MeshLODToolset' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'ModelingToolsEditorMode' had been unloaded. Reloading on-demand took 0.18ms +LogConfig: Branch 'ProxyLODPlugin' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'SequencerAnimTools' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'SpeedTreeImporter' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'StylusInput' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'UVEditor' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'UMGWidgetPreview' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'WorldPartitionHLODUtilities' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'PluginBrowser' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'VariantManager' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'AdvancedRenamer' had been unloaded. Reloading on-demand took 0.23ms +LogConfig: Branch 'BackChannel' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'AutomationUtils' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'ChaosCaching' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'ChaosEditor' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'ChaosSolverPlugin' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'ChaosUserDataPT' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CharacterAI' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'EditorDataStorage' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'Dataflow' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'EditorPerformance' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'EditorTelemetry' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'Fracture' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'GeometryFlow' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'LowLevelNetTrace' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'MeshModelingToolsetExp' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'LocalizableMessage' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'NFORDenoise' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'PlanarCut' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'PlatformCrypto' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'SkeletalReduction' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'StudioTelemetry' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'NiagaraSimCaching' had been unloaded. Reloading on-demand took 0.18ms +LogConfig: Branch 'AlembicImporter' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'InterchangeEditor' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'AndroidMedia' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'AvfMedia' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'ChaosNiagara' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'ImgMedia' had been unloaded. Reloading on-demand took 0.20ms +LogConfig: Branch 'MediaCompositing' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'MediaPlate' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MediaPlayerEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'WebMMedia' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'WmfMedia' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'TcpMessaging' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'UdpMessaging' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ActorSequence' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'LevelSequenceEditor' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'SequencerScripting' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'TemplateSequence' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'LauncherChunkInstaller' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ActorLayerUtilities' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AndroidDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'AndroidFileServer' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AndroidMoviePlayer' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AndroidPermission' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AppleImageUtils' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'AppleMoviePlayer' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ArchVisCharacter' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'AssetTags' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AudioCapture' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AudioSynesthesia' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AudioWidgets' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CableComponent' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ChunkDownloader' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ComputeFramework' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'CustomMeshComponent' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ExampleDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GeometryCache' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'GoogleCloudMessaging' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GooglePAD' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'InputDebugging' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'IOSDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'LinuxDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.23ms +LogConfig: Branch 'LocationServicesBPLibrary' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MeshModelingToolset' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PythonScriptPlugin' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'MobilePatchingUtils' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MsQuic' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OpenXREyeTracker' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'OpenXRHandTracking' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ProceduralMeshComponent' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PropertyAccessEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GeometryProcessing' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'SignificanceManager' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'SoundFields' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'WaveTable' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'WebMMoviePlayer' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'WindowsDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'WindowsMoviePlayer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'XRBase' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'InterchangeTests' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GeometryCollectionPlugin' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'ResonanceAudio' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OpenXR' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AISupport' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'EnvironmentQueryEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AnimationData' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AnimationModifierLibrary' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'BlendSpaceMotionAnalysis' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ControlRigModules' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ControlRigSpline' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'RigLogic' had been unloaded. Reloading on-demand took 0.22ms +LogConfig: Branch 'NNERuntimeORT' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'EOSShared' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineBase' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OnlineServices' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'NNEDenoiser' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OnlineSubsystem' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OnlineSubsystemNull' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineSubsystemUtils' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ACLPlugin' had been unloaded. Reloading on-demand took 0.13ms +LogCoreRedirects: AddRedirect(D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/OculusXR.ini) has wildcard redirect /OculusVR/, these are very slow and should be resolved as soon as possible! Please refer to the documentation in Engine/Config/BaseEngine.ini. +LogCoreRedirects: AddRedirect(D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/OculusXR.ini) has wildcard redirect /MRUtilityKit/, these are very slow and should be resolved as soon as possible! Please refer to the documentation in Engine/Config/BaseEngine.ini. +LogConfig: Branch 'PortableObjectFileDataSource' had been unloaded. Reloading on-demand took 0.23ms +LogConfig: Branch 'ContentBrowserAssetDataSource' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'ContentBrowserClassDataSource' had been unloaded. Reloading on-demand took 0.18ms +LogConfig: Branch 'ContentBrowserFileDataSource' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'SkeletalMeshModelingTools' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'XInputDevice' had been unloaded. Reloading on-demand took 0.18ms +LogConfig: Branch 'BaseCharacterFXEditor' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'SQLiteCore' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'ConcertMain' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'ObjectMixer' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'LightMixer' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'OnlineSubsystemIOS' had been unloaded. Reloading on-demand took 0.18ms +LogConfig: Branch 'OnlineSubsystemGooglePlay' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'ConcertSyncClient' had been unloaded. Reloading on-demand took 0.17ms +LogInit: Presizing for max 25165824 objects, including 0 objects not considered by GC. +LogStreaming: Display: AsyncLoading2 - Created: Event Driven Loader: false, Async Loading Thread: false, Async Post Load: false +LogStreaming: Display: AsyncLoading2 - Initialized +LogInit: Object subsystem initialized +LogConfig: Set CVar [[con.DebugEarlyDefault:1]] +LogConfig: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created +LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created +LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created +LogConfig: Set CVar [[r.setres:1280x720]] +LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created +LogConfig: Set CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] +LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created +LogConfig: CVar [[r.Occlusion.SingleRHIThreadStall:1]] deferred - dummy variable created +LogConfig: Set CVar [[r.Nanite.Streaming.ReservedResources:1]] +LogConfig: Set CVar [[r.Nanite.Streaming.AsyncCompute:0 ; Temporary workaround for Nanite geometry corruption (FORT-805141)]] +LogConfig: CVar [[D3D12.Bindless.ResourceDescriptorHeapSize:32768]] deferred - dummy variable created +LogConfig: CVar [[D3D12.Bindless.SamplerDescriptorHeapSize:2048]] deferred - dummy variable created +LogConfig: Set CVar [[r.PSOPrecache.GlobalShaders:1]] +LogConfig: Set CVar [[r.DynamicRes.DynamicFrameTime:1]] +LogConfig: Set CVar [[r.VRS.EnableSoftware:1]] +LogConfig: Set CVar [[r.VRS.ContrastAdaptiveShading:1]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.VSync:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] +[2025.04.12-08.02.06:654][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created +[2025.04.12-08.02.06:654][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.ForwardShading:1]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.MobileHDR:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[vr.MobileMultiView:1]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[vr.InstancedStereo:1]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusion:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusionStaticFraction:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.DefaultFeature.MotionBlur:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.Mobile.UseHWsRGBEncoding:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.Mobile.AntiAliasing:3]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.AntiAliasingMethod:3]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.AllowStaticLighting:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.SkinCache.CompileShaders:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.RayTracing:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] +[2025.04.12-08.02.06:744][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[DefaultASTCQualityBySizeHQ:4]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:AmbientSound]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created +[2025.04.12-08.02.06:941][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TSR.ReprojectionField:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.AOQuality:2]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.RayTracing.Scene.BuildMode:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.MaxRoughnessToEvaluateRoughSpecularForFoliage:0.8]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapMode:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.MinWeight:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DetailMode:3]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[fx.Niagara.QualityLevel:3]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.DownsampleFactor:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.MaxStepCount:512]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.Shadows.Resolution:512]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] +[2025.04.12-08.02.07:305][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.12-08.02.07:305][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.12-08.02.07:305][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.12-08.02.07:522][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +[2025.04.12-08.02.07:522][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.12-08.02.08:029][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 2080 SUPER (VendorId: 10de, DeviceId: 1e81, SubSysId: 3ff91458, Revision: 00a1 +[2025.04.12-08.02.08:029][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported +[2025.04.12-08.02.08:029][ 0]LogD3D12RHI: Adapter has 7987MB of dedicated video memory, 0MB of dedicated system memory, and 16355MB of shared system memory, 2 output[s] +[2025.04.12-08.02.08:029][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.12-08.02.08:029][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.04.12-08.02.08:040][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 +[2025.04.12-08.02.08:040][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported +[2025.04.12-08.02.08:040][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 16355MB of shared system memory, 0 output[s] +[2025.04.12-08.02.08:256][ 0]LogD3D12RHI: Found D3D12 adapter 2: NVIDIA GeForce RTX 2080 SUPER (VendorId: 10de, DeviceId: 1e81, SubSysId: 3ff91458, Revision: 00a1 +[2025.04.12-08.02.08:256][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported +[2025.04.12-08.02.08:256][ 0]LogD3D12RHI: Adapter has 7987MB of dedicated video memory, 0MB of dedicated system memory, and 16355MB of shared system memory, 0 output[s] +[2025.04.12-08.02.08:257][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.12-08.02.08:257][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.04.12-08.02.08:257][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. +[2025.04.12-08.02.08:257][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 +[2025.04.12-08.02.08:257][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.12-08.02.08:257][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.04.12-08.02.08:257][ 0]LogHAL: Display: Platform has ~ 32 GB [34300751872 / 34359738368 / 32], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) +[2025.04.12-08.02.08:268][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] +[2025.04.12-08.02.08:279][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.12-08.02.08:279][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.RasterizationMode:Bitmap -> Msdf]] +[2025.04.12-08.02.08:279][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.ResolutionLevel:2 -> 2]] +[2025.04.12-08.02.08:279][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.12-08.02.08:298][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] +[2025.04.12-08.02.08:298][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] +[2025.04.12-08.02.08:298][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] +[2025.04.12-08.02.08:298][ 0]LogConfig: CVar [[ds.CADTranslator.Meshing.ActivateThinZoneMeshing:0]] deferred - dummy variable created +[2025.04.12-08.02.08:298][ 0]LogConfig: CVar [[ds.CADTranslator.Stitching.RemoveThinFaces:0]] deferred - dummy variable created +[2025.04.12-08.02.08:298][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.12-08.02.08:298][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] +[2025.04.12-08.02.08:298][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] +[2025.04.12-08.02.08:298][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/Editor.ini] +[2025.04.12-08.02.08:311][ 0]LogInit: Computer: LTAT-CGVR6 +[2025.04.12-08.02.08:311][ 0]LogInit: User: rannosam +[2025.04.12-08.02.08:311][ 0]LogInit: CPU Page size=4096, Cores=12 +[2025.04.12-08.02.08:311][ 0]LogInit: High frequency timer resolution =10.000000 MHz +[2025.04.12-08.02.12:121][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits +[2025.04.12-08.02.12:121][ 0]LogMemory: Memory total: Physical=31.9GB (32GB approx) Virtual=44.6GB +[2025.04.12-08.02.12:121][ 0]LogMemory: Platform Memory Stats for WindowsEditor +[2025.04.12-08.02.12:121][ 0]LogMemory: Process Physical Memory: 629.92 MB used, 642.88 MB peak +[2025.04.12-08.02.12:121][ 0]LogMemory: Process Virtual Memory: 674.48 MB used, 674.48 MB peak +[2025.04.12-08.02.12:121][ 0]LogMemory: Physical Memory: 14973.96 MB used, 17737.78 MB free, 32711.75 MB total +[2025.04.12-08.02.12:121][ 0]LogMemory: Virtual Memory: 18374.14 MB used, 27247.29 MB free, 45621.43 MB total +[2025.04.12-08.02.12:121][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" +[2025.04.12-08.02.12:127][ 0]LogWindows: WindowsPlatformFeatures enabled +[2025.04.12-08.02.12:837][ 0]LogChaosDD: Chaos Debug Draw Startup +[2025.04.12-08.02.12:863][ 0]LogInit: Physics initialised using underlying interface: Chaos +[2025.04.12-08.02.12:959][ 0]LogInit: Using OS detected language (en-US). +[2025.04.12-08.02.12:959][ 0]LogInit: Using OS detected locale (en-US). +[2025.04.12-08.02.13:125][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. +[2025.04.12-08.02.13:137][ 0]LogInit: Setting process to per monitor DPI aware +[2025.04.12-08.02.14:346][ 0]LogWindowsTextInputMethodSystem: Available input methods: +[2025.04.12-08.02.14:346][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). +[2025.04.12-08.02.14:346][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). +[2025.04.12-08.02.14:346][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). +[2025.04.12-08.02.14:346][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.12-08.02.15:773][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 +[2025.04.12-08.02.15:776][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 +[2025.04.12-08.02.27:047][ 0]LogOculusPluginWrapper: Warning: wrapper already initialized +[2025.04.12-08.02.27:047][ 0]LogOVRPlugin: Display: CompositorOpenXR::PreInitialize(activity = 0000000000000000, apiType = 0, preinitializeFlags=0x10) +[2025.04.12-08.02.27:047][ 0]LogOVRPlugin: Display: Support Non-Oculus runtime: NO +[2025.04.12-08.02.27:047][ 0]LogOVRPlugin: Display: -- Set xrGetInstanceProcAddr to OpenXR Loader +[2025.04.12-08.02.27:047][ 0]LogOVRPlugin: Display: Warning: xrGetInstanceProcAddr has already been set +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.12-08.02.27:136][ 0]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.12-08.02.27:137][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.12-08.02.27:138][ 0]LogOVRPlugin: Display: Available Layers: (0) +[2025.04.12-08.02.27:141][ 0]LogOVRPlugin: Display: Preinitialize: xrCreateInstance() succeeded +[2025.04.12-08.02.27:141][ 0]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.12-08.02.27:141][ 0]LogOVRPlugin: Display: OpenXR runtime supports XR_META_headset_id extension +[2025.04.12-08.02.27:141][ 0]LogOVRPlugin: Display: xrGetSystem() failed, which might be caused by a temporarly HMD connectivity issue. xrInstance to be destroyed +[2025.04.12-08.02.27:145][ 0]LogHMD: Failed initializing OVRPlugin 1.106.0 +[2025.04.12-08.02.27:145][ 0]LogHMD: OpenXRHMDModule::InitInstance using DefaultLoader. +[2025.04.12-08.02.27:294][ 0]LogHMD: OpenXR runtime supported extensions: +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_KHR_D3D11_enable +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_KHR_D3D12_enable +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_KHR_opengl_enable +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_KHR_vulkan_enable +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_KHR_vulkan_enable2 +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_KHR_composition_layer_depth +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_KHR_win32_convert_performance_counter_time +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_KHR_convert_timespec_time +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_KHR_composition_layer_cube +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_KHR_composition_layer_cylinder +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_KHR_composition_layer_equirect +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_KHR_visibility_mask +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_KHR_composition_layer_color_scale_bias +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_EXT_win32_appcontainer_compatible +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_EXT_debug_utils +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_OCULUS_recenter_event +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_OCULUS_audio_device_guid +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_FB_color_space +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_FB_display_refresh_rate +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_META_performance_metrics +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_META_headset_id +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_OCULUS_ovrsession_handle +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_EXT_hand_interaction +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_EXT_hand_tracking +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_FB_hand_tracking_aim +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_FB_hand_tracking_capsules +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_FB_hand_tracking_mesh +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_EXT_hand_tracking_data_source +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_META_hand_tracking_microgestures +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_META_simultaneous_hands_and_controllers +[2025.04.12-08.02.27:294][ 0]LogHMD: XR_FB_body_tracking +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_META_body_tracking_full_body +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_META_body_tracking_fidelity +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_META_body_tracking_calibration +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_FB_render_model +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_FB_spatial_entity_container +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_FB_scene +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_FB_spatial_entity +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_FB_spatial_entity_storage +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_FB_spatial_entity_query +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_FB_spatial_entity_user +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_FB_spatial_entity_storage_batch +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_FB_spatial_entity_sharing +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_META_spatial_entity_persistence +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_META_spatial_entity_discovery +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_META_spatial_entity_group_sharing +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_META_spatial_entity_mesh +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_META_spatial_entity_sharing +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_META_boundary_visibility +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_META_colocation_discovery +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_METAX1_dynamic_object_tracker +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_META_dynamic_object_tracker +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_META_dynamic_object_keyboard +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_META_virtual_keyboard +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_EXT_local_floor +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_EXT_active_action_set_priority +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_FB_haptic_amplitude_envelope +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_FB_haptic_pcm +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_FB_touch_controller_pro +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_META_touch_controller_plus +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_FB_touch_controller_proximity +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_OCULUS_external_camera +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_META_detached_controllers +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_LOGITECH_mx_ink_stylus_interaction +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_FBX1_touch_controller_extras +[2025.04.12-08.02.27:295][ 0]LogHMD: XR_EXT_palm_pose +[2025.04.12-08.02.27:295][ 0]LogHMD: Optional extension XR_KHR_vulkan_swapchain_format_list is not available +[2025.04.12-08.02.27:295][ 0]LogHMD: Optional extension XR_FB_foveation_vulkan is not available +[2025.04.12-08.02.27:295][ 0]LogHMD: Optional extension XR_VARJO_quad_views is not available +[2025.04.12-08.02.27:295][ 0]LogHMD: Optional extension XR_KHR_binding_modification is not available +[2025.04.12-08.02.27:295][ 0]LogHMD: Optional extension XR_EPIC_view_configuration_fov is not available +[2025.04.12-08.02.27:295][ 0]LogHMD: Optional extension XR_EXT_dpad_binding is not available +[2025.04.12-08.02.27:295][ 0]LogHMD: Optional extension XR_FB_composition_layer_alpha_blend is not available +[2025.04.12-08.02.27:295][ 0]LogHMD: Optional extension XR_FB_foveation is not available +[2025.04.12-08.02.27:295][ 0]LogHMD: Optional extension XR_FB_swapchain_update_state is not available +[2025.04.12-08.02.27:295][ 0]LogHMD: Optional extension XR_FB_foveation_configuration is not available +[2025.04.12-08.02.27:295][ 0]LogHMD: Warning: Required extension XR_EXT_eye_gaze_interaction is not available +[2025.04.12-08.02.27:295][ 0]LogHMD: Could not enable all required OpenXR extensions for OpenXREyeTracker on current system. This plugin will be loaded but ignored, but will be enabled on a target platform that supports the required extension. +[2025.04.12-08.02.27:304][ 0]LogHMD: Initialized OpenXR on Oculus runtime version 1.106.0 +[2025.04.12-08.02.27:446][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.12-08.02.27:446][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.12-08.02.27:446][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.12-08.02.27:446][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.12-08.02.27:446][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.12-08.02.27:446][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 +[2025.04.12-08.02.27:457][ 0]LogWindows: Attached monitors: +[2025.04.12-08.02.27:457][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY1' [PRIMARY] +[2025.04.12-08.02.27:457][ 0]LogWindows: resolution: 2560x1440, work area: (2560, 0) -> (5120, 1400), device: '\\.\DISPLAY2' +[2025.04.12-08.02.27:457][ 0]LogWindows: Found 2 attached monitors. +[2025.04.12-08.02.27:457][ 0]LogWindows: Gathering driver information using Windows Setup API +[2025.04.12-08.02.27:457][ 0]LogRHI: RHI Adapter Info: +[2025.04.12-08.02.27:457][ 0]LogRHI: Name: NVIDIA GeForce RTX 2080 SUPER +[2025.04.12-08.02.27:457][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.12-08.02.27:457][ 0]LogRHI: Driver Date: 12-3-2024 +[2025.04.12-08.02.27:477][ 0]LogD3D12RHI: GPU DeviceId: 0x1e81 (for the marketing name, search the web for "GPU Device Id") +[2025.04.12-08.02.27:481][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off +[2025.04.12-08.02.27:937][ 0]LogNvidiaAftermath: Aftermath initialized +[2025.04.12-08.02.27:937][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. +[2025.04.12-08.02.28:214][ 0]LogNvidiaAftermath: Aftermath enabled. Active feature flags: +[2025.04.12-08.02.28:214][ 0]LogNvidiaAftermath: - Feature: EnableResourceTracking +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device1 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device2 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device3 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device4 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device5 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device6 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device7 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device8 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device9 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device10 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device11 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device12 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: Bindless resources are supported +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: Raster order views are supported +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported +[2025.04.12-08.02.28:215][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported +[2025.04.12-08.02.28:215][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported +[2025.04.12-08.02.28:507][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x00000BC1F01E6B00) +[2025.04.12-08.02.28:508][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x00000BC1F01E6D80) +[2025.04.12-08.02.28:508][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x00000BC1F01E7000) +[2025.04.12-08.02.28:509][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 +[2025.04.12-08.02.28:509][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 +[2025.04.12-08.02.28:522][ 0]LogRHI: Texture pool is 4547 MB (70% of 6497 MB) +[2025.04.12-08.02.28:522][ 0]LogD3D12RHI: Async texture creation enabled +[2025.04.12-08.02.28:523][ 0]LogD3D12RHI: RHI has support for 64 bit atomics +[2025.04.12-08.02.29:634][ 0]LogVRS: Current RHI supports per-draw and screenspace Variable Rate Shading +[2025.04.12-08.02.30:464][ 0]LogInit: Initializing FReadOnlyCVARCache +[2025.04.12-08.02.31:048][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_0.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_0.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -platform=all' +[2025.04.12-08.02.31:056][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""D:/Program Files/Epic Games/UE_5.5/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_0.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_0.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -platform=all" ] +[2025.04.12-08.02.44:317][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC +[2025.04.12-08.02.44:317][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT +[2025.04.12-08.02.44:317][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 +[2025.04.12-08.02.44:317][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp +[2025.04.12-08.02.44:317][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed +[2025.04.12-08.02.44:317][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 +[2025.04.12-08.02.44:317][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll +[2025.04.12-08.02.44:360][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll +[2025.04.12-08.02.44:467][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' +[2025.04.12-08.02.45:897][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' +[2025.04.12-08.02.45:897][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' +[2025.04.12-08.02.46:119][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' +[2025.04.12-08.02.46:119][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' +[2025.04.12-08.02.46:119][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' +[2025.04.12-08.02.46:119][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' +[2025.04.12-08.02.46:427][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' +[2025.04.12-08.02.46:427][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' +[2025.04.12-08.02.46:427][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' +[2025.04.12-08.02.46:607][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' +[2025.04.12-08.02.46:607][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' +[2025.04.12-08.02.46:607][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' +[2025.04.12-08.02.46:607][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' +[2025.04.12-08.02.46:714][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' +[2025.04.12-08.02.46:714][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' +[2025.04.12-08.02.46:995][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' +[2025.04.12-08.02.46:995][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' +[2025.04.12-08.02.46:995][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' +[2025.04.12-08.02.46:995][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' +[2025.04.12-08.02.46:995][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor +[2025.04.12-08.02.50:838][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it +[2025.04.12-08.02.50:973][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat +[2025.04.12-08.02.50:973][ 0]LogTargetPlatformManager: SF_METAL +[2025.04.12-08.02.50:973][ 0]LogTargetPlatformManager: SF_METAL_MRT +[2025.04.12-08.02.50:973][ 0]LogTargetPlatformManager: SF_METAL_TVOS +[2025.04.12-08.02.50:973][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_METAL_SM5 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_METAL_SM6 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_METAL_SIM +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: PCD3D_SM6 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: PCD3D_SM5 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: PCD3D_ES31 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: GLSL_150_ES31 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: VVM_1_0 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 +[2025.04.12-08.02.51:001][ 0]LogRendererCore: Ray tracing is enabled (dynamic). Reason: r.RayTracing=1 and r.RayTracing.EnableOnDemand=1. +[2025.04.12-08.02.51:001][ 0]LogRendererCore: Ray tracing shaders are enabled. +[2025.04.12-08.02.51:159][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB +[2025.04.12-08.02.51:159][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/DerivedDataCache/DDC.ddp not found, will not use a pak cache. +[2025.04.12-08.02.51:159][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. +[2025.04.12-08.02.51:159][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.12-08.02.51:159][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. +[2025.04.12-08.02.51:313][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (1559 MiB) +[2025.04.12-08.02.51:313][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.12-08.02.51:313][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. +[2025.04.12-08.02.51:354][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Data +[2025.04.12-08.02.51:363][ 0]LogZenServiceInstance: InTree version at 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/Win64/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.04.12-08.02.51:364][ 0]LogZenServiceInstance: Installed version at 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.04.12-08.02.51:365][ 0]LogZenServiceInstance: No current process using the data dir found, launching a new instance +[2025.04.12-08.02.51:380][ 0]LogZenServiceInstance: Display: Launching executable 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe', working dir 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Install', data dir 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Data', args '--port 8558 --data-dir "C:\Users\rannosam\AppData\Local\UnrealEngine\Common\Zen\Data" --http asio --gc-cache-duration-seconds 1209600 --gc-interval-seconds 21600 --gc-low-diskspace-threshold 2147483648 --quiet --http-forceloopback --owner-pid 41380 --child-id Zen_41380_Startup' +[2025.04.12-08.02.52:116][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. +[2025.04.12-08.02.52:116][ 0]LogZenServiceInstance: Local ZenServer AutoLaunch initialization completed in 0.762 seconds +[2025.04.12-08.02.52:278][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. +[2025.04.12-08.02.52:382][ 0]LogDerivedDataCache: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.10 seconds. +[2025.04.12-08.02.52:382][ 0]LogDerivedDataCache: Display: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.21ms. RandomReadSpeed=10.18MBs, RandomWriteSpeed=121.02MBs. Assigned SpeedClass 'Local' +[2025.04.12-08.02.52:383][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly +[2025.04.12-08.02.52:384][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' +[2025.04.12-08.02.52:384][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. +[2025.04.12-08.02.52:384][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. +[2025.04.12-08.02.52:384][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. +[2025.04.12-08.02.52:384][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' +[2025.04.12-08.02.52:384][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. +[2025.04.12-08.02.53:051][ 0]LogShaderCompilers: Guid format shader working directory is -10 characters bigger than the processId version (../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Shaders/WorkingDirectory/41380/). +[2025.04.12-08.02.53:052][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/rannosam/AppData/Local/Temp/UnrealShaderWorkingDir/BE982864415703537E92379211DC945F/'. +[2025.04.12-08.02.53:176][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. +[2025.04.12-08.02.53:310][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. +[2025.04.12-08.02.53:559][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush +[2025.04.12-08.02.53:629][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.12-08.03.17:168][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 +[2025.04.12-08.03.28:402][ 0]LogSlate: Using FreeType 2.10.0 +[2025.04.12-08.03.28:690][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 +[2025.04.12-08.03.28:897][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.12-08.03.28:897][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.12-08.03.29:030][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.12-08.03.29:030][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.12-08.03.29:030][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.12-08.03.29:030][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.12-08.03.29:558][ 0]LogAssetRegistry: FAssetRegistry took 0.0366 seconds to start up +[2025.04.12-08.03.29:760][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/CachedAssetRegistry_*.bin. +[2025.04.12-08.03.30:763][ 0]LogEditorDomain: Display: EditorDomain is Disabled +[2025.04.12-08.03.42:291][ 0]LogStreaming: Display: FlushAsyncLoading(1): 1 QueuedPackages, 0 AsyncPackages +[2025.04.12-08.03.44:116][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). +[2025.04.12-08.03.44:116][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal +[2025.04.12-08.03.44:132][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled +[2025.04.12-08.03.44:324][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. +[2025.04.12-08.03.44:324][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. +[2025.04.12-08.03.44:406][ 0]LogDeviceProfileManager: Active device profile: [00000BC20B32E800][00000BC20BADC000 66] WindowsEditor +[2025.04.12-08.03.44:406][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" +[2025.04.12-08.03.44:791][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.19041.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.19041.0, Allowed_AutoSdk=10.0.22621.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") +[2025.04.12-08.03.44:932][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_1.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_1.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -Device=Win64@LTAT-CGVR6' +[2025.04.12-08.03.44:932][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""D:/Program Files/Epic Games/UE_5.5/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_1.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_1.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -Device=Win64@LTAT-CGVR6" -nocompile -nocompileuat ] +[2025.04.12-08.03.46:705][ 0]LogTurnkeySupport: Completed device detection: Code = 0 +[2025.04.12-08.03.47:389][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:464][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 18 to allow recursive sync load to finish +[2025.04.12-08.03.47:464][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.12-08.03.47:464][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:464][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 19 to allow recursive sync load to finish +[2025.04.12-08.03.47:464][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.12-08.03.47:464][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:482][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 20 to allow recursive sync load to finish +[2025.04.12-08.03.47:482][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.12-08.03.47:482][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:482][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 21 to allow recursive sync load to finish +[2025.04.12-08.03.47:482][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.12-08.03.47:483][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:517][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:517][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 23 to allow recursive sync load to finish +[2025.04.12-08.03.47:517][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.12-08.03.47:517][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:517][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 24 to allow recursive sync load to finish +[2025.04.12-08.03.47:517][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.12-08.03.47:517][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:528][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:528][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 26 to allow recursive sync load to finish +[2025.04.12-08.03.47:528][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.12-08.03.47:528][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:528][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 27 to allow recursive sync load to finish +[2025.04.12-08.03.47:528][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.12-08.03.47:528][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:566][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDiffuse with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.12-08.03.47:566][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:566][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 29 to allow recursive sync load to finish +[2025.04.12-08.03.47:566][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial +[2025.04.12-08.03.47:567][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:567][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 30 to allow recursive sync load to finish +[2025.04.12-08.03.47:567][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial +[2025.04.12-08.03.47:568][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions02/Utility/BreakOutFloat2Components with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 28 to allow recursive sync load to finish +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 31 to allow recursive sync load to finish +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 25 to allow recursive sync load to finish +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 32 to allow recursive sync load to finish +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 22 to allow recursive sync load to finish +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:570][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 33 to allow recursive sync load to finish +[2025.04.12-08.03.47:570][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.12-08.03.51:980][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction +[2025.04.12-08.03.51:980][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction +[2025.04.12-08.03.51:980][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging +[2025.04.12-08.03.51:980][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available +[2025.04.12-08.03.51:980][ 0]LogMeshMerging: No distributed automatic mesh merging module available +[2025.04.12-08.04.02:699][ 0]LogConfig: Branch 'PIEPreviewSettings' had been unloaded. Reloading on-demand took 1.49ms +[2025.04.12-08.04.03:862][ 0]LogConfig: Branch 'GameplayTagsList' had been unloaded. Reloading on-demand took 1.41ms +[2025.04.12-08.04.07:228][ 0]LogConfig: Branch 'TemplateDefs' had been unloaded. Reloading on-demand took 1.50ms +[2025.04.12-08.04.07:233][ 0]LogConfig: Branch 'TemplateCategories' had been unloaded. Reloading on-demand took 1.40ms +[2025.04.12-08.04.17:468][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\PokeAHoleMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.04.17:471][ 0]LogHMD: PokeAHoleMaterial loaded successfully +[2025.04.12-08.04.18:336][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None +[2025.04.12-08.04.18:336][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled +[2025.04.12-08.04.18:691][ 0]LogLiveCoding: Display: Starting LiveCoding +[2025.04.12-08.04.18:691][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development +[2025.04.12-08.04.19:489][ 0]LogSlate: Border +[2025.04.12-08.04.19:489][ 0]LogSlate: BreadcrumbButton +[2025.04.12-08.04.19:489][ 0]LogSlate: Brushes.Title +[2025.04.12-08.04.19:489][ 0]LogSlate: Default +[2025.04.12-08.04.19:489][ 0]LogSlate: Icons.Save +[2025.04.12-08.04.19:489][ 0]LogSlate: Icons.Toolbar.Settings +[2025.04.12-08.04.19:489][ 0]LogSlate: ListView +[2025.04.12-08.04.19:489][ 0]LogSlate: SoftwareCursor_CardinalCross +[2025.04.12-08.04.19:489][ 0]LogSlate: SoftwareCursor_Grab +[2025.04.12-08.04.19:489][ 0]LogSlate: TableView.DarkRow +[2025.04.12-08.04.19:489][ 0]LogSlate: TableView.Row +[2025.04.12-08.04.19:489][ 0]LogSlate: TreeView +[2025.04.12-08.04.21:644][ 0]LogLiveCoding: Display: Detected running instance in process group "UE_HandyMann_0x5c529b3f", connecting to console process (PID: 34828) +[2025.04.12-08.04.21:644][ 0]LogLiveCoding: Display: Waiting for server +[2025.04.12-08.04.25:005][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... +[2025.04.12-08.04.25:589][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 576.154 ms +[2025.04.12-08.04.25:865][ 0]LogConfig: Branch 'Mass' had been unloaded. Reloading on-demand took 1.59ms +[2025.04.12-08.04.26:132][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread +[2025.04.12-08.04.26:346][ 0]LogInit: XR: Instanced Stereo Rendering is Enabled +[2025.04.12-08.04.26:346][ 0]LogInit: XR: MultiViewport is Enabled +[2025.04.12-08.04.26:346][ 0]LogInit: XR: Mobile Multiview is Disabled +[2025.04.12-08.04.26:353][ 0]LogTurnkeySupport: Turnkey Device: Win64@ltat-cgvr6: (Name=ltat-cgvr6, Type=Computer, Status=Valid, MinAllowed=10.0.19041.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") +[2025.04.12-08.04.30:763][ 0]LogConfig: Branch 'TranslationPickerSettings' had been unloaded. Reloading on-demand took 1.26ms +[2025.04.12-08.04.47:453][ 0]LogTcpMessaging: Initializing TcpMessaging bridge +[2025.04.12-08.04.47:455][ 0]LogUdpMessaging: Display: Work queue size set to 1024. +[2025.04.12-08.04.47:456][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. +[2025.04.12-08.04.47:543][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:56004'. +[2025.04.12-08.04.47:554][ 0]LogUdpMessaging: Display: Added local interface '192.168.0.4' to multicast group '230.0.0.1:6666' +[2025.04.12-08.04.48:354][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 04E20B089D3842B5800000000000C200 | Instance: 09C812224C638D1665986FA593FCDBEF (LTAT-CGVR6-41380). +[2025.04.12-08.04.52:405][ 0]LogDerivedDataCache: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.019 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. +[2025.04.12-08.04.54:648][ 0]LogMetaSound: Display: MetaSound Page Target Initialized to 'Default' +[2025.04.12-08.04.54:658][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... +[2025.04.12-08.04.54:952][ 0]LogMetaSound: MetaSound Engine Initialized +[2025.04.12-08.04.58:268][ 0]LogNNERuntimeORT: Available graphics and compute adapters: +[2025.04.12-08.04.58:268][ 0]LogNNERuntimeORT: 0: NVIDIA GeForce RTX 2080 SUPER (Compute, Graphics) +[2025.04.12-08.04.58:268][ 0]LogNNERuntimeORT: 1: Microsoft Basic Render Driver (Compute, Graphics) +[2025.04.12-08.04.58:268][ 0]LogNNERuntimeORT: No NPU adapter found! +[2025.04.12-08.05.03:843][ 0]SourceControl: Revision control is disabled +[2025.04.12-08.05.04:342][ 0]SourceControl: Revision control is disabled +[2025.04.12-08.05.04:552][ 0]LogConfig: Branch 'ObjectMixerSerializedData' had been unloaded. Reloading on-demand took 0.95ms +[2025.04.12-08.05.04:673][ 0]LogConfig: Branch 'Crypto' had been unloaded. Reloading on-demand took 0.94ms +[2025.04.12-08.05.14:554][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. +[2025.04.12-08.05.14:554][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png +[2025.04.12-08.05.15:881][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance +[2025.04.12-08.05.16:270][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.12-08.05.16:270][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.12-08.05.21:482][ 0]LogTemp: OpenXR ignores max viewport resolution in editor to support full HMD resolutions. +[2025.04.12-08.05.21:856][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/glf/resources/plugInfo.json' +[2025.04.12-08.05.21:862][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdImagingGL/resources/plugInfo.json' +[2025.04.12-08.05.21:869][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hd/resources/plugInfo.json' +[2025.04.12-08.05.21:967][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdImaging/resources/plugInfo.json' +[2025.04.12-08.05.22:009][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdGp/resources/plugInfo.json' +[2025.04.12-08.05.22:050][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdSt/resources/plugInfo.json' +[2025.04.12-08.05.22:090][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdSkelImaging/resources/plugInfo.json' +[2025.04.12-08.05.22:098][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdStorm/resources/plugInfo.json' +[2025.04.12-08.05.22:099][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdProc/resources/plugInfo.json' +[2025.04.12-08.05.22:106][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hgiGL/resources/plugInfo.json' +[2025.04.12-08.05.22:114][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdx/resources/plugInfo.json' +[2025.04.12-08.05.22:133][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdMedia/resources/plugInfo.json' +[2025.04.12-08.05.22:152][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/sdf/resources/plugInfo.json' +[2025.04.12-08.05.22:182][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdSkel/resources/plugInfo.json' +[2025.04.12-08.05.22:183][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hio/resources/plugInfo.json' +[2025.04.12-08.05.22:199][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdUI/resources/plugInfo.json' +[2025.04.12-08.05.22:241][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdShade/resources/plugInfo.json' +[2025.04.12-08.05.22:296][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdVolImaging/resources/plugInfo.json' +[2025.04.12-08.05.22:297][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/sdrGlslfx/resources/plugInfo.json' +[2025.04.12-08.05.22:321][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdGeom/resources/plugInfo.json' +[2025.04.12-08.05.22:322][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdVol/resources/plugInfo.json' +[2025.04.12-08.05.22:323][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdAbc/resources/plugInfo.json' +[2025.04.12-08.05.22:339][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdLux/resources/plugInfo.json' +[2025.04.12-08.05.22:340][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdHydra/resources/plugInfo.json' +[2025.04.12-08.05.22:341][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usd/resources/plugInfo.json' +[2025.04.12-08.05.22:343][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdMtlx/resources/plugInfo.json' +[2025.04.12-08.05.22:343][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdProcImaging/resources/plugInfo.json' +[2025.04.12-08.05.22:344][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdPhysics/resources/plugInfo.json' +[2025.04.12-08.05.22:364][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRender/resources/plugInfo.json' +[2025.04.12-08.05.22:365][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRi/resources/plugInfo.json' +[2025.04.12-08.05.22:366][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ndr/resources/plugInfo.json' +[2025.04.12-08.05.22:367][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRiPxrImaging/resources/plugInfo.json' +[2025.04.12-08.05.22:368][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdShaders/resources/plugInfo.json' +[2025.04.12-08.05.22:374][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ar/resources/plugInfo.json' +[2025.04.12-08.05.22:380][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usd/resources/codegenTemplates/plugInfo.json' +[2025.04.12-08.05.24:137][ 0]LogConfig: Applying CVar settings from Section [/Script/NNEDenoiser.NNEDenoiserSettings] File [Engine] +[2025.04.12-08.05.24:286][ 0]LogAndroidRuntimeSettings: Display: Enabled Package for Meta Quest devices. +The following settings have been applied: + +[2025.04.12-08.05.24:287][ 0]LogAndroidRuntimeSettings: Display: Support arm64: 1. + +[2025.04.12-08.05.24:287][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan: 1. + +[2025.04.12-08.05.24:287][ 0]LogAndroidRuntimeSettings: Display: Support x86_64: 0. + +[2025.04.12-08.05.24:287][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan Desktop: 0. + +[2025.04.12-08.05.24:287][ 0]LogAndroidRuntimeSettings: Display: Support OpenGL ES3.2: 0. +[2025.04.12-08.05.24:291][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\LeftTouchForQuest2.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:292][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\TouchForQuest2Material.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:292][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\TouchForQuest2_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:292][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\TouchForQuest2Material_Roughness.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:295][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\RightTouchForQuest2.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:296][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\LeftMetaQuestTouchPro.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:296][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\LeftMetaQuestTouchProMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:297][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\LeftMetaQuestTouchPro_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:297][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\LeftMetaQuestTouchPro_Normal.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:301][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\RightMetaQuestTouchPro.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:301][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\RightMetaQuestTouchProMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:302][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\RightMetaQuestTouchPro_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:302][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\RightMetaQuestTouchPro_Normal.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:306][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\LeftMetaQuestTouchPlus.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:306][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\LeftMetaQuestTouchPlusMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:306][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\LeftMetaQuestTouchPlus_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:308][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.8.dll +[2025.04.12-08.05.24:315][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\RightMetaQuestTouchPlus.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:315][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\RightMetaQuestTouchPlusMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:315][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\RightMetaQuestTouchPlus_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.24:323][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.12-08.05.24:323][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.12-08.05.24:324][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.12-08.05.24:324][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.12-08.05.24:324][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.12-08.05.24:324][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.12-08.05.24:340][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. +[2025.04.12-08.05.24:340][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png +[2025.04.12-08.05.24:362][ 0]LogMetaXRSES: Error: Synthetic Environment directory Not Found. +Please set its path in Project Settings / Meta XR Plugin / PC. +[2025.04.12-08.05.24:384][ 0]LogTemp: Warning: Existing value for UEditorPerformanceSettings::MaxViewportRenderingResolution will be overriden. +[2025.04.12-08.05.24:384][ 0]LogTemp: MetaXR ignores max viewport resolution in editor to support full HMD resolutions. +[2025.04.12-08.05.24:519][ 0]LogCollectionManager: Loaded 0 collections in 0.001015 seconds +[2025.04.12-08.05.24:521][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Collections/' took 0.00s +[2025.04.12-08.05.24:521][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/Developers/rannosam/Collections/' took 0.00s +[2025.04.12-08.05.24:524][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/Collections/' took 0.00s +[2025.04.12-08.05.25:710][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.12-08.05.25:711][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.12-08.05.25:713][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.12-08.05.25:713][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.12-08.05.25:713][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.12-08.05.25:713][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.12-08.05.25:744][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. +[2025.04.12-08.05.25:744][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png +[2025.04.12-08.05.25:974][ 0]LogEOSSDK: LogEOS: [Boot] EOSSDK Version 1.17.0-39599718 booting at 2025-04-12T08:05:25.930Z using C +[2025.04.12-08.05.25:983][ 0]LogEOSSDK: LogEOS: [Boot] EOSSDK Platform Properties [OS=Windows/10.0.19041.5072.64bit, ClientId=xyza7891REBVsEqSJRRNXmlS7EQHM459, ProductId=86f32f1151354e7cb39c12f8ab2c22a3, SandboxId=a01927f7421a4d4995673fe30ef46945, DeploymentId=a652a72ea1664dcab3a467891eea5f30, ProductName=HandyMann, ProductVersion=++UE5+Release-5.5-CL-40574608, IsServer=false, Flags=DisableOverlay] +[2025.04.12-08.05.26:095][ 0]LogEOSSDK: LogEOSAnalytics: Start Session (User: ...) +[2025.04.12-08.05.26:165][ 0]LogEOSSDK: LogEOSOverlay: Overlay will not load, because it was explicitly disabled when creating the platform +[2025.04.12-08.05.26:412][ 0]LogEOSSDK: LogEOSAntiCheat: [AntiCheatClient] Anti-cheat client not available. Verify that the game was started using the anti-cheat bootstrapper if you intend to use it. +[2025.04.12-08.05.26:439][ 0]LogEOSSDK: LogEOS: SetApplicationStatus - OldStatus: EOS_AS_Foreground, NewStatus: EOS_AS_Foreground, Current Time: 0001.01.01-00.00.00 +[2025.04.12-08.05.26:440][ 0]LogEOSSDK: LogEOS: SetNetworkStatus - OldStatus: EOS_NS_Online, NewStatus: EOS_NS_Online +[2025.04.12-08.05.26:450][ 0]LogEOSSDK: LogEOS: Updating Platform SDK Config, Time: 0.016678 +[2025.04.12-08.05.26:451][ 0]LogFab: Display: Logging in using persist +[2025.04.12-08.05.27:402][ 0]LogUObjectArray: 45152 objects as part of root set at end of initial load. +[2025.04.12-08.05.27:402][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool +[2025.04.12-08.05.27:418][ 0]LogStreaming: Display: AsyncLoading2 - NotifyRegistrationComplete: Registered 37374 public script object entries (1009.52 KB) +[2025.04.12-08.05.27:418][ 0]LogStreaming: Display: AsyncLoading2 - Thread Started: false, IsInitialLoad: false +[2025.04.12-08.05.30:182][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.TickFunction. Time(ms): 18.7 +[2025.04.12-08.05.30:184][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Constraints.ConstraintsInWorld. Time(ms): 1.2 +[2025.04.12-08.05.30:192][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/SlateCore.ScrollBarStyle. Time(ms): 8.5 +[2025.04.12-08.05.30:200][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/OnlineSubsystemUtils.OnlineProxyStoreOffer. Time(ms): 8.0 +[2025.04.12-08.05.30:203][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Slate.ToolMenuProfile. Time(ms): 2.3 +[2025.04.12-08.05.30:223][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/NetCore.FastArraySerializer. Time(ms): 20.0 +[2025.04.12-08.05.30:226][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/JsonUtilities.JsonObjectWrapper. Time(ms): 3.2 +[2025.04.12-08.05.30:248][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/EngineMessages.TraceControlSettings. Time(ms): 21.7 +[2025.04.12-08.05.30:293][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ChaosVDRuntime.ChaosVDBoundingVolumeDataWrapper. Time(ms): 44.3 +[2025.04.12-08.05.30:297][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Chaos.RecordedFrame. Time(ms): 3.9 +[2025.04.12-08.05.30:307][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AudioExtensions.AudioParameter. Time(ms): 10.2 +[2025.04.12-08.05.30:309][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/IrisCore.EnumInt8NetSerializerConfig. Time(ms): 1.7 +[2025.04.12-08.05.30:310][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/IrisCore.IrisFastArraySerializer. Time(ms): 1.0 +[2025.04.12-08.05.30:326][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ToolWidgets.SidebarDrawerState. Time(ms): 16.1 +[2025.04.12-08.05.30:334][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ToolWidgets.SidebarState. Time(ms): 7.5 +[2025.04.12-08.05.30:335][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ToolWidgets.ActionButtonStyle. Time(ms): 1.5 +[2025.04.12-08.05.30:356][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/PropertyPath.PropertyPathTestInnerStruct. Time(ms): 21.0 +[2025.04.12-08.05.30:380][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/PropertyPath.PropertyPathTestBed. Time(ms): 24.2 +[2025.04.12-08.05.30:428][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LiveLinkInterface.LiveLinkBaseFrameData. Time(ms): 47.8 +[2025.04.12-08.05.30:434][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/DataflowCore.DataflowNode. Time(ms): 5.4 +[2025.04.12-08.05.30:449][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MaterialEditor.SortedParamData. Time(ms): 15.4 +[2025.04.12-08.05.30:455][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AdvancedPreviewScene.PreviewSceneProfile. Time(ms): 5.3 +[2025.04.12-08.05.30:458][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GameplayTags.GameplayTagContainer. Time(ms): 2.9 +[2025.04.12-08.05.30:460][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GameplayDebugger.GameplayDebuggerCategoryData. Time(ms): 2.3 +[2025.04.12-08.05.30:464][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AIModule.EnvTraceData. Time(ms): 3.3 +[2025.04.12-08.05.30:482][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AIModule.ValueOrBBKey_Bool. Time(ms): 18.2 +[2025.04.12-08.05.30:487][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AIModule.AIDataProviderValue. Time(ms): 4.7 +[2025.04.12-08.05.30:511][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AIModule.EnvQueryRequest. Time(ms): 24.8 +[2025.04.12-08.05.30:521][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AIModule.EnvQueryInstanceCache. Time(ms): 9.7 +[2025.04.12-08.05.30:530][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/DataflowSimulation.GetPhysicsSolversDataflowNode. Time(ms): 9.1 +[2025.04.12-08.05.30:537][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GeometryCollectionEngine.GeometryCollectionSizeSpecificData. Time(ms): 6.3 +[2025.04.12-08.05.30:546][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Localization.GatherTextFromTextFilesConfiguration. Time(ms): 9.4 +[2025.04.12-08.05.30:551][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AdvancedWidgets.ColorGradingSpinBoxStyle. Time(ms): 4.2 +[2025.04.12-08.05.30:573][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MovieScene.MovieSceneBoolChannel. Time(ms): 22.1 +[2025.04.12-08.05.30:581][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AddContentDialog.FeatureAdditionalFiles. Time(ms): 8.6 +[2025.04.12-08.05.30:590][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GameProjectGeneration.TemplateReplacement. Time(ms): 9.1 +[2025.04.12-08.05.30:601][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/SubobjectDataInterface.SubobjectData. Time(ms): 10.3 +[2025.04.12-08.05.30:603][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MovieSceneCapture.CapturedPixelsID. Time(ms): 2.3 +[2025.04.12-08.05.30:611][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Sequencer.SequencerFilterSet. Time(ms): 7.8 +[2025.04.12-08.05.30:619][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Sequencer.SequencerFilterBarConfig. Time(ms): 7.8 +[2025.04.12-08.05.30:650][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Sequencer.MovieScenePasteBindingsParams. Time(ms): 30.8 +[2025.04.12-08.05.30:676][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/CurveEditor.CustomColorForChannel. Time(ms): 25.9 +[2025.04.12-08.05.30:681][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/UMGEditor.EditorPropertyPathSegment. Time(ms): 5.7 +[2025.04.12-08.05.30:686][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/UMGEditor.DirectoryWidgetCompilerOptions. Time(ms): 4.8 +[2025.04.12-08.05.30:690][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ContentBrowserData.ContentBrowserDataObjectFilter. Time(ms): 3.4 +[2025.04.12-08.05.30:699][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/WidgetRegistration.EditableToolPaletteSettings. Time(ms): 8.8 +[2025.04.12-08.05.30:702][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ClothingSystemRuntimeCommon.ClothLODDataCommon. Time(ms): 3.6 +[2025.04.12-08.05.30:707][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/InterchangeEngine.InterchangeImportSettings. Time(ms): 4.3 +[2025.04.12-08.05.30:715][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/SceneOutliner.SceneOutlinerConfig. Time(ms): 7.5 +[2025.04.12-08.05.30:722][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/PropertyEditor.DetailsSectionSelection. Time(ms): 7.7 +[2025.04.12-08.05.30:765][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/PropertyEditor.DetailsViewConfig. Time(ms): 42.5 +[2025.04.12-08.05.30:768][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/UnrealEd.BlueprintWatchedPin. Time(ms): 3.0 +[2025.04.12-08.05.30:774][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/BlueprintGraph.EdGraphSchemaAction_K2NewNode. Time(ms): 6.0 +[2025.04.12-08.05.30:778][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Kismet.BPGraphClipboardData. Time(ms): 3.4 +[2025.04.12-08.05.30:820][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/EditorConfig.EditorConfigTestSimpleStruct. Time(ms): 41.9 +[2025.04.12-08.05.30:839][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/EditorWidgets.FilterBarSettings. Time(ms): 18.2 +[2025.04.12-08.05.30:846][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimGraph.AnimGraphAttributeDesc. Time(ms): 6.9 +[2025.04.12-08.05.30:854][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimationBlueprintLibrary.AnimPose. Time(ms): 8.0 +[2025.04.12-08.05.30:860][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimGraphRuntime.AnimNode_BlendSpaceGraphBase. Time(ms): 5.8 +[2025.04.12-08.05.30:912][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimGraphRuntime.AnimNode_SkeletalControlBase. Time(ms): 52.2 +[2025.04.12-08.05.30:925][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimGraphRuntime.AnimNode_CopyPoseFromMesh. Time(ms): 13.2 +[2025.04.12-08.05.30:927][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimGraphRuntime.AnimNode_Mirror. Time(ms): 1.1 +[2025.04.12-08.05.30:976][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimGraphRuntime.PoseDriverTransform. Time(ms): 49.1 +[2025.04.12-08.05.31:010][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimGraphRuntime.AnimNode_AnimDynamics. Time(ms): 33.9 +[2025.04.12-08.05.31:029][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MovieSceneTracks.MovieSceneCameraShakeSourceTriggerChannel. Time(ms): 18.4 +[2025.04.12-08.05.31:050][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MovieSceneTracks.MovieSceneStringChannel. Time(ms): 21.4 +[2025.04.12-08.05.31:054][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MovieScene.MovieSceneEvalTemplate. Time(ms): 3.8 +[2025.04.12-08.05.31:062][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MovieSceneTracks.MovieSceneCVarOverrides. Time(ms): 7.8 +[2025.04.12-08.05.31:070][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MediaUtils.MediaPlayerOptions. Time(ms): 6.4 +[2025.04.12-08.05.31:078][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LevelSequence.LevelSequenceBindingReferences. Time(ms): 7.6 +[2025.04.12-08.05.31:082][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/UnrealEd.CSVImportSettings. Time(ms): 4.3 +[2025.04.12-08.05.31:086][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/UnrealEd.ScalarParameterAtlasData. Time(ms): 4.5 +[2025.04.12-08.05.31:095][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/UnrealEd.StructVariableDescription. Time(ms): 5.9 +[2025.04.12-08.05.31:097][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/UnrealEd.HLODLayerActorMapping. Time(ms): 1.2 +[2025.04.12-08.05.31:159][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Foliage.FoliageDensityFalloff. Time(ms): 62.1 +[2025.04.12-08.05.31:170][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Landscape.GrassVariety. Time(ms): 11.7 +[2025.04.12-08.05.31:173][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.ISMComponentDescriptorBase. Time(ms): 1.7 +[2025.04.12-08.05.31:180][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.CameraExposureSettings. Time(ms): 6.9 +[2025.04.12-08.05.31:186][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.SkelMeshComponentLODInfo. Time(ms): 6.2 +[2025.04.12-08.05.31:192][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.SoundAttenuationSettings. Time(ms): 6.4 +[2025.04.12-08.05.31:224][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.AnimNode_ApplyMeshSpaceAdditive. Time(ms): 31.2 +[2025.04.12-08.05.31:255][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.BlueprintCookedComponentInstancingData. Time(ms): 31.1 +[2025.04.12-08.05.31:262][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.ActorInstanceData. Time(ms): 6.6 +[2025.04.12-08.05.31:292][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.CachedKeyToActionInfo. Time(ms): 30.2 +[2025.04.12-08.05.31:297][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.RollbackNetStartupActorInfo. Time(ms): 4.7 +[2025.04.12-08.05.31:300][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.DamageEvent. Time(ms): 3.1 +[2025.04.12-08.05.31:305][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.ActiveForceFeedbackEffect. Time(ms): 4.7 +[2025.04.12-08.05.31:309][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.ActorFolderSet. Time(ms): 3.4 +[2025.04.12-08.05.31:310][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.MaterialCachedParameterEntry. Time(ms): 1.4 +[2025.04.12-08.05.31:318][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.BandwidthTestGenerator. Time(ms): 7.9 +[2025.04.12-08.05.31:333][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.WorldPSCPool. Time(ms): 15.0 +[2025.04.12-08.05.31:351][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.PlayerMuteList. Time(ms): 16.9 +[2025.04.12-08.05.31:353][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.SkeletalMeshLODGroupSettings. Time(ms): 2.7 +[2025.04.12-08.05.31:371][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.SkeletalMeshLODInfo. Time(ms): 17.4 +[2025.04.12-08.05.31:415][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.SplineMeshComponentDescriptorBase. Time(ms): 44.3 +[2025.04.12-08.05.31:424][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.ExternalToolDefinition. Time(ms): 8.8 +[2025.04.12-08.05.31:427][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.AutoCompleteNode. Time(ms): 2.6 +[2025.04.12-08.05.31:449][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.LevelCollection. Time(ms): 22.0 +[2025.04.12-08.05.31:486][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.WorldPartitionDestructibleHLODState. Time(ms): 37.2 +[2025.04.12-08.05.31:495][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.SpatialHashStreamingGridLevel. Time(ms): 8.6 +[2025.04.12-08.05.31:498][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.WorldPartitionUpdateStreamingCurrentState. Time(ms): 3.6 +[2025.04.12-08.05.31:529][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AudioEditor.SoundCueGraphSchemaAction_NewNode. Time(ms): 30.2 +[2025.04.12-08.05.31:534][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ChaosCaching.CacheEventTrack. Time(ms): 5.8 +[2025.04.12-08.05.31:539][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GLTFExporter.GLTFExportMessages. Time(ms): 4.3 +[2025.04.12-08.05.31:546][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/DatasmithContent.DatasmithStaticParameterSetTemplate. Time(ms): 7.0 +[2025.04.12-08.05.31:559][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ComputeFramework.ComputeKernelPermutationSet. Time(ms): 12.9 +[2025.04.12-08.05.31:562][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/NiagaraShader.NiagaraDataInterfaceGPUParamInfo. Time(ms): 2.5 +[2025.04.12-08.05.31:595][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AugmentedReality.ARSessionStatus. Time(ms): 32.8 +[2025.04.12-08.05.31:610][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LiveLinkAnimationCore.AnimNode_LiveLinkPose. Time(ms): 14.8 +[2025.04.12-08.05.31:656][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.NiagaraSystemUpdateContext. Time(ms): 45.9 +[2025.04.12-08.05.31:660][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.NDCIsland. Time(ms): 4.1 +[2025.04.12-08.05.31:665][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.NDIDataChannelCompiledData. Time(ms): 4.2 +[2025.04.12-08.05.31:671][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.NiagaraParameterStore. Time(ms): 5.9 +[2025.04.12-08.05.31:681][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.MovieSceneNiagaraSystemTrackImplementation. Time(ms): 10.1 +[2025.04.12-08.05.31:697][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.NiagaraOutlinerWorldData. Time(ms): 15.6 +[2025.04.12-08.05.31:738][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.NiagaraDebugHUDSettingsData. Time(ms): 40.5 +[2025.04.12-08.05.31:757][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.NiagaraScalabilityManager. Time(ms): 18.5 +[2025.04.12-08.05.31:765][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.VersionedNiagaraScriptData. Time(ms): 7.7 +[2025.04.12-08.05.31:769][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.NiagaraSystemCompiledData. Time(ms): 3.4 +[2025.04.12-08.05.31:797][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.NiagaraUserRedirectionParameterStore. Time(ms): 27.7 +[2025.04.12-08.05.31:803][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/HairStrandsCore.HairSolverSettings. Time(ms): 6.3 +[2025.04.12-08.05.31:811][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/HairStrandsCore.HairBendConstraint. Time(ms): 8.0 +[2025.04.12-08.05.31:818][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/TargetDeviceServices.TargetDeviceServicePong. Time(ms): 6.8 +[2025.04.12-08.05.31:820][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Persona.PhysicsAssetRenderSettings. Time(ms): 1.8 +[2025.04.12-08.05.31:822][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Persona.AnimCurveMetadataEditorClipboard. Time(ms): 1.9 +[2025.04.12-08.05.31:825][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AutomationTest.AutomationTestExcludeOptions. Time(ms): 2.7 +[2025.04.12-08.05.31:832][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AutomationMessages.AutomationWorkerFindWorkersResponse. Time(ms): 7.5 +[2025.04.12-08.05.31:891][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AutomationController.AutomationArtifact. Time(ms): 58.5 +[2025.04.12-08.05.31:896][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/FunctionalTesting.AITestSpawnInfoBase. Time(ms): 5.4 +[2025.04.12-08.05.31:905][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AIGraph.AISchemaAction_NewNode. Time(ms): 8.1 +[2025.04.12-08.05.31:914][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/BehaviorTreeEditor.DecoratorSchemaAction_NewNode. Time(ms): 9.1 +[2025.04.12-08.05.31:922][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MassEntity.MassObserversMap. Time(ms): 8.4 +[2025.04.12-08.05.31:930][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MassEntity.MassProcessingContext. Time(ms): 7.4 +[2025.04.12-08.05.31:939][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/EnhancedInput.PlayerMappableKeyProfileCreationArgs. Time(ms): 9.3 +[2025.04.12-08.05.31:970][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/EnhancedInput.KeyMappingRow. Time(ms): 30.9 +[2025.04.12-08.05.32:038][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/EnhancedInput.EnhancedActionKeyMapping. Time(ms): 68.3 +[2025.04.12-08.05.32:043][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/DataValidation.ValidateAssetsResults. Time(ms): 4.4 +[2025.04.12-08.05.32:074][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/DataValidation.ValidateAssetsSettings. Time(ms): 31.1 +[2025.04.12-08.05.32:079][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/TemplateSequence.TemplateSectionPropertyScale. Time(ms): 4.9 +[2025.04.12-08.05.32:085][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/StateTreeModule.StateTreeNodeBase. Time(ms): 6.6 +[2025.04.12-08.05.32:133][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/StateTreeModule.StateTreeBlueprintConsiderationWrapper. Time(ms): 47.5 +[2025.04.12-08.05.32:150][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/StateTreeModule.GameplayTagMatchCondition. Time(ms): 16.5 +[2025.04.12-08.05.32:157][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GameplayCameras.CameraVariableTableAllocationInfo. Time(ms): 6.6 +[2025.04.12-08.05.32:165][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GameplayCameras.CameraRigParameterOverrides. Time(ms): 8.6 +[2025.04.12-08.05.32:168][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimationSharing.AnimationStateEntry. Time(ms): 2.6 +[2025.04.12-08.05.32:195][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRig.RigBaseElement. Time(ms): 26.4 +[2025.04.12-08.05.32:236][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRig.RigControlSettings. Time(ms): 41.7 +[2025.04.12-08.05.32:257][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/RigVMDeveloper.RigVMReferenceNodeData. Time(ms): 19.5 +[2025.04.12-08.05.32:282][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/RigVMDeveloper.RigVMBaseAction. Time(ms): 24.1 +[2025.04.12-08.05.32:289][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/RigVMDeveloper.RigVMInjectNodeIntoPinAction. Time(ms): 7.4 +[2025.04.12-08.05.32:297][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRig.AnimNode_ControlRigBase. Time(ms): 7.7 +[2025.04.12-08.05.32:302][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRig.RigControl. Time(ms): 5.4 +[2025.04.12-08.05.32:304][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRig.MovieSceneControlRigSpaceChannel. Time(ms): 1.2 +[2025.04.12-08.05.32:333][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRig.ControlRigSettingsPerPinBool. Time(ms): 29.7 +[2025.04.12-08.05.32:339][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRig.RigControlCopy. Time(ms): 5.7 +[2025.04.12-08.05.32:350][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/NiagaraSimCaching.MovieSceneNiagaraCacheParams. Time(ms): 9.8 +[2025.04.12-08.05.32:389][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/InterchangeCommonParser.InterchangeStepCurve. Time(ms): 38.9 +[2025.04.12-08.05.32:398][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/VariantManager.CapturableProperty. Time(ms): 8.9 +[2025.04.12-08.05.32:401][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Serialization.StructSerializerObjectTestStruct. Time(ms): 2.6 +[2025.04.12-08.05.32:426][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Serialization.StructSerializerBuiltinTestStruct. Time(ms): 24.9 +[2025.04.12-08.05.32:453][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Serialization.StructSerializerLWCTypesTest. Time(ms): 27.6 +[2025.04.12-08.05.32:478][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/NiagaraEditor.NiagaraSchemaAction_NewNode. Time(ms): 24.3 +[2025.04.12-08.05.32:484][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/NiagaraEditor.NiagaraClipboardCurveCollection. Time(ms): 5.7 +[2025.04.12-08.05.32:496][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/NiagaraEditor.NiagaraGraphScriptUsageInfo. Time(ms): 12.0 +[2025.04.12-08.05.32:504][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/NiagaraEditor.NiagaraPropagatedVariable. Time(ms): 7.9 +[2025.04.12-08.05.32:506][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/NiagaraEditor.ParameterDefinitionsBindingNameSubscription. Time(ms): 2.2 +[2025.04.12-08.05.32:522][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/NiagaraEditor.NiagaraScriptVariableData. Time(ms): 15.9 +[2025.04.12-08.05.32:539][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MetasoundFrontend.MetasoundFrontendClass. Time(ms): 17.2 +[2025.04.12-08.05.32:546][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MetasoundFrontend.MetaSoundFrontendDocumentBuilder. Time(ms): 7.3 +[2025.04.12-08.05.32:563][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/WaveTable.WaveTableTransform. Time(ms): 16.8 +[2025.04.12-08.05.32:590][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AudioWidgets.AudioMaterialWidgetStyle. Time(ms): 26.6 +[2025.04.12-08.05.32:625][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AudioWidgets.SampledSequenceViewerStyle. Time(ms): 34.7 +[2025.04.12-08.05.32:635][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AudioWidgets.AudioMeterDefaultColorStyle. Time(ms): 10.0 +[2025.04.12-08.05.32:638][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MetasoundEditor.MetasoundEditorMemberPageDefaultBoolArray. Time(ms): 2.8 +[2025.04.12-08.05.32:640][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MetasoundEditor.MetasoundEditorMemberPageDefaultStringArray. Time(ms): 2.3 +[2025.04.12-08.05.32:701][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MetasoundEditor.MetasoundEditorGraphMemberNodeBreadcrumb. Time(ms): 60.8 +[2025.04.12-08.05.32:733][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MetasoundEditor.MetasoundGraphSchemaAction_NewInput. Time(ms): 32.2 +[2025.04.12-08.05.32:742][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Synthesis.ModularSynthPreset. Time(ms): 9.0 +[2025.04.12-08.05.32:743][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Synthesis.SourceEffectBitCrusherSettings. Time(ms): 1.3 +[2025.04.12-08.05.32:773][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/StateTreeEditorModule.StateTreeCompilerLog. Time(ms): 29.5 +[2025.04.12-08.05.32:787][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/StateTreeTestSuite.StateTreeTest_PropertyStructA. Time(ms): 14.2 +[2025.04.12-08.05.32:808][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ConcertTransport.ConcertLocalIdentifierState. Time(ms): 20.9 +[2025.04.12-08.05.32:812][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Concert.ConcertAdmin_GetSessionRepositoriesResponse. Time(ms): 3.7 +[2025.04.12-08.05.32:829][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Concert.ConcertAdmin_GetSessionActivitiesResponse. Time(ms): 16.8 +[2025.04.12-08.05.32:833][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ConcertClient.ConcertClientSettings. Time(ms): 4.0 +[2025.04.12-08.05.32:837][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ConcertServer.ConcertServerSessionRepositoryDatabase. Time(ms): 3.6 +[2025.04.12-08.05.32:846][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ConcertSyncCore.ConcertReplicationRemappingData. Time(ms): 9.5 +[2025.04.12-08.05.32:888][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ConcertSyncCore.ConcertTransactionFinalizedEvent. Time(ms): 42.0 +[2025.04.12-08.05.32:898][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ConcertSyncCore.ConcertSyncReplicationActivitySummary. Time(ms): 8.1 +[2025.04.12-08.05.32:908][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ObjectMixerEditor.ObjectMixerCollectionObjectSet. Time(ms): 10.7 +[2025.04.12-08.05.32:942][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ObjectMixerEditor.ObjectMixerSerializationDataPerFilter. Time(ms): 33.9 +[2025.04.12-08.05.32:951][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ModelingComponents.CreateMeshObjectParams. Time(ms): 8.2 +[2025.04.12-08.05.32:984][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ModelingComponents.MeshElementSelectionParams. Time(ms): 33.0 +[2025.04.12-08.05.32:990][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MeshModelingToolsExp.PhysicsBoxData. Time(ms): 6.4 +[2025.04.12-08.05.32:996][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/SequencerScriptingEditor.SequencerQuickBindingResult. Time(ms): 6.0 +[2025.04.12-08.05.33:006][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LevelSequenceEditor.MovieSceneBindingPropertyInfo. Time(ms): 9.4 +[2025.04.12-08.05.33:007][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LevelSequenceEditor.LevelSequenceTrackSettings. Time(ms): 1.0 +[2025.04.12-08.05.33:025][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRigEditor.AnimLayerSelectionSet. Time(ms): 18.7 +[2025.04.12-08.05.33:033][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRigEditor.AnimLayerSectionItem. Time(ms): 7.6 +[2025.04.12-08.05.33:040][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRigEditor.AnimLayerItem. Time(ms): 7.5 +[2025.04.12-08.05.33:044][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRigEditor.AnimLayerState. Time(ms): 3.7 +[2025.04.12-08.05.33:058][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRigEditor.RigSpacePickerBakeSettings. Time(ms): 14.1 +[2025.04.12-08.05.33:060][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRigEditor.NameToProxyMap. Time(ms): 1.5 +[2025.04.12-08.05.33:067][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRigEditor.ControlRigSnapperSelection. Time(ms): 7.6 +[2025.04.12-08.05.33:092][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/DataflowNodes.DataflowCollectionAddScalarVertexPropertyNode. Time(ms): 24.4 +[2025.04.12-08.05.33:142][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MediaCompositing.MovieSceneMediaSectionParams. Time(ms): 49.9 +[2025.04.12-08.05.33:181][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/BuildPatchServices.FileManifestData. Time(ms): 39.5 +[2025.04.12-08.05.33:204][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/InterchangeTests.InterchangeTestFunctionResult. Time(ms): 22.4 +[2025.04.12-08.05.33:213][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GeometryCollectionNodes.AddMaterialToCollectionDataflowNode. Time(ms): 8.3 +[2025.04.12-08.05.33:219][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GeometryCollectionNodes.AutoClusterDataflowNode. Time(ms): 6.8 +[2025.04.12-08.05.33:222][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GeometryCollectionNodes.FitDataflowNode. Time(ms): 1.5 +[2025.04.12-08.05.33:223][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GeometryCollectionNodes.AppendCollectionAssetsDataflowNode. Time(ms): 1.2 +[2025.04.12-08.05.33:250][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GeometryCollectionNodes.CollectionSetPivotDataflowNode. Time(ms): 26.8 +[2025.04.12-08.05.33:269][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GeometryCollectionDepNodes.GeometryCollectionTransferVertexScalarAttributeNode. Time(ms): 18.3 +[2025.04.12-08.05.33:275][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimationModifierLibrary.FootDefinition. Time(ms): 6.3 +[2025.04.12-08.05.33:282][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LiveLinkMessageBusFramework.LiveLinkSubjectFrameMessage. Time(ms): 7.1 +[2025.04.12-08.05.33:287][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LiveLink.ProviderPollResult. Time(ms): 4.5 +[2025.04.12-08.05.33:311][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LiveLinkMovieScene.MovieSceneLiveLinkSectionTemplate. Time(ms): 23.9 +[2025.04.12-08.05.33:321][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LiveLinkEditor.LiveLinkTestFrameDataInternal. Time(ms): 10.1 +[2025.04.12-08.05.33:335][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ConcertSyncClient.ConcertClientWorkspaceData. Time(ms): 14.7 +[2025.04.12-08.05.33:344][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MegascansPlugin.MeshInfo. Time(ms): 8.2 +[2025.04.12-08.05.33:383][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MegascansPlugin.MaterialInstanceInfo. Time(ms): 39.2 +[2025.04.12-08.05.33:398][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Fab.EosConstantsGameDev. Time(ms): 15.4 +[2025.04.12-08.05.33:423][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Fab.FabAssetMetadata. Time(ms): 24.2 +[2025.04.12-08.05.33:423][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 2s to complete. Time: 3.27 +[2025.04.12-08.05.33:433][ 0]LogClass: Warning: Property IntProperty FOculusXRAnchorLocationFlags::Flags defines MetaData key "BitmaskEnum" which contains short type name "EOculusLocationFlags". Suggested pathname: "/Script/OculusXRAnchors.EOculusLocationFlags". Module:OculusXRAnchors File:Public/OculusXRAnchorTypes.h +[2025.04.12-08.05.33:468][ 0]LogClass: Display: 1 short type names in reflected types' MetaData +[2025.04.12-08.05.35:038][ 0]LogEngine: Initializing Engine... +[2025.04.12-08.05.35:405][ 0]LogHMD: PokeAHoleMaterial loaded successfully +[2025.04.12-08.05.35:468][ 0]LogHMD: Initializing OVRPlugin session +[2025.04.12-08.05.35:468][ 0]LogOculusPluginWrapper: Warning: wrapper already initialized +[2025.04.12-08.05.35:468][ 0]LogOVRPlugin: Display: CompositorOpenXR::PreInitialize(activity = 0000000000000000, apiType = 0, preinitializeFlags=0x10) +[2025.04.12-08.05.35:469][ 0]LogOVRPlugin: Display: Support Non-Oculus runtime: NO +[2025.04.12-08.05.35:469][ 0]LogOVRPlugin: Display: -- Set xrGetInstanceProcAddr to OpenXR Loader +[2025.04.12-08.05.35:469][ 0]LogOVRPlugin: Display: Warning: xrGetInstanceProcAddr has already been set +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.12-08.05.35:570][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.12-08.05.35:571][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.12-08.05.35:571][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.12-08.05.35:571][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.12-08.05.35:571][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.12-08.05.35:571][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.12-08.05.35:571][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.12-08.05.35:571][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.12-08.05.35:571][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.12-08.05.35:571][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.12-08.05.35:571][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.12-08.05.35:571][ 0]LogOVRPlugin: Display: Available Layers: (0) +[2025.04.12-08.05.35:574][ 0]LogOVRPlugin: Display: Preinitialize: xrCreateInstance() succeeded +[2025.04.12-08.05.35:574][ 0]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.12-08.05.35:574][ 0]LogOVRPlugin: Display: OpenXR runtime supports XR_META_headset_id extension +[2025.04.12-08.05.35:574][ 0]LogOVRPlugin: Display: xrGetSystem() failed, which might be caused by a temporarly HMD connectivity issue. xrInstance to be destroyed +[2025.04.12-08.05.35:579][ 0]LogHMD: Failed initializing OVRPlugin 1.106.0 +[2025.04.12-08.05.35:579][ 0]LogHMD: HMD initialization failed +[2025.04.12-08.05.35:579][ 0]LogHMD: Oculus plugin initialized. Version: OVRPlugin: 1.106.0 +[2025.04.12-08.05.37:514][ 0]LogStylusInput: Initializing StylusInput subsystem. +[2025.04.12-08.05.37:817][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.009 s +[2025.04.12-08.05.38:790][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll +[2025.04.12-08.05.39:681][ 0]LogChaosDD: Creating Chaos Debug Draw Scene for world Untitled +[2025.04.12-08.05.42:110][ 0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Temp/Untitled_0.Untitled'. +[2025.04.12-08.05.42:667][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. +[2025.04.12-08.05.42:673][ 0]LogInit: Texture streaming: Enabled +[2025.04.12-08.05.43:022][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.5.4-40574608+++UE5+Release-5.5 +[2025.04.12-08.05.43:168][ 0]LogAudio: Display: Initializing Audio Device Manager... +[2025.04.12-08.05.43:318][ 0]LogAudio: Display: Loading Default Audio Settings Objects... +[2025.04.12-08.05.43:411][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). +[2025.04.12-08.05.43:412][ 0]LogAudio: Display: Audio Device Manager Initialized +[2025.04.12-08.05.43:419][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True +[2025.04.12-08.05.43:435][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.12-08.05.43:435][ 0]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.12-08.05.43:435][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.12-08.05.43:435][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.12-08.05.43:435][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.12-08.05.43:435][ 0]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.12-08.05.43:435][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.12-08.05.43:435][ 0]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.12-08.05.43:458][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.12-08.05.43:458][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.12-08.05.43:458][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.12-08.05.43:556][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.12-08.05.43:664][ 0]LogAudioMixer: Display: Using Audio Hardware Device Realtek HD Audio 2nd output (Realtek(R) Audio) +[2025.04.12-08.05.43:792][ 0]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.12-08.05.43:876][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.12-08.05.43:887][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.12-08.05.43:908][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 +[2025.04.12-08.05.43:908][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 +[2025.04.12-08.05.43:910][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 +[2025.04.12-08.05.43:911][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 +[2025.04.12-08.05.43:911][ 0]LogInit: FAudioDevice initialized with ID 1. +[2025.04.12-08.05.43:912][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. +[2025.04.12-08.05.43:925][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 +[2025.04.12-08.05.43:938][ 0]LogAudioMixer: Display: Audio Buffer Underrun (starvation) detected. InstanceID=1 +[2025.04.12-08.05.44:192][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" +[2025.04.12-08.05.44:515][ 0]LogInit: Undo buffer set to 256 MB +[2025.04.12-08.05.44:523][ 0]LogInit: Transaction tracking system initialized +[2025.04.12-08.05.44:978][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/SourceControl/UncontrolledChangelists.json +[2025.04.12-08.05.50:217][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/LocalizationServiceSettings8E6E95A4412A52783986DFB2043EF041.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Config/CoalescedSourceConfigs/LocalizationServiceSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.05.50:718][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/LocalizationServiceSettings8E6E95A4412A52783986DFB2043EF041.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Config/CoalescedSourceConfigs/LocalizationServiceSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.05.51:219][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/LocalizationServiceSettings8E6E95A4412A52783986DFB2043EF041.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Config/CoalescedSourceConfigs/LocalizationServiceSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.05.51:720][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/LocalizationServiceSettings8E6E95A4412A52783986DFB2043EF041.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Config/CoalescedSourceConfigs/LocalizationServiceSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.05.52:221][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/LocalizationServiceSettings8E6E95A4412A52783986DFB2043EF041.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Config/CoalescedSourceConfigs/LocalizationServiceSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.05.52:722][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/LocalizationServiceSettings8E6E95A4412A52783986DFB2043EF041.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Config/CoalescedSourceConfigs/LocalizationServiceSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.05.53:223][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/LocalizationServiceSettings8E6E95A4412A52783986DFB2043EF041.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Config/CoalescedSourceConfigs/LocalizationServiceSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.05.53:724][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/LocalizationServiceSettings8E6E95A4412A52783986DFB2043EF041.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Config/CoalescedSourceConfigs/LocalizationServiceSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.05.54:225][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/LocalizationServiceSettings8E6E95A4412A52783986DFB2043EF041.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Config/CoalescedSourceConfigs/LocalizationServiceSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.05.54:726][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/LocalizationServiceSettings8E6E95A4412A52783986DFB2043EF041.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Config/CoalescedSourceConfigs/LocalizationServiceSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.05.55:227][ 0]LogFileManager: Error: Error moving file '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/LocalizationServiceSettings8E6E95A4412A52783986DFB2043EF041.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Config/CoalescedSourceConfigs/LocalizationServiceSettings.ini'. +[2025.04.12-08.05.55:227][ 0]LogConfig: Warning: Failed to saved backup for config[../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Config/CoalescedSourceConfigs/LocalizationServiceSettings.ini] +[2025.04.12-08.05.55:228][ 0]LogConfig: Branch 'LocalizationServiceSettings' had been unloaded. Reloading on-demand took 1.12ms +[2025.04.12-08.05.55:231][ 0]LocalizationService: Localization service is disabled +[2025.04.12-08.05.55:273][ 0]LogTimingProfiler: Initialize +[2025.04.12-08.05.55:280][ 0]LogTimingProfiler: OnSessionChanged +[2025.04.12-08.05.55:280][ 0]LoadingProfiler: Initialize +[2025.04.12-08.05.55:295][ 0]LoadingProfiler: OnSessionChanged +[2025.04.12-08.05.55:295][ 0]LogNetworkingProfiler: Initialize +[2025.04.12-08.05.55:295][ 0]LogNetworkingProfiler: OnSessionChanged +[2025.04.12-08.05.55:295][ 0]LogMemoryProfiler: Initialize +[2025.04.12-08.05.55:296][ 0]LogMemoryProfiler: OnSessionChanged +[2025.04.12-08.05.55:565][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/' took 0.00s +[2025.04.12-08.06.01:044][ 0]LogPython: Using Python 3.11.8 +[2025.04.12-08.06.03:316][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping +[2025.04.12-08.06.04:414][ 0]LogRenderer: Requested compilation of Path Tracing RTPSOs (1 permutations). +[2025.04.12-08.06.04:840][ 0]LogStreaming: Warning: Failed to read file 'Common/Selector.png' error. +[2025.04.12-08.06.04:840][ 0]LogSlate: Could not find file for Slate resource: Common/Selector.png +[2025.04.12-08.06.05:781][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. +[2025.04.12-08.06.06:935][ 0]LogProjectSetupTool: Display: StartupModule: OculusXRProjectSetupTool +[2025.04.12-08.06.06:965][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Buffer error in compressed datastream in iCCP chunk +[2025.04.12-08.06.06:970][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Profile size field missing from iCCP chunk +[2025.04.12-08.06.06:971][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Buffer error in compressed datastream in iCCP chunk +[2025.04.12-08.06.06:971][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Profile size field missing from iCCP chunk +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.09:552][ 0]LogEditorDataStorage: Initializing +[2025.04.12-08.06.09:688][ 0]LogEditorDataStorage: Initialized +[2025.04.12-08.06.09:728][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete +[2025.04.12-08.06.10:437][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() +[2025.04.12-08.06.10:681][ 0]LogAssetRegistry: Display: Asset registry cache written as 37.0 MiB to ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/CachedAssetRegistry_*.bin +[2025.04.12-08.06.11:861][ 0]SourceControl: Revision control is disabled +[2025.04.12-08.06.11:877][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 287.778 +[2025.04.12-08.06.13:097][ 0]Cmd: MAP LOAD FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.12-08.06.13:704][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true +[2025.04.12-08.06.14:053][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.12-08.06.15:221][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.12-08.06.16:447][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.78ms +[2025.04.12-08.06.24:887][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'VRTemplateMap'. +[2025.04.12-08.06.24:887][ 0]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.12-08.06.24:893][ 0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap'. +[2025.04.12-08.06.27:197][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.12-08.06.27:716][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.04.12-08.06.27:764][ 0]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.12-08.06.27:836][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 6.124ms to complete. +[2025.04.12-08.06.28:250][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 304.151 +[2025.04.12-08.06.28:878][ 0]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance +[2025.04.12-08.06.29:930][ 0]LogSlate: The tab "LevelEditorToolBar" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.12-08.06.30:503][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.12-08.06.30:633][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.12-08.06.30:684][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.12-08.06.30:734][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.12-08.06.32:715][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.32:768][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/StarterContent.upack', mount point: 'root:/' +[2025.04.12-08.06.32:826][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.32:860][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' +[2025.04.12-08.06.32:861][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.32:892][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' +[2025.04.12-08.06.32:892][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.32:914][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' +[2025.04.12-08.06.32:938][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.32:975][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' +[2025.04.12-08.06.32:976][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.32:996][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' +[2025.04.12-08.06.32:997][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.33:017][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' +[2025.04.12-08.06.33:017][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.33:035][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' +[2025.04.12-08.06.33:036][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.33:053][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' +[2025.04.12-08.06.33:054][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.33:074][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' +[2025.04.12-08.06.42:533][ 0]LogSlate: External Image Picker: DecompressImage failed +[2025.04.12-08.06.43:939][ 0]LogSlate: Took 0.015646 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.04.12-08.06.44:343][ 0]LogSlate: Took 0.012224 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) +[2025.04.12-08.06.44:421][ 0]LogSlate: Took 0.013941 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) +[2025.04.12-08.06.44:635][ 0]LogSlate: Took 0.011609 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) +[2025.04.12-08.06.45:172][ 0]LogNNEDenoiser: ApplySettings: bDenoiserEnabled 1 +[2025.04.12-08.06.45:331][ 0]LogNNEDenoiser: Loaded input mapping from NNEDIM_ColorAlbedoNormal_Alpha +[2025.04.12-08.06.45:339][ 0]LogNNEDenoiser: Loaded output mapping from NNEDOM_Output_Alpha +[2025.04.12-08.06.45:345][ 0]LogNNEDenoiser: Try create model instance with runtime NNERuntimeORTDml on RDG... +[2025.04.12-08.06.46:027][ 0]LogNNEDenoiser: Display: Created model instance with runtime NNERuntimeORTDml on RDG +[2025.04.12-08.06.46:027][ 0]LogNNEDenoiser: Create denoiser from asset /NNEDenoiser/NNED_Oidn2-3_Balanced_Alpha.NNED_Oidn2-3_Balanced_Alpha... +[2025.04.12-08.06.46:052][ 0]LogNNEDenoiser: Loaded input mapping from NNEDTIM_ColorAlbedoNormal_Alpha +[2025.04.12-08.06.46:059][ 0]LogNNEDenoiser: Loaded output mapping from NNEDTOM_Output_Alpha +[2025.04.12-08.06.46:059][ 0]LogNNEDenoiser: Try create model instance with runtime NNERuntimeORTDml on RDG... +[2025.04.12-08.06.46:110][ 0]LogNNEDenoiser: Display: Created model instance with runtime NNERuntimeORTDml on RDG +[2025.04.12-08.06.46:110][ 0]LogNNEDenoiser: Create temporal denoiser from asset /NNEDenoiser/NNEDT_Oidn2-3_Balanced_Alpha.NNEDT_Oidn2-3_Balanced_Alpha... +[2025.04.12-08.06.48:471][ 0]LogSlate: Took 0.040090 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.04.12-08.06.49:833][ 0]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.12-08.06.49:882][ 0]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.12-08.06.49:981][ 0]LogD3D12RHI: Waited for PSO creation for 200.000000ms +[2025.04.12-08.06.52:259][ 0]LogStall: Startup... +[2025.04.12-08.06.52:262][ 0]LogStall: Startup complete. +[2025.04.12-08.06.52:345][ 0]LogGameProjectGeneration: Project HandyMann requires update. Plugin OpenXR SupportedTargetPlatforms value in project descriptor (Win64, Linux, Android, VisionOS) differs from value in plugin descriptor (Win64, Linux, Android) +[2025.04.12-08.06.52:360][ 0]LogGameProjectGeneration: Project HandyMann requires update. Plugin OpenXRHandTracking SupportedTargetPlatforms value in project descriptor (Win64, Linux, Android, VisionOS) differs from value in plugin descriptor (Win64, Linux, Android) +[2025.04.12-08.06.52:970][ 0]LogLoad: (Engine Initialization) Total time: 328.87 seconds +[2025.04.12-08.06.53:266][ 0]LogOculusPluginWrapper: Warning: wrapper already initialized +[2025.04.12-08.06.53:266][ 0]LogOVRPlugin: Display: CompositorOpenXR::PreInitialize(activity = 0000000000000000, apiType = 0, preinitializeFlags=0x10) +[2025.04.12-08.06.53:266][ 0]LogOVRPlugin: Display: Support Non-Oculus runtime: NO +[2025.04.12-08.06.53:266][ 0]LogOVRPlugin: Display: -- Set xrGetInstanceProcAddr to OpenXR Loader +[2025.04.12-08.06.53:266][ 0]LogOVRPlugin: Display: Warning: xrGetInstanceProcAddr has already been set +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Available Layers: (0) +[2025.04.12-08.06.53:366][ 0]LogOVRPlugin: Display: Preinitialize: xrCreateInstance() succeeded +[2025.04.12-08.06.53:366][ 0]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.12-08.06.53:366][ 0]LogOVRPlugin: Display: OpenXR runtime supports XR_META_headset_id extension +[2025.04.12-08.06.53:366][ 0]LogOVRPlugin: Display: xrGetSystem() failed, which might be caused by a temporarly HMD connectivity issue. xrInstance to be destroyed +[2025.04.12-08.06.53:371][ 0]LogHMD: Failed initializing OVRPlugin 1.106.0 +[2025.04.12-08.06.53:402][ 0]LogOcInput: OculusXRInput is initialized +[2025.04.12-08.06.54:926][ 0]LogSlate: External Image Picker: DecompressImage failed +[2025.04.12-08.06.55:198][ 0]LogContentStreaming: Texture pool size now 1000 MB +[2025.04.12-08.06.55:198][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" +[2025.04.12-08.06.56:183][ 0]LogAutomationController: Ignoring very large delta of 16947985.39 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.12-08.06.56:291][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.12-08.06.56:762][ 0]LogPython: Display: Running start-up script D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py... started... +[2025.04.12-08.06.57:704][ 0]LogPython: registering + +[2025.04.12-08.06.57:760][ 0]LogPython: Display: Running start-up script D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py... took 997.433 ms +[2025.04.12-08.06.59:902][ 1]LogAssetRegistry: AssetRegistryGather time 8.9573s: AssetDataDiscovery 6.6915s, AssetDataGather 1.9859s, StoreResults 0.2799s. Wall time 210.3230s. + NumCachedDirectories 0. NumUncachedDirectories 1609. NumCachedFiles 7787. NumUncachedFiles 3. + BackgroundTickInterruptions 0. +[2025.04.12-08.07.00:048][ 1]LogSourceControl: Uncontrolled asset enumeration started... +[2025.04.12-08.07.00:137][ 1]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000000 seconds (updated 0 objects) +[2025.04.12-08.07.00:277][ 1]LogSourceControl: Uncontrolled asset enumeration finished in 0.228496 seconds (Found 7766 uncontrolled assets) +[2025.04.12-08.07.01:444][ 1]LogAutomationController: Ignoring very large delta of 5.26 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.12-08.07.02:252][ 2]LogSlate: External Image Picker: DecompressImage failed +[2025.04.12-08.07.02:725][ 2]LogEOSSDK: LogEOS: SDK Config Platform Update Request Successful, Time: 95.008415 +[2025.04.12-08.07.02:731][ 2]LogEOSSDK: LogEOSAnalytics: EOS SDK Analytics disabled for route [1]. +[2025.04.12-08.07.02:810][ 2]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 96.270935 +[2025.04.12-08.07.06:482][ 7]LogAutomationController: Ignoring very large delta of 2.79 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.12-08.07.06:582][ 7]LogEOSSDK: LogEOSAnalytics: Start Session (User: ...) +[2025.04.12-08.07.06:672][ 8]LogPSOHitching: Encountered 50 PSO creation hitches so far (42 graphics, 8 compute). 0 of them were precached. +[2025.04.12-08.07.06:850][ 9]LogEOSSDK: LogEOS: SDK Config Product Update Request Successful, Time: 100.316437 +[2025.04.12-08.07.06:852][ 9]LogEOSSDK: LogEOS: SDK Config Data - Watermark: 1151022895 +[2025.04.12-08.07.06:852][ 9]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 100.316437, Update Interval: 347.343353 +[2025.04.12-08.07.07:421][ 16]LogEOSSDK: LogEOSAuth: UpdateUserAuthToken: User ClientId: xyz...459 AccountId: 1e6...43c Access[Expires: 2025.04.12-10.07.07 Remaining: 7200.32] Refresh[Expires: 2025-10-09T08:07:07.323Z Remaining: 15552000.32] State: Valid +[2025.04.12-08.07.07:445][ 17]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_0 +[2025.04.12-08.07.07:445][ 17]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_0'. +[2025.04.12-08.07.07:661][ 17]LogEOSSDK: LogEOSAuth: UserAuthGenerated: Received FUserAuthToken +[2025.04.12-08.07.08:229][ 21]LogEOSSDK: LogEOSAuth: UserAuthGenerated: Login complete: EOS_Success +[2025.04.12-08.07.08:229][ 21]LogFab: Display: User logged in +[2025.04.12-08.07.08:234][ 21]LogFab: Display: User client id: xyza7891REBVsEqSJRRNXmlS7EQHM459 +[2025.04.12-08.07.08:583][ 26]LogEOSSDK: Warning: LogEOS: Error response received from backend. ServiceName=[Friend], OperationName=[GetBlockList], Url=[], HttpStatus=[403], ErrorCode=[errors.com.epicgames.common.insufficient_scopes], NumericErrorCode=[1056], ErrorMessage=[Insufficient access scopes. Expected: [friends_list]], CorrId=[EOS-5jIiDRjyjUqwCNkrIS0wZQ-JwIO2_orHkaDZye_E-Fz_g] +[2025.04.12-08.07.46:164][ 43]LogAutomationController: Ignoring very large delta of 2.16 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.12-08.07.46:182][ 44]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_1 +[2025.04.12-08.07.46:182][ 44]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_1'. +[2025.04.12-08.08.07:488][ 6]LogEOSSDK: Error: LogEOSAuth: Authentication session lost due to failing verification. Error: EOS_Auth_InvalidToken UserId: 1e6...43c +[2025.04.12-08.08.07:503][ 6]LogEOSSDK: Warning: LogEOSPresence: Can't set presence to offline, No connection to EpicConnect. LocalUserId=[1e6...43c] +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: ================================================ +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Total job queries 72, among them cache hits 0 (0.00%), DDC hits 64 (88.89%), Duplicates 4 (5.56%) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Tracking 68 distinct input hashes that result in 55 distinct outputs (80.88%) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: RAM used: 77.99 KiB of 1.60 GiB budget. Usage: 0.00% +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Shaders Compiled: 4 +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Jobs assigned 4, completed 4 (100%) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Average time worker was idle: 2.23 s +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Time job spent in pending queue: average 0.08 s, longest 0.08 s +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Job execution time: average 8.95 s, max 12.24 s +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Job life time (pending + execution): average 9.03 s, max 12.32 +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Shader code size: average 19.51 KiB, min 12.68 KiB, max 26.535 KiB +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 15.12 s +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Jobs were issued in 4 batches (only local compilation was used), average 1.00 jobs/batch +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Average processing rate: 0.26 jobs/sec +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Total thread time: 7.059 s +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Total thread preprocess time: 5.633 s +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Percentage time preprocessing: 79.80% +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Effective parallelization: 0.47 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight (compiled 1 times, average 2.70 sec, max 2.70 sec, min 2.70 sec) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 1 times, average 2.68 sec, max 2.68 sec, min 2.68 sec) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy (compiled 1 times, average 1.15 sec, max 1.15 sec, min 1.15 sec) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy (compiled 1 times, average 0.53 sec, max 0.53 sec, min 0.53 sec) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: FHitProxyPS (compiled 0 times, average 0.00 sec, max 0.00 sec, min 0.00 sec) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 38.26% of total time (compiled 1 times, average 2.70 sec, max 2.70 sec, min 2.70 sec) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 37.94% of total time (compiled 1 times, average 2.68 sec, max 2.68 sec, min 2.68 sec) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy - 16.22% of total time (compiled 1 times, average 1.15 sec, max 1.15 sec, min 1.15 sec) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 7.57% of total time (compiled 1 times, average 0.53 sec, max 0.53 sec, min 0.53 sec) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy - 0.00% of total time (compiled 0 times, average 0.00 sec, max 0.00 sec, min 0.00 sec) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: === Material stats === +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Materials Translated: 155 +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Material Total Translate Time: 2.53 s +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Material Translation Only: 1.65 s (65%) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (0%) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: Material Cache Hits: 28 (18%) +[2025.04.12-08.09.53:894][993]LogShaderCompilers: Display: ================================================ +[2025.04.12-08.12.54:695][535]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 448.253387 +[2025.04.12-08.12.55:696][538]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.04.12-08.12.55:696][538]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 448.920624, Update Interval: 349.507751 +[2025.04.12-08.18.47:295][713]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 800.847229 +[2025.04.12-08.18.48:297][716]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.04.12-08.18.48:297][716]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 801.515381, Update Interval: 339.749756 +[2025.04.12-08.24.17:858][664]LogUObjectHash: Compacting FUObjectHashTables data took 0.74ms +[2025.04.12-08.24.17:930][664]LogStall: Shutdown... +[2025.04.12-08.24.17:930][664]LogStall: Shutdown complete. +[2025.04.12-08.24.18:011][664]LogSlate: Window 'Content Browser 2' being destroyed +[2025.04.12-08.24.18:018][664]LogSlate: Window 'HandyMann - Unreal Editor' being destroyed +[2025.04.12-08.24.18:153][664]Cmd: QUIT_EDITOR +[2025.04.12-08.24.18:153][665]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) +[2025.04.12-08.24.18:157][665]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) +[2025.04.12-08.24.18:157][665]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown +[2025.04.12-08.24.18:157][665]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown +[2025.04.12-08.24.18:158][665]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.12-08.24.18:158][665]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.12-08.24.18:173][665]LogStylusInput: Shutting down StylusInput subsystem. +[2025.04.12-08.24.18:173][665]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. +[2025.04.12-08.24.18:182][665]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true +[2025.04.12-08.24.18:182][665]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.12-08.24.18:182][665]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true +[2025.04.12-08.24.18:182][665]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.12-08.24.18:183][665]LogStudioTelemetry: Ended StudioTelemetry Session +[2025.04.12-08.24.18:184][665]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider +[2025.04.12-08.24.18:184][665]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session +[2025.04.12-08.24.18:184][665]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider +[2025.04.12-08.24.18:186][665]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... +[2025.04.12-08.24.18:186][665]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... +[2025.04.12-08.24.18:186][665]LogAudio: Display: Audio Device unregistered from world 'VRTemplateMap'. +[2025.04.12-08.24.18:186][665]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. +[2025.04.12-08.24.18:186][665]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.12-08.24.18:188][665]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.12-08.24.18:201][665]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 +[2025.04.12-08.24.18:201][665]LogAudio: Display: Audio Device Manager Shutdown +[2025.04.12-08.24.18:202][665]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.12-08.24.18:204][665]LogExit: Preparing to exit. +[2025.04.12-08.24.18:245][665]LogUObjectHash: Compacting FUObjectHashTables data took 0.65ms +[2025.04.12-08.24.19:118][665]LogEditorDataStorage: Deinitializing +[2025.04.12-08.24.19:242][665]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled +[2025.04.12-08.24.19:258][665]LogExit: Editor shut down +[2025.04.12-08.24.19:261][665]LogExit: Transaction tracking system shut down +[2025.04.12-08.24.19:400][665]LogExit: Object subsystem successfully closed. +[2025.04.12-08.24.19:502][665]LogShaderCompilers: Display: Shaders left to compile 0 +[2025.04.12-08.24.20:203][665]LogMemoryProfiler: Shutdown +[2025.04.12-08.24.20:203][665]LogNetworkingProfiler: Shutdown +[2025.04.12-08.24.20:203][665]LoadingProfiler: Shutdown +[2025.04.12-08.24.20:203][665]LogTimingProfiler: Shutdown +[2025.04.12-08.24.20:565][665]LogChaosDD: Chaos Debug Draw Shutdown +[2025.04.12-08.24.21:066][665]LogOculusPluginWrapper: OculusPlugin destroyed successfully +[2025.04.12-08.24.21:073][665]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests: +[2025.04.12-08.24.21:073][665]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B24706548-4DE2-17C7-E019-8A93A25458FB%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.5.4-40574608%2B%2B%2BUE5%2BRelease-5.5&UserID=0263ee444c1e3b1c1bf18c9ea6cc2ba4%7C1e61d639f2d5465389723e7b879a143c%7C12cfd485-ae06-4d3a-be14-e678903b0a60&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing +[2025.04.12-08.24.21:612][665]LogEOSSDK: FEOSSDKManager::Shutdown EOS_Shutdown Result=[EOS_Success] +[2025.04.12-08.24.21:612][665]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 +[2025.04.12-08.24.21:617][665]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module +[2025.04.12-08.24.21:617][665]LogNFORDenoise: NFORDenoise function shutting down +[2025.04.12-08.24.21:617][665]RenderDocPlugin: plugin has been unloaded. +[2025.04.12-08.24.21:619][665]LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetActorFactory id: 0 +[2025.04.12-08.24.21:619][665]LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetSubObjectFactory id: 1 +[2025.04.12-08.24.21:619][665]LogPakFile: Destroying PakPlatformFile +[2025.04.12-08.24.21:698][665]LogD3D12RHI: ~FD3D12DynamicRHI +[2025.04.12-08.24.21:739][665]LogExit: Exiting. +[2025.04.12-08.24.21:792][665]Log file closed, 04/12/25 11:24:21 diff --git a/HandyMann/Saved/Logs/HandyMann_2-backup-2025.04.09-16.59.23.log b/HandyMann/Saved/Logs/HandyMann_2-backup-2025.04.09-16.59.23.log new file mode 100644 index 0000000..851716e --- /dev/null +++ b/HandyMann/Saved/Logs/HandyMann_2-backup-2025.04.09-16.59.23.log @@ -0,0 +1,7093 @@ +Log file open, 04/09/25 18:39:33 +LogWindows: Failed to load 'aqProf.dll' (GetLastError=126) +LogWindows: File 'aqProf.dll' does not exist +LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126) +LogWindows: File 'VtuneApi.dll' does not exist +LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126) +LogWindows: File 'VtuneApi32e.dll' does not exist +LogWindows: Started CrashReportClient (pid=27832) +LogWindows: Warning: Failed to set completion port for job object "UE.ShaderCompileWorker.JobGroup": The parameter is incorrect. +LogWindows: Custom abort handler registered for crash reporting. +LogInit: Display: Running engine for game: HandyMann +LogCore: UTS: Unreal Trace Server launched successfully +LogTrace: Initializing trace... +LogCore: Display: Requested channels: 'cpu,gpu,frame,log,bookmark,screenshot,region' +LogTrace: Display: Display Control listening on port 1985 +LogTrace: Finished trace initialization. +LogCsvProfiler: Display: Metadata set : platform="Windows" +LogCsvProfiler: Display: Metadata set : config="Development" +LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.5-CL-40574608" +LogCsvProfiler: Display: Metadata set : engineversion="5.5.4-40574608+++UE5+Release-5.5" +LogCsvProfiler: Display: Metadata set : os="Windows 10 (22H2) [10.0.19045.5608] " +LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 9 3900X 12-Core Processor" +LogCsvProfiler: Display: Metadata set : pgoenabled="0" +LogCsvProfiler: Display: Metadata set : pgoprofilingenabled="0" +LogCsvProfiler: Display: Metadata set : ltoenabled="0" +LogCsvProfiler: Display: Metadata set : asan="0" +LogCsvProfiler: Display: Metadata set : commandline="" "../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -AUTH_LOGIN=unused -AUTH_PASSWORD=a6709301f96c450e9404eac44f4bdd17 -AUTH_TYPE=exchangecode -epicapp=UE_5.5 -epicenv=Prod -EpicPortal -epicusername=mxssw -epicuserid=1e61d639f2d5465389723e7b879a143c -epiclocale=en -epicsandboxid=ue"" +LogCsvProfiler: Display: Metadata set : loginid="0263ee444c1e3b1c1bf18c9ea6cc2ba4" +LogCsvProfiler: Display: Metadata set : llm="0" +LogStats: Stats thread started at 0.361563 +LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetActorFactory id: 0 +LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetSubObjectFactory id: 1 +LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +2:00, Platform Override: '' +LogInit: Session CrashGUID >==================================================== + Session CrashGUID > UECC-Windows-72658A8940E1FA55191DE687C83EB776 + Session CrashGUID >==================================================== +LogConfig: No local boot hotfix file found at: [../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/PersistentDownloadDir/HotfixForNextBoot.txt] +LogAudio: Display: Pre-Initializing Audio Device Manager... +LogAudio: Display: AudioInfo: 'OPUS' Registered +LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. +LogAudio: Display: AudioInfo: 'OGG' Registered +LogAudio: Display: AudioInfo: 'ADPCM' Registered +LogAudio: Display: AudioInfo: 'PCM' Registered +LogAudio: Display: AudioInfo: 'BINKA' Registered +LogAudio: Display: AudioInfo: 'RADA' Registered +LogAudio: Display: Audio Device Manager Pre-Initialized +LogPluginManager: Looking for build plugins target receipt +LogPluginManager: Unable to find target receipt in path: ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Binaries/Win64/*.target +LogAssetRegistry: Display: Asset registry cache read as 36.5 MiB from ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/CachedAssetRegistry_0.bin +LogConfig: Display: Loading Mac ini files took 0.07 seconds +LogConfig: Display: Loading Android ini files took 0.07 seconds +LogConfig: Display: Loading IOS ini files took 0.07 seconds +LogConfig: Display: Loading VulkanPC ini files took 0.07 seconds +LogConfig: Display: Loading Unix ini files took 0.09 seconds +LogConfig: Display: Loading TVOS ini files took 0.09 seconds +LogConfig: Display: Loading VisionOS ini files took 0.09 seconds +LogConfig: Display: Loading Windows ini files took 0.09 seconds +LogConfig: Display: Loading Linux ini files took 0.09 seconds +LogConfig: Display: Loading LinuxArm64 ini files took 0.09 seconds +LogPluginManager: Found matching target receipt: ../../../Engine/Binaries/Win64/UnrealEditor.target +LogPluginManager: Looking for enabled plugins target receipt +LogPluginManager: Unable to find target receipt in path: ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Binaries/Win64/*.target +LogPluginManager: Found matching target receipt: ../../../Engine/Binaries/Win64/UnrealEditor.target +LogPluginManager: Mounting Engine plugin Bridge +LogPluginManager: Mounting Engine plugin ChaosCloth +LogPluginManager: Mounting Engine plugin ChaosVD +LogPluginManager: Mounting Engine plugin CmdLinkServer +LogPluginManager: Mounting Engine plugin EnhancedInput +LogPluginManager: Mounting Engine plugin Fab +LogPluginManager: Mounting Engine plugin FastBuildController +LogPluginManager: Mounting Engine plugin MeshPainting +LogPluginManager: Mounting Engine plugin RenderGraphInsights +LogPluginManager: Mounting Engine plugin TraceUtilities +LogPluginManager: Mounting Engine plugin UbaController +LogPluginManager: Mounting Engine plugin WorldMetrics +LogPluginManager: Mounting Engine plugin XGEController +LogPluginManager: Mounting Engine plugin AdvancedRenamer +LogPluginManager: Mounting Engine plugin AutomationUtils +LogPluginManager: Mounting Engine plugin BackChannel +LogPluginManager: Mounting Engine plugin ChaosCaching +LogPluginManager: Mounting Engine plugin ChaosEditor +LogPluginManager: Mounting Engine plugin ChaosNiagara +LogPluginManager: Mounting Engine plugin ChaosSolverPlugin +LogPluginManager: Mounting Engine plugin ChaosUserDataPT +LogPluginManager: Mounting Engine plugin CharacterAI +LogPluginManager: Mounting Engine plugin Dataflow +LogPluginManager: Mounting Engine plugin EditorTelemetry +LogPluginManager: Mounting Engine plugin EditorPerformance +LogPluginManager: Mounting Engine plugin EditorDataStorage +LogPluginManager: Mounting Engine plugin Fracture +LogPluginManager: Mounting Engine plugin FullBodyIK +LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin +LogPluginManager: Mounting Engine plugin GeometryFlow +LogPluginManager: Mounting Engine plugin LocalizableMessage +LogPluginManager: Mounting Engine plugin LowLevelNetTrace +LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp +LogPluginManager: Mounting Engine plugin NFORDenoise +LogPluginManager: Mounting Engine plugin PlanarCut +LogPluginManager: Mounting Engine plugin PlatformCrypto +LogPluginManager: Mounting Engine plugin PythonScriptPlugin +LogPluginManager: Mounting Engine plugin SkeletalReduction +LogPluginManager: Mounting Engine plugin StudioTelemetry +LogPluginManager: Mounting Engine plugin ToolPresets +LogPluginManager: Mounting Engine plugin InterchangeEditor +LogPluginManager: Mounting Engine plugin InterchangeAssets +LogPluginManager: Mounting Engine plugin Interchange +LogPluginManager: Mounting Engine plugin AndroidMedia +LogPluginManager: Mounting Engine plugin AvfMedia +LogPluginManager: Mounting Engine plugin ImgMedia +LogPluginManager: Mounting Engine plugin MediaCompositing +LogPluginManager: Mounting Engine plugin MediaPlate +LogPluginManager: Mounting Engine plugin MediaPlayerEditor +LogPluginManager: Mounting Engine plugin WebMMedia +LogPluginManager: Mounting Engine plugin WmfMedia +LogPluginManager: Mounting Engine plugin TcpMessaging +LogPluginManager: Mounting Engine plugin UdpMessaging +LogPluginManager: Mounting Engine plugin EOSShared +LogPluginManager: Mounting Engine plugin OnlineBase +LogPluginManager: Mounting Engine plugin OnlineServices +LogPluginManager: Mounting Engine plugin OnlineSubsystem +LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils +LogPluginManager: Mounting Engine plugin OnlineSubsystemNull +LogPluginManager: Mounting Engine plugin Takes +LogPluginManager: Mounting Engine plugin InterchangeTests +LogPluginManager: Mounting Engine plugin AISupport +LogPluginManager: Mounting Engine plugin Paper2D +LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor +LogPluginManager: Mounting Engine plugin ACLPlugin +LogPluginManager: Mounting Engine plugin AnimationData +LogPluginManager: Mounting Engine plugin AnimationModifierLibrary +LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis +LogPluginManager: Mounting Engine plugin ControlRigModules +LogPluginManager: Mounting Engine plugin ControlRig +LogPluginManager: Mounting Engine plugin ControlRigSpline +LogPluginManager: Mounting Engine plugin DeformerGraph +LogPluginManager: Mounting Engine plugin LiveLink +LogPluginManager: Mounting Engine plugin IKRig +LogPluginManager: Mounting Engine plugin CameraShakePreviewer +LogPluginManager: Mounting Engine plugin EngineCameras +LogPluginManager: Mounting Engine plugin RigLogic +LogPluginManager: Mounting Engine plugin GameplayCameras +LogPluginManager: Mounting Engine plugin OodleNetwork +LogPluginManager: Mounting Engine plugin AnimationSharing +LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess +LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess +LogPluginManager: Mounting Engine plugin DumpGPUServices +LogPluginManager: Mounting Engine plugin GitSourceControl +LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess +LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess +LogPluginManager: Mounting Engine plugin NullSourceCodeAccess +LogPluginManager: Mounting Engine plugin PixWinPlugin +LogPluginManager: Mounting Engine plugin PerforceSourceControl +LogPluginManager: Mounting Engine plugin PluginUtils +LogPluginManager: Mounting Engine plugin PlasticSourceControl +LogPluginManager: Mounting Engine plugin RenderDocPlugin +LogPluginManager: Mounting Engine plugin PropertyAccessNode +LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess +LogPluginManager: Mounting Engine plugin TextureFormatOodle +LogPluginManager: Mounting Engine plugin SubversionSourceControl +LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin UObjectPlugin +LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess +LogPluginManager: Mounting Engine plugin AssetManagerEditor +LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin BlueprintHeaderView +LogPluginManager: Mounting Engine plugin ChangelistReview +LogPluginManager: Mounting Engine plugin ColorGrading +LogPluginManager: Mounting Engine plugin DataValidation +LogPluginManager: Mounting Engine plugin CurveEditorTools +LogPluginManager: Mounting Engine plugin EditorDebugTools +LogPluginManager: Mounting Engine plugin FacialAnimation +LogPluginManager: Mounting Engine plugin EditorScriptingUtilities +LogPluginManager: Mounting Engine plugin CryptoKeys +LogPluginManager: Mounting Engine plugin GameplayTagsEditor +LogPluginManager: Mounting Engine plugin GeometryMode +LogPluginManager: Mounting Engine plugin EngineAssetDefinitions +LogPluginManager: Mounting Engine plugin MacGraphicsSwitching +LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode +LogPluginManager: Mounting Engine plugin MeshLODToolset +LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard +LogPluginManager: Mounting Engine plugin MaterialAnalyzer +LogPluginManager: Mounting Engine plugin ProxyLODPlugin +LogPluginManager: Mounting Engine plugin PluginBrowser +LogPluginManager: Mounting Engine plugin SequencerAnimTools +LogPluginManager: Mounting Engine plugin SpeedTreeImporter +LogPluginManager: Mounting Engine plugin UMGWidgetPreview +LogPluginManager: Mounting Engine plugin UVEditor +LogPluginManager: Mounting Engine plugin StylusInput +LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities +LogPluginManager: Mounting Engine plugin DatasmithContent +LogPluginManager: Mounting Engine plugin GLTFExporter +LogPluginManager: Mounting Engine plugin VariantManager +LogPluginManager: Mounting Engine plugin Niagara +LogPluginManager: Mounting Engine plugin VariantManagerContent +LogPluginManager: Mounting Engine plugin NiagaraSimCaching +LogPluginManager: Mounting Engine plugin AlembicImporter +LogPluginManager: Mounting Engine plugin OculusXR +LogPluginManager: Mounting Engine plugin ActorSequence +LogPluginManager: Mounting Engine plugin LevelSequenceEditor +LogPluginManager: Mounting Engine plugin SequencerScripting +LogPluginManager: Mounting Engine plugin TemplateSequence +LogPluginManager: Mounting Engine plugin NNERuntimeORT +LogPluginManager: Mounting Engine plugin NNEDenoiser +LogPluginManager: Mounting Engine plugin ActorLayerUtilities +LogPluginManager: Mounting Engine plugin LauncherChunkInstaller +LogPluginManager: Mounting Engine plugin AndroidMoviePlayer +LogPluginManager: Mounting Engine plugin AndroidPermission +LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector +LogPluginManager: Mounting Engine plugin AndroidFileServer +LogPluginManager: Mounting Engine plugin AppleImageUtils +LogPluginManager: Mounting Engine plugin ArchVisCharacter +LogPluginManager: Mounting Engine plugin AssetTags +LogPluginManager: Mounting Engine plugin AppleMoviePlayer +LogPluginManager: Mounting Engine plugin AudioCapture +LogPluginManager: Mounting Engine plugin AudioSynesthesia +LogPluginManager: Mounting Engine plugin AudioWidgets +LogPluginManager: Mounting Engine plugin ChunkDownloader +LogPluginManager: Mounting Engine plugin ComputeFramework +LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector +LogPluginManager: Mounting Engine plugin CableComponent +LogPluginManager: Mounting Engine plugin CustomMeshComponent +LogPluginManager: Mounting Engine plugin GeometryCache +LogPluginManager: Mounting Engine plugin GoogleCloudMessaging +LogPluginManager: Mounting Engine plugin GooglePAD +LogPluginManager: Mounting Engine plugin HairStrands +LogPluginManager: Mounting Engine plugin GeometryProcessing +LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector +LogPluginManager: Mounting Engine plugin InputDebugging +LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector +LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary +LogPluginManager: Mounting Engine plugin MeshModelingToolset +LogPluginManager: Mounting Engine plugin Metasound +LogPluginManager: Mounting Engine plugin MobilePatchingUtils +LogPluginManager: Mounting Engine plugin MsQuic +LogPluginManager: Mounting Engine plugin OpenXR +LogPluginManager: Mounting Engine plugin OpenXREyeTracker +LogPluginManager: Mounting Engine plugin OpenXRHandTracking +LogPluginManager: Mounting Engine plugin ProceduralMeshComponent +LogPluginManager: Mounting Engine plugin PropertyAccessEditor +LogPluginManager: Mounting Engine plugin RigVM +LogPluginManager: Mounting Engine plugin ResonanceAudio +LogPluginManager: Mounting Engine plugin SignificanceManager +LogPluginManager: Mounting Engine plugin SoundFields +LogPluginManager: Mounting Engine plugin StateTree +LogPluginManager: Mounting Engine plugin Synthesis +LogPluginManager: Mounting Engine plugin USDCore +LogPluginManager: Mounting Engine plugin WaveTable +LogPluginManager: Mounting Engine plugin WebMMoviePlayer +LogPluginManager: Mounting Engine plugin WindowsMoviePlayer +LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector +LogPluginManager: Mounting Engine plugin XRBase +LogPluginManager: Mounting Engine plugin MetaHumanSDK +LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS +LogPluginManager: Mounting Engine plugin ConcertMain +LogPluginManager: Mounting Engine plugin XInputDevice +LogPluginManager: Mounting Engine plugin SQLiteCore +LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource +LogPluginManager: Mounting Engine plugin ObjectMixer +LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource +LogPluginManager: Mounting Engine plugin LightMixer +LogPluginManager: Mounting Engine plugin SkeletalMeshModelingTools +LogPluginManager: Mounting Engine plugin HoldoutComposite +LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor +LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay +LogPluginManager: Mounting Engine plugin ConcertSyncClient +LogPluginManager: Mounting Engine plugin ConcertSyncCore +SourceControl: Revision control is disabled +SourceControl: Revision control is disabled +SourceControl: Revision control is disabled +LogNFORDenoise: NFORDenoise function starting up +LogStudioTelemetry: Display: Starting StudioTelemetry Module +LogStudioTelemetry: Started StudioTelemetry Session +LogEOSSDK: Initializing EOSSDK Version:1.17.0-39599718 +LogInit: Using libcurl 8.4.0 +LogInit: - built for Windows +LogInit: - supports SSL with OpenSSL/1.1.1t +LogInit: - supports HTTP deflate (compression) using libz 1.3 +LogInit: - other features: +LogInit: CURL_VERSION_SSL +LogInit: CURL_VERSION_LIBZ +LogInit: CURL_VERSION_IPV6 +LogInit: CURL_VERSION_ASYNCHDNS +LogInit: CURL_VERSION_LARGEFILE +LogInit: CURL_VERSION_HTTP2 +LogInit: CurlRequestOptions (configurable via config and command line): +LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate +LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy +LogInit: - bDontReuseConnections = false - Libcurl will reuse connections +LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host +LogInit: - LocalHostAddr = Default +LogInit: - BufferSize = 65536 +LogInit: CreateHttpThread using FCurlMultiPollEventLoopHttpThread +LogInit: Creating http thread with maximum 2147483647 concurrent requests +LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467 +LogOnline: OSS: Created online subsystem instance for: NULL +LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +LogWindows: Failed to load 'WinPixGpuCapturer.dll' (GetLastError=126) +LogWindows: File 'WinPixGpuCapturer.dll' does not exist +PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. +LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine] +RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings. +LogOculusPluginWrapper: OculusPlugin initialized successfully +LogOVRPlugin: Display: CompositorOpenXR::PreInitialize(activity = 0000000000000000, apiType = 0, preinitializeFlags=0x10) +LogOVRPlugin: Display: Support Non-Oculus runtime: NO +LogOVRPlugin: Display: -- Set xrGetInstanceProcAddr to OpenXR Loader +LogOVRPlugin: Display: Available Extensions: (66) +LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +LogOVRPlugin: Display: Available Layers: (0) +LogOVRPlugin: Display: Preinitialize: xrCreateInstance() succeeded +LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +LogOVRPlugin: Display: OpenXR runtime supports XR_META_headset_id extension +LogOVRPlugin: Display: Preinitialize: xrGetSystem() succeeded. xrSystemId 20 +LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +LogOVRPlugin: Display: VkInstanceExtensions: +LogOVRPlugin: Display: VK_KHR_surface +LogOVRPlugin: Display: VK_KHR_external_memory_capabilities +LogOVRPlugin: Display: VK_KHR_win32_surface +LogOVRPlugin: Display: VK_KHR_external_fence_capabilities +LogOVRPlugin: Display: VK_KHR_external_semaphore_capabilities +LogOVRPlugin: Display: VK_KHR_get_physical_device_properties2 +LogOVRPlugin: Display: VkDeviceExtensions: +LogOVRPlugin: Display: VK_KHR_swapchain +LogOVRPlugin: Display: VK_KHR_external_memory +LogOVRPlugin: Display: VK_KHR_external_memory_win32 +LogOVRPlugin: Display: VK_KHR_external_fence +LogOVRPlugin: Display: VK_KHR_external_fence_win32 +LogOVRPlugin: Display: VK_KHR_external_semaphore +LogOVRPlugin: Display: VK_KHR_external_semaphore_win32 +LogOVRPlugin: Display: VK_KHR_get_memory_requirements2 +LogOVRPlugin: Display: VK_KHR_dedicated_allocation +LogOVRPlugin: Display: Preinitialize: xrDestroyInstance() succeeded +LogOVRPlugin: CompositorOpenXR::PreInitialize() -- succeeded +LogOVRPlugin: Display: ProfilerSystem: verbose mode 0 +LogOVRPlugin: Display: OVRPlugin 1.106.0 ... preinitialized +LogHMD: Could not determine HMD display adapter +LogHMD: Could not determine HMD audio input device +LogHMD: Could not determine HMD audio output device +LogHMD: FOculusXRHMDModule PreInit successfully +LogOcInput: OculusXRInput pre-init called +LogInit: ExecutableName: UnrealEditor.exe +LogInit: Build: ++UE5+Release-5.5-CL-40574608 +LogInit: Platform=WindowsEditor +LogInit: MachineId=0263ee444c1e3b1c1bf18c9ea6cc2ba4 +LogInit: DeviceId= +LogInit: Engine Version: 5.5.4-40574608+++UE5+Release-5.5 +LogInit: Compatible Engine Version: 5.5.0-37670630+++UE5+Release-5.5 +LogInit: Net CL: 37670630 +LogInit: OS: Windows 10 (22H2) [10.0.19045.5608] (), CPU: AMD Ryzen 9 3900X 12-Core Processor , GPU: NVIDIA GeForce RTX 2080 SUPER +LogInit: Compiled (64-bit): Mar 7 2025 14:49:53 +LogInit: Architecture: x64 +LogInit: Compiled with Visual C++: 19.38.33130.00 +LogInit: Build Configuration: Development +LogInit: Branch Name: ++UE5+Release-5.5 +LogInit: Command Line: -AUTH_LOGIN=unused -AUTH_PASSWORD=a6709301f96c450e9404eac44f4bdd17 -AUTH_TYPE=exchangecode -epicapp=UE_5.5 -epicenv=Prod -EpicPortal -epicusername=mxssw -epicuserid=1e61d639f2d5465389723e7b879a143c -epiclocale=en -epicsandboxid=ue +LogInit: Base Directory: D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/Win64/ +LogInit: Allocator: Mimalloc +LogInit: Installed Engine Build: 1 +LogInit: This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no +LogDevObjectVersion: Number of dev versions registered: 36 +LogDevObjectVersion: Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10 +LogDevObjectVersion: Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0 +LogDevObjectVersion: Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 4 +LogDevObjectVersion: Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 40 +LogDevObjectVersion: Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 37 +LogDevObjectVersion: Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 3 +LogDevObjectVersion: Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0 +LogDevObjectVersion: Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0 +LogDevObjectVersion: Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 20 +LogDevObjectVersion: Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0 +LogDevObjectVersion: Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 49 +LogDevObjectVersion: Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 13 +LogDevObjectVersion: Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 3 +LogDevObjectVersion: Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1 +LogDevObjectVersion: Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 3 +LogDevObjectVersion: Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 17 +LogDevObjectVersion: Dev-Anim (AF43A65D-7FD3-4947-9873-3E8ED9C1BB05): 15 +LogDevObjectVersion: Dev-ReflectionCapture (6B266CEC-1EC7-4B8F-A30B-E4D90942FC07): 1 +LogDevObjectVersion: Dev-Automation (0DF73D61-A23F-47EA-B727-89E90C41499A): 1 +LogDevObjectVersion: FortniteMain (601D1886-AC64-4F84-AA16-D3DE0DEAC7D6): 170 +LogDevObjectVersion: FortniteValkyrie (8DBC2C5B-54A7-43E0-A768-FCBB7DA29060): 8 +LogDevObjectVersion: FortniteSeason (5B4C06B7-2463-4AF8-805B-BF70CDF5D0DD): 13 +LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 15 +LogDevObjectVersion: Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 10 +LogDevObjectVersion: Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1 +LogDevObjectVersion: Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 10 +LogDevObjectVersion: Dev-Physics-Ext (35F94A83-E258-406C-A318-09F59610247C): 41 +LogDevObjectVersion: Dev-PhysicsMaterial-Chaos (B68FC16E-8B1B-42E2-B453-215C058844FE): 1 +LogDevObjectVersion: Dev-CineCamera (B2E18506-4273-CFC2-A54E-F4BB758BBA07): 1 +LogDevObjectVersion: Dev-VirtualProduction (64F58936-FD1B-42BA-BA96-7289D5D0FA4E): 1 +LogDevObjectVersion: UE5-Main (697DD581-E64F-41AB-AA4A-51ECBEB7B628): 119 +LogDevObjectVersion: UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 51 +LogDevObjectVersion: UE5-PrivateFrosty (59DA5D52-1232-4948-B878-597870B8E98B): 8 +LogDevObjectVersion: Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2 +LogDevObjectVersion: Dev-NaniteResearch (30D58BE3-95EA-4282-A6E3-B159D8EBB06A): 1 +LogDevObjectVersion: Dev-ComputeFramework (6304A3E7-0059-4F59-8CFC-21BD7721FD4E): 0 +LogConfig: Branch 'EditorLayout' had been unloaded. Reloading on-demand took 1.15ms +LogConfig: Branch 'Bridge' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ChaosCloth' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'CmdLinkServer' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'FastBuildController' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'MeshPainting' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'RenderGraphInsights' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'UbaController' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'WorldMetrics' had been unloaded. Reloading on-demand took 0.24ms +LogConfig: Branch 'XGEController' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'AdvancedRenamer' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'AutomationUtils' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'BackChannel' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ChaosCaching' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ChaosEditor' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ChaosNiagara' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ChaosSolverPlugin' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ChaosUserDataPT' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CharacterAI' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'Dataflow' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'EditorTelemetry' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'EditorPerformance' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'EditorDataStorage' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'Fracture' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GeometryCollectionPlugin' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'GeometryFlow' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'LocalizableMessage' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'LowLevelNetTrace' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MeshModelingToolsetExp' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'NFORDenoise' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PlanarCut' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'PlatformCrypto' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PythonScriptPlugin' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'SkeletalReduction' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'StudioTelemetry' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'InterchangeEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AndroidMedia' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'AvfMedia' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ImgMedia' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MediaCompositing' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MediaPlate' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MediaPlayerEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'WebMMedia' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'WmfMedia' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'TcpMessaging' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'UdpMessaging' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'EOSShared' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineBase' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OnlineServices' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineSubsystem' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OnlineSubsystemUtils' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineSubsystemNull' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'InterchangeTests' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'AISupport' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'EnvironmentQueryEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ACLPlugin' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AnimationData' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AnimationModifierLibrary' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'BlendSpaceMotionAnalysis' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ControlRigModules' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ControlRigSpline' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'CameraShakePreviewer' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'EngineCameras' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'RigLogic' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OodleNetwork' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AnimationSharing' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CodeLiteSourceCodeAccess' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'CLionSourceCodeAccess' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'DumpGPUServices' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GitSourceControl' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'KDevelopSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'N10XSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'NullSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PixWinPlugin' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PerforceSourceControl' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PluginUtils' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'PlasticSourceControl' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'RenderDocPlugin' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PropertyAccessNode' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'RiderSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'TextureFormatOodle' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'SubversionSourceControl' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'VisualStudioCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'UObjectPlugin' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'VisualStudioSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AssetManagerEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'XCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'BlueprintHeaderView' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ChangelistReview' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ColorGrading' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'DataValidation' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CurveEditorTools' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'EditorDebugTools' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'FacialAnimation' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CryptoKeys' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GameplayTagsEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GeometryMode' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'EngineAssetDefinitions' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MacGraphicsSwitching' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ModelingToolsEditorMode' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MeshLODToolset' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MobileLauncherProfileWizard' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MaterialAnalyzer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ProxyLODPlugin' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PluginBrowser' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'SequencerAnimTools' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'SpeedTreeImporter' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'UMGWidgetPreview' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'UVEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'StylusInput' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'WorldPartitionHLODUtilities' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'VariantManager' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'NiagaraSimCaching' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'AlembicImporter' had been unloaded. Reloading on-demand took 0.14ms +LogCoreRedirects: AddRedirect(D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/OculusXR.ini) has wildcard redirect /OculusVR/, these are very slow and should be resolved as soon as possible! Please refer to the documentation in Engine/Config/BaseEngine.ini. +LogCoreRedirects: AddRedirect(D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/OculusXR.ini) has wildcard redirect /MRUtilityKit/, these are very slow and should be resolved as soon as possible! Please refer to the documentation in Engine/Config/BaseEngine.ini. +LogConfig: Branch 'ActorSequence' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'LevelSequenceEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'SequencerScripting' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'TemplateSequence' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'NNERuntimeORT' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'NNEDenoiser' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ActorLayerUtilities' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'LauncherChunkInstaller' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AndroidMoviePlayer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AndroidPermission' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AndroidDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AndroidFileServer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AppleImageUtils' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ArchVisCharacter' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AssetTags' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AppleMoviePlayer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AudioCapture' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AudioSynesthesia' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AudioWidgets' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ChunkDownloader' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ComputeFramework' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ExampleDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'CableComponent' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CustomMeshComponent' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GeometryCache' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GoogleCloudMessaging' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GooglePAD' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GeometryProcessing' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'IOSDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'InputDebugging' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'LinuxDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'LocationServicesBPLibrary' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'MeshModelingToolset' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'MobilePatchingUtils' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'MsQuic' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OpenXR' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OpenXREyeTracker' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OpenXRHandTracking' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ProceduralMeshComponent' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PropertyAccessEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ResonanceAudio' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'SignificanceManager' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'SoundFields' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'WaveTable' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'WebMMoviePlayer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'WindowsMoviePlayer' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'WindowsDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'XRBase' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineSubsystemIOS' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ConcertMain' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'XInputDevice' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'SQLiteCore' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'PortableObjectFileDataSource' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'ContentBrowserAssetDataSource' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ContentBrowserClassDataSource' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ObjectMixer' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ContentBrowserFileDataSource' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'LightMixer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'SkeletalMeshModelingTools' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'BaseCharacterFXEditor' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'OnlineSubsystemGooglePlay' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ConcertSyncClient' had been unloaded. Reloading on-demand took 0.13ms +LogInit: Presizing for max 25165824 objects, including 0 objects not considered by GC. +LogStreaming: Display: AsyncLoading2 - Created: Event Driven Loader: false, Async Loading Thread: false, Async Post Load: false +LogStreaming: Display: AsyncLoading2 - Initialized +LogInit: Object subsystem initialized +LogConfig: Set CVar [[con.DebugEarlyDefault:1]] +LogConfig: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created +LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created +LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created +LogConfig: Set CVar [[r.setres:1280x720]] +LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created +LogConfig: Set CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] +LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created +LogConfig: CVar [[r.Occlusion.SingleRHIThreadStall:1]] deferred - dummy variable created +LogConfig: Set CVar [[r.Nanite.Streaming.ReservedResources:1]] +LogConfig: Set CVar [[r.Nanite.Streaming.AsyncCompute:0 ; Temporary workaround for Nanite geometry corruption (FORT-805141)]] +LogConfig: CVar [[D3D12.Bindless.ResourceDescriptorHeapSize:32768]] deferred - dummy variable created +LogConfig: CVar [[D3D12.Bindless.SamplerDescriptorHeapSize:2048]] deferred - dummy variable created +LogConfig: Set CVar [[r.PSOPrecache.GlobalShaders:1]] +LogConfig: Set CVar [[r.DynamicRes.DynamicFrameTime:1]] +LogConfig: Set CVar [[r.VRS.EnableSoftware:1]] +LogConfig: Set CVar [[r.VRS.ContrastAdaptiveShading:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.VSync:0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.ForwardShading:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.MobileHDR:0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[vr.MobileMultiView:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[vr.InstancedStereo:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure:0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusion:0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusionStaticFraction:0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.DefaultFeature.MotionBlur:0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.Mobile.UseHWsRGBEncoding:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.Mobile.AntiAliasing:3]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.AntiAliasingMethod:3]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.AllowStaticLighting:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.SkinCache.CompileShaders:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.RayTracing:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] +[2025.04.09-15.39.41:036][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] +[2025.04.09-15.39.41:036][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[DefaultASTCQualityBySizeHQ:4]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:AmbientSound]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created +[2025.04.09-15.39.41:036][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created +[2025.04.09-15.39.41:042][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.TSR.ReprojectionField:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.AOQuality:2]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.RayTracing.Scene.BuildMode:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.MaxRoughnessToEvaluateRoughSpecularForFoliage:0.8]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapMode:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.MinWeight:0]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] +[2025.04.09-15.39.41:042][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] +[2025.04.09-15.39.41:042][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.DetailMode:3]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[fx.Niagara.QualityLevel:3]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.DownsampleFactor:1]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.MaxStepCount:512]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.Shadows.Resolution:512]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] +[2025.04.09-15.39.41:043][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] +[2025.04.09-15.39.41:047][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.09-15.39.41:047][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.09-15.39.41:047][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.09-15.39.41:051][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +[2025.04.09-15.39.41:052][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.09-15.39.41:257][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 2080 SUPER (VendorId: 10de, DeviceId: 1e81, SubSysId: 3ff91458, Revision: 00a1 +[2025.04.09-15.39.41:257][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported +[2025.04.09-15.39.41:257][ 0]LogD3D12RHI: Adapter has 7987MB of dedicated video memory, 0MB of dedicated system memory, and 16355MB of shared system memory, 2 output[s] +[2025.04.09-15.39.41:257][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.09-15.39.41:257][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.04.09-15.39.41:262][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 +[2025.04.09-15.39.41:262][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported +[2025.04.09-15.39.41:262][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 16355MB of shared system memory, 0 output[s] +[2025.04.09-15.39.41:411][ 0]LogD3D12RHI: Found D3D12 adapter 2: NVIDIA GeForce RTX 2080 SUPER (VendorId: 10de, DeviceId: 1e81, SubSysId: 3ff91458, Revision: 00a1 +[2025.04.09-15.39.41:411][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported +[2025.04.09-15.39.41:411][ 0]LogD3D12RHI: Adapter has 7987MB of dedicated video memory, 0MB of dedicated system memory, and 16355MB of shared system memory, 0 output[s] +[2025.04.09-15.39.41:412][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.09-15.39.41:412][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.04.09-15.39.41:412][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. +[2025.04.09-15.39.41:412][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 +[2025.04.09-15.39.41:412][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.09-15.39.41:412][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.04.09-15.39.41:412][ 0]LogHAL: Display: Platform has ~ 32 GB [34300751872 / 34359738368 / 32], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) +[2025.04.09-15.39.41:412][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] +[2025.04.09-15.39.41:412][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.09-15.39.41:412][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.RasterizationMode:Bitmap -> Msdf]] +[2025.04.09-15.39.41:412][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.ResolutionLevel:2 -> 2]] +[2025.04.09-15.39.41:412][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.09-15.39.41:413][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] +[2025.04.09-15.39.41:413][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] +[2025.04.09-15.39.41:413][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] +[2025.04.09-15.39.41:413][ 0]LogConfig: CVar [[ds.CADTranslator.Meshing.ActivateThinZoneMeshing:0]] deferred - dummy variable created +[2025.04.09-15.39.41:413][ 0]LogConfig: CVar [[ds.CADTranslator.Stitching.RemoveThinFaces:0]] deferred - dummy variable created +[2025.04.09-15.39.41:413][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.09-15.39.41:413][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] +[2025.04.09-15.39.41:413][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] +[2025.04.09-15.39.41:413][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/Editor.ini] +[2025.04.09-15.39.41:413][ 0]LogInit: Computer: LTAT-CGVR6 +[2025.04.09-15.39.41:413][ 0]LogInit: User: rannosam +[2025.04.09-15.39.41:413][ 0]LogInit: CPU Page size=4096, Cores=12 +[2025.04.09-15.39.41:413][ 0]LogInit: High frequency timer resolution =10.000000 MHz +[2025.04.09-15.39.43:077][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits +[2025.04.09-15.39.43:077][ 0]LogMemory: Memory total: Physical=31.9GB (32GB approx) Virtual=36.0GB +[2025.04.09-15.39.43:077][ 0]LogMemory: Platform Memory Stats for WindowsEditor +[2025.04.09-15.39.43:077][ 0]LogMemory: Process Physical Memory: 632.47 MB used, 646.43 MB peak +[2025.04.09-15.39.43:077][ 0]LogMemory: Process Virtual Memory: 677.27 MB used, 677.27 MB peak +[2025.04.09-15.39.43:077][ 0]LogMemory: Physical Memory: 17237.07 MB used, 15474.68 MB free, 32711.75 MB total +[2025.04.09-15.39.43:077][ 0]LogMemory: Virtual Memory: 26048.89 MB used, 8710.86 MB free, 34759.75 MB total +[2025.04.09-15.39.43:077][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" +[2025.04.09-15.39.43:082][ 0]LogWindows: WindowsPlatformFeatures enabled +[2025.04.09-15.39.43:089][ 0]LogChaosDD: Chaos Debug Draw Startup +[2025.04.09-15.39.43:089][ 0]LogInit: Physics initialised using underlying interface: Chaos +[2025.04.09-15.39.43:089][ 0]LogInit: Using OS detected language (en-US). +[2025.04.09-15.39.43:089][ 0]LogInit: Using OS detected locale (en-US). +[2025.04.09-15.39.43:091][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. +[2025.04.09-15.39.43:092][ 0]LogInit: Setting process to per monitor DPI aware +[2025.04.09-15.39.43:413][ 0]LogWindowsTextInputMethodSystem: Available input methods: +[2025.04.09-15.39.43:413][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). +[2025.04.09-15.39.43:413][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). +[2025.04.09-15.39.43:413][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). +[2025.04.09-15.39.43:413][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.09-15.39.43:432][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 +[2025.04.09-15.39.43:432][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 +[2025.04.09-15.39.43:576][ 0]LogHMD: OpenXRHMDModule::InitInstance using DefaultLoader. +[2025.04.09-15.39.43:663][ 0]LogHMD: OpenXR runtime supported extensions: +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_KHR_D3D11_enable +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_KHR_D3D12_enable +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_KHR_opengl_enable +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_KHR_vulkan_enable +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_KHR_vulkan_enable2 +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_KHR_composition_layer_depth +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_KHR_win32_convert_performance_counter_time +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_KHR_convert_timespec_time +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_KHR_composition_layer_cube +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_KHR_composition_layer_cylinder +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_KHR_composition_layer_equirect +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_KHR_visibility_mask +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_KHR_composition_layer_color_scale_bias +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_EXT_win32_appcontainer_compatible +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_EXT_debug_utils +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_OCULUS_recenter_event +[2025.04.09-15.39.43:663][ 0]LogHMD: XR_OCULUS_audio_device_guid +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_color_space +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_display_refresh_rate +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_performance_metrics +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_headset_id +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_OCULUS_ovrsession_handle +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_EXT_hand_interaction +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_EXT_hand_tracking +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_hand_tracking_aim +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_hand_tracking_capsules +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_hand_tracking_mesh +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_EXT_hand_tracking_data_source +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_hand_tracking_microgestures +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_simultaneous_hands_and_controllers +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_body_tracking +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_body_tracking_full_body +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_body_tracking_fidelity +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_body_tracking_calibration +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_render_model +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_spatial_entity_container +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_scene +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_spatial_entity +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_spatial_entity_storage +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_spatial_entity_query +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_spatial_entity_user +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_spatial_entity_storage_batch +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_spatial_entity_sharing +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_spatial_entity_persistence +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_spatial_entity_discovery +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_spatial_entity_group_sharing +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_spatial_entity_mesh +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_spatial_entity_sharing +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_boundary_visibility +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_colocation_discovery +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_METAX1_dynamic_object_tracker +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_dynamic_object_tracker +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_dynamic_object_keyboard +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_virtual_keyboard +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_EXT_local_floor +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_EXT_active_action_set_priority +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_haptic_amplitude_envelope +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_haptic_pcm +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_touch_controller_pro +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_touch_controller_plus +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FB_touch_controller_proximity +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_OCULUS_external_camera +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_META_detached_controllers +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_LOGITECH_mx_ink_stylus_interaction +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_FBX1_touch_controller_extras +[2025.04.09-15.39.43:664][ 0]LogHMD: XR_EXT_palm_pose +[2025.04.09-15.39.43:664][ 0]LogHMD: Optional extension XR_KHR_vulkan_swapchain_format_list is not available +[2025.04.09-15.39.43:664][ 0]LogHMD: Optional extension XR_FB_foveation_vulkan is not available +[2025.04.09-15.39.43:664][ 0]LogHMD: Optional extension XR_VARJO_quad_views is not available +[2025.04.09-15.39.43:664][ 0]LogHMD: Optional extension XR_KHR_binding_modification is not available +[2025.04.09-15.39.43:664][ 0]LogHMD: Optional extension XR_EPIC_view_configuration_fov is not available +[2025.04.09-15.39.43:664][ 0]LogHMD: Optional extension XR_EXT_dpad_binding is not available +[2025.04.09-15.39.43:664][ 0]LogHMD: Optional extension XR_FB_composition_layer_alpha_blend is not available +[2025.04.09-15.39.43:664][ 0]LogHMD: Optional extension XR_FB_foveation is not available +[2025.04.09-15.39.43:664][ 0]LogHMD: Optional extension XR_FB_swapchain_update_state is not available +[2025.04.09-15.39.43:664][ 0]LogHMD: Optional extension XR_FB_foveation_configuration is not available +[2025.04.09-15.39.43:664][ 0]LogHMD: Warning: Required extension XR_EXT_eye_gaze_interaction is not available +[2025.04.09-15.39.43:664][ 0]LogHMD: Could not enable all required OpenXR extensions for OpenXREyeTracker on current system. This plugin will be loaded but ignored, but will be enabled on a target platform that supports the required extension. +[2025.04.09-15.39.43:673][ 0]LogHMD: Initialized OpenXR on Oculus runtime version 1.106.0 +[2025.04.09-15.39.43:677][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.09-15.39.43:677][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.09-15.39.43:677][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.09-15.39.43:677][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.09-15.39.43:677][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.09-15.39.43:677][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 +[2025.04.09-15.39.43:677][ 0]LogWindows: Attached monitors: +[2025.04.09-15.39.43:677][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY1' [PRIMARY] +[2025.04.09-15.39.43:677][ 0]LogWindows: resolution: 2560x1440, work area: (2560, 0) -> (5120, 1400), device: '\\.\DISPLAY2' +[2025.04.09-15.39.43:677][ 0]LogWindows: Found 2 attached monitors. +[2025.04.09-15.39.43:677][ 0]LogWindows: Gathering driver information using Windows Setup API +[2025.04.09-15.39.43:677][ 0]LogRHI: RHI Adapter Info: +[2025.04.09-15.39.43:677][ 0]LogRHI: Name: NVIDIA GeForce RTX 2080 SUPER +[2025.04.09-15.39.43:677][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.09-15.39.43:677][ 0]LogRHI: Driver Date: 12-3-2024 +[2025.04.09-15.39.43:677][ 0]LogD3D12RHI: GPU DeviceId: 0x1e81 (for the marketing name, search the web for "GPU Device Id") +[2025.04.09-15.39.43:677][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off +[2025.04.09-15.39.43:787][ 0]LogNvidiaAftermath: Aftermath initialized +[2025.04.09-15.39.43:787][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. +[2025.04.09-15.39.43:862][ 0]LogNvidiaAftermath: Aftermath enabled. Active feature flags: +[2025.04.09-15.39.43:862][ 0]LogNvidiaAftermath: - Feature: EnableResourceTracking +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: ID3D12Device1 is supported. +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: ID3D12Device2 is supported. +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: ID3D12Device3 is supported. +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: ID3D12Device4 is supported. +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: ID3D12Device5 is supported. +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: ID3D12Device6 is supported. +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: ID3D12Device7 is supported. +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: ID3D12Device8 is supported. +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: ID3D12Device9 is supported. +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: ID3D12Device10 is supported. +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: ID3D12Device11 is supported. +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: ID3D12Device12 is supported. +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: Bindless resources are supported +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: Raster order views are supported +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported +[2025.04.09-15.39.43:862][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported +[2025.04.09-15.39.43:950][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x00000B0013936B00) +[2025.04.09-15.39.43:951][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x00000B0013936D80) +[2025.04.09-15.39.43:951][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x00000B0013937000) +[2025.04.09-15.39.43:951][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 +[2025.04.09-15.39.43:951][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 +[2025.04.09-15.39.43:952][ 0]LogRHI: Texture pool is 4547 MB (70% of 6497 MB) +[2025.04.09-15.39.43:952][ 0]LogD3D12RHI: Async texture creation enabled +[2025.04.09-15.39.43:952][ 0]LogD3D12RHI: RHI has support for 64 bit atomics +[2025.04.09-15.39.43:965][ 0]LogVRS: Current RHI supports per-draw and screenspace Variable Rate Shading +[2025.04.09-15.39.43:968][ 0]LogInit: Initializing FReadOnlyCVARCache +[2025.04.09-15.39.43:976][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_0.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_0.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -platform=all' +[2025.04.09-15.39.43:976][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""D:/Program Files/Epic Games/UE_5.5/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_0.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_0.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -platform=all" ] +[2025.04.09-15.39.44:007][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC +[2025.04.09-15.39.44:007][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT +[2025.04.09-15.39.44:007][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 +[2025.04.09-15.39.44:007][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp +[2025.04.09-15.39.44:007][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed +[2025.04.09-15.39.44:007][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 +[2025.04.09-15.39.44:007][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll +[2025.04.09-15.39.44:051][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll +[2025.04.09-15.39.44:081][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle +[2025.04.09-15.39.44:311][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' +[2025.04.09-15.39.44:311][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' +[2025.04.09-15.39.44:311][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' +[2025.04.09-15.39.44:311][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' +[2025.04.09-15.39.44:311][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' +[2025.04.09-15.39.44:311][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' +[2025.04.09-15.39.44:311][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' +[2025.04.09-15.39.44:311][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' +[2025.04.09-15.39.44:311][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' +[2025.04.09-15.39.44:311][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' +[2025.04.09-15.39.44:718][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' +[2025.04.09-15.39.44:718][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' +[2025.04.09-15.39.44:846][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' +[2025.04.09-15.39.44:846][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' +[2025.04.09-15.39.44:846][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' +[2025.04.09-15.39.44:846][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' +[2025.04.09-15.39.44:996][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' +[2025.04.09-15.39.44:996][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' +[2025.04.09-15.39.44:996][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' +[2025.04.09-15.39.45:113][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' +[2025.04.09-15.39.45:113][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' +[2025.04.09-15.39.45:113][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' +[2025.04.09-15.39.45:113][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' +[2025.04.09-15.39.45:217][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' +[2025.04.09-15.39.45:217][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' +[2025.04.09-15.39.45:384][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' +[2025.04.09-15.39.45:384][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' +[2025.04.09-15.39.45:384][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' +[2025.04.09-15.39.45:384][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' +[2025.04.09-15.39.45:384][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor +[2025.04.09-15.39.46:057][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: SF_METAL +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: SF_METAL_MRT +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: SF_METAL_TVOS +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: SF_METAL_SM5 +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: SF_METAL_SM6 +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: SF_METAL_SIM +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: PCD3D_SM6 +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: PCD3D_SM5 +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: PCD3D_ES31 +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: GLSL_150_ES31 +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: VVM_1_0 +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID +[2025.04.09-15.39.46:110][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 +[2025.04.09-15.39.46:110][ 0]LogRendererCore: Ray tracing is enabled (dynamic). Reason: r.RayTracing=1 and r.RayTracing.EnableOnDemand=1. +[2025.04.09-15.39.46:110][ 0]LogRendererCore: Ray tracing shaders are enabled. +[2025.04.09-15.39.46:113][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB +[2025.04.09-15.39.46:113][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/DerivedDataCache/DDC.ddp not found, will not use a pak cache. +[2025.04.09-15.39.46:113][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. +[2025.04.09-15.39.46:113][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.09-15.39.46:113][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. +[2025.04.09-15.39.46:210][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (1559 MiB) +[2025.04.09-15.39.46:210][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.09-15.39.46:210][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. +[2025.04.09-15.39.46:210][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Data +[2025.04.09-15.39.46:218][ 0]LogZenServiceInstance: InTree version at 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/Win64/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.04.09-15.39.46:220][ 0]LogZenServiceInstance: Installed version at 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.04.09-15.39.46:220][ 0]LogZenServiceInstance: No current process using the data dir found, launching a new instance +[2025.04.09-15.39.46:220][ 0]LogZenServiceInstance: Display: Launching executable 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe', working dir 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Install', data dir 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Data', args '--port 8558 --data-dir "C:\Users\rannosam\AppData\Local\UnrealEngine\Common\Zen\Data" --http asio --gc-cache-duration-seconds 1209600 --gc-interval-seconds 21600 --gc-low-diskspace-threshold 2147483648 --quiet --http-forceloopback --owner-pid 15008 --child-id Zen_15008_Startup' +[2025.04.09-15.39.46:618][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. +[2025.04.09-15.39.46:618][ 0]LogZenServiceInstance: Local ZenServer AutoLaunch initialization completed in 0.408 seconds +[2025.04.09-15.39.46:621][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. +[2025.04.09-15.39.46:710][ 0]LogDerivedDataCache: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.09 seconds. +[2025.04.09-15.39.46:710][ 0]LogDerivedDataCache: Display: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.03ms. RandomReadSpeed=11.45MBs, RandomWriteSpeed=136.77MBs. Assigned SpeedClass 'Local' +[2025.04.09-15.39.46:711][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly +[2025.04.09-15.39.46:711][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' +[2025.04.09-15.39.46:711][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. +[2025.04.09-15.39.46:712][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. +[2025.04.09-15.39.46:712][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. +[2025.04.09-15.39.46:712][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' +[2025.04.09-15.39.46:712][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. +[2025.04.09-15.39.46:712][ 0]LogShaderCompilers: Guid format shader working directory is -10 characters bigger than the processId version (../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Shaders/WorkingDirectory/15008/). +[2025.04.09-15.39.46:713][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/rannosam/AppData/Local/Temp/UnrealShaderWorkingDir/749904064DFACEF23409C3A286D1DDEE/'. +[2025.04.09-15.39.46:713][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. +[2025.04.09-15.39.46:713][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. +[2025.04.09-15.39.46:714][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush +[2025.04.09-15.39.46:724][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.09-15.39.55:218][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 +[2025.04.09-15.39.57:520][ 0]LogSlate: Using FreeType 2.10.0 +[2025.04.09-15.39.57:549][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 +[2025.04.09-15.39.57:564][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.09-15.39.57:564][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.09-15.39.57:612][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.09-15.39.57:612][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.09-15.39.57:612][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.09-15.39.57:612][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.09-15.39.57:748][ 0]LogAssetRegistry: FAssetRegistry took 0.0039 seconds to start up +[2025.04.09-15.39.57:751][ 0]LogEditorDomain: Display: EditorDomain is Disabled +[2025.04.09-15.39.57:753][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.001s loading caches ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/CachedAssetRegistry_*.bin. +[2025.04.09-15.39.58:068][ 0]LogStreaming: Display: FlushAsyncLoading(1): 1 QueuedPackages, 0 AsyncPackages +[2025.04.09-15.39.58:081][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). +[2025.04.09-15.39.58:081][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal +[2025.04.09-15.39.58:081][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled +[2025.04.09-15.39.58:102][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. +[2025.04.09-15.39.58:102][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. +[2025.04.09-15.39.58:142][ 0]LogDeviceProfileManager: Active device profile: [00000B002E9AFC00][00000B002EF9C000 66] WindowsEditor +[2025.04.09-15.39.58:142][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" +[2025.04.09-15.39.58:143][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.19041.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.19041.0, Allowed_AutoSdk=10.0.22621.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") +[2025.04.09-15.39.58:204][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_1.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_1.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -Device=Win64@LTAT-CGVR6' +[2025.04.09-15.39.58:204][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""D:/Program Files/Epic Games/UE_5.5/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_1.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_1.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -Device=Win64@LTAT-CGVR6" -nocompile -nocompileuat ] +[2025.04.09-15.39.58:435][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:443][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 18 to allow recursive sync load to finish +[2025.04.09-15.39.58:443][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.09-15.39.58:443][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:443][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 19 to allow recursive sync load to finish +[2025.04.09-15.39.58:443][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.09-15.39.58:443][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:451][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 20 to allow recursive sync load to finish +[2025.04.09-15.39.58:452][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.09-15.39.58:452][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:452][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 21 to allow recursive sync load to finish +[2025.04.09-15.39.58:452][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.09-15.39.58:452][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:492][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:492][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 23 to allow recursive sync load to finish +[2025.04.09-15.39.58:492][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.09-15.39.58:492][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:492][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 24 to allow recursive sync load to finish +[2025.04.09-15.39.58:492][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.09-15.39.58:493][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:501][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:501][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 26 to allow recursive sync load to finish +[2025.04.09-15.39.58:501][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.09-15.39.58:501][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:501][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 27 to allow recursive sync load to finish +[2025.04.09-15.39.58:501][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.09-15.39.58:502][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:519][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDiffuse with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.09-15.39.58:519][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:519][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 29 to allow recursive sync load to finish +[2025.04.09-15.39.58:519][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial +[2025.04.09-15.39.58:519][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:519][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 30 to allow recursive sync load to finish +[2025.04.09-15.39.58:519][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial +[2025.04.09-15.39.58:520][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions02/Utility/BreakOutFloat2Components with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.09-15.39.58:520][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 28 to allow recursive sync load to finish +[2025.04.09-15.39.58:520][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.09-15.39.58:520][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:520][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 31 to allow recursive sync load to finish +[2025.04.09-15.39.58:520][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.09-15.39.58:520][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 25 to allow recursive sync load to finish +[2025.04.09-15.39.58:520][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.09-15.39.58:520][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:520][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 32 to allow recursive sync load to finish +[2025.04.09-15.39.58:520][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.09-15.39.58:521][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 22 to allow recursive sync load to finish +[2025.04.09-15.39.58:521][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.09-15.39.58:521][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.09-15.39.58:521][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 33 to allow recursive sync load to finish +[2025.04.09-15.39.58:521][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.09-15.39.59:157][ 0]LogTurnkeySupport: Completed device detection: Code = 0 +[2025.04.09-15.40.06:771][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction +[2025.04.09-15.40.06:771][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction +[2025.04.09-15.40.06:771][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging +[2025.04.09-15.40.06:771][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available +[2025.04.09-15.40.06:771][ 0]LogMeshMerging: No distributed automatic mesh merging module available +[2025.04.09-15.40.07:329][ 0]LogTurnkeySupport: Turnkey Device: Win64@ltat-cgvr6: (Name=ltat-cgvr6, Type=Computer, Status=Valid, MinAllowed=10.0.19041.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") +[2025.04.09-15.40.07:843][ 0]LogConfig: Branch 'PIEPreviewSettings' had been unloaded. Reloading on-demand took 1.01ms +[2025.04.09-15.40.07:945][ 0]LogConfig: Branch 'GameplayTagsList' had been unloaded. Reloading on-demand took 0.97ms +[2025.04.09-15.40.08:000][ 0]LogConfig: Branch 'TemplateDefs' had been unloaded. Reloading on-demand took 0.95ms +[2025.04.09-15.40.08:003][ 0]LogConfig: Branch 'TemplateCategories' had been unloaded. Reloading on-demand took 0.95ms +[2025.04.09-15.40.08:816][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\PokeAHoleMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.08:824][ 0]LogHMD: PokeAHoleMaterial loaded successfully +[2025.04.09-15.40.09:368][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None +[2025.04.09-15.40.09:369][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled +[2025.04.09-15.40.09:448][ 0]LogLiveCoding: Display: Starting LiveCoding +[2025.04.09-15.40.09:449][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development +[2025.04.09-15.40.09:450][ 0]LogLiveCoding: Display: First instance in process group "UE_HandyMann_0x5c529b3f", spawning console +[2025.04.09-15.40.09:634][ 0]LogSlate: Border +[2025.04.09-15.40.09:634][ 0]LogSlate: BreadcrumbButton +[2025.04.09-15.40.09:634][ 0]LogSlate: Brushes.Title +[2025.04.09-15.40.09:634][ 0]LogSlate: Default +[2025.04.09-15.40.09:634][ 0]LogSlate: Icons.Save +[2025.04.09-15.40.09:634][ 0]LogSlate: Icons.Toolbar.Settings +[2025.04.09-15.40.09:634][ 0]LogSlate: ListView +[2025.04.09-15.40.09:634][ 0]LogSlate: SoftwareCursor_CardinalCross +[2025.04.09-15.40.09:634][ 0]LogSlate: SoftwareCursor_Grab +[2025.04.09-15.40.09:634][ 0]LogSlate: TableView.DarkRow +[2025.04.09-15.40.09:634][ 0]LogSlate: TableView.Row +[2025.04.09-15.40.09:634][ 0]LogSlate: TreeView +[2025.04.09-15.40.10:086][ 0]LogLiveCoding: Display: Waiting for server +[2025.04.09-15.40.11:417][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... +[2025.04.09-15.40.11:419][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 2.374 ms +[2025.04.09-15.40.11:682][ 0]LogConfig: Branch 'Mass' had been unloaded. Reloading on-demand took 0.99ms +[2025.04.09-15.40.11:950][ 0]LogInit: XR: Instanced Stereo Rendering is Enabled +[2025.04.09-15.40.11:950][ 0]LogInit: XR: MultiViewport is Enabled +[2025.04.09-15.40.11:950][ 0]LogInit: XR: Mobile Multiview is Disabled +[2025.04.09-15.40.12:946][ 0]LogConfig: Branch 'TranslationPickerSettings' had been unloaded. Reloading on-demand took 0.99ms +[2025.04.09-15.40.13:786][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread +[2025.04.09-15.40.17:253][ 0]LogTcpMessaging: Initializing TcpMessaging bridge +[2025.04.09-15.40.17:306][ 0]LogUdpMessaging: Display: Work queue size set to 1024. +[2025.04.09-15.40.17:306][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. +[2025.04.09-15.40.17:308][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:61321'. +[2025.04.09-15.40.17:313][ 0]LogUdpMessaging: Display: Added local interface '192.168.0.4' to multicast group '230.0.0.1:6666' +[2025.04.09-15.40.19:187][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: E4580808A73446FF8000000000009600 | Instance: 76F40BB0488FE0BB0866C5BC25C69A3D (LTAT-CGVR6-15008). +[2025.04.09-15.40.20:350][ 0]LogNNERuntimeORT: Available graphics and compute adapters: +[2025.04.09-15.40.20:350][ 0]LogNNERuntimeORT: 0: NVIDIA GeForce RTX 2080 SUPER (Compute, Graphics) +[2025.04.09-15.40.20:350][ 0]LogNNERuntimeORT: 1: Microsoft Basic Render Driver (Compute, Graphics) +[2025.04.09-15.40.20:350][ 0]LogNNERuntimeORT: No NPU adapter found! +[2025.04.09-15.40.21:262][ 0]LogMetaSound: Display: MetaSound Page Target Initialized to 'Default' +[2025.04.09-15.40.21:263][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... +[2025.04.09-15.40.21:281][ 0]LogMetaSound: MetaSound Engine Initialized +[2025.04.09-15.40.26:447][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. +[2025.04.09-15.40.26:447][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png +[2025.04.09-15.40.28:453][ 0]SourceControl: Revision control is disabled +[2025.04.09-15.40.28:628][ 0]SourceControl: Revision control is disabled +[2025.04.09-15.40.29:135][ 0]LogConfig: Branch 'ObjectMixerSerializedData' had been unloaded. Reloading on-demand took 1.07ms +[2025.04.09-15.40.29:368][ 0]LogConfig: Branch 'Crypto' had been unloaded. Reloading on-demand took 1.01ms +[2025.04.09-15.40.31:186][ 0]LogAndroidRuntimeSettings: Display: Enabled Package for Meta Quest devices. +The following settings have been applied: + +[2025.04.09-15.40.31:186][ 0]LogAndroidRuntimeSettings: Display: Support arm64: 1. + +[2025.04.09-15.40.31:186][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan: 1. + +[2025.04.09-15.40.31:186][ 0]LogAndroidRuntimeSettings: Display: Support x86_64: 0. + +[2025.04.09-15.40.31:186][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan Desktop: 0. + +[2025.04.09-15.40.31:186][ 0]LogAndroidRuntimeSettings: Display: Support OpenGL ES3.2: 0. +[2025.04.09-15.40.31:195][ 0]LogStaticMesh: Display: Building static mesh LeftTouchForQuestRiftSController (Required Memory Estimate: 4.934993 MB)... +[2025.04.09-15.40.31:196][ 0]LogStaticMesh: Display: Building static mesh RightTouchForQuestRiftSController (Required Memory Estimate: 4.934993 MB)... +[2025.04.09-15.40.31:196][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\LeftTouchForQuest2.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:196][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\TouchForQuest2Material.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:196][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\TouchForQuest2_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:196][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\TouchForQuest2Material_Roughness.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:201][ 0]LogStaticMesh: Display: Building static mesh LeftTouchForQuest2 (Required Memory Estimate: 62.962863 MB)... +[2025.04.09-15.40.31:201][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\RightTouchForQuest2.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:202][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\LeftMetaQuestTouchPro.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:202][ 0]LogStaticMesh: Display: Building static mesh RightTouchForQuest2 (Required Memory Estimate: 63.031302 MB)... +[2025.04.09-15.40.31:202][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\LeftMetaQuestTouchProMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:203][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\LeftMetaQuestTouchPro_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:203][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\LeftMetaQuestTouchPro_Normal.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:208][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\RightMetaQuestTouchPro.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:209][ 0]LogStaticMesh: Display: Building static mesh LeftMetaQuestTouchPro (Required Memory Estimate: 6.314631 MB)... +[2025.04.09-15.40.31:209][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\RightMetaQuestTouchProMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:209][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\RightMetaQuestTouchPro_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:210][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\RightMetaQuestTouchPro_Normal.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:214][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\LeftMetaQuestTouchPlus.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:214][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\LeftMetaQuestTouchPlusMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:214][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\LeftMetaQuestTouchPlus_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:228][ 0]LogTexture: Display: Building textures: /OculusXR/Textures/TouchForQuest2Material_Roughness.TouchForQuest2Material_Roughness (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 170.083323 MB), EncodeSpeed: Fast +[2025.04.09-15.40.31:232][ 0]LogTexture: Display: Building textures: /OculusXR/Textures/TouchForQuest2_Color.TouchForQuest2_Color (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 170.083323 MB), EncodeSpeed: Fast +[2025.04.09-15.40.31:241][ 0]LogStaticMesh: Built static mesh [0.05s] /OculusXR/Meshes/LeftTouchForQuestRiftSController.LeftTouchForQuestRiftSController +[2025.04.09-15.40.31:241][ 0]LogStaticMesh: Built static mesh [0.05s] /OculusXR/Meshes/RightTouchForQuestRiftSController.RightTouchForQuestRiftSController +[2025.04.09-15.40.31:243][ 0]LogTexture: Display: Building textures: /OculusXR/Textures/LeftMetaQuestTouchPro_Normal.LeftMetaQuestTouchPro_Normal (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 304.499988 MB), EncodeSpeed: Fast +[2025.04.09-15.40.31:250][ 0]LogStaticMesh: Display: Building static mesh RightMetaQuestTouchPro (Required Memory Estimate: 6.314631 MB)... +[2025.04.09-15.40.31:259][ 0]LogStaticMesh: Built static mesh [0.05s] /OculusXR/Meshes/LeftMetaQuestTouchPro.LeftMetaQuestTouchPro +[2025.04.09-15.40.31:276][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.8.dll +[2025.04.09-15.40.31:293][ 0]LogTexture: Display: Building textures: /OculusXR/Textures/RightMetaQuestTouchPro_Normal.RightMetaQuestTouchPro_Normal (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 304.499988 MB), EncodeSpeed: Fast +[2025.04.09-15.40.31:294][ 0]LogTexture: Display: Building textures: /OculusXR/Textures/TouchForQuestRiftSController_albedo.TouchForQuestRiftSController_albedo (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 306.083323 MB), EncodeSpeed: Fast +[2025.04.09-15.40.31:307][ 0]LogStaticMesh: Built static mesh [0.06s] /OculusXR/Meshes/RightMetaQuestTouchPro.RightMetaQuestTouchPro +[2025.04.09-15.40.31:378][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\RightMetaQuestTouchPlus.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:378][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\RightMetaQuestTouchPlusMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:379][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\RightMetaQuestTouchPlus_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.09-15.40.31:384][ 0]LogStaticMesh: Display: Building static mesh LeftMetaQuestTouchPlus (Required Memory Estimate: 7.178936 MB)... +[2025.04.09-15.40.31:384][ 0]LogStaticMesh: Display: Building static mesh RightMetaQuestTouchPlus (Required Memory Estimate: 7.178936 MB)... +[2025.04.09-15.40.31:401][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.09-15.40.31:401][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.09-15.40.31:402][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.09-15.40.31:402][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.09-15.40.31:402][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.09-15.40.31:403][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.09-15.40.31:427][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. +[2025.04.09-15.40.31:427][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png +[2025.04.09-15.40.31:450][ 0]LogMetaXRSES: Error: Synthetic Environment directory Not Found. +Please set its path in Project Settings / Meta XR Plugin / PC. +[2025.04.09-15.40.31:455][ 0]LogStaticMesh: Built static mesh [0.07s] /OculusXR/Meshes/LeftMetaQuestTouchPlus.LeftMetaQuestTouchPlus +[2025.04.09-15.40.31:458][ 0]LogStaticMesh: Built static mesh [0.08s] /OculusXR/Meshes/RightMetaQuestTouchPlus.RightMetaQuestTouchPlus +[2025.04.09-15.40.31:481][ 0]LogTemp: MetaXR ignores max viewport resolution in editor to support full HMD resolutions. +[2025.04.09-15.40.31:491][ 0]LogTexture: Display: Building textures: /OculusXR/Textures/RightMetaQuestTouchPlus_Color.RightMetaQuestTouchPlus_Color (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 306.083323 MB), EncodeSpeed: Fast +[2025.04.09-15.40.31:512][ 0]LogTexture: Display: Building textures: /OculusXR/Textures/LeftMetaQuestTouchPlus_Color.LeftMetaQuestTouchPlus_Color (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 306.083323 MB), EncodeSpeed: Fast +[2025.04.09-15.40.31:579][ 0]LogTexture: Display: Building textures: /OculusXR/Textures/LeftMetaQuestTouchPro_Color.LeftMetaQuestTouchPro_Color (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 385.000 MB), EncodeSpeed: Fast +[2025.04.09-15.40.31:593][ 0]LogTexture: Display: Building textures: /OculusXR/Textures/RightMetaQuestTouchPro_Color.RightMetaQuestTouchPro_Color (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 385.000 MB), EncodeSpeed: Fast +[2025.04.09-15.40.31:653][ 0]LogConfig: Applying CVar settings from Section [/Script/NNEDenoiser.NNEDenoiserSettings] File [Engine] +[2025.04.09-15.40.31:822][ 0]LogStaticMesh: Built static mesh [0.62s] /OculusXR/Meshes/RightTouchForQuest2.RightTouchForQuest2 +[2025.04.09-15.40.31:824][ 0]LogStaticMesh: Built static mesh [0.62s] /OculusXR/Meshes/LeftTouchForQuest2.LeftTouchForQuest2 +[2025.04.09-15.40.31:925][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance +[2025.04.09-15.40.32:226][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.09-15.40.32:226][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.09-15.40.33:392][ 0]LogTemp: Warning: Existing value for UEditorPerformanceSettings::MaxViewportRenderingResolution will be overriden for OpenXR. +[2025.04.09-15.40.33:392][ 0]LogTemp: OpenXR ignores max viewport resolution in editor to support full HMD resolutions. +[2025.04.09-15.40.33:555][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/glf/resources/plugInfo.json' +[2025.04.09-15.40.33:562][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hio/resources/plugInfo.json' +[2025.04.09-15.40.33:577][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdMtlx/resources/plugInfo.json' +[2025.04.09-15.40.33:585][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdVol/resources/plugInfo.json' +[2025.04.09-15.40.33:592][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdProcImaging/resources/plugInfo.json' +[2025.04.09-15.40.33:601][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usd/resources/plugInfo.json' +[2025.04.09-15.40.33:609][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hd/resources/plugInfo.json' +[2025.04.09-15.40.33:617][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdLux/resources/plugInfo.json' +[2025.04.09-15.40.33:625][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdSt/resources/plugInfo.json' +[2025.04.09-15.40.33:634][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdShade/resources/plugInfo.json' +[2025.04.09-15.40.33:642][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdAbc/resources/plugInfo.json' +[2025.04.09-15.40.33:650][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdPhysics/resources/plugInfo.json' +[2025.04.09-15.40.33:658][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdStorm/resources/plugInfo.json' +[2025.04.09-15.40.33:665][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ndr/resources/plugInfo.json' +[2025.04.09-15.40.33:671][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdx/resources/plugInfo.json' +[2025.04.09-15.40.33:680][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdSkel/resources/plugInfo.json' +[2025.04.09-15.40.33:687][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRi/resources/plugInfo.json' +[2025.04.09-15.40.33:696][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdImaging/resources/plugInfo.json' +[2025.04.09-15.40.33:705][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdGeom/resources/plugInfo.json' +[2025.04.09-15.40.33:712][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdShaders/resources/plugInfo.json' +[2025.04.09-15.40.33:719][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/sdf/resources/plugInfo.json' +[2025.04.09-15.40.33:726][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdProc/resources/plugInfo.json' +[2025.04.09-15.40.33:733][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdHydra/resources/plugInfo.json' +[2025.04.09-15.40.33:740][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdImagingGL/resources/plugInfo.json' +[2025.04.09-15.40.33:747][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdUI/resources/plugInfo.json' +[2025.04.09-15.40.33:754][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hgiGL/resources/plugInfo.json' +[2025.04.09-15.40.33:759][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdGp/resources/plugInfo.json' +[2025.04.09-15.40.33:766][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdSkelImaging/resources/plugInfo.json' +[2025.04.09-15.40.33:773][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/sdrGlslfx/resources/plugInfo.json' +[2025.04.09-15.40.33:779][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ar/resources/plugInfo.json' +[2025.04.09-15.40.33:786][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRender/resources/plugInfo.json' +[2025.04.09-15.40.33:794][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdVolImaging/resources/plugInfo.json' +[2025.04.09-15.40.33:800][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRiPxrImaging/resources/plugInfo.json' +[2025.04.09-15.40.33:806][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdMedia/resources/plugInfo.json' +[2025.04.09-15.40.33:812][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usd/resources/codegenTemplates/plugInfo.json' +[2025.04.09-15.40.34:320][ 0]LogCollectionManager: Loaded 0 collections in 0.001049 seconds +[2025.04.09-15.40.34:323][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Collections/' took 0.00s +[2025.04.09-15.40.34:326][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/Developers/rannosam/Collections/' took 0.00s +[2025.04.09-15.40.34:328][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/Collections/' took 0.00s +[2025.04.09-15.40.34:875][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.09-15.40.34:875][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.09-15.40.34:876][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.09-15.40.34:876][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.09-15.40.34:876][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.09-15.40.34:876][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.09-15.40.34:891][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. +[2025.04.09-15.40.34:891][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png +[2025.04.09-15.40.34:920][ 0]LogEOSSDK: LogEOS: [Boot] EOSSDK Version 1.17.0-39599718 booting at 2025-04-09T15:40:34.920Z using C +[2025.04.09-15.40.34:920][ 0]LogEOSSDK: LogEOS: [Boot] EOSSDK Platform Properties [OS=Windows/10.0.19041.5072.64bit, ClientId=xyza7891REBVsEqSJRRNXmlS7EQHM459, ProductId=86f32f1151354e7cb39c12f8ab2c22a3, SandboxId=a01927f7421a4d4995673fe30ef46945, DeploymentId=a652a72ea1664dcab3a467891eea5f30, ProductName=HandyMann, ProductVersion=++UE5+Release-5.5-CL-40574608, IsServer=false, Flags=DisableOverlay] +[2025.04.09-15.40.34:920][ 0]LogEOSSDK: LogEOSAnalytics: Start Session (User: ...) +[2025.04.09-15.40.34:920][ 0]LogEOSSDK: LogEOSOverlay: Overlay will not load, because it was explicitly disabled when creating the platform +[2025.04.09-15.40.34:926][ 0]LogEOSSDK: LogEOSAntiCheat: [AntiCheatClient] Anti-cheat client not available. Verify that the game was started using the anti-cheat bootstrapper if you intend to use it. +[2025.04.09-15.40.34:926][ 0]LogEOSSDK: LogEOS: SetApplicationStatus - OldStatus: EOS_AS_Foreground, NewStatus: EOS_AS_Foreground, Current Time: 0001.01.01-00.00.00 +[2025.04.09-15.40.34:926][ 0]LogEOSSDK: LogEOS: SetNetworkStatus - OldStatus: EOS_NS_Online, NewStatus: EOS_NS_Online +[2025.04.09-15.40.34:926][ 0]LogEOSSDK: LogEOS: Updating Platform SDK Config, Time: 0.000073 +[2025.04.09-15.40.34:926][ 0]LogFab: Display: Logging in using persist +[2025.04.09-15.40.35:042][ 0]LogUObjectArray: 45151 objects as part of root set at end of initial load. +[2025.04.09-15.40.35:042][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool +[2025.04.09-15.40.35:056][ 0]LogStreaming: Display: AsyncLoading2 - NotifyRegistrationComplete: Registered 37374 public script object entries (1009.52 KB) +[2025.04.09-15.40.35:056][ 0]LogStreaming: Display: AsyncLoading2 - Thread Started: false, IsInitialLoad: false +[2025.04.09-15.40.35:274][ 0]LogClass: Warning: Property IntProperty FOculusXRAnchorLocationFlags::Flags defines MetaData key "BitmaskEnum" which contains short type name "EOculusLocationFlags". Suggested pathname: "/Script/OculusXRAnchors.EOculusLocationFlags". Module:OculusXRAnchors File:Public/OculusXRAnchorTypes.h +[2025.04.09-15.40.35:307][ 0]LogClass: Display: 1 short type names in reflected types' MetaData +[2025.04.09-15.40.35:320][ 0]LogEngine: Initializing Engine... +[2025.04.09-15.40.35:322][ 0]LogHMD: PokeAHoleMaterial loaded successfully +[2025.04.09-15.40.35:322][ 0]LogHMD: Initializing OVRPlugin session +[2025.04.09-15.40.35:322][ 0]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-15.40.35:322][ 0]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-15.40.35:322][ 0]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-15.40.35:322][ 0]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-15.40.35:719][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-15.40.35:720][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-15.40.35:721][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-15.40.35:721][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-15.40.35:721][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-15.40.35:721][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-15.40.35:721][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-15.40.35:721][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-15.40.35:721][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-15.40.35:746][ 0]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-15.40.35:746][ 0]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-15.40.35:748][ 0]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-15.40.35:896][ 0]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-15.40.35:896][ 0]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-15.40.35:896][ 0]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-15.40.35:896][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-15.40.35:896][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-15.40.35:896][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-15.40.35:896][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-15.40.35:896][ 0]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-15.40.35:897][ 0]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-15.40.35:897][ 0]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-15.40.35:897][ 0]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-15.40.35:897][ 0]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-15.40.35:897][ 0]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-15.40.35:898][ 0]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-15.40.35:898][ 0]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-15.40.35:898][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-15.40.35:898][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-15.40.35:898][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-15.40.35:898][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-15.40.35:898][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-15.40.35:898][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-15.40.35:898][ 0]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-15.40.35:898][ 0]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-15.40.35:907][ 0]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-15.40.56:352][ 0]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=330737832549200 +[2025.04.09-15.40.56:352][ 0]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.40.56:352][ 0]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-15.40.56:476][ 0]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-15.40.56:476][ 0]LogOVRPlugin: ... m_textureStages[0][0] = 0000021941D67EF0 +[2025.04.09-15.40.56:476][ 0]LogOVRPlugin: ... m_textureStages[0][1] = 0000021941D68880 +[2025.04.09-15.40.56:476][ 0]LogOVRPlugin: ... m_textureStages[0][2] = 0000021941D6AEC0 +[2025.04.09-15.40.56:487][ 0]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-15.40.56:487][ 0]LogOVRPlugin: ... m_depthTextureStages[0][0] = 0000021941D69BA0 +[2025.04.09-15.40.56:487][ 0]LogOVRPlugin: ... m_depthTextureStages[0][1] = 0000021941D67560 +[2025.04.09-15.40.56:487][ 0]LogOVRPlugin: ... m_depthTextureStages[0][2] = 0000021941D66BD0 +[2025.04.09-15.40.56:490][ 0]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-15.40.56:491][ 0]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-15.40.56:491][ 0]LogHMD: Oculus plugin initialized. Version: OVRPlugin: 1.106.0 +[2025.04.09-15.40.56:736][ 0]LogStylusInput: Initializing StylusInput subsystem. +[2025.04.09-15.40.56:737][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s +[2025.04.09-15.40.57:219][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll +[2025.04.09-15.40.57:363][ 0]LogChaosDD: Creating Chaos Debug Draw Scene for world Untitled +[2025.04.09-15.40.57:415][ 0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Temp/Untitled_0.Untitled'. +[2025.04.09-15.40.57:419][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. +[2025.04.09-15.40.57:419][ 0]LogInit: Texture streaming: Enabled +[2025.04.09-15.40.57:572][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.5.4-40574608+++UE5+Release-5.5 +[2025.04.09-15.40.57:617][ 0]LogAudio: Display: Initializing Audio Device Manager... +[2025.04.09-15.40.57:734][ 0]LogAudio: Display: Loading Default Audio Settings Objects... +[2025.04.09-15.40.57:741][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). +[2025.04.09-15.40.57:742][ 0]LogAudio: Display: Audio Device Manager Initialized +[2025.04.09-15.40.57:742][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True +[2025.04.09-15.40.57:742][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-15.40.57:742][ 0]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-15.40.57:742][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-15.40.57:742][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-15.40.57:742][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-15.40.57:742][ 0]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-15.40.57:742][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-15.40.57:742][ 0]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-15.40.57:742][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-15.40.57:742][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-15.40.57:742][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-15.40.57:837][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-15.40.57:909][ 0]LogAudioMixer: Display: Using Audio Hardware Device Realtek HD Audio 2nd output (Realtek(R) Audio) +[2025.04.09-15.40.57:909][ 0]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-15.40.57:942][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-15.40.57:942][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-15.40.57:943][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 +[2025.04.09-15.40.57:943][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 +[2025.04.09-15.40.57:945][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 +[2025.04.09-15.40.57:945][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 +[2025.04.09-15.40.57:945][ 0]LogInit: FAudioDevice initialized with ID 1. +[2025.04.09-15.40.57:946][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. +[2025.04.09-15.40.57:946][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 +[2025.04.09-15.40.57:996][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" +[2025.04.09-15.40.58:008][ 0]LogInit: Undo buffer set to 256 MB +[2025.04.09-15.40.58:008][ 0]LogInit: Transaction tracking system initialized +[2025.04.09-15.40.58:143][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/SourceControl/UncontrolledChangelists.json +[2025.04.09-15.40.58:950][ 0]LogConfig: Branch 'LocalizationServiceSettings' had been unloaded. Reloading on-demand took 1.09ms +[2025.04.09-15.40.58:959][ 0]LocalizationService: Localization service is disabled +[2025.04.09-15.40.59:089][ 0]LogTimingProfiler: Initialize +[2025.04.09-15.40.59:090][ 0]LogTimingProfiler: OnSessionChanged +[2025.04.09-15.40.59:090][ 0]LoadingProfiler: Initialize +[2025.04.09-15.40.59:090][ 0]LoadingProfiler: OnSessionChanged +[2025.04.09-15.40.59:090][ 0]LogNetworkingProfiler: Initialize +[2025.04.09-15.40.59:090][ 0]LogNetworkingProfiler: OnSessionChanged +[2025.04.09-15.40.59:090][ 0]LogMemoryProfiler: Initialize +[2025.04.09-15.40.59:090][ 0]LogMemoryProfiler: OnSessionChanged +[2025.04.09-15.41.00:487][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/' took 0.01s +[2025.04.09-15.41.00:822][ 0]LogPython: Using Python 3.11.8 +[2025.04.09-15.41.02:092][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping +[2025.04.09-15.41.02:155][ 0]LogRenderer: Requested compilation of Path Tracing RTPSOs (1 permutations). +[2025.04.09-15.41.03:124][ 0]LogStreaming: Warning: Failed to read file 'Common/Selector.png' error. +[2025.04.09-15.41.03:124][ 0]LogSlate: Could not find file for Slate resource: Common/Selector.png +[2025.04.09-15.41.03:308][ 0]LogProjectSetupTool: Display: StartupModule: OculusXRProjectSetupTool +[2025.04.09-15.41.03:315][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Buffer error in compressed datastream in iCCP chunk +[2025.04.09-15.41.03:321][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Profile size field missing from iCCP chunk +[2025.04.09-15.41.03:321][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Buffer error in compressed datastream in iCCP chunk +[2025.04.09-15.41.03:321][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Profile size field missing from iCCP chunk +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:327][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.09-15.41.03:388][ 0]LogTexture: Display: Building textures: /OculusXR/Textures/T_BlobShadow.T_BlobShadow (TFO_AutoDXT, 256x256 x1x1x1) (Required Memory Estimate: 11.333209 MB), EncodeSpeed: Fast +[2025.04.09-15.41.03:501][ 0]LogStaticMesh: Display: Building static mesh SM_Bevelcube (Required Memory Estimate: 0.907504 MB)... +[2025.04.09-15.41.03:507][ 0]LogStaticMesh: Built static mesh [0.01s] /OculusXR/Meshes/SM_Bevelcube.SM_Bevelcube +[2025.04.09-15.41.03:580][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. +[2025.04.09-15.41.04:049][ 0]LogEditorDataStorage: Initializing +[2025.04.09-15.41.04:050][ 0]LogEditorDataStorage: Initialized +[2025.04.09-15.41.04:130][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete +[2025.04.09-15.41.04:174][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() +[2025.04.09-15.41.04:177][ 0]SourceControl: Revision control is disabled +[2025.04.09-15.41.04:177][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 91.241 +[2025.04.09-15.41.04:178][ 0]Cmd: MAP LOAD FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.09-15.41.04:188][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true +[2025.04.09-15.41.04:188][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.41.04:199][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.09-15.41.04:202][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.71ms +[2025.04.09-15.41.04:942][ 0]LogAssetRegistry: Display: Asset registry cache written as 37.1 MiB to ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/CachedAssetRegistry_*.bin +[2025.04.09-15.41.06:906][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'VRTemplateMap'. +[2025.04.09-15.41.06:906][ 0]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-15.41.06:907][ 0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap'. +[2025.04.09-15.41.06:934][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.09-15.41.06:953][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.79ms +[2025.04.09-15.41.06:954][ 0]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.09-15.41.06:954][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.062ms to complete. +[2025.04.09-15.41.06:974][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 94.039 +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: ================================================ +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Total job queries 4, among them cache hits 0 (0.00%), DDC hits 0 (0.00%), Duplicates 0 (0.00%) +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Tracking 4 distinct input hashes that result in 4 distinct outputs (100.00%) +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: RAM used: 59.14 KiB of 1.60 GiB budget. Usage: 0.00% +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Shaders Compiled: 4 +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Jobs assigned 4, completed 4 (100%) +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Time job spent in pending queue: average 0.06 s, longest 0.06 s +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Job execution time: average 8.26 s, max 8.26 s +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Job life time (pending + execution): average 8.31 s, max 8.32 +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Shader code size: average 3.145 KiB, min 2.578 KiB, max 4.148 KiB +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 8.32 s +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Jobs were issued in 4 batches (only local compilation was used), average 1.00 jobs/batch +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Average processing rate: 0.48 jobs/sec +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Total thread time: 0.042 s +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Total thread preprocess time: 0.014 s +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Percentage time preprocessing: 33.58% +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Effective parallelization: 0.01 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Top 4 most expensive shader types by average time: +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: FScreenPSEnvironmentDepthMinMax (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: FHardOcclusionsPS (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: FScreenPSsRGBSourceMipLevelArray (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: FScreenPSMipLevelArray (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Top 4 shader types by total compile time: +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: FScreenPSEnvironmentDepthMinMax - 34.68% of total time (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: FHardOcclusionsPS - 23.78% of total time (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: FScreenPSsRGBSourceMipLevelArray - 21.44% of total time (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: FScreenPSMipLevelArray - 20.10% of total time (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: === Material stats === +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Materials Translated: 155 +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Material Total Translate Time: 0.13 s +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Material Translation Only: 0.05 s (38%) +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (2%) +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: Material Cache Hits: 39 (25%) +[2025.04.09-15.41.06:975][ 0]LogShaderCompilers: Display: ================================================ +[2025.04.09-15.41.07:188][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.41.07:203][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/StarterContent.upack', mount point: 'root:/' +[2025.04.09-15.41.07:203][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.41.07:219][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' +[2025.04.09-15.41.07:219][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.41.07:237][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' +[2025.04.09-15.41.07:237][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.41.07:251][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' +[2025.04.09-15.41.07:251][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.41.07:260][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' +[2025.04.09-15.41.07:261][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.41.07:272][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' +[2025.04.09-15.41.07:272][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.41.07:283][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' +[2025.04.09-15.41.07:283][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.41.07:294][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' +[2025.04.09-15.41.07:294][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.41.07:305][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' +[2025.04.09-15.41.07:306][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.09-15.41.07:313][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' +[2025.04.09-15.41.07:937][ 0]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance +[2025.04.09-15.41.08:035][ 0]LogSlate: The tab "LevelEditorToolBar" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.09-15.41.08:102][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.41.08:154][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.41.08:206][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.41.08:257][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.41.09:310][ 0]LogSlate: External Image Picker: DecompressImage failed +[2025.04.09-15.41.09:547][ 0]LogSlate: Took 0.010705 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.04.09-15.41.09:562][ 0]LogSlate: Took 0.009831 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) +[2025.04.09-15.41.09:572][ 0]LogSlate: Took 0.008657 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) +[2025.04.09-15.41.09:581][ 0]LogSlate: Took 0.008348 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) +[2025.04.09-15.41.09:629][ 0]LogNNEDenoiser: ApplySettings: bDenoiserEnabled 1 +[2025.04.09-15.41.09:656][ 0]LogNNEDenoiser: Loaded input mapping from NNEDIM_ColorAlbedoNormal_Alpha +[2025.04.09-15.41.09:664][ 0]LogNNEDenoiser: Loaded output mapping from NNEDOM_Output_Alpha +[2025.04.09-15.41.09:664][ 0]LogNNEDenoiser: Try create model instance with runtime NNERuntimeORTDml on RDG... +[2025.04.09-15.41.09:724][ 0]LogNNEDenoiser: Display: Created model instance with runtime NNERuntimeORTDml on RDG +[2025.04.09-15.41.09:724][ 0]LogNNEDenoiser: Create denoiser from asset /NNEDenoiser/NNED_Oidn2-3_Balanced_Alpha.NNED_Oidn2-3_Balanced_Alpha... +[2025.04.09-15.41.09:740][ 0]LogNNEDenoiser: Loaded input mapping from NNEDTIM_ColorAlbedoNormal_Alpha +[2025.04.09-15.41.09:748][ 0]LogNNEDenoiser: Loaded output mapping from NNEDTOM_Output_Alpha +[2025.04.09-15.41.09:748][ 0]LogNNEDenoiser: Try create model instance with runtime NNERuntimeORTDml on RDG... +[2025.04.09-15.41.09:795][ 0]LogNNEDenoiser: Display: Created model instance with runtime NNERuntimeORTDml on RDG +[2025.04.09-15.41.09:795][ 0]LogNNEDenoiser: Create temporal denoiser from asset /NNEDenoiser/NNEDT_Oidn2-3_Balanced_Alpha.NNEDT_Oidn2-3_Balanced_Alpha... +[2025.04.09-15.41.09:942][ 0]LogSlate: Took 0.012895 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.04.09-15.41.10:032][ 0]LogStall: Startup... +[2025.04.09-15.41.10:034][ 0]LogStall: Startup complete. +[2025.04.09-15.41.18:985][ 0]LogSlate: Window 'Share additional data with Meta to improve developer tools?' being destroyed +[2025.04.09-15.41.19:015][ 0]LogGameProjectGeneration: Project HandyMann requires update. Plugin OpenXR SupportedTargetPlatforms value in project descriptor (Win64, Linux, Android, VisionOS) differs from value in plugin descriptor (Win64, Linux, Android) +[2025.04.09-15.41.19:015][ 0]LogGameProjectGeneration: Project HandyMann requires update. Plugin OpenXRHandTracking SupportedTargetPlatforms value in project descriptor (Win64, Linux, Android, VisionOS) differs from value in plugin descriptor (Win64, Linux, Android) +[2025.04.09-15.41.19:136][ 0]LogLoad: (Engine Initialization) Total time: 106.20 seconds +[2025.04.09-15.41.19:146][ 0]LogOcInput: OculusXRInput is initialized +[2025.04.09-15.41.19:287][ 0]LogShaderCompilers: Display: ================================================ +[2025.04.09-15.41.19:287][ 0]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.09-15.41.19:287][ 0]LogShaderCompilers: Display: Total job queries 25, among them cache hits 0 (0.00%), DDC hits 21 (84.00%), Duplicates 0 (0.00%) +[2025.04.09-15.41.19:287][ 0]LogShaderCompilers: Display: Tracking 25 distinct input hashes that result in 23 distinct outputs (92.00%) +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: RAM used: 66.09 KiB of 1.60 GiB budget. Usage: 0.00% +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Shaders Compiled: 4 +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Jobs assigned 4, completed 4 (100%) +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Time job spent in pending queue: average 0.06 s, longest 0.06 s +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Job execution time: average 8.26 s, max 8.26 s +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Job life time (pending + execution): average 8.31 s, max 8.32 +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Shader code size: average 3.145 KiB, min 2.578 KiB, max 4.148 KiB +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 8.32 s +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Jobs were issued in 4 batches (only local compilation was used), average 1.00 jobs/batch +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Average processing rate: 0.48 jobs/sec +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Total thread time: 0.042 s +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Total thread preprocess time: 0.398 s +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Percentage time preprocessing: 950.61% +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Effective parallelization: 0.01 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: FScreenPSEnvironmentDepthMinMax (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: FHardOcclusionsPS (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: FScreenPSsRGBSourceMipLevelArray (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: FScreenPSMipLevelArray (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: TShadowDepthPSPixelShadowDepth_OnePassPointLight (compiled 0 times, average 0.00 sec, max 0.00 sec, min 0.00 sec) +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: FScreenPSEnvironmentDepthMinMax - 34.68% of total time (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: FHardOcclusionsPS - 23.78% of total time (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: FScreenPSsRGBSourceMipLevelArray - 21.44% of total time (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: FScreenPSMipLevelArray - 20.10% of total time (compiled 1 times, average 0.01 sec, max 0.01 sec, min 0.01 sec) +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: TShadowDepthPSPixelShadowDepth_OnePassPointLight - 0.00% of total time (compiled 0 times, average 0.00 sec, max 0.00 sec, min 0.00 sec) +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: === Material stats === +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Materials Translated: 156 +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Material Total Translate Time: 0.13 s +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Material Translation Only: 0.05 s (39%) +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (2%) +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: Material Cache Hits: 40 (26%) +[2025.04.09-15.41.19:288][ 0]LogShaderCompilers: Display: ================================================ +[2025.04.09-15.41.19:903][ 0]LogSlate: External Image Picker: DecompressImage failed +[2025.04.09-15.41.20:038][ 0]LogContentStreaming: Texture pool size now 1000 MB +[2025.04.09-15.41.20:038][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" +[2025.04.09-15.41.20:133][ 0]LogAutomationController: Ignoring very large delta of 17107997.88 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-15.41.20:133][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.41.20:136][ 0]LogPython: Display: Running start-up script D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py... started... +[2025.04.09-15.41.20:495][ 0]LogPython: registering + +[2025.04.09-15.41.20:517][ 0]LogPython: Display: Running start-up script D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py... took 380.635 ms +[2025.04.09-15.41.20:800][ 1]LogAssetRegistry: AssetRegistryGather time 0.4040s: AssetDataDiscovery 0.0243s, AssetDataGather 0.3216s, StoreResults 0.0582s. Wall time 83.0550s. + NumCachedDirectories 0. NumUncachedDirectories 1609. NumCachedFiles 7457. NumUncachedFiles 332. + BackgroundTickInterruptions 0. +[2025.04.09-15.41.20:841][ 1]LogSourceControl: Uncontrolled asset enumeration started... +[2025.04.09-15.41.20:841][ 1]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000000 seconds (updated 0 objects) +[2025.04.09-15.41.21:016][ 2]LogSourceControl: Uncontrolled asset enumeration finished in 0.175652 seconds (Found 7765 uncontrolled assets) +[2025.04.09-15.41.22:185][ 2]LogSlate: External Image Picker: DecompressImage failed +[2025.04.09-15.41.22:342][ 2]LogEOSSDK: LogEOS: SDK Config Platform Update Request Successful, Time: 45.966412 +[2025.04.09-15.41.22:343][ 2]LogEOSSDK: LogEOSAnalytics: EOS SDK Analytics disabled for route [1]. +[2025.04.09-15.41.22:344][ 2]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 47.415169 +[2025.04.09-15.41.22:578][ 11]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_0 +[2025.04.09-15.41.22:578][ 11]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_0'. +[2025.04.09-15.41.22:622][ 12]LogEOSSDK: LogEOSAnalytics: Start Session (User: ...) +[2025.04.09-15.41.22:786][ 21]LogEOSSDK: LogEOS: SDK Config Product Update Request Successful, Time: 47.843739 +[2025.04.09-15.41.22:788][ 21]LogEOSSDK: LogEOS: SDK Config Data - Watermark: 1151022895 +[2025.04.09-15.41.22:788][ 21]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 47.843739, Update Interval: 319.396942 +[2025.04.09-15.41.22:990][ 33]LogEOSSDK: LogEOSAuth: UpdateUserAuthToken: User ClientId: xyz...459 AccountId: 1e6...43c Access[Expires: 2025.04.09-17.41.23 Remaining: 7200.03] Refresh[Expires: 2025-10-06T13:58:56.208Z Remaining: 15545853.21] State: Valid +[2025.04.09-15.41.23:005][ 34]LogEOSSDK: LogEOSAuth: UserAuthGenerated: Received FUserAuthToken +[2025.04.09-15.41.23:195][ 52]LogEOSSDK: LogEOSAuth: UserAuthGenerated: Login complete: EOS_Success +[2025.04.09-15.41.23:195][ 52]LogFab: Display: User logged in +[2025.04.09-15.41.23:195][ 52]LogFab: Display: User client id: xyza7891REBVsEqSJRRNXmlS7EQHM459 +[2025.04.09-15.41.23:353][ 71]LogEOSSDK: Warning: LogEOS: Error response received from backend. ServiceName=[Friend], OperationName=[GetBlockList], Url=[], HttpStatus=[403], ErrorCode=[errors.com.epicgames.common.insufficient_scopes], NumericErrorCode=[1056], ErrorMessage=[Insufficient access scopes. Expected: [friends_list]], CorrId=[EOS-mTCrtIUXB0iH218ElXrrvw-7GK9QJ7WeEyvujujgK9FIw] +[2025.04.09-15.41.46:713][196]LogDerivedDataCache: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. +[2025.04.09-15.44.37:633][329]LogSlate: Window 'Content Browser' being destroyed +[2025.04.09-15.45.32:712][960]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.09-15.45.32:763][960]LogPlayLevel: Display: Creating online subsystem for client :Context_2 +[2025.04.09-15.45.32:767][960]LogOnline: OSS: Created online subsystem instance for: :Context_2 +[2025.04.09-15.45.32:844][961]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-15.45.32:869][961]LogPlayLevel: PIE: StaticDuplicateObject took: (0.026555s) +[2025.04.09-15.45.32:869][961]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.026651s) +[2025.04.09-15.45.32:917][961]LogUObjectHash: Compacting FUObjectHashTables data took 0.74ms +[2025.04.09-15.45.32:932][961]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-15.45.32:972][961]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-15.45.32:982][961]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-15.45.32:985][961]LogPlayLevel: PIE: World Init took: (0.012897s) +[2025.04.09-15.45.32:986][961]LogAudio: Display: Creating Audio Device: Id: 2, Scope: Unique, Realtime: True +[2025.04.09-15.45.32:986][961]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-15.45.32:986][961]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-15.45.32:986][961]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-15.45.32:986][961]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-15.45.32:986][961]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-15.45.32:986][961]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-15.45.32:986][961]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-15.45.32:986][961]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-15.45.32:986][961]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-15.45.32:986][961]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-15.45.32:986][961]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-15.45.32:989][961]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-15.45.33:031][961]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-15.45.33:031][961]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-15.45.33:031][961]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-15.45.33:031][961]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-15.45.33:032][961]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2 +[2025.04.09-15.45.33:032][961]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2 +[2025.04.09-15.45.33:035][961]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2 +[2025.04.09-15.45.33:035][961]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2 +[2025.04.09-15.45.33:035][961]LogInit: FAudioDevice initialized with ID 2. +[2025.04.09-15.45.33:035][961]LogAudio: Display: Audio Device (ID: 2) registered with world 'VRTemplateMap'. +[2025.04.09-15.45.33:035][961]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2 +[2025.04.09-15.45.33:069][961]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.45.33:069][961]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-15.45.33:070][961]LogHMD: Collecting Telemetry Data +[2025.04.09-15.45.33:151][961]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-15.45.33:165][961]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.04.09-18.45.33 +[2025.04.09-15.45.33:172][961]LogWorld: Bringing up level for play took: 0.012059 +[2025.04.09-15.45.33:554][961]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-15.45.33:557][961]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-15.45.33:714][961]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-15.45.33:740][961]PIE: Server logged in +[2025.04.09-15.45.33:742][961]PIE: Play in editor total start time 1.085 seconds. +[2025.04.09-15.45.33:858][961]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-15.45.34:101][961]LogRenderer: Warning: Resizing VR buffer to 4160 by 2096 +[2025.04.09-15.45.34:149][961]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-15.45.34:165][961]LogSlate: Took 0.000215 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.04.09-15.45.34:323][962]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.04.09-15.45.34:440][963]LogShaderCompilers: Display: FShaderCompileThreadRunnable::WriteNewTasks() took too long (0.344 seconds, threshold is 0.300 s), will parallelize next time. +[2025.04.09-15.45.34:445][963]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.04.09-15.45.34:445][963]LogOVRPlugin: ... m_textureStages[0][0] = 0000021993D20640 +[2025.04.09-15.45.34:445][963]LogOVRPlugin: ... m_textureStages[0][1] = 00000219B3E8A800 +[2025.04.09-15.45.34:445][963]LogOVRPlugin: ... m_textureStages[0][2] = 00000219B3E8D220 +[2025.04.09-15.45.35:487][ 88]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=331037229278399 +[2025.04.09-15.45.35:566][ 88]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.45.37:281][ 90]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=331039023580900 +[2025.04.09-15.45.37:281][ 90]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.45.37:281][ 90]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331039023667400 +[2025.04.09-15.45.37:281][ 90]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.45.37:293][ 91]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331039023667400 +[2025.04.09-15.45.37:293][ 91]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.45.37:293][ 91]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 130 outside of frame bounds +[2025.04.09-15.45.37:293][ 91]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331039023667400 +[2025.04.09-15.45.37:293][ 91]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.45.37:294][ 91]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 130 outside of frame bounds +[2025.04.09-15.45.37:297][ 92]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331039023667400 +[2025.04.09-15.45.37:297][ 92]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.45.37:297][ 92]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 131 outside of frame bounds +[2025.04.09-15.45.37:299][ 92]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331039023667400 +[2025.04.09-15.45.37:300][ 92]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.45.37:300][ 92]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=331039042536900 +[2025.04.09-15.45.37:300][ 92]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.45.39:472][293]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=331041214718100 +[2025.04.09-15.45.39:472][293]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.45.39:490][294]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=331041233295600 +[2025.04.09-15.45.39:490][294]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.45.44:351][643]LogNiagaraCompiler: Function call "InitializeParticle" is deprecated. Reason: +As of 5.3, This version is now fully deprecated and a conversion script will run to attempt to map the existing inputs to the new module. Most configurations should successfully transfer. Double check behavior after the new version is added. + +Check the output log for the results of each input conversion.. +Please use /Niagara/Modules/Spawn/Initialization/V2/InitializeParticle.InitializeParticle instead. - Node: Initialize Particle - +[2025.04.09-15.45.45:175][699]LogNiagara: Compiling System NiagaraSystem /Game/VRTemplate/VFX/NS_TeleportTrace.NS_TeleportTrace took 11.648446 sec (time since issued), 11.327746 sec (combined shader worker time). +[2025.04.09-15.45.46:472][785]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=331048214646800 +[2025.04.09-15.45.46:472][785]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-15.45.46:472][785]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=331048214666900 +[2025.04.09-15.45.46:472][785]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-15.45.46:490][786]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-15.45.56:706][490]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=331058448556199 +[2025.04.09-15.45.56:706][490]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-15.45.56:706][490]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=331058448570899 +[2025.04.09-15.45.56:706][490]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.45.56:706][490]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331058448697100 +[2025.04.09-15.45.56:706][490]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.45.56:706][490]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1529 outside of frame bounds +[2025.04.09-15.45.56:709][490]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1529 outside of frame bounds +[2025.04.09-15.45.56:711][490]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331058448697100 +[2025.04.09-15.45.56:711][490]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.45.56:711][490]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=331058453556700 +[2025.04.09-15.45.56:711][490]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.46.12:906][572]LogWindowsDesktop: Alt-F4 pressed! +[2025.04.09-15.46.13:021][572]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.46.13:026][572]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-15.46.13:085][572]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-15.46.13:126][572]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-15.46.13:129][572]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.46.13:135][572]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-15.46.13:142][572]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.46.13:159][572]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.09-15.46.13:160][572]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2 +[2025.04.09-15.46.13:160][572]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.04.09-15.46.13:162][572]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.04.09-15.46.13:171][572]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-15.46.13:171][572]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-15.46.13:172][572]LogUObjectHash: Compacting FUObjectHashTables data took 0.80ms +[2025.04.09-15.46.13:216][573]LogPlayLevel: Display: Destroying online subsystem :Context_2 +[2025.04.09-15.46.13:217][573]LogHMD: Warning: Destroying layer 1 +[2025.04.09-15.46.13:223][573]LogHMD: Warning: Destroying layer 2 +[2025.04.09-15.46.13:224][573]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-15.46.13:354][573]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-15.46.13:360][573]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-15.46.27:200][978]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_1 +[2025.04.09-15.46.27:200][978]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_1'. +[2025.04.09-15.46.32:790][598]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn +[2025.04.09-15.46.32:793][598]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_2 +[2025.04.09-15.46.32:794][598]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_2'. +[2025.04.09-15.46.33:214][598]LogStreaming: Display: FlushAsyncLoading(387): 1 QueuedPackages, 0 AsyncPackages +[2025.04.09-15.46.33:837][598]LogClass: Warning: Short type name "EOculusLocationFlags" provided for TryFindType. Please convert it to a path name (suggested: "/Script/OculusXRAnchors.EOculusLocationFlags"). Callstack: + +0x00007ffa2b90085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffa0059947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa0060cac1 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa0060c8a9 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa0070b794 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005e169a UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa0074ad2e UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa0062461c UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa0054e017 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] + +[2025.04.09-15.46.35:920][598]LogStaticMesh: Display: Building static mesh PhAT_FloorBox (Required Memory Estimate: 0.024887 MB)... +[2025.04.09-15.46.35:920][598]LogStaticMesh: Built static mesh [0.00s] /Engine/EditorMeshes/PhAT_FloorBox.PhAT_FloorBox +[2025.04.09-15.46.36:500][598]LogSlate: Took 0.008405 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K) +[2025.04.09-15.46.37:558][598]LogAutomationController: Ignoring very large delta of 4.78 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-15.46.41:745][800]LogSlate: Window 'VRPawn' being destroyed +[2025.04.09-15.46.42:183][825]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 367.255341 +[2025.04.09-15.46.42:305][829]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_3 +[2025.04.09-15.46.42:306][829]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_3'. +[2025.04.09-15.46.42:491][831]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.04.09-15.46.42:491][831]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 367.544037, Update Interval: 358.408752 +[2025.04.09-15.46.45:824][ 31]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_4 +[2025.04.09-15.46.45:824][ 31]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_4'. +[2025.04.09-15.46.46:543][ 41]LogClass: Warning: Short type name "EOculusLocationFlags" provided for TryFindType. Please convert it to a path name (suggested: "/Script/OculusXRAnchors.EOculusLocationFlags"). Callstack: + +0x00007ffa2b90085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffa0059947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa0060cac1 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa00638e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa006074ff UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005dcd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005605fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa125c939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ff9f4a6ce75 UnrealEditor-Engine.dll!UnknownFunction [] + +[2025.04.09-15.46.46:550][ 41]LogClass: Warning: Short type name "EOculusLocationFlags" provided for TryFindType. Please convert it to a path name (suggested: "/Script/OculusXRAnchors.EOculusLocationFlags"). Callstack: + +0x00007ffa2b90085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffa0059947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa006152af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa0060753d UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005dcd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005605fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa125c939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ff9f4a6ce75 UnrealEditor-Engine.dll!UnknownFunction [] +0x00007ffa12603d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] + +[2025.04.09-15.46.47:574][114]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: + +0x00007ffa2b90085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffa0059947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa0060cac1 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa00638e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa006074ff UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005dcd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005605fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa125c939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ff9f4a6ce75 UnrealEditor-Engine.dll!UnknownFunction [] + +[2025.04.09-15.46.47:582][114]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: + +0x00007ffa2b90085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffa0059947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa006152af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa0060753d UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005dcd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005605fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa125c939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ff9f4a6ce75 UnrealEditor-Engine.dll!UnknownFunction [] +0x00007ffa12603d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] + +[2025.04.09-15.46.49:140][189]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_5 +[2025.04.09-15.46.49:140][189]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_5'. +[2025.04.09-15.46.49:714][221]LogNiagara: Compiling System NiagaraSystem /Game/VRTemplate/VFX/NS_MenuLaser.NS_MenuLaser took 0.541627 sec (time since issued), 0.389766 sec (combined shader worker time). +[2025.04.09-15.46.50:941][261]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_6 +[2025.04.09-15.46.50:941][261]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_6'. +[2025.04.09-15.46.54:917][461]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: + +0x00007ffa2b90085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffa0059947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa006b1911 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa00638e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa006b06e8 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005dcd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005605fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa125c939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ff9f4a6ce75 UnrealEditor-Engine.dll!UnknownFunction [] + +[2025.04.09-15.46.54:923][461]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: + +0x00007ffa2b90085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffa0059947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa006152af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa006b0723 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005dcd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005605fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa125c939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ff9f4a6ce75 UnrealEditor-Engine.dll!UnknownFunction [] +0x00007ffa12603d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] + +[2025.04.09-15.47.05:558][590]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: + +0x00007ffa2b90085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffa0059947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa006b1911 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa00638e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa0070f3ee UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005dcd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005605fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa125c939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ff9f4a6ce75 UnrealEditor-Engine.dll!UnknownFunction [] + +[2025.04.09-15.47.05:565][590]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: + +0x00007ffa2b90085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffa0059947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa006152af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa0070f429 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005dcd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa005605fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffa125c939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ff9f4a6ce75 UnrealEditor-Engine.dll!UnknownFunction [] +0x00007ffa12603d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] + +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: ================================================ +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Total job queries 104, among them cache hits 7 (6.73%), DDC hits 61 (58.65%), Duplicates 2 (1.92%) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Tracking 95 distinct input hashes that result in 79 distinct outputs (83.16%) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: RAM used: 85.81 KiB of 1.60 GiB budget. Usage: 0.01% +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Shaders Compiled: 34 +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Jobs assigned 34, completed 34 (100%) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Average time worker was idle: 59.84 s +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Time job spent in pending queue: average 0.04 s, longest 0.09 s +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Job execution time: average 7.25 s, max 14.95 s +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Job life time (pending + execution): average 7.30 s, max 14.97 +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Shader code size: average 16.838 KiB, min 2.578 KiB, max 32.242 KiB +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 47.51 s +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Jobs were issued in 34 batches (only local compilation was used), average 1.00 jobs/batch +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Average processing rate: 0.72 jobs/sec +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Total thread time: 49.45 s +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Total thread preprocess time: 1.848 s +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Percentage time preprocessing: 3.74% +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Effective parallelization: 1.04 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 2 times, average 2.99 sec, max 3.09 sec, min 2.89 sec) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight (compiled 6 times, average 2.77 sec, max 3.21 sec, min 2.46 sec) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 7 times, average 2.46 sec, max 3.19 sec, min 0.64 sec) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy (compiled 1 times, average 1.23 sec, max 1.23 sec, min 1.23 sec) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy (compiled 5 times, average 1.01 sec, max 1.20 sec, min 0.91 sec) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 34.83% of total time (compiled 7 times, average 2.46 sec, max 3.19 sec, min 0.64 sec) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 33.67% of total time (compiled 6 times, average 2.77 sec, max 3.21 sec, min 2.46 sec) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy - 12.08% of total time (compiled 2 times, average 2.99 sec, max 3.09 sec, min 2.89 sec) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy - 10.20% of total time (compiled 5 times, average 1.01 sec, max 1.20 sec, min 0.91 sec) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy - 2.48% of total time (compiled 1 times, average 1.23 sec, max 1.23 sec, min 1.23 sec) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: === Material stats === +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Materials Translated: 158 +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Material Total Translate Time: 0.14 s +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Material Translation Only: 0.05 s (37%) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (2%) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: Material Cache Hits: 40 (25%) +[2025.04.09-15.47.19:348][184]LogShaderCompilers: Display: ================================================ +[2025.04.09-15.47.26:768][442]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_7 +[2025.04.09-15.47.26:769][442]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_7'. +[2025.04.09-15.47.33:443][657]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_8 +[2025.04.09-15.47.33:443][657]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_8'. +[2025.04.09-15.49.51:613][902]LogUObjectHash: Compacting FUObjectHashTables data took 1.74ms +[2025.04.09-15.50.19:444][ 46]LogShaderCompilers: Display: ================================================ +[2025.04.09-15.50.19:444][ 46]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.09-15.50.19:444][ 46]LogShaderCompilers: Display: Total job queries 105, among them cache hits 7 (6.67%), DDC hits 61 (58.10%), Duplicates 2 (1.90%) +[2025.04.09-15.50.19:444][ 46]LogShaderCompilers: Display: Tracking 96 distinct input hashes that result in 80 distinct outputs (83.33%) +[2025.04.09-15.50.19:444][ 46]LogShaderCompilers: Display: RAM used: 86.08 KiB of 1.60 GiB budget. Usage: 0.01% +[2025.04.09-15.50.19:444][ 46]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.09-15.50.19:444][ 46]LogShaderCompilers: Display: Shaders Compiled: 35 +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Jobs assigned 35, completed 35 (100%) +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Average time worker was idle: 58.81 s +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Time job spent in pending queue: average 0.04 s, longest 0.09 s +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Job execution time: average 7.14 s, max 14.95 s +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Job life time (pending + execution): average 7.19 s, max 14.97 +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Shader code size: average 16.82 KiB, min 2.578 KiB, max 32.242 KiB +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 50.98 s +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Jobs were issued in 35 batches (only local compilation was used), average 1.00 jobs/batch +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Average processing rate: 0.69 jobs/sec +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Total thread time: 50.557 s +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Total thread preprocess time: 1.861 s +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Percentage time preprocessing: 3.68% +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Effective parallelization: 0.99 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 2 times, average 2.99 sec, max 3.09 sec, min 2.89 sec) +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight (compiled 6 times, average 2.77 sec, max 3.21 sec, min 2.46 sec) +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 7 times, average 2.46 sec, max 3.19 sec, min 0.64 sec) +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy (compiled 1 times, average 1.23 sec, max 1.23 sec, min 1.23 sec) +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy (compiled 6 times, average 1.03 sec, max 1.20 sec, min 0.91 sec) +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 34.07% of total time (compiled 7 times, average 2.46 sec, max 3.19 sec, min 0.64 sec) +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 32.93% of total time (compiled 6 times, average 2.77 sec, max 3.21 sec, min 2.46 sec) +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy - 12.17% of total time (compiled 6 times, average 1.03 sec, max 1.20 sec, min 0.91 sec) +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy - 11.82% of total time (compiled 2 times, average 2.99 sec, max 3.09 sec, min 2.89 sec) +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy - 2.43% of total time (compiled 1 times, average 1.23 sec, max 1.23 sec, min 1.23 sec) +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: === Material stats === +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Materials Translated: 158 +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Material Total Translate Time: 0.14 s +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Material Translation Only: 0.05 s (37%) +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (2%) +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: Material Cache Hits: 40 (25%) +[2025.04.09-15.50.19:445][ 46]LogShaderCompilers: Display: ================================================ +[2025.04.09-15.50.46:844][132]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.04.09-15.50.46:850][132]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.09-15.50.46:850][132]LogHMD: Initializing OVRPlugin session +[2025.04.09-15.50.46:850][132]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-15.50.46:850][132]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-15.50.46:850][132]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-15.50.46:850][132]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-15.50.46:944][132]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-15.50.46:945][132]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-15.50.46:972][132]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-15.50.46:972][132]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-15.50.47:012][132]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-15.50.47:157][132]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-15.50.47:157][132]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-15.50.47:158][132]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-15.50.47:158][132]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-15.50.47:158][132]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-15.51.07:531][132]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=331348995957500 +[2025.04.09-15.51.07:531][132]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.51.07:531][132]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-15.51.07:531][132]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=331369270508900 +[2025.04.09-15.51.07:531][132]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.51.07:545][132]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-15.51.07:545][132]LogOVRPlugin: ... m_textureStages[0][0] = 0000021943BC4030 +[2025.04.09-15.51.07:545][132]LogOVRPlugin: ... m_textureStages[0][1] = 0000021943BC2380 +[2025.04.09-15.51.07:545][132]LogOVRPlugin: ... m_textureStages[0][2] = 0000021943BBEA20 +[2025.04.09-15.51.07:559][132]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-15.51.07:559][132]LogOVRPlugin: ... m_depthTextureStages[0][0] = 0000021943BC1060 +[2025.04.09-15.51.07:559][132]LogOVRPlugin: ... m_depthTextureStages[0][1] = 0000021943BBE090 +[2025.04.09-15.51.07:559][132]LogOVRPlugin: ... m_depthTextureStages[0][2] = 0000021943BC5350 +[2025.04.09-15.51.07:559][132]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-15.51.07:560][132]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-15.51.07:560][132]LogPlayLevel: Display: Creating online subsystem for client :Context_11 +[2025.04.09-15.51.07:563][132]LogOnline: OSS: Created online subsystem instance for: :Context_11 +[2025.04.09-15.51.07:575][132]LogAutomationController: Ignoring very large delta of 20.73 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-15.51.07:578][133]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-15.51.07:584][133]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006334s) +[2025.04.09-15.51.07:585][133]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006390s) +[2025.04.09-15.51.07:610][133]LogUObjectHash: Compacting FUObjectHashTables data took 1.48ms +[2025.04.09-15.51.07:612][133]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-15.51.07:614][133]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-15.51.07:615][133]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-15.51.07:616][133]LogPlayLevel: PIE: World Init took: (0.002250s) +[2025.04.09-15.51.07:617][133]LogAudio: Display: Creating Audio Device: Id: 3, Scope: Unique, Realtime: True +[2025.04.09-15.51.07:617][133]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-15.51.07:617][133]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-15.51.07:617][133]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-15.51.07:617][133]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-15.51.07:617][133]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-15.51.07:617][133]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-15.51.07:617][133]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-15.51.07:617][133]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-15.51.07:617][133]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-15.51.07:617][133]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-15.51.07:617][133]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-15.51.07:620][133]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-15.51.07:665][133]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-15.51.07:665][133]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-15.51.07:665][133]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-15.51.07:665][133]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-15.51.07:666][133]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3 +[2025.04.09-15.51.07:666][133]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3 +[2025.04.09-15.51.07:670][133]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3 +[2025.04.09-15.51.07:670][133]LogInit: FAudioDevice initialized with ID 3. +[2025.04.09-15.51.07:670][133]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3 +[2025.04.09-15.51.07:670][133]LogAudio: Display: Audio Device (ID: 3) registered with world 'VRTemplateMap'. +[2025.04.09-15.51.07:670][133]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3 +[2025.04.09-15.51.07:693][133]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.51.07:693][133]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-15.51.07:693][133]LogHMD: Collecting Telemetry Data +[2025.04.09-15.51.07:750][133]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-15.51.07:753][133]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 3) at 2025.04.09-18.51.07 +[2025.04.09-15.51.07:753][133]LogWorld: Bringing up level for play took: 0.003597 +[2025.04.09-15.51.07:757][133]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-15.51.07:759][133]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-15.51.07:782][133]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-15.51.07:799][133]LogSkeletalMesh: Display: Waiting for skinned assets to be ready 0/1 (OculusHandMesh) ... +[2025.04.09-15.51.07:808][133]LogSkeletalMesh: Built Skeletal Mesh [0.03s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.04.09-15.51.07:838][133]LogSkeletalMesh: Display: Waiting for skinned assets to be ready 0/1 (OculusHandMesh) ... +[2025.04.09-15.51.07:894][133]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-15.51.07:896][133]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.04.09-15.51.07:902][133]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-15.51.07:911][133]PIE: Server logged in +[2025.04.09-15.51.07:916][133]PIE: Play in editor total start time 21.066 seconds. +[2025.04.09-15.51.07:917][133]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-15.51.08:019][133]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-15.51.08:090][134]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=331369828847300 +[2025.04.09-15.51.08:090][134]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.51.09:079][137]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=331370818697100 +[2025.04.09-15.51.09:079][137]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-15.51.09:080][137]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=331370818714300 +[2025.04.09-15.51.09:080][137]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-15.51.09:098][138]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-15.51.16:018][634]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-15.51.16:102][640]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-15.51.18:219][792]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-15.51.34:818][985]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=331396556953499 +[2025.04.09-15.51.34:818][985]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-15.51.34:818][985]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=331396556969600 +[2025.04.09-15.51.34:818][985]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.51.34:818][985]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331396557201600 +[2025.04.09-15.51.34:818][985]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.51.34:831][986]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331396557201600 +[2025.04.09-15.51.34:831][986]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.51.34:831][986]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=331396569944200 +[2025.04.09-15.51.34:831][986]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.52.14:556][128]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=331436294025599 +[2025.04.09-15.52.14:556][128]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.52.14:577][129]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=331436314983400 +[2025.04.09-15.52.14:577][129]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.52.14:584][130]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_SESSION_LOST]: xrEndFrame(m_xrSession, &frameEndInfo), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:11579 (arvr\projects\integrations\OVRPlugin\Src\Util/CompositorOpenXR.h:342) +[2025.04.09-15.52.14:584][130]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_LOSS_PENDING session=78 time=331436322648700 +[2025.04.09-15.52.14:584][130]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.52.14:584][130]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 5996 failed (-1000) +[2025.04.09-15.52.14:584][130]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_SESSION_LOST]: xrWaitFrame(m_xrSession, nullptr, &frameState), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:11126 (arvr\projects\integrations\OVRPlugin\Src\Util/CompositorOpenXR.h:342) +[2025.04.09-15.52.14:584][130]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().WaitToBeginFrame 5997 failed (-1000) +[2025.04.09-15.52.14:584][130]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 5997 outside of frame bounds +[2025.04.09-15.52.14:586][130]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 5997 outside of frame bounds +[2025.04.09-15.52.14:586][130]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.04.09-15.52.14:586][130]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 5997 failed (-1000) +[2025.04.09-15.52.14:634][130]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.52.14:635][130]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-15.52.14:683][130]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-15.52.14:722][130]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-15.52.14:723][130]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.52.14:726][130]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-15.52.14:738][130]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.52.14:764][130]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.09-15.52.14:783][130]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3 +[2025.04.09-15.52.14:783][130]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.04.09-15.52.14:784][130]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.04.09-15.52.14:794][130]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-15.52.14:794][130]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-15.52.14:796][130]LogUObjectHash: Compacting FUObjectHashTables data took 1.80ms +[2025.04.09-15.52.14:876][131]LogPlayLevel: Display: Destroying online subsystem :Context_11 +[2025.04.09-15.52.14:877][131]LogHMD: Warning: Destroying layer 1 +[2025.04.09-15.52.14:883][131]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-15.52.15:022][131]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-15.52.15:028][131]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-15.52.44:127][226]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 729.197632 +[2025.04.09-15.52.45:127][229]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.04.09-15.52.45:127][229]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 729.864807, Update Interval: 324.368408 +[2025.04.09-15.53.05:119][289]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.04.09-15.53.05:125][289]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.09-15.53.05:125][289]LogHMD: Initializing OVRPlugin session +[2025.04.09-15.53.05:125][289]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-15.53.05:125][289]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-15.53.05:125][289]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-15.53.05:125][289]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-15.53.05:218][289]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-15.53.05:219][289]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-15.53.05:245][289]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-15.53.05:247][289]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-15.53.05:279][289]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-15.53.05:435][289]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-15.53.05:435][289]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-15.53.05:435][289]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-15.53.05:435][289]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-15.53.05:435][289]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-15.53.05:435][289]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-15.53.05:435][289]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-15.53.05:435][289]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-15.53.05:435][289]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-15.53.05:435][289]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-15.53.05:435][289]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-15.53.05:435][289]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-15.53.05:435][289]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-15.53.05:436][289]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-15.53.05:436][289]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-15.53.05:436][289]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-15.53.05:436][289]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-15.53.05:436][289]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-15.53.05:436][289]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-15.53.05:436][289]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-15.53.05:436][289]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-15.53.05:436][289]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-15.53.05:436][289]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-15.53.05:436][289]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-15.53.25:816][289]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=331487284021600 +[2025.04.09-15.53.25:816][289]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.53.25:816][289]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=331487284029600 +[2025.04.09-15.53.25:816][289]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.53.25:816][289]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-15.53.25:826][289]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-15.53.25:826][289]LogOVRPlugin: ... m_textureStages[0][0] = 000002194E272260 +[2025.04.09-15.53.25:826][289]LogOVRPlugin: ... m_textureStages[0][1] = 000002194E2718D0 +[2025.04.09-15.53.25:826][289]LogOVRPlugin: ... m_textureStages[0][2] = 000002194E2705B0 +[2025.04.09-15.53.25:838][289]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-15.53.25:838][289]LogOVRPlugin: ... m_depthTextureStages[0][0] = 00000219EBBE3D10 +[2025.04.09-15.53.25:838][289]LogOVRPlugin: ... m_depthTextureStages[0][1] = 00000219EBBE3380 +[2025.04.09-15.53.25:838][289]LogOVRPlugin: ... m_depthTextureStages[0][2] = 00000219EBBE29F0 +[2025.04.09-15.53.25:838][289]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-15.53.25:839][289]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-15.53.25:839][289]LogPlayLevel: Display: Creating online subsystem for client :Context_12 +[2025.04.09-15.53.25:842][289]LogOnline: OSS: Created online subsystem instance for: :Context_12 +[2025.04.09-15.53.25:853][289]LogAutomationController: Ignoring very large delta of 21.06 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-15.53.25:855][290]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-15.53.25:861][290]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006431s) +[2025.04.09-15.53.25:861][290]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006493s) +[2025.04.09-15.53.25:885][290]LogUObjectHash: Compacting FUObjectHashTables data took 1.50ms +[2025.04.09-15.53.25:886][290]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-15.53.25:888][290]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-15.53.25:890][290]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-15.53.25:891][290]LogPlayLevel: PIE: World Init took: (0.001901s) +[2025.04.09-15.53.25:892][290]LogAudio: Display: Creating Audio Device: Id: 4, Scope: Unique, Realtime: True +[2025.04.09-15.53.25:892][290]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-15.53.25:892][290]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-15.53.25:892][290]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-15.53.25:892][290]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-15.53.25:892][290]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-15.53.25:892][290]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-15.53.25:892][290]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-15.53.25:892][290]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-15.53.25:892][290]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-15.53.25:892][290]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-15.53.25:892][290]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-15.53.25:895][290]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-15.53.25:934][290]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-15.53.25:934][290]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-15.53.25:934][290]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-15.53.25:934][290]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-15.53.25:935][290]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4 +[2025.04.09-15.53.25:935][290]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=4 +[2025.04.09-15.53.25:938][290]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4 +[2025.04.09-15.53.25:938][290]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4 +[2025.04.09-15.53.25:938][290]LogInit: FAudioDevice initialized with ID 4. +[2025.04.09-15.53.25:938][290]LogAudio: Display: Audio Device (ID: 4) registered with world 'VRTemplateMap'. +[2025.04.09-15.53.25:938][290]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4 +[2025.04.09-15.53.25:962][290]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.53.25:962][290]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-15.53.25:962][290]LogHMD: Collecting Telemetry Data +[2025.04.09-15.53.26:015][290]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-15.53.26:018][290]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.04.09-18.53.26 +[2025.04.09-15.53.26:018][290]LogWorld: Bringing up level for play took: 0.003113 +[2025.04.09-15.53.26:020][290]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-15.53.26:023][290]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-15.53.26:026][290]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-15.53.26:027][290]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.04.09-15.53.26:037][290]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-15.53.26:039][290]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.04.09-15.53.26:046][290]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-15.53.26:057][290]PIE: Server logged in +[2025.04.09-15.53.26:063][290]PIE: Play in editor total start time 20.938 seconds. +[2025.04.09-15.53.26:065][290]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-15.53.26:157][290]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-15.53.26:220][291]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=331507957851699 +[2025.04.09-15.53.26:220][291]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.53.26:969][339]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=331508706904399 +[2025.04.09-15.53.26:969][339]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-15.53.26:969][339]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=331508706922600 +[2025.04.09-15.53.26:969][339]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-15.53.26:986][340]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-15.54.00:465][682]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=331542202032600 +[2025.04.09-15.54.00:465][682]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-15.54.00:465][682]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=331542202045200 +[2025.04.09-15.54.00:465][682]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.54.00:465][682]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331542202117100 +[2025.04.09-15.54.00:465][682]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.54.00:465][682]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2392 outside of frame bounds +[2025.04.09-15.54.00:467][682]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2392 outside of frame bounds +[2025.04.09-15.54.00:467][682]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331542202117100 +[2025.04.09-15.54.00:467][682]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.54.00:467][682]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=331542204333600 +[2025.04.09-15.54.00:467][682]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.54.04:040][133]LogWindowsDesktop: Alt-F4 pressed! +[2025.04.09-15.54.04:085][133]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.54.04:085][133]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-15.54.04:132][133]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-15.54.04:163][133]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-15.54.04:164][133]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.54.04:167][133]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-15.54.04:176][133]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.54.04:218][133]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4 +[2025.04.09-15.54.04:218][133]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 +[2025.04.09-15.54.04:220][133]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 +[2025.04.09-15.54.04:227][133]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-15.54.04:227][133]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-15.54.04:230][133]LogUObjectHash: Compacting FUObjectHashTables data took 1.60ms +[2025.04.09-15.54.04:258][134]LogPlayLevel: Display: Destroying online subsystem :Context_12 +[2025.04.09-15.54.04:259][134]LogHMD: Warning: Destroying layer 1 +[2025.04.09-15.54.04:265][134]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-15.54.04:384][134]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-15.54.04:389][134]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-15.55.23:676][309]Cmd: TRANSACTION UNDO +[2025.04.09-15.55.23:676][309]LogEditorTransaction: Undo Edit Motion Source +[2025.04.09-15.55.24:802][360]Cmd: TRANSACTION UNDO +[2025.04.09-15.55.24:802][360]LogEditorTransaction: Undo Edit Motion Source +[2025.04.09-15.55.52:423][838]LogUObjectHash: Compacting FUObjectHashTables data took 1.49ms +[2025.04.09-15.56.15:794][934]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.04.09-15.56.15:800][934]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.09-15.56.15:800][934]LogHMD: Initializing OVRPlugin session +[2025.04.09-15.56.15:800][934]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-15.56.15:800][934]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-15.56.15:800][934]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-15.56.15:800][934]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-15.56.16:235][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-15.56.16:236][934]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-15.56.16:262][934]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-15.56.16:262][934]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-15.56.16:264][934]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-15.56.16:428][934]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-15.56.16:428][934]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-15.56.16:428][934]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-15.56.16:428][934]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-15.56.16:428][934]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-15.56.16:428][934]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-15.56.16:428][934]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-15.56.16:428][934]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-15.56.16:428][934]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-15.56.16:428][934]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-15.56.16:428][934]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-15.56.16:428][934]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-15.56.16:428][934]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-15.56.16:429][934]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-15.56.16:429][934]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-15.56.16:429][934]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-15.56.16:429][934]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-15.56.16:429][934]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-15.56.16:429][934]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-15.56.16:429][934]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-15.56.16:429][934]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-15.56.16:429][934]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-15.56.16:429][934]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-15.56.16:429][934]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-15.56.36:824][934]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=331678298490999 +[2025.04.09-15.56.36:824][934]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.56.36:824][934]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=331678298501200 +[2025.04.09-15.56.36:824][934]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.56.36:824][934]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-15.56.36:835][934]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-15.56.36:835][934]LogOVRPlugin: ... m_textureStages[0][0] = 00000219CAB07D20 +[2025.04.09-15.56.36:835][934]LogOVRPlugin: ... m_textureStages[0][1] = 00000219CAB0D330 +[2025.04.09-15.56.36:835][934]LogOVRPlugin: ... m_textureStages[0][2] = 00000219CAB0B680 +[2025.04.09-15.56.36:847][934]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-15.56.36:847][934]LogOVRPlugin: ... m_depthTextureStages[0][0] = 00000219CAB086B0 +[2025.04.09-15.56.36:847][934]LogOVRPlugin: ... m_depthTextureStages[0][1] = 00000219CAB0E650 +[2025.04.09-15.56.36:847][934]LogOVRPlugin: ... m_depthTextureStages[0][2] = 00000219CAB0C010 +[2025.04.09-15.56.36:847][934]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-15.56.36:848][934]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-15.56.36:848][934]LogPlayLevel: Display: Creating online subsystem for client :Context_13 +[2025.04.09-15.56.36:851][934]LogOnline: OSS: Created online subsystem instance for: :Context_13 +[2025.04.09-15.56.36:861][934]LogAutomationController: Ignoring very large delta of 21.07 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-15.56.36:863][935]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-15.56.36:869][935]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005739s) +[2025.04.09-15.56.36:869][935]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005791s) +[2025.04.09-15.56.36:894][935]LogUObjectHash: Compacting FUObjectHashTables data took 1.64ms +[2025.04.09-15.56.36:897][935]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-15.56.36:931][935]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-15.56.36:932][935]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-15.56.36:932][935]LogPlayLevel: PIE: World Init took: (0.002020s) +[2025.04.09-15.56.36:933][935]LogAudio: Display: Creating Audio Device: Id: 5, Scope: Unique, Realtime: True +[2025.04.09-15.56.36:933][935]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-15.56.36:933][935]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-15.56.36:933][935]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-15.56.36:933][935]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-15.56.36:933][935]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-15.56.36:933][935]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-15.56.36:933][935]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-15.56.36:933][935]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-15.56.36:933][935]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-15.56.36:933][935]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-15.56.36:933][935]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-15.56.36:936][935]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-15.56.36:975][935]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-15.56.36:975][935]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-15.56.36:975][935]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-15.56.36:975][935]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-15.56.36:976][935]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5 +[2025.04.09-15.56.36:976][935]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=5 +[2025.04.09-15.56.36:980][935]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5 +[2025.04.09-15.56.36:980][935]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5 +[2025.04.09-15.56.36:980][935]LogInit: FAudioDevice initialized with ID 5. +[2025.04.09-15.56.36:980][935]LogAudio: Display: Audio Device (ID: 5) registered with world 'VRTemplateMap'. +[2025.04.09-15.56.36:980][935]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5 +[2025.04.09-15.56.37:005][935]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.56.37:005][935]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-15.56.37:005][935]LogHMD: Collecting Telemetry Data +[2025.04.09-15.56.37:057][935]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-15.56.37:060][935]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.04.09-18.56.37 +[2025.04.09-15.56.37:061][935]LogWorld: Bringing up level for play took: 0.003149 +[2025.04.09-15.56.37:063][935]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-15.56.37:065][935]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-15.56.37:067][935]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-15.56.37:069][935]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.04.09-15.56.37:077][935]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-15.56.37:080][935]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.04.09-15.56.37:087][935]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-15.56.37:096][935]PIE: Server logged in +[2025.04.09-15.56.37:101][935]PIE: Play in editor total start time 21.301 seconds. +[2025.04.09-15.56.37:102][935]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-15.56.37:240][935]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-15.56.37:320][936]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=331699055616200 +[2025.04.09-15.56.37:320][936]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.56.37:320][936]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331699055757000 +[2025.04.09-15.56.37:320][936]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.56.37:332][937]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331699055757000 +[2025.04.09-15.56.37:332][937]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.56.37:332][937]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2 outside of frame bounds +[2025.04.09-15.56.37:334][937]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331699055757000 +[2025.04.09-15.56.37:334][937]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.56.37:334][937]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=331699069252399 +[2025.04.09-15.56.37:334][937]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.56.38:151][ 1]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=331699887742600 +[2025.04.09-15.56.38:151][ 1]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.56.38:165][ 2]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=331699901398699 +[2025.04.09-15.56.38:165][ 2]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.56.38:258][ 8]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=331699994175900 +[2025.04.09-15.56.38:259][ 8]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-15.56.38:259][ 8]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=331699994186300 +[2025.04.09-15.56.38:259][ 8]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-15.56.38:292][ 9]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-15.56.41:671][250]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-15.56.41:753][256]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-15.56.44:038][420]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-15.56.44:206][432]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-15.56.57:553][391]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=331719288543000 +[2025.04.09-15.56.57:553][391]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-15.56.57:553][391]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=331719288552799 +[2025.04.09-15.56.57:553][391]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.56.57:553][391]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331719288610800 +[2025.04.09-15.56.57:553][391]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.56.57:564][392]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331719288610800 +[2025.04.09-15.56.57:564][392]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.56.57:564][392]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1457 outside of frame bounds +[2025.04.09-15.56.57:566][392]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1457 outside of frame bounds +[2025.04.09-15.56.57:566][392]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331719288610800 +[2025.04.09-15.56.57:566][392]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.56.57:566][392]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=331719301945599 +[2025.04.09-15.56.57:566][392]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.57.08:455][769]LogWindowsDesktop: Alt-F4 pressed! +[2025.04.09-15.57.08:506][769]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.57.08:506][769]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-15.57.08:551][769]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-15.57.08:596][769]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-15.57.08:597][769]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.57.08:600][769]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-15.57.08:609][769]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.57.08:635][769]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.09-15.57.08:645][769]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5 +[2025.04.09-15.57.08:646][769]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 +[2025.04.09-15.57.08:648][769]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 +[2025.04.09-15.57.08:657][769]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-15.57.08:657][769]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-15.57.08:659][769]LogUObjectHash: Compacting FUObjectHashTables data took 1.55ms +[2025.04.09-15.57.08:688][770]LogPlayLevel: Display: Destroying online subsystem :Context_13 +[2025.04.09-15.57.08:690][770]LogHMD: Warning: Destroying layer 1 +[2025.04.09-15.57.08:696][770]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-15.57.08:815][770]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-15.57.08:821][770]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-15.57.15:854][841]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.04.09-15.57.15:879][841]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.09-15.57.15:879][841]LogHMD: Initializing OVRPlugin session +[2025.04.09-15.57.15:879][841]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-15.57.15:879][841]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-15.57.15:879][841]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-15.57.15:879][841]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-15.57.15:992][841]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-15.57.15:993][841]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-15.57.15:994][841]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-15.57.16:021][841]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-15.57.16:021][841]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-15.57.16:022][841]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-15.57.16:168][841]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-15.57.16:168][841]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-15.57.36:625][841]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=331738034659600 +[2025.04.09-15.57.36:625][841]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.57.36:625][841]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-15.57.36:625][841]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=331758360608899 +[2025.04.09-15.57.36:625][841]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.57.36:635][841]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-15.57.36:636][841]LogOVRPlugin: ... m_textureStages[0][0] = 00000219AD9E4FE0 +[2025.04.09-15.57.36:636][841]LogOVRPlugin: ... m_textureStages[0][1] = 00000219AD9DE6B0 +[2025.04.09-15.57.36:636][841]LogOVRPlugin: ... m_textureStages[0][2] = 00000219CA409A10 +[2025.04.09-15.57.36:647][841]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-15.57.36:647][841]LogOVRPlugin: ... m_depthTextureStages[0][0] = 00000219CA404400 +[2025.04.09-15.57.36:647][841]LogOVRPlugin: ... m_depthTextureStages[0][1] = 00000219CA4073D0 +[2025.04.09-15.57.36:647][841]LogOVRPlugin: ... m_depthTextureStages[0][2] = 00000219CA4030E0 +[2025.04.09-15.57.36:647][841]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-15.57.36:648][841]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-15.57.36:648][841]LogPlayLevel: Display: Creating online subsystem for client :Context_14 +[2025.04.09-15.57.36:650][841]LogOnline: OSS: Created online subsystem instance for: :Context_14 +[2025.04.09-15.57.36:662][841]LogAutomationController: Ignoring very large delta of 21.12 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-15.57.36:663][842]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-15.57.36:669][842]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005615s) +[2025.04.09-15.57.36:669][842]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005662s) +[2025.04.09-15.57.36:694][842]LogUObjectHash: Compacting FUObjectHashTables data took 1.48ms +[2025.04.09-15.57.36:695][842]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-15.57.36:697][842]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-15.57.36:698][842]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-15.57.36:699][842]LogPlayLevel: PIE: World Init took: (0.001787s) +[2025.04.09-15.57.36:700][842]LogAudio: Display: Creating Audio Device: Id: 6, Scope: Unique, Realtime: True +[2025.04.09-15.57.36:700][842]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-15.57.36:700][842]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-15.57.36:700][842]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-15.57.36:700][842]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-15.57.36:700][842]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-15.57.36:700][842]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-15.57.36:700][842]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-15.57.36:700][842]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-15.57.36:700][842]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-15.57.36:700][842]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-15.57.36:700][842]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-15.57.36:703][842]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-15.57.36:740][842]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-15.57.36:740][842]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-15.57.36:740][842]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-15.57.36:740][842]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-15.57.36:741][842]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6 +[2025.04.09-15.57.36:741][842]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=6 +[2025.04.09-15.57.36:745][842]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6 +[2025.04.09-15.57.36:745][842]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6 +[2025.04.09-15.57.36:745][842]LogInit: FAudioDevice initialized with ID 6. +[2025.04.09-15.57.36:745][842]LogAudio: Display: Audio Device (ID: 6) registered with world 'VRTemplateMap'. +[2025.04.09-15.57.36:745][842]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 6 +[2025.04.09-15.57.36:768][842]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.57.36:768][842]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-15.57.36:768][842]LogHMD: Collecting Telemetry Data +[2025.04.09-15.57.36:821][842]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-15.57.36:825][842]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.04.09-18.57.36 +[2025.04.09-15.57.36:825][842]LogWorld: Bringing up level for play took: 0.003295 +[2025.04.09-15.57.36:827][842]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-15.57.36:830][842]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-15.57.36:832][842]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-15.57.36:834][842]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.04.09-15.57.36:842][842]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-15.57.36:844][842]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.04.09-15.57.36:851][842]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-15.57.36:860][842]PIE: Server logged in +[2025.04.09-15.57.36:866][842]PIE: Play in editor total start time 20.988 seconds. +[2025.04.09-15.57.36:891][842]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-15.57.36:996][842]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-15.57.37:060][843]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=331758795063100 +[2025.04.09-15.57.37:060][843]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.57.37:791][889]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=331759526699500 +[2025.04.09-15.57.37:792][889]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-15.57.37:792][889]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=331759526720299 +[2025.04.09-15.57.37:792][889]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-15.57.37:808][890]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-15.57.41:721][170]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-15.58.10:917][267]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-15.58.12:240][362]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-15.58.16:894][696]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 1061.963623 +[2025.04.09-15.58.17:061][708]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.04.09-15.58.17:061][708]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 1062.117676, Update Interval: 342.567841 +[2025.04.09-15.58.31:192][723]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=331812927641599 +[2025.04.09-15.58.31:192][723]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-15.58.31:193][723]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=331812927658700 +[2025.04.09-15.58.31:193][723]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.58.31:193][723]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331812927757400 +[2025.04.09-15.58.31:193][723]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-15.58.31:193][723]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3881 outside of frame bounds +[2025.04.09-15.58.31:195][723]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3881 outside of frame bounds +[2025.04.09-15.58.31:195][723]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=331812927757400 +[2025.04.09-15.58.31:195][723]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.58.31:195][723]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=331812930416899 +[2025.04.09-15.58.31:195][723]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-15.58.44:202][350]LogWindowsDesktop: Alt-F4 pressed! +[2025.04.09-15.58.44:245][350]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-15.58.44:246][350]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-15.58.44:299][350]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-15.58.44:335][350]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-15.58.44:336][350]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.58.44:339][350]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-15.58.44:348][350]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-15.58.44:389][350]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 6 +[2025.04.09-15.58.44:389][350]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 +[2025.04.09-15.58.44:392][350]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 +[2025.04.09-15.58.44:399][350]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-15.58.44:399][350]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-15.58.44:402][350]LogUObjectHash: Compacting FUObjectHashTables data took 1.72ms +[2025.04.09-15.58.44:429][351]LogPlayLevel: Display: Destroying online subsystem :Context_14 +[2025.04.09-15.58.44:431][351]LogHMD: Warning: Destroying layer 1 +[2025.04.09-15.58.44:438][351]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-15.58.44:559][351]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-15.58.44:565][351]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-15.59.09:729][481]LogUObjectHash: Compacting FUObjectHashTables data took 1.46ms +[2025.04.09-15.59.09:730][481]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/VRTemplate/Maps/VRTemplateMap' took 0.026 +[2025.04.09-15.59.09:731][481]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... +[2025.04.09-15.59.09:819][481]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] +[2025.04.09-15.59.09:819][481]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] +[2025.04.09-15.59.09:926][481]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto1 +[2025.04.09-15.59.09:926][481]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/VRPawn_Auto17FD38E1343DDA6AB9BABD98338E10FDE.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto1.uasset' +[2025.04.09-15.59.09:927][481]LogFileHelpers: Auto-saving content packages took 0.196 +[2025.04.09-15.59.17:423][784]LogUObjectHash: Compacting FUObjectHashTables data took 0.67ms +[2025.04.09-15.59.17:427][784]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.09-15.59.17:499][784]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... +[2025.04.09-15.59.17:499][784]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] +[2025.04.09-15.59.17:499][784]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true +[2025.04.09-15.59.17:568][784]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn +[2025.04.09-15.59.17:568][784]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/VRPawnA2619A32486D3425C7E8B48C32B8906E.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' +[2025.04.09-15.59.17:580][784]LogFileHelpers: InternalPromptForCheckoutAndSave took 153.436 ms +[2025.04.09-15.59.17:659][784]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.09-15.59.17:659][784]LogContentValidation: Enabled validators: +[2025.04.09-15.59.17:659][784]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.04.09-15.59.17:659][784]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.09-15.59.17:659][784]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.09-15.59.17:659][784]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.04.09-15.59.17:659][784]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.09-15.59.17:659][784]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.04.09-15.59.17:659][784]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset +[2025.04.09-15.59.36:134][559]LogContentBrowser: Deferred new asset file creation: NewMaterial +[2025.04.09-15.59.36:172][559]LogContentBrowser: Creating deferred item: NewMaterial +[2025.04.09-15.59.36:200][560]LogContentBrowser: Renaming the item being created (Deferred Item: NewMaterial). +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: ================================================ +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Total job queries 111, among them cache hits 7 (6.31%), DDC hits 61 (54.95%), Duplicates 2 (1.80%) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Tracking 102 distinct input hashes that result in 84 distinct outputs (82.35%) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: RAM used: 89.74 KiB of 1.60 GiB budget. Usage: 0.01% +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Shaders Compiled: 40 +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Jobs assigned 41, completed 40 (97.56%) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Average time worker was idle: 113.90 s +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Time job spent in pending queue: average 0.05 s, longest 0.15 s +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Job execution time: average 6.95 s, max 14.95 s +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Job life time (pending + execution): average 7.00 s, max 14.97 +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Shader code size: average 16.634 KiB, min 2.578 KiB, max 32.242 KiB +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 62.28 s +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Jobs were issued in 41 batches (only local compilation was used), average 1.00 jobs/batch +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Average processing rate: 0.64 jobs/sec +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Total thread time: 56.06 s +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Total thread preprocess time: 1.948 s +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Percentage time preprocessing: 3.48% +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Effective parallelization: 0.90 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 2 times, average 2.99 sec, max 3.09 sec, min 2.89 sec) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight (compiled 7 times, average 2.73 sec, max 3.21 sec, min 2.46 sec) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 7 times, average 2.46 sec, max 3.19 sec, min 0.64 sec) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy (compiled 1 times, average 1.23 sec, max 1.23 sec, min 1.23 sec) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy (compiled 8 times, average 1.05 sec, max 1.20 sec, min 0.91 sec) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 34.11% of total time (compiled 7 times, average 2.73 sec, max 3.21 sec, min 2.46 sec) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 30.72% of total time (compiled 7 times, average 2.46 sec, max 3.19 sec, min 0.64 sec) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy - 14.97% of total time (compiled 8 times, average 1.05 sec, max 1.20 sec, min 0.91 sec) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy - 10.66% of total time (compiled 2 times, average 2.99 sec, max 3.09 sec, min 2.89 sec) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 2.82% of total time (compiled 4 times, average 0.40 sec, max 0.41 sec, min 0.37 sec) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: === Material stats === +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Materials Translated: 158 +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Material Total Translate Time: 0.14 s +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Material Translation Only: 0.05 s (37%) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (2%) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: Material Cache Hits: 40 (25%) +[2025.04.09-15.59.37:106][626]LogShaderCompilers: Display: ================================================ +[2025.04.09-15.59.45:691][567]LogContentBrowser: Attempting asset rename: NewMaterial -> M_Hands +[2025.04.09-15.59.45:706][567]LogContentBrowser: End creating deferred item NewMaterial +[2025.04.09-15.59.49:415][729]LogAssetEditorSubsystem: Opening Asset editor for Material /Game/VRTemplate/Materials/M_Hands.M_Hands +[2025.04.09-15.59.49:487][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Bool.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Bool.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/ValueTypes/None.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/ValueTypes/None.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Float1.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Float1.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Float2.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Float2.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Float3_RPY.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Float3_RPY.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Images/Borders/Border_SinglePixel.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Images/Borders/Border_SinglePixel.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Float3_XYZ.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Float3_XYZ.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Float3_RGB.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Float3_RGB.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Images/Borders/Border_LeftBottomRight.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Images/Borders/Border_LeftBottomRight.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Float_Any.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Float_Any.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Images/Borders/Border_TopLeftBottom.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Images/Borders/Border_TopLeftBottom.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Float4_RGBA.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Float4_RGBA.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Texture.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/ValueTypes/Texture.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Images/Borders/Border_LeftTopRight.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Images/Borders/Border_LeftTopRight.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Images/Borders/Border_TopRightBottom.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Images/Borders/Border_TopRightBottom.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/EditorIcons/MaterialTypeDefaultLit.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/EditorIcons/MaterialTypeDefaultLit.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/EditorIcons/Remove_16px.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/EditorIcons/Remove_16px.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Images/Borders/Border_Left.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Images/Borders/Border_Left.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Images/Borders/Border_Top.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Images/Borders/Border_Top.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/EditorIcons/MaterialTypeUnlit.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/EditorIcons/MaterialTypeUnlit.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Images/Borders/Border_Bottom.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Images/Borders/Border_Bottom.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/EditorIcons/WhiteBall.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/EditorIcons/WhiteBall.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Images/Borders/Border_Right.png' error. +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/EditorIcons/BaseToggle_16x.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Images/Borders/Border_Right.png +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/EditorIcons/BaseToggle_16x.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/EditorIcons/MaskToggle_16x.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/EditorIcons/MaskToggle_16x.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/EditorIcons/LayerAdd.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/EditorIcons/LayerAdd.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/EditorIcons/Duplicate_40x.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/EditorIcons/Duplicate_40x.png +[2025.04.09-15.59.49:488][729]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Icons/EditorIcons/LayerRemove.png' error. +[2025.04.09-15.59.49:488][729]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Icons/EditorIcons/LayerRemove.png +[2025.04.09-15.59.49:601][729]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_9 +[2025.04.09-15.59.49:601][729]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_9'. +[2025.04.09-15.59.49:675][729]LogStreaming: Display: FlushAsyncLoading(557): 1 QueuedPackages, 0 AsyncPackages +[2025.04.09-15.59.49:730][729]LogStaticMesh: Display: Building static mesh Sphere_inversenormals (Required Memory Estimate: 1.522745 MB)... +[2025.04.09-15.59.49:740][729]LogStaticMesh: Built static mesh [0.04s] /Engine/EditorMeshes/AssetViewer/Sphere_inversenormals.Sphere_inversenormals +[2025.04.09-15.59.49:847][729]LogStaticMesh: Display: Building static mesh Floor_Mesh (Required Memory Estimate: 0.022237 MB)... +[2025.04.09-15.59.49:848][729]LogStaticMesh: Built static mesh [0.00s] /Engine/EditorMeshes/AssetViewer/Floor_Mesh.Floor_Mesh +[2025.04.09-15.59.50:388][729]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-15.59.50:388][729]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-15.59.50:388][729]MaterialEditorStats: Shader Count: 0 +[2025.04.09-15.59.50:388][729]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) +[2025.04.09-15.59.50:583][729]LogLiveCoding: Error: Cannot enable module D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.04.09-15.59.50:583][729]LogLiveCoding: Error: Cannot enable module D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.04.09-15.59.50:583][729]LogLiveCoding: Error: Cannot enable module D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.04.09-15.59.50:583][729]LogLiveCoding: Error: Cannot enable module D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.04.09-15.59.56:088][248]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-15.59.56:088][248]MaterialEditorStats: Texture samplers: 2/16 +[2025.04.09-15.59.56:088][248]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-15.59.56:088][248]MaterialEditorStats: Shader Count: 1 +[2025.04.09-15.59.56:088][248]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-15.59.56:793][322]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-15.59.56:793][322]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-15.59.56:793][322]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-15.59.56:793][322]MaterialEditorStats: Shader Count: 2 +[2025.04.09-15.59.56:793][322]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.00.41:948][982]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.00.41:949][982]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.00.41:949][982]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.00.41:949][982]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.00.42:064][984]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.00.42:064][984]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.00.42:064][984]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.00.42:064][984]MaterialEditorStats: Shader Count: 3 +[2025.04.09-16.00.42:064][984]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.00.47:025][552]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.00.47:026][552]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.00.47:026][552]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.00.47:026][552]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.00.49:732][855]LogEditorTransaction: Undo Material Editor: Delete +[2025.04.09-16.00.53:895][855]LogUObjectHash: Compacting FUObjectHashTables data took 1.49ms +[2025.04.09-16.01.10:142][855]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms +[2025.04.09-16.01.10:264][855]MaterialEditorStats: Base pass shader: 617 instructions +Stats: Resources Used: 16 +Resource Limit: 64 +Samplers Used: 3 +Sampler Limit: 32 + +[2025.04.09-16.01.10:264][855]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.01.10:264][855]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.01.10:264][855]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.01.10:264][855]MaterialEditorStats: Shader Count: 24 +[2025.04.09-16.01.10:264][855]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.01.10:316][855]LogAutomationController: Ignoring very large delta of 20.59 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-16.01.28:004][635]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.01.28:004][635]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.01.28:004][635]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.01.28:004][635]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.01.28:121][637]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.01.28:121][637]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.01.28:121][637]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.01.28:121][637]MaterialEditorStats: Shader Count: 3 +[2025.04.09-16.01.28:121][637]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.01.30:672][935]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.01.30:673][935]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.01.30:673][935]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.01.30:673][935]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.01.30:736][937]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.01.30:736][937]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.01.30:736][937]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.01.30:736][937]MaterialEditorStats: Shader Count: 3 +[2025.04.09-16.01.30:736][937]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.01.34:176][321]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.01.34:176][321]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.01.34:176][321]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.01.34:176][321]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.01.34:833][389]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.01.34:833][389]MaterialEditorStats: Texture samplers: 2/16 +[2025.04.09-16.01.34:833][389]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.01.34:833][389]MaterialEditorStats: Shader Count: 1 +[2025.04.09-16.01.34:833][389]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.01.37:983][698]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.01.37:983][698]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.01.37:983][698]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.01.37:983][698]MaterialEditorStats: Shader Count: 3 +[2025.04.09-16.01.37:983][698]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.02.09:963][402]LogSlate: Window 'Color Picker' being destroyed +[2025.04.09-16.02.09:982][402]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.02.09:982][402]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.02.09:982][402]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.02.09:982][402]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.02.19:812][541]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.02.19:812][541]MaterialEditorStats: Texture samplers: 2/16 +[2025.04.09-16.02.19:812][541]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.02.19:812][541]MaterialEditorStats: Shader Count: 1 +[2025.04.09-16.02.19:812][541]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.02.20:716][557]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.02.20:716][557]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.02.20:716][557]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.02.20:716][557]MaterialEditorStats: Shader Count: 3 +[2025.04.09-16.02.20:716][557]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.02.29:518][ 77]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.02.29:518][ 77]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.02.29:518][ 77]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.02.29:518][ 77]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.02.29:632][ 79]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.02.29:632][ 79]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.02.29:632][ 79]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.02.29:632][ 79]MaterialEditorStats: Shader Count: 3 +[2025.04.09-16.02.29:632][ 79]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.02.35:548][332]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.02.35:548][332]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.02.35:548][332]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.02.35:548][332]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.02.36:129][384]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.02.36:129][384]MaterialEditorStats: Texture samplers: 2/16 +[2025.04.09-16.02.36:129][384]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.02.36:129][384]MaterialEditorStats: Shader Count: 1 +[2025.04.09-16.02.36:129][384]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.02.37:111][477]LogShaderCompilers: Display: ================================================ +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Total job queries 205, among them cache hits 45 (21.95%), DDC hits 61 (29.76%), Duplicates 3 (1.46%) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Tracking 157 distinct input hashes that result in 121 distinct outputs (77.07%) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: RAM used: 103.00 KiB of 1.60 GiB budget. Usage: 0.01% +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Shaders Compiled: 96 +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Jobs assigned 96, completed 96 (100%) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Average time worker was idle: 93.91 s +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Time job spent in pending queue: average 0.13 s, longest 3.05 s +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Job execution time: average 6.39 s, max 15.96 s +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Job life time (pending + execution): average 6.52 s, max 16.07 +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Shader code size: average 15.02 KiB, min 2.578 KiB, max 32.242 KiB +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 123.59 s +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Jobs were issued in 96 batches (only local compilation was used), average 1.00 jobs/batch +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Average processing rate: 0.78 jobs/sec +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Total thread time: 105.415 s +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Total thread preprocess time: 3.668 s +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Percentage time preprocessing: 3.48% +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Effective parallelization: 0.85 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 3 times, average 2.33 sec, max 3.09 sec, min 1.02 sec) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight (compiled 15 times, average 2.12 sec, max 3.21 sec, min 0.83 sec) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 15 times, average 1.51 sec, max 3.19 sec, min 0.54 sec) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: FPathTracingMaterialCHS_AHS (compiled 1 times, average 1.27 sec, max 1.27 sec, min 1.27 sec) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy (compiled 1 times, average 1.23 sec, max 1.23 sec, min 1.23 sec) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 30.23% of total time (compiled 15 times, average 2.12 sec, max 3.21 sec, min 0.83 sec) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 21.52% of total time (compiled 15 times, average 1.51 sec, max 3.19 sec, min 0.54 sec) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy - 14.15% of total time (compiled 14 times, average 1.07 sec, max 1.20 sec, min 0.91 sec) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 7.25% of total time (compiled 18 times, average 0.42 sec, max 0.55 sec, min 0.29 sec) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy - 6.63% of total time (compiled 3 times, average 2.33 sec, max 3.09 sec, min 1.02 sec) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: === Material stats === +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Materials Translated: 183 +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Material Total Translate Time: 0.20 s +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Material Translation Only: 0.08 s (41%) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (1%) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: Material Cache Hits: 40 (22%) +[2025.04.09-16.02.37:112][477]LogShaderCompilers: Display: ================================================ +[2025.04.09-16.02.37:957][558]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.02.37:957][558]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.02.37:957][558]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.02.37:957][558]MaterialEditorStats: Shader Count: 3 +[2025.04.09-16.02.37:957][558]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.02.52:051][972]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.02.52:051][972]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.02.52:051][972]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.02.52:051][972]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.02.52:638][ 41]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.02.52:638][ 41]MaterialEditorStats: Texture samplers: 2/16 +[2025.04.09-16.02.52:638][ 41]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.02.52:638][ 41]MaterialEditorStats: Shader Count: 1 +[2025.04.09-16.02.52:638][ 41]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.02.53:278][114]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.02.53:278][114]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.02.53:278][114]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.02.53:278][114]MaterialEditorStats: Shader Count: 3 +[2025.04.09-16.02.53:278][114]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.03.00:867][ 1]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.03.00:867][ 1]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.03.00:867][ 1]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.03.00:867][ 1]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.03.01:409][ 62]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.03.01:409][ 62]MaterialEditorStats: Texture samplers: 2/16 +[2025.04.09-16.03.01:409][ 62]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.03.01:409][ 62]MaterialEditorStats: Shader Count: 1 +[2025.04.09-16.03.01:409][ 62]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.03.02:021][117]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.03.02:021][117]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.03.02:021][117]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.03.02:021][117]MaterialEditorStats: Shader Count: 2 +[2025.04.09-16.03.02:021][117]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.03.10:026][ 15]LogSlate: Window 'Color Picker' being destroyed +[2025.04.09-16.03.10:037][ 15]LogShaderCompilers: Display: Cancelled job 0x00000B0035D2E600 with pending SubmitJob call. +[2025.04.09-16.03.10:043][ 15]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.03.10:043][ 15]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.03.10:043][ 15]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.03.10:043][ 15]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.03.10:834][108]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.03.10:834][108]MaterialEditorStats: Texture samplers: 2/16 +[2025.04.09-16.03.10:834][108]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.03.10:834][108]MaterialEditorStats: Shader Count: 1 +[2025.04.09-16.03.10:834][108]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.03.11:341][169]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.03.11:341][169]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.03.11:341][169]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.03.11:341][169]MaterialEditorStats: Shader Count: 3 +[2025.04.09-16.03.11:341][169]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.03.23:770][549]LogSlate: Window 'Color Picker' being destroyed +[2025.04.09-16.03.23:782][549]LogShaderCompilers: Display: Cancelled job 0x00000B0035D2DC00 with pending SubmitJob call. +[2025.04.09-16.03.23:789][549]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.03.23:789][549]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.03.23:789][549]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.03.23:789][549]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.03.24:489][630]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.03.24:489][630]MaterialEditorStats: Texture samplers: 2/16 +[2025.04.09-16.03.24:489][630]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.03.24:489][630]MaterialEditorStats: Shader Count: 1 +[2025.04.09-16.03.24:489][630]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.03.25:095][702]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.03.25:095][702]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.03.25:095][702]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.03.25:095][702]MaterialEditorStats: Shader Count: 3 +[2025.04.09-16.03.25:095][702]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.03.25:188][703]LogPSOHitching: Encountered 50 PSO creation hitches so far (44 graphics, 6 compute). 0 of them were precached. +[2025.04.09-16.03.34:299][734]LogSlate: Window 'Color Picker' being destroyed +[2025.04.09-16.03.34:308][734]LogShaderCompilers: Display: Cancelled job 0x00000B0035D28200 with pending SubmitJob call. +[2025.04.09-16.03.34:319][734]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.03.34:319][734]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.03.34:319][734]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.03.34:319][734]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.03.34:936][807]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.03.34:936][807]MaterialEditorStats: Texture samplers: 2/16 +[2025.04.09-16.03.34:936][807]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.03.34:936][807]MaterialEditorStats: Shader Count: 1 +[2025.04.09-16.03.34:936][807]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.03.35:540][879]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.03.35:540][879]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.03.35:540][879]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.03.35:540][879]MaterialEditorStats: Shader Count: 3 +[2025.04.09-16.03.35:540][879]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.03.46:252][ 88]LogSlate: Window 'Color Picker' being destroyed +[2025.04.09-16.03.46:263][ 88]LogShaderCompilers: Display: Cancelled job 0x00000B0035D2AA00 with pending SubmitJob call. +[2025.04.09-16.03.46:269][ 88]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.03.46:269][ 88]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.03.46:269][ 88]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.03.46:269][ 88]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.03.46:827][154]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.03.46:828][154]MaterialEditorStats: Texture samplers: 2/16 +[2025.04.09-16.03.46:828][154]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.03.46:828][154]MaterialEditorStats: Shader Count: 1 +[2025.04.09-16.03.46:828][154]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.03.47:440][227]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.03.47:441][227]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.03.47:441][227]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.03.47:441][227]MaterialEditorStats: Shader Count: 2 +[2025.04.09-16.03.47:441][227]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.04.00:102][464]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.04.00:102][464]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.04.00:103][464]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.04.00:103][464]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.04.00:699][522]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.04.00:699][522]MaterialEditorStats: Texture samplers: 2/16 +[2025.04.09-16.04.00:699][522]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.04.00:699][522]MaterialEditorStats: Shader Count: 1 +[2025.04.09-16.04.00:699][522]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.04.01:308][594]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.04.01:308][594]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.04.01:308][594]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.04.01:308][594]MaterialEditorStats: Shader Count: 3 +[2025.04.09-16.04.01:308][594]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.04.07:990][943]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 1413.055786 +[2025.04.09-16.04.08:991][946]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.04.09-16.04.08:991][946]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 1413.723022, Update Interval: 327.585693 +[2025.04.09-16.04.19:721][241]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.09-16.04.19:721][241]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.04.19:721][241]MaterialEditorStats: Shader Count: 0 +[2025.04.09-16.04.19:721][241]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.04.20:361][318]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.04.20:361][318]MaterialEditorStats: Texture samplers: 2/16 +[2025.04.09-16.04.20:361][318]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.04.20:361][318]MaterialEditorStats: Shader Count: 1 +[2025.04.09-16.04.20:361][318]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.04.20:969][390]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.04.20:969][390]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.04.20:969][390]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.04.20:969][390]MaterialEditorStats: Shader Count: 3 +[2025.04.09-16.04.20:969][390]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.04.29:603][678]LogMaterialEditor: Saving and Compiling material M_Hands +[2025.04.09-16.04.29:700][678]LogUObjectHash: Compacting FUObjectHashTables data took 1.70ms +[2025.04.09-16.04.45:597][678]LogUObjectHash: Compacting FUObjectHashTables data took 0.70ms +[2025.04.09-16.04.45:696][678]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.09-16.04.45:770][678]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Materials/M_Hands] ([1] browsable assets)... +[2025.04.09-16.04.45:795][678]OBJ SavePackage: Rendered thumbnail for [Material /Game/VRTemplate/Materials/M_Hands.M_Hands] +[2025.04.09-16.04.45:795][678]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Materials/M_Hands] +[2025.04.09-16.04.45:795][678]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Materials/M_Hands" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Materials/M_Hands.uasset" SILENT=true +[2025.04.09-16.04.45:797][678]LogSavePackage: Moving output files for package: /Game/VRTemplate/Materials/M_Hands +[2025.04.09-16.04.45:797][678]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/M_HandsB0D54AF045C49D799D3D60A5B4C37201.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Materials/M_Hands.uasset' +[2025.04.09-16.04.45:804][678]LogFileHelpers: InternalPromptForCheckoutAndSave took 108.454 ms (total: 261.890 ms) +[2025.04.09-16.04.45:836][678]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.09-16.04.45:836][678]LogContentValidation: Enabled validators: +[2025.04.09-16.04.45:836][678]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.04.09-16.04.45:836][678]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.09-16.04.45:836][678]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.09-16.04.45:836][678]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.04.09-16.04.45:836][678]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.09-16.04.45:836][678]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.04.09-16.04.45:836][678]AssetCheck: /Game/VRTemplate/Materials/M_Hands Validating asset +[2025.04.09-16.04.45:845][678]MaterialEditorStats: Base pass shader: 622 instructions +Stats: Resources Used: 16 +Resource Limit: 64 +Samplers Used: 3 +Sampler Limit: 32 + +[2025.04.09-16.04.45:845][678]MaterialEditorStats: Base pass vertex shader: 351 instructions +Stats: Resources Used: 7 +Resource Limit: 64 +Samplers Used: 2 +Sampler Limit: 32 + +[2025.04.09-16.04.45:845][678]MaterialEditorStats: Texture samplers: 4/16 +[2025.04.09-16.04.45:846][678]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.09-16.04.45:846][678]MaterialEditorStats: Shader Count: 24 +[2025.04.09-16.04.45:846][678]MaterialEditorStats: Preshaders: 3 (3 param fetches, 5 ops) +[2025.04.09-16.04.45:881][678]LogAutomationController: Ignoring very large delta of 16.29 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: ================================================ +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Total job queries 283, among them cache hits 75 (26.50%), DDC hits 61 (21.55%), Duplicates 3 (1.06%) +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Tracking 205 distinct input hashes that result in 149 distinct outputs (72.68%) +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: RAM used: 115.86 KiB of 1.60 GiB budget. Usage: 0.01% +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Shaders Compiled: 144 +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Jobs assigned 144, completed 144 (100%) +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Average time worker was idle: 74.64 s +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Time job spent in pending queue: average 0.15 s, longest 3.05 s +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Job execution time: average 5.55 s, max 15.96 s +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Job life time (pending + execution): average 5.70 s, max 16.07 +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Shader code size: average 14.732 KiB, min 2.578 KiB, max 32.242 KiB +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 152.46 s +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Jobs were issued in 144 batches (only local compilation was used), average 1.00 jobs/batch +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Average processing rate: 0.94 jobs/sec +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Total thread time: 145.37 s +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Total thread preprocess time: 5.158 s +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Percentage time preprocessing: 3.55% +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Effective parallelization: 0.95 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 4 times, average 2.02 sec, max 3.09 sec, min 1.02 sec) +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight (compiled 23 times, average 1.75 sec, max 3.21 sec, min 0.83 sec) +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 20 times, average 1.32 sec, max 3.19 sec, min 0.53 sec) +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: FPathTracingMaterialCHS_AHS (compiled 2 times, average 1.30 sec, max 1.34 sec, min 1.27 sec) +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy (compiled 1 times, average 1.23 sec, max 1.23 sec, min 1.23 sec) +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 27.67% of total time (compiled 23 times, average 1.75 sec, max 3.21 sec, min 0.83 sec) +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 18.16% of total time (compiled 20 times, average 1.32 sec, max 3.19 sec, min 0.53 sec) +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy - 10.26% of total time (compiled 14 times, average 1.07 sec, max 1.20 sec, min 0.91 sec) +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicyFAnyHitShader - 9.36% of total time (compiled 13 times, average 1.05 sec, max 1.14 sec, min 0.86 sec) +[2025.04.09-16.05.37:116][512]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 8.82% of total time (compiled 30 times, average 0.43 sec, max 0.55 sec, min 0.29 sec) +[2025.04.09-16.05.37:117][512]LogShaderCompilers: Display: === Material stats === +[2025.04.09-16.05.37:117][512]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.09-16.05.37:117][512]LogShaderCompilers: Display: Materials Translated: 215 +[2025.04.09-16.05.37:117][512]LogShaderCompilers: Display: Material Total Translate Time: 0.21 s +[2025.04.09-16.05.37:117][512]LogShaderCompilers: Display: Material Translation Only: 0.09 s (41%) +[2025.04.09-16.05.37:117][512]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (1%) +[2025.04.09-16.05.37:117][512]LogShaderCompilers: Display: Material Cache Hits: 40 (19%) +[2025.04.09-16.05.37:117][512]LogShaderCompilers: Display: ================================================ +[2025.04.09-16.05.56:372][816]LogSlate: Took 0.008924 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.04.09-16.06.12:233][749]LogUObjectHash: Compacting FUObjectHashTables data took 1.66ms +[2025.04.09-16.06.36:263][ 58]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.04.09-16.06.36:267][ 58]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.09-16.06.36:269][ 58]LogHMD: Initializing OVRPlugin session +[2025.04.09-16.06.36:269][ 58]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-16.06.36:269][ 58]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-16.06.36:269][ 58]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-16.06.36:269][ 58]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-16.06.36:366][ 58]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-16.06.36:367][ 58]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-16.06.36:394][ 58]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-16.06.36:394][ 58]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-16.06.36:396][ 58]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-16.06.36:581][ 58]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-16.06.57:063][ 58]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=332298419662500 +[2025.04.09-16.06.57:063][ 58]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.06.57:063][ 58]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=332298419670000 +[2025.04.09-16.06.57:064][ 58]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.06.57:064][ 58]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-16.06.57:074][ 58]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-16.06.57:074][ 58]LogOVRPlugin: ... m_textureStages[0][0] = 00000219CAB0A360 +[2025.04.09-16.06.57:074][ 58]LogOVRPlugin: ... m_textureStages[0][1] = 00000219CAB07390 +[2025.04.09-16.06.57:074][ 58]LogOVRPlugin: ... m_textureStages[0][2] = 00000219CAB0E650 +[2025.04.09-16.06.57:085][ 58]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-16.06.57:086][ 58]LogOVRPlugin: ... m_depthTextureStages[0][0] = 00000219CAB0B680 +[2025.04.09-16.06.57:086][ 58]LogOVRPlugin: ... m_depthTextureStages[0][1] = 00000219CAB0D330 +[2025.04.09-16.06.57:086][ 58]LogOVRPlugin: ... m_depthTextureStages[0][2] = 00000219CAB0C010 +[2025.04.09-16.06.57:086][ 58]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-16.06.57:086][ 58]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-16.06.57:086][ 58]LogPlayLevel: Display: Creating online subsystem for client :Context_16 +[2025.04.09-16.06.57:090][ 58]LogOnline: OSS: Created online subsystem instance for: :Context_16 +[2025.04.09-16.06.57:105][ 58]LogAutomationController: Ignoring very large delta of 20.84 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-16.06.57:106][ 59]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.06.57:112][ 59]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006173s) +[2025.04.09-16.06.57:112][ 59]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006223s) +[2025.04.09-16.06.57:137][ 59]LogUObjectHash: Compacting FUObjectHashTables data took 1.48ms +[2025.04.09-16.06.57:143][ 59]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-16.06.57:145][ 59]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-16.06.57:146][ 59]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-16.06.57:147][ 59]LogPlayLevel: PIE: World Init took: (0.001971s) +[2025.04.09-16.06.57:148][ 59]LogAudio: Display: Creating Audio Device: Id: 7, Scope: Unique, Realtime: True +[2025.04.09-16.06.57:148][ 59]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-16.06.57:148][ 59]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-16.06.57:148][ 59]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-16.06.57:148][ 59]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-16.06.57:148][ 59]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-16.06.57:148][ 59]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-16.06.57:148][ 59]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-16.06.57:148][ 59]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-16.06.57:148][ 59]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-16.06.57:148][ 59]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-16.06.57:148][ 59]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-16.06.57:151][ 59]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-16.06.57:195][ 59]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-16.06.57:195][ 59]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-16.06.57:195][ 59]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-16.06.57:195][ 59]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-16.06.57:196][ 59]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7 +[2025.04.09-16.06.57:196][ 59]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=7 +[2025.04.09-16.06.57:199][ 59]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7 +[2025.04.09-16.06.57:199][ 59]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7 +[2025.04.09-16.06.57:200][ 59]LogInit: FAudioDevice initialized with ID 7. +[2025.04.09-16.06.57:200][ 59]LogAudio: Display: Audio Device (ID: 7) registered with world 'VRTemplateMap'. +[2025.04.09-16.06.57:200][ 59]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 7 +[2025.04.09-16.06.57:224][ 59]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.06.57:224][ 59]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-16.06.57:224][ 59]LogHMD: Collecting Telemetry Data +[2025.04.09-16.06.57:269][ 59]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-16.06.57:272][ 59]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.04.09-19.06.57 +[2025.04.09-16.06.57:273][ 59]LogWorld: Bringing up level for play took: 0.002868 +[2025.04.09-16.06.57:276][ 59]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-16.06.57:277][ 59]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-16.06.57:279][ 59]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.06.57:280][ 59]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.04.09-16.06.57:290][ 59]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.06.57:291][ 59]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.04.09-16.06.57:299][ 59]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-16.06.57:307][ 59]PIE: Server logged in +[2025.04.09-16.06.57:309][ 59]PIE: Play in editor total start time 21.041 seconds. +[2025.04.09-16.06.57:311][ 59]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-16.06.57:345][ 59]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-16.06.57:379][ 60]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=332319108695200 +[2025.04.09-16.06.57:379][ 60]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.06.58:111][106]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=332319840818800 +[2025.04.09-16.06.58:111][106]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.06.58:111][106]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=332319840848099 +[2025.04.09-16.06.58:111][106]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-16.06.58:130][107]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-16.06.58:150][108]LogMaterial: Display: Material /Game/VRTemplate/Materials/M_Hands.M_Hands needed to have new flag set bUsedWithSkeletalMesh ! +[2025.04.09-16.06.58:191][109]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.04.09-16.06.58:208][110]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.04.09-16.06.58:208][110]LogOVRPlugin: ... m_textureStages[0][0] = 00000219EBBD1400 +[2025.04.09-16.06.58:208][110]LogOVRPlugin: ... m_textureStages[0][1] = 00000219EBBCBFC0 +[2025.04.09-16.06.58:208][110]LogOVRPlugin: ... m_textureStages[0][2] = 00000219EBBCD4D0 +[2025.04.09-16.07.03:961][501]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.07.10:175][947]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.07.10:480][961]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.07.10:977][994]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.07.13:302][161]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.07.13:330][163]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.07.23:122][858]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.07.25:813][ 52]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=332347543018500 +[2025.04.09-16.07.25:813][ 52]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.07.25:813][ 52]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=332347543031400 +[2025.04.09-16.07.25:813][ 52]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.07.25:813][ 52]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=332347543133000 +[2025.04.09-16.07.25:813][ 52]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.07.25:814][ 52]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1993 outside of frame bounds +[2025.04.09-16.07.25:816][ 52]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1993 outside of frame bounds +[2025.04.09-16.07.25:818][ 52]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=332347543133000 +[2025.04.09-16.07.25:818][ 52]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.07.25:818][ 52]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=332347547900800 +[2025.04.09-16.07.25:818][ 52]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.07.35:511][236]LogWindowsDesktop: Alt-F4 pressed! +[2025.04.09-16.07.35:572][236]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.07.35:572][236]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.07.35:616][236]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-16.07.35:661][236]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.07.35:662][236]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.07.35:665][236]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-16.07.35:673][236]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.07.35:697][236]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.09-16.07.35:713][236]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 7 +[2025.04.09-16.07.35:713][236]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 +[2025.04.09-16.07.35:717][236]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 +[2025.04.09-16.07.35:725][236]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-16.07.35:725][236]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-16.07.35:727][236]LogUObjectHash: Compacting FUObjectHashTables data took 1.59ms +[2025.04.09-16.07.35:765][237]LogPlayLevel: Display: Destroying online subsystem :Context_16 +[2025.04.09-16.07.35:766][237]LogHMD: Warning: Destroying layer 1 +[2025.04.09-16.07.35:771][237]LogHMD: Warning: Destroying layer 2 +[2025.04.09-16.07.35:773][237]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-16.07.35:901][237]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-16.07.35:908][237]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-16.08.37:335][496]LogShaderCompilers: Display: ================================================ +[2025.04.09-16.08.37:335][496]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.09-16.08.37:335][496]LogShaderCompilers: Display: Total job queries 333, among them cache hits 101 (30.33%), DDC hits 61 (18.32%), Duplicates 8 (2.40%) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Tracking 224 distinct input hashes that result in 155 distinct outputs (69.20%) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: RAM used: 118.21 KiB of 1.60 GiB budget. Usage: 0.01% +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Shaders Compiled: 163 +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Jobs assigned 163, completed 163 (100%) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Average time worker was idle: 75.83 s +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Time job spent in pending queue: average 0.14 s, longest 3.05 s +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Job execution time: average 6.51 s, max 15.96 s +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Job life time (pending + execution): average 6.65 s, max 16.07 +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Shader code size: average 14.999 KiB, min 2.578 KiB, max 32.242 KiB +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 177.78 s +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Jobs were issued in 156 batches (only local compilation was used), average 1.04 jobs/batch +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Average processing rate: 0.92 jobs/sec +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Total thread time: 167.754 s +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Total thread preprocess time: 6.427 s +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Percentage time preprocessing: 3.83% +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Effective parallelization: 0.94 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 5 times, average 1.88 sec, max 3.09 sec, min 1.02 sec) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight (compiled 25 times, average 1.75 sec, max 3.21 sec, min 0.83 sec) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 21 times, average 1.32 sec, max 3.19 sec, min 0.53 sec) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: FPathTracingMaterialCHS_AHS (compiled 2 times, average 1.30 sec, max 1.34 sec, min 1.27 sec) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy (compiled 1 times, average 1.23 sec, max 1.23 sec, min 1.23 sec) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 26.14% of total time (compiled 25 times, average 1.75 sec, max 3.21 sec, min 0.83 sec) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 16.52% of total time (compiled 21 times, average 1.32 sec, max 3.19 sec, min 0.53 sec) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy - 9.49% of total time (compiled 15 times, average 1.06 sec, max 1.20 sec, min 0.91 sec) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicyFAnyHitShader - 8.11% of total time (compiled 13 times, average 1.05 sec, max 1.14 sec, min 0.86 sec) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 7.91% of total time (compiled 31 times, average 0.43 sec, max 0.55 sec, min 0.29 sec) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: === Material stats === +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Materials Translated: 216 +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Material Total Translate Time: 0.21 s +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Material Translation Only: 0.09 s (41%) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (1%) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: Material Cache Hits: 40 (19%) +[2025.04.09-16.08.37:336][496]LogShaderCompilers: Display: ================================================ +[2025.04.09-16.10.03:413][166]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 1768.469971 +[2025.04.09-16.10.03:622][183]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.04.09-16.10.03:622][183]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 1768.667236, Update Interval: 309.582214 +[2025.04.09-16.10.27:696][282]LogUObjectHash: Compacting FUObjectHashTables data took 1.84ms +[2025.04.09-16.10.27:701][282]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/VRTemplate/Maps/VRTemplateMap' took 0.030 +[2025.04.09-16.10.27:701][282]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... +[2025.04.09-16.10.27:775][282]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] +[2025.04.09-16.10.27:775][282]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] +[2025.04.09-16.10.27:842][282]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto2 +[2025.04.09-16.10.27:842][282]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/VRPawn_Auto2E4DD2D1B4CF9BD1C96678EB559ED5E73.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto2.uasset' +[2025.04.09-16.10.27:842][282]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Materials/M_Hands] ([1] browsable assets)... +[2025.04.09-16.10.27:842][282]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Materials/M_Hands] +[2025.04.09-16.10.27:844][282]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Materials/M_Hands_Auto2 +[2025.04.09-16.10.27:844][282]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/M_Hands_Auto219E0A4C04A6ACBD35A0E2B9EF6DCDD04.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Autosaves/Game/VRTemplate/Materials/M_Hands_Auto2.uasset' +[2025.04.09-16.10.27:844][282]LogFileHelpers: Auto-saving content packages took 0.143 +[2025.04.09-16.10.34:463][379]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.09-16.11.47:964][719]LogUObjectHash: Compacting FUObjectHashTables data took 1.50ms +[2025.04.09-16.11.53:790][315]LogAssetEditorSubsystem: Opening Asset editor for InputMappingContext /Game/VRTemplate/Input/IMC_Default.IMC_Default +[2025.04.09-16.11.59:041][855]LogAssetEditorSubsystem: Opening Asset editor for InputMappingContext /Game/VRTemplate/Input/IMC_Hands.IMC_Hands +[2025.04.09-16.13.50:531][415]LogUObjectHash: Compacting FUObjectHashTables data took 1.61ms +[2025.04.09-16.13.50:537][415]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.09-16.13.50:603][415]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Input/IMC_Default] ([1] browsable assets)... +[2025.04.09-16.13.50:603][415]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Input/IMC_Default] +[2025.04.09-16.13.50:603][415]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Input/IMC_Default" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Input/IMC_Default.uasset" SILENT=true +[2025.04.09-16.13.50:607][415]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/IMC_Default +[2025.04.09-16.13.50:608][415]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/IMC_DefaultAF14375D458513C9F50C12BD48C742B7.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Input/IMC_Default.uasset' +[2025.04.09-16.13.50:609][415]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... +[2025.04.09-16.13.50:686][415]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] +[2025.04.09-16.13.50:686][415]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] +[2025.04.09-16.13.50:686][415]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true +[2025.04.09-16.13.50:754][415]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn +[2025.04.09-16.13.50:754][415]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/VRPawn45FCA2144352DF6DB561189ADF7239F2.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' +[2025.04.09-16.13.50:755][415]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Materials/M_Hands] ([1] browsable assets)... +[2025.04.09-16.13.50:755][415]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Materials/M_Hands] +[2025.04.09-16.13.50:755][415]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Materials/M_Hands" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Materials/M_Hands.uasset" SILENT=true +[2025.04.09-16.13.50:756][415]LogSavePackage: Moving output files for package: /Game/VRTemplate/Materials/M_Hands +[2025.04.09-16.13.50:756][415]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/M_HandsEDA32B1A48337528EC2855AC4E2E24EF.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Materials/M_Hands.uasset' +[2025.04.09-16.13.50:768][415]LogFileHelpers: InternalPromptForCheckoutAndSave took 231.812 ms (total: 493.702 ms) +[2025.04.09-16.13.50:827][415]LogContentValidation: Display: Starting to validate 3 assets +[2025.04.09-16.13.50:827][415]LogContentValidation: Enabled validators: +[2025.04.09-16.13.50:827][415]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.04.09-16.13.50:827][415]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.09-16.13.50:827][415]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.09-16.13.50:827][415]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.04.09-16.13.50:827][415]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.09-16.13.50:827][415]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.04.09-16.13.50:828][415]AssetCheck: /Game/VRTemplate/Input/IMC_Default Validating asset +[2025.04.09-16.13.50:828][415]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset +[2025.04.09-16.13.50:828][415]AssetCheck: /Game/VRTemplate/Materials/M_Hands Validating asset +[2025.04.09-16.14.15:465][267]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.04.09-16.14.15:471][267]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.09-16.14.15:471][267]LogHMD: Initializing OVRPlugin session +[2025.04.09-16.14.15:471][267]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-16.14.15:471][267]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-16.14.15:471][267]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-16.14.15:471][267]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-16.14.15:887][267]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-16.14.15:888][267]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-16.14.15:915][267]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-16.14.15:915][267]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-16.14.15:916][267]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-16.14.16:075][267]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-16.14.16:075][267]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-16.14.16:075][267]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-16.14.16:075][267]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-16.14.16:075][267]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-16.14.16:075][267]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-16.14.16:075][267]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-16.14.16:075][267]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-16.14.16:075][267]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-16.14.16:075][267]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-16.14.16:075][267]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-16.14.16:075][267]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.14.16:075][267]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.14.16:076][267]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-16.14.16:076][267]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-16.14.16:076][267]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-16.14.16:076][267]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-16.14.16:076][267]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-16.14.16:076][267]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-16.14.16:076][267]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-16.14.16:076][267]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-16.14.16:076][267]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-16.14.16:076][267]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-16.14.16:076][267]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-16.14.36:500][267]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=332757967211100 +[2025.04.09-16.14.36:500][267]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.14.36:500][267]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=332757967218600 +[2025.04.09-16.14.36:500][267]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.14.36:500][267]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-16.14.36:510][267]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-16.14.36:510][267]LogOVRPlugin: ... m_textureStages[0][0] = 00000219B14BB5A0 +[2025.04.09-16.14.36:510][267]LogOVRPlugin: ... m_textureStages[0][1] = 000002190625D260 +[2025.04.09-16.14.36:510][267]LogOVRPlugin: ... m_textureStages[0][2] = 000002190625E580 +[2025.04.09-16.14.36:523][267]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-16.14.36:523][267]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000002190625EF10 +[2025.04.09-16.14.36:523][267]LogOVRPlugin: ... m_depthTextureStages[0][1] = 0000021906260230 +[2025.04.09-16.14.36:523][267]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000002190625AC20 +[2025.04.09-16.14.36:523][267]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-16.14.36:524][267]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-16.14.36:524][267]LogPlayLevel: Display: Creating online subsystem for client :Context_17 +[2025.04.09-16.14.36:527][267]LogOnline: OSS: Created online subsystem instance for: :Context_17 +[2025.04.09-16.14.36:541][267]LogAutomationController: Ignoring very large delta of 21.08 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-16.14.36:542][268]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.14.36:549][268]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006140s) +[2025.04.09-16.14.36:549][268]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006188s) +[2025.04.09-16.14.36:573][268]LogUObjectHash: Compacting FUObjectHashTables data took 1.49ms +[2025.04.09-16.14.36:575][268]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-16.14.36:609][268]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-16.14.36:611][268]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-16.14.36:611][268]LogPlayLevel: PIE: World Init took: (0.002032s) +[2025.04.09-16.14.36:612][268]LogAudio: Display: Creating Audio Device: Id: 8, Scope: Unique, Realtime: True +[2025.04.09-16.14.36:612][268]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-16.14.36:612][268]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-16.14.36:612][268]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-16.14.36:612][268]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-16.14.36:612][268]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-16.14.36:612][268]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-16.14.36:612][268]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-16.14.36:612][268]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-16.14.36:612][268]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-16.14.36:612][268]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-16.14.36:612][268]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-16.14.36:614][268]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-16.14.36:657][268]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-16.14.36:657][268]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-16.14.36:657][268]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-16.14.36:657][268]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-16.14.36:658][268]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=8 +[2025.04.09-16.14.36:658][268]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=8 +[2025.04.09-16.14.36:661][268]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=8 +[2025.04.09-16.14.36:661][268]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=8 +[2025.04.09-16.14.36:661][268]LogInit: FAudioDevice initialized with ID 8. +[2025.04.09-16.14.36:661][268]LogAudio: Display: Audio Device (ID: 8) registered with world 'VRTemplateMap'. +[2025.04.09-16.14.36:661][268]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 8 +[2025.04.09-16.14.36:686][268]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.14.36:686][268]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-16.14.36:686][268]LogHMD: Collecting Telemetry Data +[2025.04.09-16.14.36:733][268]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-16.14.36:736][268]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.04.09-19.14.36 +[2025.04.09-16.14.36:737][268]LogWorld: Bringing up level for play took: 0.003495 +[2025.04.09-16.14.36:739][268]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-16.14.36:742][268]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-16.14.36:744][268]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.14.36:746][268]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.04.09-16.14.36:754][268]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.14.36:757][268]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.04.09-16.14.36:764][268]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-16.14.36:769][268]PIE: Server logged in +[2025.04.09-16.14.36:771][268]PIE: Play in editor total start time 21.301 seconds. +[2025.04.09-16.14.36:772][268]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-16.14.36:810][268]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-16.14.36:842][269]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=332778567698800 +[2025.04.09-16.14.36:842][269]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.14.37:556][313]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=332779281955999 +[2025.04.09-16.14.37:556][313]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.14.37:556][313]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=332779282006900 +[2025.04.09-16.14.37:556][313]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-16.14.37:573][314]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-16.14.51:487][298]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=332793213197800 +[2025.04.09-16.14.51:487][298]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.14.51:487][298]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=332793213213100 +[2025.04.09-16.14.51:487][298]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.14.51:487][298]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=332793213416199 +[2025.04.09-16.14.51:487][298]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.14.51:487][298]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1030 outside of frame bounds +[2025.04.09-16.14.51:489][298]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1030 outside of frame bounds +[2025.04.09-16.14.51:490][298]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=332793213416199 +[2025.04.09-16.14.51:490][298]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.14.51:490][298]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=332793216598400 +[2025.04.09-16.14.51:490][298]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.14.56:137][879]LogWindowsDesktop: Alt-F4 pressed! +[2025.04.09-16.14.56:195][879]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.14.56:195][879]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.14.56:280][879]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-16.14.56:305][879]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.14.56:305][879]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.14.56:309][879]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-16.14.56:317][879]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.14.56:342][879]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 8 +[2025.04.09-16.14.56:342][879]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 +[2025.04.09-16.14.56:345][879]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 +[2025.04.09-16.14.56:354][879]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-16.14.56:354][879]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-16.14.56:356][879]LogUObjectHash: Compacting FUObjectHashTables data took 1.80ms +[2025.04.09-16.14.56:393][880]LogPlayLevel: Display: Destroying online subsystem :Context_17 +[2025.04.09-16.14.56:393][880]LogHMD: Warning: Destroying layer 1 +[2025.04.09-16.14.56:398][880]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-16.14.56:568][880]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-16.14.56:575][880]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-16.16.01:028][927]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 2126.091064 +[2025.04.09-16.16.02:028][930]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.04.09-16.16.02:028][930]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 2126.757812, Update Interval: 309.241608 +[2025.04.09-16.16.52:045][938]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.09-16.16.52:112][938]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Input/IMC_Default] ([1] browsable assets)... +[2025.04.09-16.16.52:112][938]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Input/IMC_Default] +[2025.04.09-16.16.52:112][938]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Input/IMC_Default" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Input/IMC_Default.uasset" SILENT=true +[2025.04.09-16.16.52:116][938]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/IMC_Default +[2025.04.09-16.16.52:117][938]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/IMC_Default547BFDC247B4BEC20EEDF4BF12F2445A.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Input/IMC_Default.uasset' +[2025.04.09-16.16.52:126][938]LogFileHelpers: InternalPromptForCheckoutAndSave took 80.743 ms (total: 574.446 ms) +[2025.04.09-16.16.52:178][938]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.09-16.16.52:178][938]LogContentValidation: Enabled validators: +[2025.04.09-16.16.52:178][938]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.04.09-16.16.52:178][938]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.09-16.16.52:178][938]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.09-16.16.52:178][938]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.04.09-16.16.52:178][938]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.09-16.16.52:178][938]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.04.09-16.16.52:178][938]AssetCheck: /Game/VRTemplate/Input/IMC_Default Validating asset +[2025.04.09-16.16.57:886][594]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.04.09-16.16.57:891][594]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.09-16.16.57:891][594]LogHMD: Initializing OVRPlugin session +[2025.04.09-16.16.57:891][594]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-16.16.57:891][594]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-16.16.57:891][594]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-16.16.57:891][594]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-16.16.57:983][594]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-16.16.57:984][594]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-16.16.58:009][594]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-16.16.58:010][594]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-16.16.58:011][594]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-16.16.58:156][594]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-16.16.58:156][594]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-16.16.58:156][594]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-16.16.58:156][594]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-16.16.58:156][594]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-16.16.58:156][594]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-16.16.58:156][594]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-16.16.58:156][594]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-16.16.58:156][594]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-16.16.58:156][594]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-16.16.58:156][594]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-16.16.58:156][594]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.16.58:156][594]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.16.58:157][594]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-16.16.58:157][594]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-16.16.58:157][594]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-16.16.58:157][594]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-16.16.58:157][594]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-16.16.58:157][594]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-16.16.58:157][594]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-16.16.58:157][594]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-16.16.58:157][594]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-16.16.58:157][594]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-16.16.58:157][594]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-16.17.18:495][594]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=332919987169400 +[2025.04.09-16.17.18:495][594]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.17.18:495][594]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-16.17.18:495][594]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=332940220211500 +[2025.04.09-16.17.18:495][594]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.17.18:506][594]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-16.17.18:506][594]LogOVRPlugin: ... m_textureStages[0][0] = 00000219ACE8E950 +[2025.04.09-16.17.18:506][594]LogOVRPlugin: ... m_textureStages[0][1] = 00000219ACE95C10 +[2025.04.09-16.17.18:506][594]LogOVRPlugin: ... m_textureStages[0][2] = 00000219ACE965A0 +[2025.04.09-16.17.18:520][594]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-16.17.18:520][594]LogOVRPlugin: ... m_depthTextureStages[0][0] = 00000219ACE96F30 +[2025.04.09-16.17.18:520][594]LogOVRPlugin: ... m_depthTextureStages[0][1] = 00000219ACE9BBB0 +[2025.04.09-16.17.18:520][594]LogOVRPlugin: ... m_depthTextureStages[0][2] = 00000219ACE9A890 +[2025.04.09-16.17.18:520][594]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-16.17.18:520][594]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-16.17.18:520][594]LogPlayLevel: Display: Creating online subsystem for client :Context_18 +[2025.04.09-16.17.18:524][594]LogOnline: OSS: Created online subsystem instance for: :Context_18 +[2025.04.09-16.17.18:540][594]LogAutomationController: Ignoring very large delta of 20.66 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-16.17.18:542][595]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.17.18:549][595]LogPlayLevel: PIE: StaticDuplicateObject took: (0.007310s) +[2025.04.09-16.17.18:549][595]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007366s) +[2025.04.09-16.17.18:575][595]LogUObjectHash: Compacting FUObjectHashTables data took 1.70ms +[2025.04.09-16.17.18:579][595]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-16.17.18:581][595]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-16.17.18:582][595]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-16.17.18:583][595]LogPlayLevel: PIE: World Init took: (0.001828s) +[2025.04.09-16.17.18:584][595]LogAudio: Display: Creating Audio Device: Id: 9, Scope: Unique, Realtime: True +[2025.04.09-16.17.18:584][595]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-16.17.18:584][595]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-16.17.18:584][595]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-16.17.18:584][595]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-16.17.18:584][595]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-16.17.18:584][595]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-16.17.18:584][595]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-16.17.18:584][595]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-16.17.18:584][595]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-16.17.18:584][595]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-16.17.18:584][595]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-16.17.18:586][595]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-16.17.18:624][595]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-16.17.18:624][595]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-16.17.18:624][595]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-16.17.18:624][595]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-16.17.18:625][595]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=9 +[2025.04.09-16.17.18:625][595]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=9 +[2025.04.09-16.17.18:628][595]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=9 +[2025.04.09-16.17.18:628][595]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=9 +[2025.04.09-16.17.18:628][595]LogInit: FAudioDevice initialized with ID 9. +[2025.04.09-16.17.18:628][595]LogAudio: Display: Audio Device (ID: 9) registered with world 'VRTemplateMap'. +[2025.04.09-16.17.18:628][595]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 9 +[2025.04.09-16.17.18:653][595]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.17.18:653][595]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-16.17.18:653][595]LogHMD: Collecting Telemetry Data +[2025.04.09-16.17.18:702][595]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-16.17.18:705][595]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.04.09-19.17.18 +[2025.04.09-16.17.18:706][595]LogWorld: Bringing up level for play took: 0.003251 +[2025.04.09-16.17.18:708][595]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-16.17.18:709][595]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-16.17.18:712][595]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.17.18:714][595]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.04.09-16.17.18:722][595]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.17.18:724][595]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.04.09-16.17.18:732][595]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-16.17.18:738][595]PIE: Server logged in +[2025.04.09-16.17.18:740][595]PIE: Play in editor total start time 20.849 seconds. +[2025.04.09-16.17.18:770][595]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-16.17.18:806][595]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-16.17.18:838][596]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=332940563359699 +[2025.04.09-16.17.18:838][596]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.17.19:566][643]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=332941290462500 +[2025.04.09-16.17.19:566][643]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.17.19:566][643]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=332941290486899 +[2025.04.09-16.17.19:566][643]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-16.17.19:584][644]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-16.17.21:684][788]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.17.37:834][935]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.17.38:731][ 0]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=332960455173100 +[2025.04.09-16.17.38:731][ 0]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.17.38:731][ 0]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=332960455189600 +[2025.04.09-16.17.38:731][ 0]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.17.38:731][ 0]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=332960455287100 +[2025.04.09-16.17.38:731][ 0]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.17.38:731][ 0]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1405 outside of frame bounds +[2025.04.09-16.17.38:733][ 0]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1405 outside of frame bounds +[2025.04.09-16.17.38:733][ 0]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=332960455287100 +[2025.04.09-16.17.38:733][ 0]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.17.38:734][ 0]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=332960458173800 +[2025.04.09-16.17.38:734][ 0]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.17.41:650][372]LogWindowsDesktop: Alt-F4 pressed! +[2025.04.09-16.17.41:715][372]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.17.41:715][372]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.17.41:750][372]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-16.17.41:796][372]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.17.41:797][372]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.17.41:800][372]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-16.17.41:810][372]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.17.41:848][372]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 9 +[2025.04.09-16.17.41:848][372]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 +[2025.04.09-16.17.41:852][372]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 +[2025.04.09-16.17.41:859][372]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-16.17.41:859][372]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-16.17.41:861][372]LogUObjectHash: Compacting FUObjectHashTables data took 1.57ms +[2025.04.09-16.17.41:899][373]LogPlayLevel: Display: Destroying online subsystem :Context_18 +[2025.04.09-16.17.41:900][373]LogHMD: Warning: Destroying layer 1 +[2025.04.09-16.17.41:905][373]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-16.17.42:024][373]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-16.17.42:029][373]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-16.18.27:472][391]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.09-16.18.27:558][391]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... +[2025.04.09-16.18.27:639][391]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] +[2025.04.09-16.18.27:639][391]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] +[2025.04.09-16.18.27:639][391]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true +[2025.04.09-16.18.27:707][391]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn +[2025.04.09-16.18.27:707][391]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/VRPawn2427F5DE4C217D359F32AD864EA28AF2.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' +[2025.04.09-16.18.27:719][391]LogFileHelpers: InternalPromptForCheckoutAndSave took 246.469 ms (total: 820.916 ms) +[2025.04.09-16.18.27:793][391]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.09-16.18.27:793][391]LogContentValidation: Enabled validators: +[2025.04.09-16.18.27:793][391]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.04.09-16.18.27:793][391]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.09-16.18.27:793][391]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.09-16.18.27:793][391]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.04.09-16.18.27:793][391]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.09-16.18.27:793][391]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.04.09-16.18.27:793][391]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset +[2025.04.09-16.18.31:007][767]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.04.09-16.18.31:014][767]LogPlayLevel: [PlayLevel] Compiling VRPawn before play... +[2025.04.09-16.18.31:133][767]LogUObjectHash: Compacting FUObjectHashTables data took 1.55ms +[2025.04.09-16.18.31:135][767]LogPlayLevel: PlayLevel: Blueprint regeneration took 123 ms (1 blueprints) +[2025.04.09-16.18.31:135][767]LogHMD: Initializing OVRPlugin session +[2025.04.09-16.18.31:135][767]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-16.18.31:135][767]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-16.18.31:135][767]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-16.18.31:135][767]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-16.18.31:227][767]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-16.18.31:227][767]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-16.18.31:227][767]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-16.18.31:227][767]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-16.18.31:227][767]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-16.18.31:227][767]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-16.18.31:227][767]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-16.18.31:228][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-16.18.31:229][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-16.18.31:229][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-16.18.31:229][767]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-16.18.31:253][767]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-16.18.31:253][767]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-16.18.31:254][767]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-16.18.31:398][767]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-16.18.31:398][767]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-16.18.31:399][767]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-16.18.31:399][767]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-16.18.51:720][767]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=333013222522400 +[2025.04.09-16.18.51:720][767]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.18.51:721][767]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-16.18.51:721][767]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=333033444520699 +[2025.04.09-16.18.51:721][767]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.18.51:731][767]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-16.18.51:731][767]LogOVRPlugin: ... m_textureStages[0][0] = 000002194E0969A0 +[2025.04.09-16.18.51:731][767]LogOVRPlugin: ... m_textureStages[0][1] = 000002194E090070 +[2025.04.09-16.18.51:731][767]LogOVRPlugin: ... m_textureStages[0][2] = 000002194E09AC90 +[2025.04.09-16.18.51:742][767]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-16.18.51:742][767]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000002194E09DC60 +[2025.04.09-16.18.51:742][767]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000002194E09E5F0 +[2025.04.09-16.18.51:742][767]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000002194E09F910 +[2025.04.09-16.18.51:743][767]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-16.18.51:743][767]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-16.18.51:743][767]LogPlayLevel: Display: Creating online subsystem for client :Context_19 +[2025.04.09-16.18.51:746][767]LogOnline: OSS: Created online subsystem instance for: :Context_19 +[2025.04.09-16.18.51:928][767]LogAutomationController: Ignoring very large delta of 20.92 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-16.18.51:931][768]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.18.51:937][768]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005645s) +[2025.04.09-16.18.51:937][768]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005696s) +[2025.04.09-16.18.51:962][768]LogUObjectHash: Compacting FUObjectHashTables data took 1.51ms +[2025.04.09-16.18.51:964][768]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-16.18.51:966][768]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-16.18.51:967][768]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-16.18.51:968][768]LogPlayLevel: PIE: World Init took: (0.002365s) +[2025.04.09-16.18.51:969][768]LogAudio: Display: Creating Audio Device: Id: 10, Scope: Unique, Realtime: True +[2025.04.09-16.18.51:969][768]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-16.18.51:969][768]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-16.18.51:969][768]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-16.18.51:969][768]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-16.18.51:969][768]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-16.18.51:969][768]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-16.18.51:969][768]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-16.18.51:969][768]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-16.18.51:969][768]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-16.18.51:969][768]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-16.18.51:969][768]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-16.18.51:972][768]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-16.18.52:010][768]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-16.18.52:010][768]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-16.18.52:010][768]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-16.18.52:010][768]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-16.18.52:011][768]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=10 +[2025.04.09-16.18.52:011][768]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=10 +[2025.04.09-16.18.52:015][768]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=10 +[2025.04.09-16.18.52:015][768]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=10 +[2025.04.09-16.18.52:015][768]LogInit: FAudioDevice initialized with ID 10. +[2025.04.09-16.18.52:015][768]LogAudio: Display: Audio Device (ID: 10) registered with world 'VRTemplateMap'. +[2025.04.09-16.18.52:015][768]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 10 +[2025.04.09-16.18.52:039][768]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.18.52:039][768]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-16.18.52:039][768]LogHMD: Collecting Telemetry Data +[2025.04.09-16.18.52:094][768]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-16.18.52:098][768]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.04.09-19.18.52 +[2025.04.09-16.18.52:098][768]LogWorld: Bringing up level for play took: 0.003053 +[2025.04.09-16.18.52:101][768]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-16.18.52:102][768]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-16.18.52:104][768]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.18.52:106][768]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.04.09-16.18.52:114][768]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.18.52:115][768]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.04.09-16.18.52:123][768]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-16.18.52:129][768]PIE: Server logged in +[2025.04.09-16.18.52:132][768]PIE: Play in editor total start time 21.121 seconds. +[2025.04.09-16.18.52:134][768]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-16.18.52:224][768]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-16.18.52:439][769]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=333034163298300 +[2025.04.09-16.18.52:439][769]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.18.53:191][783]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=333034914443900 +[2025.04.09-16.18.53:191][783]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.18.53:191][783]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=333034914456800 +[2025.04.09-16.18.53:191][783]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-16.18.53:212][784]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-16.18.56:303][911]LogWindowsDesktop: Alt-F4 pressed! +[2025.04.09-16.18.56:367][911]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.18.56:367][911]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.18.56:415][911]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-16.18.56:447][911]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.18.56:448][911]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.18.56:451][911]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-16.18.56:460][911]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.18.56:504][911]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 10 +[2025.04.09-16.18.56:504][911]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 +[2025.04.09-16.18.56:506][911]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 +[2025.04.09-16.18.56:514][911]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-16.18.56:514][911]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-16.18.56:516][911]LogUObjectHash: Compacting FUObjectHashTables data took 1.79ms +[2025.04.09-16.18.56:541][912]LogPlayLevel: Display: Destroying online subsystem :Context_19 +[2025.04.09-16.18.56:542][912]LogHMD: Warning: Destroying layer 1 +[2025.04.09-16.18.56:548][912]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-16.18.56:670][912]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-16.18.56:677][912]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-16.19.00:141][281]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.04.09-16.19.00:148][281]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.09-16.19.00:148][281]LogHMD: Initializing OVRPlugin session +[2025.04.09-16.19.00:148][281]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-16.19.00:148][281]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-16.19.00:148][281]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-16.19.00:148][281]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-16.19.00:245][281]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-16.19.00:246][281]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-16.19.00:275][281]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-16.19.00:276][281]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-16.19.00:277][281]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-16.19.00:439][281]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-16.19.00:439][281]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-16.19.00:439][281]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-16.19.00:439][281]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-16.19.00:439][281]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-16.19.00:439][281]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-16.19.00:439][281]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-16.19.00:439][281]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-16.19.00:439][281]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-16.19.00:439][281]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-16.19.00:439][281]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-16.19.00:439][281]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.19.00:439][281]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.19.00:440][281]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-16.19.00:440][281]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-16.19.00:440][281]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-16.19.00:440][281]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-16.19.00:440][281]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-16.19.00:440][281]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-16.19.00:440][281]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-16.19.00:440][281]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-16.19.00:440][281]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-16.19.00:440][281]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-16.19.00:440][281]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-16.19.20:830][281]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=333042270564900 +[2025.04.09-16.19.20:830][281]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.19.20:830][281]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=333042270574299 +[2025.04.09-16.19.20:830][281]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.19.20:830][281]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-16.19.20:842][281]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-16.19.20:842][281]LogOVRPlugin: ... m_textureStages[0][0] = 00000219AF21FA50 +[2025.04.09-16.19.20:842][281]LogOVRPlugin: ... m_textureStages[0][1] = 00000219AF21F0C0 +[2025.04.09-16.19.20:842][281]LogOVRPlugin: ... m_textureStages[0][2] = 00000219AF2246D0 +[2025.04.09-16.19.20:867][281]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-16.19.20:867][281]LogOVRPlugin: ... m_depthTextureStages[0][0] = 00000219AF220D70 +[2025.04.09-16.19.20:867][281]LogOVRPlugin: ... m_depthTextureStages[0][1] = 00000219AF221700 +[2025.04.09-16.19.20:867][281]LogOVRPlugin: ... m_depthTextureStages[0][2] = 00000219AF223D40 +[2025.04.09-16.19.20:867][281]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-16.19.20:867][281]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-16.19.20:867][281]LogPlayLevel: Display: Creating online subsystem for client :Context_20 +[2025.04.09-16.19.20:870][281]LogOnline: OSS: Created online subsystem instance for: :Context_20 +[2025.04.09-16.19.20:877][281]LogAutomationController: Ignoring very large delta of 20.74 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-16.19.20:878][282]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.19.20:885][282]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006565s) +[2025.04.09-16.19.20:885][282]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006613s) +[2025.04.09-16.19.20:909][282]LogUObjectHash: Compacting FUObjectHashTables data took 1.52ms +[2025.04.09-16.19.20:910][282]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-16.19.20:913][282]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-16.19.20:914][282]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-16.19.20:915][282]LogPlayLevel: PIE: World Init took: (0.001900s) +[2025.04.09-16.19.20:916][282]LogAudio: Display: Creating Audio Device: Id: 11, Scope: Unique, Realtime: True +[2025.04.09-16.19.20:916][282]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-16.19.20:916][282]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-16.19.20:916][282]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-16.19.20:916][282]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-16.19.20:916][282]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-16.19.20:916][282]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-16.19.20:916][282]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-16.19.20:916][282]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-16.19.20:916][282]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-16.19.20:916][282]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-16.19.20:916][282]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-16.19.20:919][282]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-16.19.20:958][282]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-16.19.20:959][282]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-16.19.20:959][282]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-16.19.20:959][282]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-16.19.20:960][282]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=11 +[2025.04.09-16.19.20:960][282]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=11 +[2025.04.09-16.19.20:963][282]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=11 +[2025.04.09-16.19.20:963][282]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=11 +[2025.04.09-16.19.20:963][282]LogInit: FAudioDevice initialized with ID 11. +[2025.04.09-16.19.20:963][282]LogAudio: Display: Audio Device (ID: 11) registered with world 'VRTemplateMap'. +[2025.04.09-16.19.20:963][282]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 11 +[2025.04.09-16.19.20:986][282]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.19.20:986][282]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-16.19.20:986][282]LogHMD: Collecting Telemetry Data +[2025.04.09-16.19.21:068][282]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-16.19.21:071][282]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.04.09-19.19.21 +[2025.04.09-16.19.21:071][282]LogWorld: Bringing up level for play took: 0.002935 +[2025.04.09-16.19.21:073][282]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-16.19.21:076][282]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-16.19.21:077][282]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.19.21:079][282]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.04.09-16.19.21:087][282]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.19.21:089][282]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.04.09-16.19.21:096][282]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-16.19.21:103][282]PIE: Server logged in +[2025.04.09-16.19.21:107][282]PIE: Play in editor total start time 20.96 seconds. +[2025.04.09-16.19.21:133][282]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-16.19.21:237][282]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-16.19.21:293][283]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=333063016666699 +[2025.04.09-16.19.21:293][283]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.19.22:014][329]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=333063737036100 +[2025.04.09-16.19.22:014][329]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.19.22:014][329]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=333063737051100 +[2025.04.09-16.19.22:014][329]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-16.19.22:030][330]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-16.19.22:377][354]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.19.32:339][ 64]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=333074062678799 +[2025.04.09-16.19.32:339][ 64]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.19.32:339][ 64]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=333074062691900 +[2025.04.09-16.19.32:339][ 64]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.19.32:339][ 64]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=333074062841100 +[2025.04.09-16.19.32:339][ 64]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.19.32:339][ 64]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 782 outside of frame bounds +[2025.04.09-16.19.32:341][ 64]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 782 outside of frame bounds +[2025.04.09-16.19.32:343][ 64]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=333074062841100 +[2025.04.09-16.19.32:343][ 64]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.19.32:343][ 64]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=333074066530300 +[2025.04.09-16.19.32:343][ 64]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.19.34:244][307]LogWindowsDesktop: Alt-F4 pressed! +[2025.04.09-16.19.34:298][307]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.19.34:298][307]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.19.34:347][307]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-16.19.34:378][307]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.19.34:379][307]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.19.34:383][307]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-16.19.34:393][307]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.19.34:438][307]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 11 +[2025.04.09-16.19.34:438][307]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 +[2025.04.09-16.19.34:441][307]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 +[2025.04.09-16.19.34:448][307]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-16.19.34:448][307]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-16.19.34:450][307]LogUObjectHash: Compacting FUObjectHashTables data took 1.88ms +[2025.04.09-16.19.34:474][308]LogPlayLevel: Display: Destroying online subsystem :Context_20 +[2025.04.09-16.19.34:475][308]LogHMD: Warning: Destroying layer 1 +[2025.04.09-16.19.34:479][308]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-16.19.34:599][308]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-16.19.34:605][308]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-16.21.47:342][969]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 2472.421631 +[2025.04.09-16.21.47:491][987]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.04.09-16.21.47:492][987]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 2472.562988, Update Interval: 346.969818 +[2025.04.09-16.26.39:603][ 80]LogBlueprint: Error: [AssetLog] D:\R. Samuel\VR-tasks\Wizard game\HandyMann\Content\VRTemplate\Blueprints\VRPawn.uasset: [Compiler] This blueprint (self) is not a SceneComponent, therefore ' Target ' must have a connection. +[2025.04.09-16.26.39:603][ 80]LogBlueprint: Error: [AssetLog] D:\R. Samuel\VR-tasks\Wizard game\HandyMann\Content\VRTemplate\Blueprints\VRPawn.uasset: [Compiler] This blueprint (self) is not a SceneComponent, therefore ' Target ' must have a connection. +[2025.04.09-16.26.39:617][ 80]LogStreaming: Display: FlushAsyncLoading(561): 1 QueuedPackages, 0 AsyncPackages +[2025.04.09-16.26.39:678][ 80]LogUObjectHash: Compacting FUObjectHashTables data took 1.66ms +[2025.04.09-16.26.53:073][235]LogUObjectHash: Compacting FUObjectHashTables data took 1.53ms +[2025.04.09-16.28.04:918][332]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 2850.001953 +[2025.04.09-16.28.05:919][335]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.04.09-16.28.05:919][335]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 2850.669434, Update Interval: 343.866089 +[2025.04.09-16.28.14:492][717]LogEditorTransaction: Undo Add Node +[2025.04.09-16.28.21:010][800]LogUObjectHash: Compacting FUObjectHashTables data took 1.54ms +[2025.04.09-16.29.00:030][564]LogUObjectHash: Compacting FUObjectHashTables data took 1.53ms +[2025.04.09-16.29.00:036][564]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/VRTemplate/Maps/VRTemplateMap' took 0.034 +[2025.04.09-16.29.00:036][564]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... +[2025.04.09-16.29.00:045][564]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] +[2025.04.09-16.29.00:045][564]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] +[2025.04.09-16.29.00:112][564]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto3 +[2025.04.09-16.29.00:112][564]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/VRPawn_Auto3A0899BAB4C1EE1680127CA8236681E96.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto3.uasset' +[2025.04.09-16.29.00:112][564]LogFileHelpers: Auto-saving content packages took 0.077 +[2025.04.09-16.29.13:436][111]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.04.09-16.29.13:441][111]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.09-16.29.13:441][111]LogHMD: Initializing OVRPlugin session +[2025.04.09-16.29.13:441][111]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-16.29.13:441][111]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-16.29.13:441][111]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-16.29.13:441][111]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-16.29.13:859][111]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-16.29.13:860][111]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-16.29.13:884][111]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-16.29.13:884][111]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-16.29.13:885][111]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-16.29.14:046][111]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-16.29.14:046][111]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-16.29.14:046][111]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-16.29.14:046][111]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-16.29.14:046][111]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-16.29.14:046][111]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-16.29.14:046][111]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-16.29.14:046][111]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-16.29.14:046][111]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-16.29.14:046][111]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-16.29.14:046][111]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-16.29.14:046][111]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.29.14:046][111]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.29.14:046][111]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-16.29.14:046][111]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-16.29.14:046][111]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-16.29.14:047][111]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-16.29.14:047][111]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-16.29.14:047][111]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-16.29.14:047][111]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-16.29.14:047][111]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-16.29.14:047][111]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-16.29.14:047][111]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-16.29.14:047][111]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-16.29.34:459][111]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=333655931451700 +[2025.04.09-16.29.34:459][111]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.29.34:459][111]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=333655931459000 +[2025.04.09-16.29.34:459][111]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.29.34:459][111]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-16.29.34:469][111]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-16.29.34:469][111]LogOVRPlugin: ... m_textureStages[0][0] = 0000021A03A1B420 +[2025.04.09-16.29.34:469][111]LogOVRPlugin: ... m_textureStages[0][1] = 0000021A03A1DA60 +[2025.04.09-16.29.34:469][111]LogOVRPlugin: ... m_textureStages[0][2] = 0000021A03A18DE0 +[2025.04.09-16.29.34:519][111]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-16.29.34:519][111]LogOVRPlugin: ... m_depthTextureStages[0][0] = 0000021A03A200A0 +[2025.04.09-16.29.34:519][111]LogOVRPlugin: ... m_depthTextureStages[0][1] = 0000021A03A1E3F0 +[2025.04.09-16.29.34:519][111]LogOVRPlugin: ... m_depthTextureStages[0][2] = 0000021A03A1F710 +[2025.04.09-16.29.34:519][111]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-16.29.34:520][111]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-16.29.34:520][111]LogPlayLevel: Display: Creating online subsystem for client :Context_21 +[2025.04.09-16.29.34:522][111]LogOnline: OSS: Created online subsystem instance for: :Context_21 +[2025.04.09-16.29.34:538][111]LogAutomationController: Ignoring very large delta of 21.10 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-16.29.34:539][112]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.29.34:545][112]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005791s) +[2025.04.09-16.29.34:545][112]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005848s) +[2025.04.09-16.29.34:570][112]LogUObjectHash: Compacting FUObjectHashTables data took 1.57ms +[2025.04.09-16.29.34:572][112]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-16.29.34:602][112]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-16.29.34:604][112]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-16.29.34:605][112]LogPlayLevel: PIE: World Init took: (0.002484s) +[2025.04.09-16.29.34:606][112]LogAudio: Display: Creating Audio Device: Id: 12, Scope: Unique, Realtime: True +[2025.04.09-16.29.34:606][112]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-16.29.34:606][112]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-16.29.34:606][112]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-16.29.34:606][112]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-16.29.34:606][112]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-16.29.34:606][112]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-16.29.34:606][112]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-16.29.34:606][112]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-16.29.34:606][112]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-16.29.34:606][112]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-16.29.34:606][112]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-16.29.34:608][112]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-16.29.34:650][112]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-16.29.34:650][112]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-16.29.34:650][112]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-16.29.34:650][112]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-16.29.34:651][112]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=12 +[2025.04.09-16.29.34:651][112]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=12 +[2025.04.09-16.29.34:655][112]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=12 +[2025.04.09-16.29.34:655][112]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=12 +[2025.04.09-16.29.34:655][112]LogInit: FAudioDevice initialized with ID 12. +[2025.04.09-16.29.34:655][112]LogAudio: Display: Audio Device (ID: 12) registered with world 'VRTemplateMap'. +[2025.04.09-16.29.34:655][112]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 12 +[2025.04.09-16.29.34:680][112]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.29.34:680][112]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-16.29.34:680][112]LogHMD: Collecting Telemetry Data +[2025.04.09-16.29.34:742][112]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-16.29.34:746][112]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.04.09-19.29.34 +[2025.04.09-16.29.34:746][112]LogWorld: Bringing up level for play took: 0.002978 +[2025.04.09-16.29.34:748][112]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-16.29.34:749][112]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-16.29.34:751][112]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.29.34:754][112]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.04.09-16.29.34:761][112]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.29.34:763][112]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.04.09-16.29.34:771][112]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-16.29.34:775][112]PIE: Server logged in +[2025.04.09-16.29.34:777][112]PIE: Play in editor total start time 21.336 seconds. +[2025.04.09-16.29.34:779][112]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-16.29.34:810][112]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-16.29.34:844][113]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=333676562251500 +[2025.04.09-16.29.34:844][113]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.29.35:568][160]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=333677285492800 +[2025.04.09-16.29.35:568][160]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.29.35:568][160]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=333677285552200 +[2025.04.09-16.29.35:568][160]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-16.29.35:584][161]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-16.29.37:353][287]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.29.37:708][288]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.04.09-16.29.37:727][289]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.04.09-16.29.37:727][289]LogOVRPlugin: ... m_textureStages[0][0] = 00000219B16F5C70 +[2025.04.09-16.29.37:727][289]LogOVRPlugin: ... m_textureStages[0][1] = 00000219B16F9BA0 +[2025.04.09-16.29.37:727][289]LogOVRPlugin: ... m_textureStages[0][2] = 00000219B16F1D40 +[2025.04.09-16.29.41:570][558]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.29.44:818][791]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.29.45:850][865]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.29.47:197][957]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.29.47:598][986]LogNiagara: Compiling System NiagaraSystem /Game/VRTemplate/VFX/NS_PlayAreaBounds.NS_PlayAreaBounds took 10.205706 sec (time since issued), 9.953736 sec (combined shader worker time). +[2025.04.09-16.29.48:194][ 10]LogNiagara: Compiling System NiagaraSystem /Game/VRTemplate/VFX/NS_TeleportRing.NS_TeleportRing took 10.769808 sec (time since issued), 10.423378 sec (combined shader worker time). +[2025.04.09-16.29.48:667][ 34]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.29.51:244][182]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.29.53:014][309]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.29.54:906][432]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.29.57:024][577]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.30.00:814][849]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.30.03:619][ 43]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.30.08:196][372]LogWindowsDesktop: Alt-F4 pressed! +[2025.04.09-16.30.08:252][372]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.30.08:252][372]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.30.08:304][372]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-16.30.08:342][372]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.30.08:343][372]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.30.08:348][372]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-16.30.08:358][372]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.30.08:388][372]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 12 +[2025.04.09-16.30.08:388][372]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 +[2025.04.09-16.30.08:390][372]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 +[2025.04.09-16.30.08:410][372]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-16.30.08:410][372]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-16.30.08:413][372]LogUObjectHash: Compacting FUObjectHashTables data took 1.66ms +[2025.04.09-16.30.08:452][373]LogPlayLevel: Display: Destroying online subsystem :Context_21 +[2025.04.09-16.30.08:452][373]LogHMD: Warning: Destroying layer 1 +[2025.04.09-16.30.08:457][373]LogHMD: Warning: Destroying layer 2 +[2025.04.09-16.30.08:459][373]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-16.30.08:579][373]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-16.30.08:585][373]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-16.30.25:701][154]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.09-16.30.25:790][154]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... +[2025.04.09-16.30.25:790][154]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] +[2025.04.09-16.30.25:790][154]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true +[2025.04.09-16.30.25:857][154]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn +[2025.04.09-16.30.25:857][154]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/VRPawn6EE6BD924E7B6578C54A86A4A858757D.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' +[2025.04.09-16.30.25:869][154]LogFileHelpers: InternalPromptForCheckoutAndSave took 168.130 ms (total: 989.046 ms) +[2025.04.09-16.30.25:938][154]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.09-16.30.25:938][154]LogContentValidation: Enabled validators: +[2025.04.09-16.30.25:938][154]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.04.09-16.30.25:938][154]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.09-16.30.25:938][154]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.09-16.30.25:938][154]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.04.09-16.30.25:938][154]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.09-16.30.25:938][154]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.04.09-16.30.25:939][154]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset +[2025.04.09-16.30.30:024][478]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.04.09-16.30.30:029][478]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.09-16.30.30:029][478]LogHMD: Initializing OVRPlugin session +[2025.04.09-16.30.30:030][478]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-16.30.30:030][478]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-16.30.30:030][478]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-16.30.30:030][478]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-16.30.30:127][478]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-16.30.30:128][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-16.30.30:155][478]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-16.30.30:155][478]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-16.30.30:157][478]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-16.30.30:320][478]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-16.30.30:320][478]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-16.30.30:320][478]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-16.30.30:320][478]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-16.30.30:320][478]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-16.30.30:320][478]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-16.30.30:320][478]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-16.30.30:320][478]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-16.30.30:320][478]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-16.30.30:320][478]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-16.30.30:320][478]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-16.30.30:320][478]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.30.30:320][478]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.30.30:321][478]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-16.30.30:321][478]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-16.30.30:321][478]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-16.30.30:321][478]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-16.30.30:321][478]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-16.30.30:321][478]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-16.30.30:321][478]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-16.30.30:321][478]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-16.30.30:321][478]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-16.30.30:321][478]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-16.30.30:321][478]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-16.30.50:691][478]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=333732146443600 +[2025.04.09-16.30.50:691][478]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.30.50:691][478]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=333732146451600 +[2025.04.09-16.30.50:691][478]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.30.50:691][478]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-16.30.50:701][478]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-16.30.50:701][478]LogOVRPlugin: ... m_textureStages[0][0] = 00000219B5229780 +[2025.04.09-16.30.50:701][478]LogOVRPlugin: ... m_textureStages[0][1] = 00000219B5228DF0 +[2025.04.09-16.30.50:701][478]LogOVRPlugin: ... m_textureStages[0][2] = 00000219B522A110 +[2025.04.09-16.30.50:715][478]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-16.30.50:715][478]LogOVRPlugin: ... m_depthTextureStages[0][0] = 00000219B522C750 +[2025.04.09-16.30.50:715][478]LogOVRPlugin: ... m_depthTextureStages[0][1] = 00000219B522B430 +[2025.04.09-16.30.50:715][478]LogOVRPlugin: ... m_depthTextureStages[0][2] = 00000219B522DA70 +[2025.04.09-16.30.50:715][478]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-16.30.50:716][478]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-16.30.50:716][478]LogPlayLevel: Display: Creating online subsystem for client :Context_22 +[2025.04.09-16.30.50:718][478]LogOnline: OSS: Created online subsystem instance for: :Context_22 +[2025.04.09-16.30.50:729][478]LogAutomationController: Ignoring very large delta of 20.70 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-16.30.50:730][479]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.30.50:736][479]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006372s) +[2025.04.09-16.30.50:736][479]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006419s) +[2025.04.09-16.30.50:763][479]LogUObjectHash: Compacting FUObjectHashTables data took 1.61ms +[2025.04.09-16.30.50:765][479]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-16.30.50:767][479]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-16.30.50:768][479]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-16.30.50:769][479]LogPlayLevel: PIE: World Init took: (0.001903s) +[2025.04.09-16.30.50:770][479]LogAudio: Display: Creating Audio Device: Id: 13, Scope: Unique, Realtime: True +[2025.04.09-16.30.50:770][479]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-16.30.50:770][479]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-16.30.50:770][479]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-16.30.50:770][479]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-16.30.50:770][479]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-16.30.50:770][479]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-16.30.50:770][479]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-16.30.50:770][479]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-16.30.50:770][479]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-16.30.50:770][479]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-16.30.50:770][479]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-16.30.50:773][479]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-16.30.50:812][479]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-16.30.50:813][479]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-16.30.50:813][479]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-16.30.50:813][479]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-16.30.50:814][479]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=13 +[2025.04.09-16.30.50:814][479]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=13 +[2025.04.09-16.30.50:816][479]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=13 +[2025.04.09-16.30.50:816][479]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=13 +[2025.04.09-16.30.50:816][479]LogInit: FAudioDevice initialized with ID 13. +[2025.04.09-16.30.50:817][479]LogAudio: Display: Audio Device (ID: 13) registered with world 'VRTemplateMap'. +[2025.04.09-16.30.50:817][479]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 13 +[2025.04.09-16.30.50:840][479]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.30.50:840][479]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-16.30.50:840][479]LogHMD: Collecting Telemetry Data +[2025.04.09-16.30.50:889][479]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-16.30.50:892][479]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.04.09-19.30.50 +[2025.04.09-16.30.50:892][479]LogWorld: Bringing up level for play took: 0.003229 +[2025.04.09-16.30.50:895][479]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-16.30.50:897][479]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-16.30.50:899][479]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.30.50:901][479]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.04.09-16.30.50:909][479]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.30.50:911][479]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.04.09-16.30.50:919][479]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-16.30.50:928][479]PIE: Server logged in +[2025.04.09-16.30.50:932][479]PIE: Play in editor total start time 20.902 seconds. +[2025.04.09-16.30.50:933][479]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-16.30.51:032][479]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-16.30.51:096][480]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=333752813471800 +[2025.04.09-16.30.51:096][480]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.30.51:817][522]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=333753534908300 +[2025.04.09-16.30.51:817][522]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.30.51:817][522]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=333753534930399 +[2025.04.09-16.30.51:817][522]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-16.30.51:835][523]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-16.30.52:991][605]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.30.53:980][676]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.30.53:987][677]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.04.09-16.30.54:001][678]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.04.09-16.30.54:001][678]LogOVRPlugin: ... m_textureStages[0][0] = 00000219ADCF7E60 +[2025.04.09-16.30.54:001][678]LogOVRPlugin: ... m_textureStages[0][1] = 00000219ADCF9370 +[2025.04.09-16.30.54:001][678]LogOVRPlugin: ... m_textureStages[0][2] = 00000219ADCF6950 +[2025.04.09-16.31.00:276][121]LogWindowsDesktop: Alt-F4 pressed! +[2025.04.09-16.31.00:333][121]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.31.00:333][121]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.31.00:384][121]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-16.31.00:413][121]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.31.00:414][121]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.31.00:418][121]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-16.31.00:426][121]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.31.00:452][121]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 13 +[2025.04.09-16.31.00:452][121]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 +[2025.04.09-16.31.00:454][121]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 +[2025.04.09-16.31.00:475][121]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-16.31.00:475][121]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-16.31.00:477][121]LogUObjectHash: Compacting FUObjectHashTables data took 1.64ms +[2025.04.09-16.31.00:507][122]LogPlayLevel: Display: Destroying online subsystem :Context_22 +[2025.04.09-16.31.00:508][122]LogHMD: Warning: Destroying layer 1 +[2025.04.09-16.31.00:511][122]LogHMD: Warning: Destroying layer 2 +[2025.04.09-16.31.00:513][122]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-16.31.00:641][122]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-16.31.00:650][122]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-16.31.05:996][567]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.09-16.31.06:070][567]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... +[2025.04.09-16.31.06:070][567]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] +[2025.04.09-16.31.06:070][567]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true +[2025.04.09-16.31.06:139][567]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn +[2025.04.09-16.31.06:139][567]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/VRPawn4BE15E494D7327B49D4A45BD395046DC.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' +[2025.04.09-16.31.06:150][567]LogFileHelpers: InternalPromptForCheckoutAndSave took 154.537 ms (total: 1.14 sec) +[2025.04.09-16.31.06:215][567]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.09-16.31.06:215][567]LogContentValidation: Enabled validators: +[2025.04.09-16.31.06:215][567]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.04.09-16.31.06:215][567]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.09-16.31.06:215][567]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.09-16.31.06:215][567]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.04.09-16.31.06:215][567]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.09-16.31.06:215][567]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.04.09-16.31.06:215][567]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset +[2025.04.09-16.31.08:617][754]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.04.09-16.31.08:622][754]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.09-16.31.08:622][754]LogHMD: Initializing OVRPlugin session +[2025.04.09-16.31.08:622][754]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-16.31.08:622][754]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-16.31.08:622][754]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-16.31.08:622][754]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-16.31.08:718][754]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-16.31.08:718][754]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-16.31.08:718][754]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-16.31.08:718][754]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-16.31.08:718][754]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-16.31.08:718][754]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-16.31.08:718][754]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-16.31.08:718][754]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-16.31.08:718][754]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-16.31.08:718][754]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-16.31.08:718][754]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-16.31.08:719][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-16.31.08:720][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-16.31.08:720][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-16.31.08:720][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-16.31.08:720][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-16.31.08:720][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-16.31.08:720][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-16.31.08:720][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-16.31.08:720][754]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-16.31.08:745][754]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-16.31.08:745][754]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-16.31.08:746][754]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-16.31.08:906][754]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-16.31.08:906][754]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-16.31.08:907][754]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-16.31.08:907][754]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-16.31.29:292][754]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=333770728933700 +[2025.04.09-16.31.29:292][754]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.31.29:292][754]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=333770728940700 +[2025.04.09-16.31.29:292][754]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.31.29:292][754]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-16.31.29:302][754]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-16.31.29:302][754]LogOVRPlugin: ... m_textureStages[0][0] = 0000021949621E80 +[2025.04.09-16.31.29:302][754]LogOVRPlugin: ... m_textureStages[0][1] = 000002194961EEB0 +[2025.04.09-16.31.29:302][754]LogOVRPlugin: ... m_textureStages[0][2] = 000002194961F840 +[2025.04.09-16.31.29:314][754]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-16.31.29:314][754]LogOVRPlugin: ... m_depthTextureStages[0][0] = 00000219496214F0 +[2025.04.09-16.31.29:314][754]LogOVRPlugin: ... m_depthTextureStages[0][1] = 00000219AE4F4F80 +[2025.04.09-16.31.29:314][754]LogOVRPlugin: ... m_depthTextureStages[0][2] = 00000219AE4F45F0 +[2025.04.09-16.31.29:315][754]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-16.31.29:315][754]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-16.31.29:315][754]LogPlayLevel: Display: Creating online subsystem for client :Context_23 +[2025.04.09-16.31.29:318][754]LogOnline: OSS: Created online subsystem instance for: :Context_23 +[2025.04.09-16.31.29:330][754]LogAutomationController: Ignoring very large delta of 20.71 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-16.31.29:332][755]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.31.29:339][755]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006009s) +[2025.04.09-16.31.29:339][755]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006064s) +[2025.04.09-16.31.29:365][755]LogUObjectHash: Compacting FUObjectHashTables data took 1.90ms +[2025.04.09-16.31.29:366][755]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-16.31.29:368][755]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-16.31.29:369][755]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-16.31.29:371][755]LogPlayLevel: PIE: World Init took: (0.002082s) +[2025.04.09-16.31.29:372][755]LogAudio: Display: Creating Audio Device: Id: 14, Scope: Unique, Realtime: True +[2025.04.09-16.31.29:372][755]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-16.31.29:372][755]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-16.31.29:372][755]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-16.31.29:372][755]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-16.31.29:372][755]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-16.31.29:372][755]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-16.31.29:372][755]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-16.31.29:372][755]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-16.31.29:372][755]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-16.31.29:372][755]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-16.31.29:372][755]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-16.31.29:374][755]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-16.31.29:414][755]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-16.31.29:414][755]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-16.31.29:414][755]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-16.31.29:414][755]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-16.31.29:415][755]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=14 +[2025.04.09-16.31.29:415][755]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=14 +[2025.04.09-16.31.29:418][755]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=14 +[2025.04.09-16.31.29:418][755]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=14 +[2025.04.09-16.31.29:418][755]LogInit: FAudioDevice initialized with ID 14. +[2025.04.09-16.31.29:418][755]LogAudio: Display: Audio Device (ID: 14) registered with world 'VRTemplateMap'. +[2025.04.09-16.31.29:418][755]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 14 +[2025.04.09-16.31.29:443][755]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.31.29:443][755]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-16.31.29:443][755]LogHMD: Collecting Telemetry Data +[2025.04.09-16.31.29:488][755]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-16.31.29:491][755]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.04.09-19.31.29 +[2025.04.09-16.31.29:492][755]LogWorld: Bringing up level for play took: 0.003366 +[2025.04.09-16.31.29:494][755]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-16.31.29:496][755]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-16.31.29:498][755]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.31.29:500][755]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.04.09-16.31.29:508][755]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.31.29:511][755]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.04.09-16.31.29:518][755]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-16.31.29:526][755]PIE: Server logged in +[2025.04.09-16.31.29:531][755]PIE: Play in editor total start time 20.909 seconds. +[2025.04.09-16.31.29:533][755]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-16.31.29:638][755]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-16.31.29:696][756]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=333791414033100 +[2025.04.09-16.31.29:696][756]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.31.30:423][802]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=333792140526100 +[2025.04.09-16.31.30:423][802]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.31.30:423][802]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=333792140547500 +[2025.04.09-16.31.30:423][802]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-16.31.30:441][803]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-16.31.31:690][886]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.31.31:697][887]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.04.09-16.31.31:710][888]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.04.09-16.31.31:710][888]LogOVRPlugin: ... m_textureStages[0][0] = 00000219B16F5C70 +[2025.04.09-16.31.31:710][888]LogOVRPlugin: ... m_textureStages[0][1] = 00000219B16F9BA0 +[2025.04.09-16.31.31:710][888]LogOVRPlugin: ... m_textureStages[0][2] = 00000219B16F0830 +[2025.04.09-16.31.33:893][ 42]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.31.38:673][385]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.31.42:402][642]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.31.42:751][667]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.31.46:261][919]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.31.51:821][307]LogWindowsDesktop: Alt-F4 pressed! +[2025.04.09-16.31.51:883][307]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.31.51:883][307]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.31.51:924][307]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-16.31.51:963][307]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.31.51:964][307]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.31.51:967][307]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-16.31.51:977][307]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.31.52:019][307]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 14 +[2025.04.09-16.31.52:019][307]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 +[2025.04.09-16.31.52:022][307]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 +[2025.04.09-16.31.52:030][307]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-16.31.52:030][307]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-16.31.52:032][307]LogUObjectHash: Compacting FUObjectHashTables data took 1.54ms +[2025.04.09-16.31.52:061][308]LogPlayLevel: Display: Destroying online subsystem :Context_23 +[2025.04.09-16.31.52:061][308]LogHMD: Warning: Destroying layer 1 +[2025.04.09-16.31.52:067][308]LogHMD: Warning: Destroying layer 2 +[2025.04.09-16.31.52:068][308]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-16.31.52:191][308]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-16.31.52:198][308]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-16.32.00:507][992]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.09-16.32.00:565][992]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... +[2025.04.09-16.32.00:565][992]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] +[2025.04.09-16.32.00:565][992]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true +[2025.04.09-16.32.00:633][992]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn +[2025.04.09-16.32.00:634][992]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/VRPawn8595F80744B1EF7544E87CADE3923BB0.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' +[2025.04.09-16.32.00:645][992]LogFileHelpers: InternalPromptForCheckoutAndSave took 137.534 ms (total: 1.28 sec) +[2025.04.09-16.32.00:724][992]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.09-16.32.00:724][992]LogContentValidation: Enabled validators: +[2025.04.09-16.32.00:724][992]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.04.09-16.32.00:724][992]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.09-16.32.00:724][992]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.09-16.32.00:724][992]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.04.09-16.32.00:724][992]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.09-16.32.00:724][992]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.04.09-16.32.00:724][992]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset +[2025.04.09-16.32.01:769][ 74]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.04.09-16.32.01:774][ 74]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.09-16.32.01:774][ 74]LogHMD: Initializing OVRPlugin session +[2025.04.09-16.32.01:774][ 74]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-16.32.01:774][ 74]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-16.32.01:774][ 74]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-16.32.01:774][ 74]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-16.32.01:869][ 74]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-16.32.01:870][ 74]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-16.32.01:897][ 74]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-16.32.01:897][ 74]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-16.32.01:899][ 74]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-16.32.02:061][ 74]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-16.32.02:061][ 74]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-16.32.02:061][ 74]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-16.32.02:061][ 74]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-16.32.02:061][ 74]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-16.32.02:061][ 74]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-16.32.02:061][ 74]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-16.32.02:061][ 74]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-16.32.02:061][ 74]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-16.32.02:061][ 74]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-16.32.02:061][ 74]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-16.32.02:061][ 74]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.32.02:061][ 74]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.32.02:062][ 74]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-16.32.02:062][ 74]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-16.32.02:062][ 74]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-16.32.02:062][ 74]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-16.32.02:062][ 74]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-16.32.02:062][ 74]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-16.32.02:062][ 74]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-16.32.02:062][ 74]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-16.32.02:062][ 74]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-16.32.02:063][ 74]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-16.32.02:063][ 74]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-16.32.22:437][ 74]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=333823882855400 +[2025.04.09-16.32.22:437][ 74]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.32.22:437][ 74]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=333823882864600 +[2025.04.09-16.32.22:437][ 74]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.32.22:437][ 74]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-16.32.22:447][ 74]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-16.32.22:447][ 74]LogOVRPlugin: ... m_textureStages[0][0] = 00000219C3830330 +[2025.04.09-16.32.22:447][ 74]LogOVRPlugin: ... m_textureStages[0][1] = 00000219C3831FE0 +[2025.04.09-16.32.22:447][ 74]LogOVRPlugin: ... m_textureStages[0][2] = 00000219C382C9D0 +[2025.04.09-16.32.22:460][ 74]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-16.32.22:460][ 74]LogOVRPlugin: ... m_depthTextureStages[0][0] = 00000219AD8607F0 +[2025.04.09-16.32.22:460][ 74]LogOVRPlugin: ... m_depthTextureStages[0][1] = 00000219AD861180 +[2025.04.09-16.32.22:460][ 74]LogOVRPlugin: ... m_depthTextureStages[0][2] = 00000219AD85F4D0 +[2025.04.09-16.32.22:461][ 74]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-16.32.22:461][ 74]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-16.32.22:461][ 74]LogPlayLevel: Display: Creating online subsystem for client :Context_24 +[2025.04.09-16.32.22:463][ 74]LogOnline: OSS: Created online subsystem instance for: :Context_24 +[2025.04.09-16.32.22:477][ 74]LogAutomationController: Ignoring very large delta of 20.71 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-16.32.22:478][ 75]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.32.22:486][ 75]LogPlayLevel: PIE: StaticDuplicateObject took: (0.007213s) +[2025.04.09-16.32.22:486][ 75]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007272s) +[2025.04.09-16.32.22:511][ 75]LogUObjectHash: Compacting FUObjectHashTables data took 1.59ms +[2025.04.09-16.32.22:512][ 75]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-16.32.22:515][ 75]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-16.32.22:516][ 75]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-16.32.22:517][ 75]LogPlayLevel: PIE: World Init took: (0.002182s) +[2025.04.09-16.32.22:518][ 75]LogAudio: Display: Creating Audio Device: Id: 15, Scope: Unique, Realtime: True +[2025.04.09-16.32.22:518][ 75]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-16.32.22:518][ 75]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-16.32.22:518][ 75]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-16.32.22:518][ 75]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-16.32.22:518][ 75]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-16.32.22:518][ 75]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-16.32.22:518][ 75]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-16.32.22:518][ 75]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-16.32.22:518][ 75]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-16.32.22:518][ 75]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-16.32.22:518][ 75]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-16.32.22:521][ 75]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-16.32.22:561][ 75]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-16.32.22:561][ 75]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-16.32.22:561][ 75]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-16.32.22:561][ 75]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-16.32.22:562][ 75]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=15 +[2025.04.09-16.32.22:562][ 75]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=15 +[2025.04.09-16.32.22:566][ 75]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=15 +[2025.04.09-16.32.22:566][ 75]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=15 +[2025.04.09-16.32.22:566][ 75]LogInit: FAudioDevice initialized with ID 15. +[2025.04.09-16.32.22:566][ 75]LogAudio: Display: Audio Device (ID: 15) registered with world 'VRTemplateMap'. +[2025.04.09-16.32.22:566][ 75]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 15 +[2025.04.09-16.32.22:593][ 75]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.32.22:593][ 75]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-16.32.22:593][ 75]LogHMD: Collecting Telemetry Data +[2025.04.09-16.32.22:649][ 75]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-16.32.22:653][ 75]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.04.09-19.32.22 +[2025.04.09-16.32.22:653][ 75]LogWorld: Bringing up level for play took: 0.004303 +[2025.04.09-16.32.22:656][ 75]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-16.32.22:659][ 75]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-16.32.22:660][ 75]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.32.22:662][ 75]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.04.09-16.32.22:672][ 75]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.32.22:674][ 75]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.04.09-16.32.22:682][ 75]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-16.32.22:693][ 75]PIE: Server logged in +[2025.04.09-16.32.22:698][ 75]PIE: Play in editor total start time 20.924 seconds. +[2025.04.09-16.32.22:699][ 75]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-16.32.22:809][ 75]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-16.32.22:873][ 76]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=333844590202400 +[2025.04.09-16.32.22:873][ 76]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.32.23:590][123]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=333845307226100 +[2025.04.09-16.32.23:590][123]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.32.23:590][123]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=333845307244199 +[2025.04.09-16.32.23:590][123]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-16.32.23:609][124]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-16.32.25:001][223]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.32.25:698][273]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.32.25:705][274]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.04.09-16.32.25:719][275]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.04.09-16.32.25:719][275]LogOVRPlugin: ... m_textureStages[0][0] = 0000021943D8A410 +[2025.04.09-16.32.25:719][275]LogOVRPlugin: ... m_textureStages[0][1] = 0000021943D8E340 +[2025.04.09-16.32.25:719][275]LogOVRPlugin: ... m_textureStages[0][2] = 0000021943D90D60 +[2025.04.09-16.32.31:169][660]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.32.32:577][761]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.32.34:709][914]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.32.36:736][ 49]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: ================================================ +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Total job queries 349, among them cache hits 103 (29.51%), DDC hits 61 (17.48%), Duplicates 8 (2.29%) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Tracking 238 distinct input hashes that result in 169 distinct outputs (71.01%) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: RAM used: 121.80 KiB of 1.60 GiB budget. Usage: 0.01% +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Shaders Compiled: 177 +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Jobs assigned 177, completed 177 (100%) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Average time worker was idle: 120.33 s +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Time job spent in pending queue: average 0.13 s, longest 3.05 s +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Job execution time: average 6.28 s, max 15.96 s +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Job life time (pending + execution): average 6.42 s, max 16.07 +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Shader code size: average 14.751 KiB, min 2.578 KiB, max 32.242 KiB +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 193.00 s +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Jobs were issued in 170 batches (only local compilation was used), average 1.04 jobs/batch +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Average processing rate: 0.92 jobs/sec +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Total thread time: 171.992 s +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Total thread preprocess time: 6.888 s +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Percentage time preprocessing: 4.00% +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Effective parallelization: 0.89 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 5 times, average 1.88 sec, max 3.09 sec, min 1.02 sec) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight (compiled 25 times, average 1.75 sec, max 3.21 sec, min 0.83 sec) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: FPathTracingMaterialCHS_AHS (compiled 2 times, average 1.30 sec, max 1.34 sec, min 1.27 sec) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy (compiled 1 times, average 1.23 sec, max 1.23 sec, min 1.23 sec) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 24 times, average 1.22 sec, max 3.19 sec, min 0.41 sec) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 25.50% of total time (compiled 25 times, average 1.75 sec, max 3.21 sec, min 0.83 sec) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 17.03% of total time (compiled 24 times, average 1.22 sec, max 3.19 sec, min 0.41 sec) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy - 9.26% of total time (compiled 15 times, average 1.06 sec, max 1.20 sec, min 0.91 sec) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 8.55% of total time (compiled 34 times, average 0.43 sec, max 0.55 sec, min 0.29 sec) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicyFAnyHitShader - 7.91% of total time (compiled 13 times, average 1.05 sec, max 1.14 sec, min 0.86 sec) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: === Material stats === +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Materials Translated: 216 +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Material Total Translate Time: 0.21 s +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Material Translation Only: 0.09 s (41%) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (1%) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: Material Cache Hits: 40 (19%) +[2025.04.09-16.32.37:920][134]LogShaderCompilers: Display: ================================================ +[2025.04.09-16.32.38:856][201]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.32.42:784][483]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.32.43:105][506]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.32.46:485][741]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.32.48:002][850]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.32.50:104][ 1]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.32.53:513][239]LogBlueprintUserMessages: [VRPawn_C_0] Teleport start detected +[2025.04.09-16.33.03:447][944]LogWindowsDesktop: Alt-F4 pressed! +[2025.04.09-16.33.03:505][944]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.33.03:505][944]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.33.03:552][944]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-16.33.03:594][944]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.33.03:595][944]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.33.03:598][944]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-16.33.03:607][944]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.33.03:647][944]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 15 +[2025.04.09-16.33.03:647][944]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15 +[2025.04.09-16.33.03:649][944]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15 +[2025.04.09-16.33.03:657][944]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-16.33.03:657][944]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-16.33.03:659][944]LogUObjectHash: Compacting FUObjectHashTables data took 1.67ms +[2025.04.09-16.33.03:687][945]LogPlayLevel: Display: Destroying online subsystem :Context_24 +[2025.04.09-16.33.03:688][945]LogHMD: Warning: Destroying layer 1 +[2025.04.09-16.33.03:692][945]LogHMD: Warning: Destroying layer 2 +[2025.04.09-16.33.03:694][945]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-16.33.03:814][945]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-16.33.03:820][945]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-16.34.20:752][358]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 3225.840820 +[2025.04.09-16.34.21:751][361]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.04.09-16.34.21:751][361]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 3226.507080, Update Interval: 329.588928 +[2025.04.09-16.35.23:134][735]LogSlate: Took 0.018441 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensedItalic.ttf' (160K) +[2025.04.09-16.38.16:082][222]LogStreaming: Display: FlushAsyncLoading(562): 1 QueuedPackages, 0 AsyncPackages +[2025.04.09-16.38.16:378][225]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_10 +[2025.04.09-16.38.16:378][225]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_10'. +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: ================================================ +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Total job queries 350, among them cache hits 103 (29.43%), DDC hits 61 (17.43%), Duplicates 8 (2.29%) +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Tracking 239 distinct input hashes that result in 170 distinct outputs (71.13%) +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: RAM used: 122.06 KiB of 1.60 GiB budget. Usage: 0.01% +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Shaders Compiled: 178 +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Jobs assigned 178, completed 178 (100%) +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Average time worker was idle: 122.76 s +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Time job spent in pending queue: average 0.13 s, longest 3.05 s +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Job execution time: average 6.27 s, max 15.96 s +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Job life time (pending + execution): average 6.40 s, max 16.07 +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Shader code size: average 14.732 KiB, min 2.578 KiB, max 32.242 KiB +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 196.43 s +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Jobs were issued in 171 batches (only local compilation was used), average 1.04 jobs/batch +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Average processing rate: 0.91 jobs/sec +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Total thread time: 172.858 s +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Total thread preprocess time: 6.901 s +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Percentage time preprocessing: 3.99% +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Effective parallelization: 0.88 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 5 times, average 1.88 sec, max 3.09 sec, min 1.02 sec) +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight (compiled 25 times, average 1.75 sec, max 3.21 sec, min 0.83 sec) +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: FPathTracingMaterialCHS_AHS (compiled 2 times, average 1.30 sec, max 1.34 sec, min 1.27 sec) +[2025.04.09-16.38.37:933][518]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy (compiled 1 times, average 1.23 sec, max 1.23 sec, min 1.23 sec) +[2025.04.09-16.38.37:934][518]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 24 times, average 1.22 sec, max 3.19 sec, min 0.41 sec) +[2025.04.09-16.38.37:934][518]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.09-16.38.37:934][518]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 25.37% of total time (compiled 25 times, average 1.75 sec, max 3.21 sec, min 0.83 sec) +[2025.04.09-16.38.37:934][518]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 16.94% of total time (compiled 24 times, average 1.22 sec, max 3.19 sec, min 0.41 sec) +[2025.04.09-16.38.37:934][518]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy - 9.71% of total time (compiled 16 times, average 1.05 sec, max 1.20 sec, min 0.87 sec) +[2025.04.09-16.38.37:934][518]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 8.51% of total time (compiled 34 times, average 0.43 sec, max 0.55 sec, min 0.29 sec) +[2025.04.09-16.38.37:934][518]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicyFAnyHitShader - 7.87% of total time (compiled 13 times, average 1.05 sec, max 1.14 sec, min 0.86 sec) +[2025.04.09-16.38.37:934][518]LogShaderCompilers: Display: === Material stats === +[2025.04.09-16.38.37:934][518]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.09-16.38.37:934][518]LogShaderCompilers: Display: Materials Translated: 217 +[2025.04.09-16.38.37:934][518]LogShaderCompilers: Display: Material Total Translate Time: 0.21 s +[2025.04.09-16.38.37:934][518]LogShaderCompilers: Display: Material Translation Only: 0.09 s (41%) +[2025.04.09-16.38.37:934][518]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (1%) +[2025.04.09-16.38.37:934][518]LogShaderCompilers: Display: Material Cache Hits: 40 (18%) +[2025.04.09-16.38.37:934][518]LogShaderCompilers: Display: ================================================ +[2025.04.09-16.40.40:229][745]LogEditorTransaction: Undo Create Pin Link +[2025.04.09-16.40.47:190][338]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 3612.273682 +[2025.04.09-16.40.47:370][355]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.04.09-16.40.47:370][355]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 3612.441650, Update Interval: 335.820190 +[2025.04.09-16.41.19:510][270]LogUObjectHash: Compacting FUObjectHashTables data took 2.12ms +[2025.04.09-16.41.39:889][ 39]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.09-16.41.39:962][ 39]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Input/IMC_Default] ([1] browsable assets)... +[2025.04.09-16.41.39:962][ 39]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Input/IMC_Default] +[2025.04.09-16.41.39:962][ 39]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Input/IMC_Default" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Input/IMC_Default.uasset" SILENT=true +[2025.04.09-16.41.39:966][ 39]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/IMC_Default +[2025.04.09-16.41.39:966][ 39]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/IMC_Default6310400B46500CC13E940A8337FE0FC2.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Input/IMC_Default.uasset' +[2025.04.09-16.41.39:978][ 39]LogFileHelpers: InternalPromptForCheckoutAndSave took 88.664 ms (total: 1.36 sec) +[2025.04.09-16.41.40:028][ 39]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.09-16.41.40:028][ 39]LogContentValidation: Enabled validators: +[2025.04.09-16.41.40:028][ 39]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.04.09-16.41.40:028][ 39]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.09-16.41.40:029][ 39]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.09-16.41.40:029][ 39]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.04.09-16.41.40:029][ 39]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.09-16.41.40:029][ 39]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.04.09-16.41.40:029][ 39]AssetCheck: /Game/VRTemplate/Input/IMC_Default Validating asset +[2025.04.09-16.41.46:745][236]LogDerivedDataCache: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. +[2025.04.09-16.42.10:404][306]LogUObjectHash: Compacting FUObjectHashTables data took 1.49ms +[2025.04.09-16.42.10:405][306]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/VRTemplate/Maps/VRTemplateMap' took 0.028 +[2025.04.09-16.42.10:405][306]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... +[2025.04.09-16.42.10:478][306]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] +[2025.04.09-16.42.10:478][306]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] +[2025.04.09-16.42.10:547][306]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto4 +[2025.04.09-16.42.10:547][306]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/VRPawn_Auto4888FC8954D7AAC9326C8B3B7539F377B.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto4.uasset' +[2025.04.09-16.42.10:548][306]LogFileHelpers: Auto-saving content packages took 0.142 +[2025.04.09-16.46.55:479][161]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 3980.558594 +[2025.04.09-16.46.56:479][164]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.04.09-16.46.56:479][164]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 3981.225342, Update Interval: 351.362640 +[2025.04.09-16.48.07:745][482]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.04.09-16.48.07:750][482]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.09-16.48.07:750][482]LogHMD: Initializing OVRPlugin session +[2025.04.09-16.48.07:750][482]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-16.48.07:750][482]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-16.48.07:750][482]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-16.48.07:750][482]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-16.48.08:167][482]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-16.48.08:168][482]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-16.48.08:199][482]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-16.48.08:199][482]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-16.48.08:200][482]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-16.48.08:384][482]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-16.48.08:384][482]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-16.48.08:384][482]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-16.48.08:384][482]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-16.48.08:384][482]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-16.48.08:384][482]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-16.48.08:384][482]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-16.48.08:384][482]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-16.48.08:384][482]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-16.48.08:384][482]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-16.48.08:384][482]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-16.48.08:384][482]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.48.08:384][482]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.48.08:385][482]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-16.48.08:385][482]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-16.48.08:385][482]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-16.48.08:385][482]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-16.48.08:385][482]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-16.48.08:385][482]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-16.48.08:385][482]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-16.48.08:385][482]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-16.48.08:385][482]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-16.48.08:385][482]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-16.48.08:385][482]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-16.48.28:940][482]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=334790315493500 +[2025.04.09-16.48.28:940][482]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.48.28:940][482]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=334790315503100 +[2025.04.09-16.48.28:940][482]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.48.28:940][482]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-16.48.28:951][482]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-16.48.28:951][482]LogOVRPlugin: ... m_textureStages[0][0] = 00000219AF220D70 +[2025.04.09-16.48.28:951][482]LogOVRPlugin: ... m_textureStages[0][1] = 00000219AF223D40 +[2025.04.09-16.48.28:951][482]LogOVRPlugin: ... m_textureStages[0][2] = 00000219AF21FA50 +[2025.04.09-16.48.28:963][482]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-16.48.28:963][482]LogOVRPlugin: ... m_depthTextureStages[0][0] = 00000219AF221700 +[2025.04.09-16.48.28:963][482]LogOVRPlugin: ... m_depthTextureStages[0][1] = 00000219AF225060 +[2025.04.09-16.48.28:963][482]LogOVRPlugin: ... m_depthTextureStages[0][2] = 00000219AF222090 +[2025.04.09-16.48.28:964][482]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-16.48.28:964][482]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-16.48.28:964][482]LogPlayLevel: Display: Creating online subsystem for client :Context_26 +[2025.04.09-16.48.28:967][482]LogOnline: OSS: Created online subsystem instance for: :Context_26 +[2025.04.09-16.48.28:984][482]LogAutomationController: Ignoring very large delta of 21.24 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-16.48.28:986][483]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.48.28:992][483]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006580s) +[2025.04.09-16.48.28:992][483]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006631s) +[2025.04.09-16.48.29:019][483]LogUObjectHash: Compacting FUObjectHashTables data took 1.72ms +[2025.04.09-16.48.29:021][483]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-16.48.29:057][483]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-16.48.29:059][483]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-16.48.29:059][483]LogPlayLevel: PIE: World Init took: (0.002118s) +[2025.04.09-16.48.29:060][483]LogAudio: Display: Creating Audio Device: Id: 16, Scope: Unique, Realtime: True +[2025.04.09-16.48.29:061][483]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-16.48.29:061][483]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-16.48.29:061][483]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-16.48.29:061][483]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-16.48.29:061][483]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-16.48.29:061][483]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-16.48.29:061][483]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-16.48.29:061][483]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-16.48.29:061][483]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-16.48.29:061][483]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-16.48.29:061][483]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-16.48.29:064][483]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-16.48.29:106][483]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-16.48.29:106][483]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-16.48.29:106][483]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-16.48.29:106][483]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-16.48.29:107][483]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=16 +[2025.04.09-16.48.29:107][483]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=16 +[2025.04.09-16.48.29:109][483]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=16 +[2025.04.09-16.48.29:109][483]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=16 +[2025.04.09-16.48.29:109][483]LogInit: FAudioDevice initialized with ID 16. +[2025.04.09-16.48.29:109][483]LogAudio: Display: Audio Device (ID: 16) registered with world 'VRTemplateMap'. +[2025.04.09-16.48.29:109][483]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 16 +[2025.04.09-16.48.29:134][483]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.48.29:134][483]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-16.48.29:134][483]LogHMD: Collecting Telemetry Data +[2025.04.09-16.48.29:180][483]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-16.48.29:184][483]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.04.09-19.48.29 +[2025.04.09-16.48.29:184][483]LogWorld: Bringing up level for play took: 0.003313 +[2025.04.09-16.48.29:187][483]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-16.48.29:188][483]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-16.48.29:190][483]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.48.29:192][483]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.04.09-16.48.29:201][483]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.48.29:203][483]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.04.09-16.48.29:211][483]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-16.48.29:216][483]PIE: Server logged in +[2025.04.09-16.48.29:217][483]PIE: Play in editor total start time 21.468 seconds. +[2025.04.09-16.48.29:219][483]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-16.48.29:254][483]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-16.48.29:291][484]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=334811000385399 +[2025.04.09-16.48.29:291][484]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.48.30:007][531]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=334811717331800 +[2025.04.09-16.48.30:007][531]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.48.30:007][531]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=334811717348500 +[2025.04.09-16.48.30:007][531]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-16.48.30:023][532]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-16.49.00:214][664]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=334841923263200 +[2025.04.09-16.49.00:214][664]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.49.00:214][664]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=334841923276499 +[2025.04.09-16.49.00:214][664]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.49.00:214][664]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=334841923354800 +[2025.04.09-16.49.00:214][664]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.49.00:214][664]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2181 outside of frame bounds +[2025.04.09-16.49.00:217][664]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2181 outside of frame bounds +[2025.04.09-16.49.00:217][664]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=334841923354800 +[2025.04.09-16.49.00:217][664]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.49.00:217][664]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=334841926323900 +[2025.04.09-16.49.00:217][664]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.49.10:725][ 63]LogWindowsDesktop: Alt-F4 pressed! +[2025.04.09-16.49.10:772][ 63]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.49.10:772][ 63]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.49.10:813][ 63]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-16.49.10:851][ 63]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.49.10:852][ 63]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.49.10:855][ 63]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-16.49.10:865][ 63]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.49.10:905][ 63]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 16 +[2025.04.09-16.49.10:905][ 63]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16 +[2025.04.09-16.49.10:908][ 63]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16 +[2025.04.09-16.49.10:915][ 63]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-16.49.10:915][ 63]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-16.49.10:917][ 63]LogUObjectHash: Compacting FUObjectHashTables data took 1.64ms +[2025.04.09-16.49.10:954][ 64]LogPlayLevel: Display: Destroying online subsystem :Context_26 +[2025.04.09-16.49.10:955][ 64]LogHMD: Warning: Destroying layer 1 +[2025.04.09-16.49.10:960][ 64]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-16.49.11:081][ 64]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-16.49.11:087][ 64]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-16.49.49:054][355]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.04.09-16.49.49:058][355]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.09-16.49.49:059][355]LogHMD: Initializing OVRPlugin session +[2025.04.09-16.49.49:059][355]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.04.09-16.49.49:059][355]LogOVRPlugin: Display: commandQueue is null +[2025.04.09-16.49.49:059][355]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.04.09-16.49.49:059][355]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.04.09-16.49.49:153][355]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.09-16.49.49:153][355]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.09-16.49.49:153][355]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.09-16.49.49:153][355]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.09-16.49.49:153][355]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.09-16.49.49:153][355]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.09-16.49.49:153][355]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.09-16.49.49:154][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.09-16.49.49:155][355]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.09-16.49.49:182][355]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.04.09-16.49.49:182][355]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.09-16.49.49:184][355]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.04.09-16.49.49:342][355]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.04.09-16.49.49:342][355]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.04.09-16.49.49:342][355]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.04.09-16.49.49:342][355]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.04.09-16.49.49:342][355]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.04.09-16.49.49:342][355]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.04.09-16.49.49:342][355]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.04.09-16.49.49:342][355]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.04.09-16.49.49:342][355]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.04.09-16.49.49:342][355]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.04.09-16.49.49:342][355]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.04.09-16.49.49:342][355]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.49.49:342][355]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 +[2025.04.09-16.49.49:342][355]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.04.09-16.49.49:343][355]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.04.09-16.49.49:343][355]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.04.09-16.49.49:343][355]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.04.09-16.49.49:343][355]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.04.09-16.49.49:343][355]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.04.09-16.49.49:343][355]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.04.09-16.49.49:343][355]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.04.09-16.49.49:343][355]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.04.09-16.49.49:343][355]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.04.09-16.49.49:343][355]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.04.09-16.50.09:731][355]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=334891160007200 +[2025.04.09-16.50.09:731][355]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.50.09:731][355]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=334891160017400 +[2025.04.09-16.50.09:731][355]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.50.09:731][355]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.04.09-16.50.09:741][355]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.04.09-16.50.09:741][355]LogOVRPlugin: ... m_textureStages[0][0] = 0000021948D8C8E0 +[2025.04.09-16.50.09:741][355]LogOVRPlugin: ... m_textureStages[0][1] = 0000021948D8EF20 +[2025.04.09-16.50.09:741][355]LogOVRPlugin: ... m_textureStages[0][2] = 0000021948D8E590 +[2025.04.09-16.50.09:754][355]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.04.09-16.50.09:754][355]LogOVRPlugin: ... m_depthTextureStages[0][0] = 0000021948D90240 +[2025.04.09-16.50.09:754][355]LogOVRPlugin: ... m_depthTextureStages[0][1] = 0000021948D90BD0 +[2025.04.09-16.50.09:754][355]LogOVRPlugin: ... m_depthTextureStages[0][2] = 0000021948D8AC30 +[2025.04.09-16.50.09:754][355]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain +[2025.04.09-16.50.09:754][355]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.04.09-16.50.09:755][355]LogPlayLevel: Display: Creating online subsystem for client :Context_27 +[2025.04.09-16.50.09:757][355]LogOnline: OSS: Created online subsystem instance for: :Context_27 +[2025.04.09-16.50.09:772][355]LogAutomationController: Ignoring very large delta of 20.72 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-16.50.09:774][356]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.50.09:781][356]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006402s) +[2025.04.09-16.50.09:781][356]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006458s) +[2025.04.09-16.50.09:807][356]LogUObjectHash: Compacting FUObjectHashTables data took 1.51ms +[2025.04.09-16.50.09:809][356]LogMRUK: Loading MR Utility Kit Shared library +[2025.04.09-16.50.09:811][356]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.09-16.50.09:812][356]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.04.09-16.50.09:812][356]LogPlayLevel: PIE: World Init took: (0.002010s) +[2025.04.09-16.50.09:813][356]LogAudio: Display: Creating Audio Device: Id: 17, Scope: Unique, Realtime: True +[2025.04.09-16.50.09:813][356]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.09-16.50.09:813][356]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.09-16.50.09:813][356]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.09-16.50.09:813][356]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.09-16.50.09:813][356]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.09-16.50.09:813][356]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.09-16.50.09:813][356]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.09-16.50.09:814][356]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.09-16.50.09:814][356]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.09-16.50.09:814][356]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.09-16.50.09:814][356]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.09-16.50.09:818][356]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.09-16.50.09:856][356]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) +[2025.04.09-16.50.09:856][356]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.09-16.50.09:856][356]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.09-16.50.09:856][356]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.09-16.50.09:857][356]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=17 +[2025.04.09-16.50.09:857][356]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=17 +[2025.04.09-16.50.09:860][356]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=17 +[2025.04.09-16.50.09:860][356]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=17 +[2025.04.09-16.50.09:860][356]LogInit: FAudioDevice initialized with ID 17. +[2025.04.09-16.50.09:860][356]LogAudio: Display: Audio Device (ID: 17) registered with world 'VRTemplateMap'. +[2025.04.09-16.50.09:860][356]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 17 +[2025.04.09-16.50.09:888][356]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.50.09:888][356]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.04.09-16.50.09:888][356]LogHMD: Collecting Telemetry Data +[2025.04.09-16.50.09:948][356]LogLoad: Game class is 'VRGameMode_C' +[2025.04.09-16.50.09:952][356]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 3) at 2025.04.09-19.50.09 +[2025.04.09-16.50.09:953][356]LogWorld: Bringing up level for play took: 0.003864 +[2025.04.09-16.50.09:956][356]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.04.09-16.50.09:957][356]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.04.09-16.50.09:961][356]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.50.09:963][356]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.04.09-16.50.09:971][356]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.04.09-16.50.09:974][356]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.04.09-16.50.09:982][356]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.04.09-16.50.09:989][356]PIE: Server logged in +[2025.04.09-16.50.09:991][356]PIE: Play in editor total start time 20.932 seconds. +[2025.04.09-16.50.09:992][356]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.04.09-16.50.10:030][356]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain +[2025.04.09-16.50.10:069][357]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=334911777807600 +[2025.04.09-16.50.10:069][357]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.50.10:785][360]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=334912493258300 +[2025.04.09-16.50.10:785][360]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.50.10:785][360]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=334912493276700 +[2025.04.09-16.50.10:785][360]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.04.09-16.50.11:116][361]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.04.09-16.50.16:125][712]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.50.16:963][772]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.50.18:247][864]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.50.55:777][524]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.04.09-16.51.01:148][910]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=334962856407800 +[2025.04.09-16.51.01:148][910]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.04.09-16.51.01:148][910]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=334962856418100 +[2025.04.09-16.51.01:148][910]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.51.01:148][910]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=334962856479699 +[2025.04.09-16.51.01:148][910]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.04.09-16.51.01:162][911]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=334962856479699 +[2025.04.09-16.51.01:162][911]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.51.01:162][911]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=334962870162900 +[2025.04.09-16.51.01:162][911]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.04.09-16.51.17:534][197]LogEditCondition: Error: EnhancedActionKeyMapping - EditCondition attempted to use an invalid operand "SettingBehavior" (value error). +[2025.04.09-16.53.28:660][253]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 4373.733887 +[2025.04.09-16.53.29:661][256]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.04.09-16.53.29:661][256]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 4374.401367, Update Interval: 303.006683 +[2025.04.09-16.58.53:695][229]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.09-16.58.53:695][229]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Input/IMC_Default] ([1] browsable assets)... +[2025.04.09-16.58.53:695][229]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Input/IMC_Default] +[2025.04.09-16.58.53:695][229]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Input/IMC_Default" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Input/IMC_Default.uasset" SILENT=true +[2025.04.09-16.58.53:699][229]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/IMC_Default +[2025.04.09-16.58.53:699][229]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/IMC_DefaultBE6383F948B50671AB1B6C93C05E7B15.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Input/IMC_Default.uasset' +[2025.04.09-16.58.53:700][229]LogFileHelpers: InternalPromptForCheckoutAndSave took 5.113 ms (total: 1.37 sec) +[2025.04.09-16.58.53:711][229]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.09-16.58.53:711][229]LogContentValidation: Enabled validators: +[2025.04.09-16.58.53:711][229]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.04.09-16.58.53:711][229]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.09-16.58.53:711][229]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.09-16.58.53:711][229]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.04.09-16.58.53:711][229]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.09-16.58.53:711][229]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.04.09-16.58.53:712][229]AssetCheck: /Game/VRTemplate/Input/IMC_Default Validating asset +[2025.04.09-16.59.03:177][193]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 4708.250488 +[2025.04.09-16.59.03:329][208]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.04.09-16.59.03:329][208]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 4708.391113, Update Interval: 310.036316 +[2025.04.09-16.59.10:857][958]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.09-16.59.10:857][958]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Input/IMC_Default] ([1] browsable assets)... +[2025.04.09-16.59.10:857][958]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Input/IMC_Default] +[2025.04.09-16.59.10:857][958]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Input/IMC_Default" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Input/IMC_Default.uasset" SILENT=true +[2025.04.09-16.59.10:862][958]LogSavePackage: Moving output files for package: /Game/VRTemplate/Input/IMC_Default +[2025.04.09-16.59.10:862][958]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/IMC_Default6C42CE1841561485F684CF8703FFB82C.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Input/IMC_Default.uasset' +[2025.04.09-16.59.10:863][958]LogFileHelpers: InternalPromptForCheckoutAndSave took 5.595 ms (total: 1.38 sec) +[2025.04.09-16.59.10:873][958]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.09-16.59.10:873][958]LogContentValidation: Enabled validators: +[2025.04.09-16.59.10:873][958]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.04.09-16.59.10:873][958]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.09-16.59.10:873][958]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.09-16.59.10:873][958]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.04.09-16.59.10:873][958]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.09-16.59.10:873][958]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.04.09-16.59.10:873][958]AssetCheck: /Game/VRTemplate/Input/IMC_Default Validating asset +[2025.04.09-16.59.12:799][138]LogUObjectHash: Compacting FUObjectHashTables data took 1.89ms +[2025.04.09-16.59.16:647][138]LogSlate: Window 'Save Content' being destroyed +[2025.04.09-16.59.16:661][138]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.09-16.59.16:661][138]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... +[2025.04.09-16.59.16:661][138]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] +[2025.04.09-16.59.16:661][138]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true +[2025.04.09-16.59.16:731][138]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn +[2025.04.09-16.59.16:732][138]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/VRPawnF3F597184A9EE2B8C7FFED8B59F4EDF1.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' +[2025.04.09-16.59.16:732][138]LogFileHelpers: InternalPromptForCheckoutAndSave took 71.667 ms (total: 1.45 sec) +[2025.04.09-16.59.16:797][138]LogStall: Shutdown... +[2025.04.09-16.59.16:798][138]LogStall: Shutdown complete. +[2025.04.09-16.59.16:884][138]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.59.16:885][138]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.59.17:076][138]LogSlate: Window 'HandyMann - Unreal Editor' being destroyed +[2025.04.09-16.59.17:338][138]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.09-16.59.17:338][138]LogContentValidation: Enabled validators: +[2025.04.09-16.59.17:338][138]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.04.09-16.59.17:338][138]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.09-16.59.17:338][138]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.09-16.59.17:338][138]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.04.09-16.59.17:338][138]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.09-16.59.17:338][138]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.04.09-16.59.17:339][138]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset +[2025.04.09-16.59.17:368][138]LogUObjectHash: Compacting FUObjectHashTables data took 1.52ms +[2025.04.09-16.59.17:504][138]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.09-16.59.17:504][138]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.04.09-16.59.17:504][138]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.04.09-16.59.17:557][138]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.59.17:558][138]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.59.17:561][138]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.09-16.59.17:571][138]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.59.17:596][138]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 17 +[2025.04.09-16.59.17:596][138]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17 +[2025.04.09-16.59.17:599][138]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17 +[2025.04.09-16.59.17:607][138]LogSlate: Slate User Unregistered. User Index 8 +[2025.04.09-16.59.17:607][138]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.04.09-16.59.17:609][138]LogUObjectHash: Compacting FUObjectHashTables data took 1.60ms +[2025.04.09-16.59.17:623][138]LogAutomationController: Ignoring very large delta of 4.85 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.09-16.59.17:624][138]Cmd: QUIT_EDITOR +[2025.04.09-16.59.17:624][139]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) +[2025.04.09-16.59.17:636][139]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) +[2025.04.09-16.59.17:636][139]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown +[2025.04.09-16.59.17:636][139]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown +[2025.04.09-16.59.17:637][139]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.59.17:637][139]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.59.17:666][139]LogStylusInput: Shutting down StylusInput subsystem. +[2025.04.09-16.59.17:666][139]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. +[2025.04.09-16.59.17:669][139]LogWorld: UWorld::CleanupWorld for World_7, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.59.17:669][139]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.59.17:675][139]LogWorld: UWorld::CleanupWorld for World_6, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.59.17:675][139]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.59.17:679][139]LogWorld: UWorld::CleanupWorld for World_5, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.59.17:691][139]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.59.17:695][139]LogWorld: UWorld::CleanupWorld for World_4, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.59.17:695][139]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.59.17:700][139]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.59.17:700][139]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.59.17:704][139]LogWorld: UWorld::CleanupWorld for World_10, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.59.17:704][139]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.59.17:707][139]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.59.17:708][139]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.59.17:712][139]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.59.17:712][139]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.59.17:714][139]LogWorld: UWorld::CleanupWorld for World_8, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.59.17:714][139]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.59.17:718][139]LogWorld: UWorld::CleanupWorld for World_9, bSessionEnded=true, bCleanupResources=true +[2025.04.09-16.59.17:718][139]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.09-16.59.17:722][139]LogStudioTelemetry: Ended StudioTelemetry Session +[2025.04.09-16.59.17:735][139]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider +[2025.04.09-16.59.17:735][139]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session +[2025.04.09-16.59.17:736][139]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider +[2025.04.09-16.59.18:645][139]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... +[2025.04.09-16.59.18:645][139]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... +[2025.04.09-16.59.18:645][139]LogAudio: Display: Audio Device unregistered from world 'VRTemplateMap'. +[2025.04.09-16.59.18:645][139]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. +[2025.04.09-16.59.18:645][139]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.09-16.59.18:648][139]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.09-16.59.18:664][139]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 +[2025.04.09-16.59.18:664][139]LogAudio: Display: Audio Device Manager Shutdown +[2025.04.09-16.59.18:665][139]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.09-16.59.18:671][139]LogExit: Preparing to exit. +[2025.04.09-16.59.18:707][139]LogUObjectHash: Compacting FUObjectHashTables data took 1.64ms +[2025.04.09-16.59.18:709][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_controls_for_selected_PY.add_controls_for_selected_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:709][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_controls_for_selected_PY.add_controls_for_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:712][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_null_above_selected_PY.add_null_above_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:712][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:712][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_all' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:712][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_x' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:712][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_y' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:712][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_z' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:713][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:713][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_scale' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:713][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.search_replace_name_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:713][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.search_replace_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:713][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_prefix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:713][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_prefix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:713][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_suffix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:713][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_suffix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:713][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.do_rename_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:713][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.do_rename_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:713][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/set_bone_reference_pose_PY.set_bone_reference_pose' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:713][139]LogPython: Display: Object '/ControlRig/Python/ControlRigWorkflows/workflow_fbik_import_ik_rig_PY.import_ik_rig_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.18:713][139]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_controls_for_selected_PY.ControlOutputFormat' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.09-16.59.19:833][139]LogEditorDataStorage: Deinitializing +[2025.04.09-16.59.20:069][139]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled +[2025.04.09-16.59.20:115][139]LogExit: Editor shut down +[2025.04.09-16.59.20:122][139]LogExit: Transaction tracking system shut down +[2025.04.09-16.59.20:369][139]LogExit: Object subsystem successfully closed. +[2025.04.09-16.59.20:467][139]LogShaderCompilers: Display: Shaders left to compile 0 +[2025.04.09-16.59.21:113][139]LogMemoryProfiler: Shutdown +[2025.04.09-16.59.21:113][139]LogNetworkingProfiler: Shutdown +[2025.04.09-16.59.21:113][139]LoadingProfiler: Shutdown +[2025.04.09-16.59.21:113][139]LogTimingProfiler: Shutdown +[2025.04.09-16.59.21:571][139]LogChaosDD: Chaos Debug Draw Shutdown +[2025.04.09-16.59.21:573][139]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 +[2025.04.09-16.59.22:011][139]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.04.09-16.59.22:131][139]LogOVRPlugin: m_xrSession destroyed +[2025.04.09-16.59.22:137][139]LogOVRPlugin: m_xrInstance destroyed +[2025.04.09-16.59.22:139][139]LogOculusPluginWrapper: OculusPlugin destroyed successfully +[2025.04.09-16.59.22:139][139]RenderDocPlugin: plugin has been unloaded. +[2025.04.09-16.59.22:164][139]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests: +[2025.04.09-16.59.22:164][139]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B273B26D7-4C00-66A7-3968-6391F658B2AF%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.5.4-40574608%2B%2B%2BUE5%2BRelease-5.5&UserID=0263ee444c1e3b1c1bf18c9ea6cc2ba4%7C1e61d639f2d5465389723e7b879a143c%7C12cfd485-ae06-4d3a-be14-e678903b0a60&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing +[2025.04.09-16.59.22:863][139]LogEOSSDK: FEOSSDKManager::Shutdown EOS_Shutdown Result=[EOS_Success] +[2025.04.09-16.59.22:869][139]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module +[2025.04.09-16.59.22:869][139]LogNFORDenoise: NFORDenoise function shutting down +[2025.04.09-16.59.22:872][139]LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetActorFactory id: 0 +[2025.04.09-16.59.22:872][139]LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetSubObjectFactory id: 1 +[2025.04.09-16.59.22:872][139]LogPakFile: Destroying PakPlatformFile +[2025.04.09-16.59.23:077][139]LogD3D12RHI: ~FD3D12DynamicRHI +[2025.04.09-16.59.23:170][139]LogExit: Exiting. +[2025.04.09-16.59.23:207][139]Log file closed, 04/09/25 19:59:23 diff --git a/HandyMann/Saved/Logs/HandyMann_2.log b/HandyMann/Saved/Logs/HandyMann_2.log new file mode 100644 index 0000000..0a0aec5 --- /dev/null +++ b/HandyMann/Saved/Logs/HandyMann_2.log @@ -0,0 +1,2270 @@ +Log file open, 04/12/25 11:01:53 +LogWindows: Failed to load 'aqProf.dll' (GetLastError=126) +LogWindows: File 'aqProf.dll' does not exist +LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126) +LogWindows: File 'VtuneApi.dll' does not exist +LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126) +LogWindows: File 'VtuneApi32e.dll' does not exist +LogWindows: Started CrashReportClient (pid=42908) +LogWindows: Warning: Failed to set completion port for job object "UE.ShaderCompileWorker.JobGroup": The parameter is incorrect. +LogWindows: Custom abort handler registered for crash reporting. +LogInit: Display: Running engine for game: HandyMann +LogCore: UTS: Unreal Trace Server launched successfully +LogTrace: Initializing trace... +LogCore: Display: Requested channels: 'cpu,gpu,frame,log,bookmark,screenshot,region' +LogTrace: Display: Display Control listening on port 36875 +LogTrace: Finished trace initialization. +LogCsvProfiler: Display: Metadata set : platform="Windows" +LogCsvProfiler: Display: Metadata set : config="Development" +LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.5-CL-40574608" +LogCsvProfiler: Display: Metadata set : engineversion="5.5.4-40574608+++UE5+Release-5.5" +LogCsvProfiler: Display: Metadata set : os="Windows 10 (22H2) [10.0.19045.5737] " +LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 9 3900X 12-Core Processor" +LogCsvProfiler: Display: Metadata set : pgoenabled="0" +LogCsvProfiler: Display: Metadata set : pgoprofilingenabled="0" +LogCsvProfiler: Display: Metadata set : ltoenabled="0" +LogCsvProfiler: Display: Metadata set : asan="0" +LogCsvProfiler: Display: Metadata set : commandline="" "D:\R. Samuel\VR-tasks\Wizard game\HandyMann\HandyMann.uproject""" +LogCsvProfiler: Display: Metadata set : loginid="0263ee444c1e3b1c1bf18c9ea6cc2ba4" +LogCsvProfiler: Display: Metadata set : llm="0" +LogStats: Stats thread started at 0.378927 +LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetActorFactory id: 0 +LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetSubObjectFactory id: 1 +LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +2:00, Platform Override: '' +LogInit: Session CrashGUID >==================================================== + Session CrashGUID > UECC-Windows-EEB448164884C6A0D381A8AEB59D81FA + Session CrashGUID >==================================================== +LogConfig: Display: Loading VulkanPC ini files took 0.06 seconds +LogConfig: Display: Loading Mac ini files took 0.07 seconds +LogConfig: Display: Loading Android ini files took 0.07 seconds +LogConfig: Display: Loading IOS ini files took 0.07 seconds +LogConfig: No local boot hotfix file found at: [../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/PersistentDownloadDir/HotfixForNextBoot.txt] +LogConfig: Display: Loading Windows ini files took 0.08 seconds +LogConfig: Display: Loading Unix ini files took 0.09 seconds +LogConfig: Display: Loading TVOS ini files took 0.09 seconds +LogConfig: Display: Loading VisionOS ini files took 0.09 seconds +LogConfig: Display: Loading Linux ini files took 0.10 seconds +LogConfig: Display: Loading LinuxArm64 ini files took 0.10 seconds +LogAudio: Display: Pre-Initializing Audio Device Manager... +LogAudio: Display: AudioInfo: 'OPUS' Registered +LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. +LogAudio: Display: AudioInfo: 'OGG' Registered +LogAudio: Display: AudioInfo: 'ADPCM' Registered +LogAudio: Display: AudioInfo: 'PCM' Registered +LogAudio: Display: AudioInfo: 'BINKA' Registered +LogAudio: Display: AudioInfo: 'RADA' Registered +LogAudio: Display: Audio Device Manager Pre-Initialized +LogPluginManager: Looking for build plugins target receipt +LogPluginManager: Unable to find target receipt in path: ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Binaries/Win64/*.target +LogAssetRegistry: Display: Asset registry cache read as 37.1 MiB from ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/CachedAssetRegistry_0.bin +LogPluginManager: Found matching target receipt: ../../../Engine/Binaries/Win64/UnrealEditor.target +LogPluginManager: Looking for enabled plugins target receipt +LogPluginManager: Unable to find target receipt in path: ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Binaries/Win64/*.target +LogPluginManager: Found matching target receipt: ../../../Engine/Binaries/Win64/UnrealEditor.target +LogPluginManager: Mounting Engine plugin Bridge +LogPluginManager: Mounting Engine plugin ChaosCloth +LogPluginManager: Mounting Engine plugin ChaosVD +LogPluginManager: Mounting Engine plugin CmdLinkServer +LogPluginManager: Mounting Engine plugin EnhancedInput +LogPluginManager: Mounting Engine plugin Fab +LogPluginManager: Mounting Engine plugin FastBuildController +LogPluginManager: Mounting Engine plugin MeshPainting +LogPluginManager: Mounting Engine plugin RenderGraphInsights +LogPluginManager: Mounting Engine plugin TraceUtilities +LogPluginManager: Mounting Engine plugin UbaController +LogPluginManager: Mounting Engine plugin WorldMetrics +LogPluginManager: Mounting Engine plugin XGEController +LogPluginManager: Mounting Engine plugin OodleNetwork +LogPluginManager: Mounting Engine plugin AssetManagerEditor +LogPluginManager: Mounting Engine plugin BlueprintHeaderView +LogPluginManager: Mounting Engine plugin ChangelistReview +LogPluginManager: Mounting Engine plugin ColorGrading +LogPluginManager: Mounting Engine plugin CryptoKeys +LogPluginManager: Mounting Engine plugin CurveEditorTools +LogPluginManager: Mounting Engine plugin DataValidation +LogPluginManager: Mounting Engine plugin EditorDebugTools +LogPluginManager: Mounting Engine plugin EditorScriptingUtilities +LogPluginManager: Mounting Engine plugin EngineAssetDefinitions +LogPluginManager: Mounting Engine plugin FacialAnimation +LogPluginManager: Mounting Engine plugin GameplayTagsEditor +LogPluginManager: Mounting Engine plugin GeometryMode +LogPluginManager: Mounting Engine plugin MacGraphicsSwitching +LogPluginManager: Mounting Engine plugin MaterialAnalyzer +LogPluginManager: Mounting Engine plugin MeshLODToolset +LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard +LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode +LogPluginManager: Mounting Engine plugin PluginBrowser +LogPluginManager: Mounting Engine plugin ProxyLODPlugin +LogPluginManager: Mounting Engine plugin SequencerAnimTools +LogPluginManager: Mounting Engine plugin SpeedTreeImporter +LogPluginManager: Mounting Engine plugin StylusInput +LogPluginManager: Mounting Engine plugin UMGWidgetPreview +LogPluginManager: Mounting Engine plugin UVEditor +LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities +LogPluginManager: Mounting Engine plugin AdvancedRenamer +LogPluginManager: Mounting Engine plugin AutomationUtils +LogPluginManager: Mounting Engine plugin BackChannel +LogPluginManager: Mounting Engine plugin ChaosCaching +LogPluginManager: Mounting Engine plugin ChaosEditor +LogPluginManager: Mounting Engine plugin ChaosNiagara +LogPluginManager: Mounting Engine plugin ChaosSolverPlugin +LogPluginManager: Mounting Engine plugin ChaosUserDataPT +LogPluginManager: Mounting Engine plugin CharacterAI +LogPluginManager: Mounting Engine plugin Dataflow +LogPluginManager: Mounting Engine plugin EditorDataStorage +LogPluginManager: Mounting Engine plugin EditorPerformance +LogPluginManager: Mounting Engine plugin EditorTelemetry +LogPluginManager: Mounting Engine plugin Fracture +LogPluginManager: Mounting Engine plugin FullBodyIK +LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin +LogPluginManager: Mounting Engine plugin GeometryFlow +LogPluginManager: Mounting Engine plugin LowLevelNetTrace +LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp +LogPluginManager: Mounting Engine plugin LocalizableMessage +LogPluginManager: Mounting Engine plugin NFORDenoise +LogPluginManager: Mounting Engine plugin PlanarCut +LogPluginManager: Mounting Engine plugin PlatformCrypto +LogPluginManager: Mounting Engine plugin PythonScriptPlugin +LogPluginManager: Mounting Engine plugin SkeletalReduction +LogPluginManager: Mounting Engine plugin StudioTelemetry +LogPluginManager: Mounting Engine plugin ToolPresets +LogPluginManager: Mounting Engine plugin InterchangeAssets +LogPluginManager: Mounting Engine plugin InterchangeEditor +LogPluginManager: Mounting Engine plugin Interchange +LogPluginManager: Mounting Engine plugin AndroidMedia +LogPluginManager: Mounting Engine plugin AvfMedia +LogPluginManager: Mounting Engine plugin ImgMedia +LogPluginManager: Mounting Engine plugin MediaCompositing +LogPluginManager: Mounting Engine plugin MediaPlate +LogPluginManager: Mounting Engine plugin MediaPlayerEditor +LogPluginManager: Mounting Engine plugin WmfMedia +LogPluginManager: Mounting Engine plugin UdpMessaging +LogPluginManager: Mounting Engine plugin TcpMessaging +LogPluginManager: Mounting Engine plugin EOSShared +LogPluginManager: Mounting Engine plugin OnlineBase +LogPluginManager: Mounting Engine plugin OnlineServices +LogPluginManager: Mounting Engine plugin WebMMedia +LogPluginManager: Mounting Engine plugin OnlineSubsystem +LogPluginManager: Mounting Engine plugin OnlineSubsystemNull +LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils +LogPluginManager: Mounting Engine plugin LauncherChunkInstaller +LogPluginManager: Mounting Engine plugin Paper2D +LogPluginManager: Mounting Engine plugin AISupport +LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor +LogPluginManager: Mounting Engine plugin ACLPlugin +LogPluginManager: Mounting Engine plugin AnimationModifierLibrary +LogPluginManager: Mounting Engine plugin AnimationData +LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis +LogPluginManager: Mounting Engine plugin ControlRigModules +LogPluginManager: Mounting Engine plugin ControlRig +LogPluginManager: Mounting Engine plugin ControlRigSpline +LogPluginManager: Mounting Engine plugin DeformerGraph +LogPluginManager: Mounting Engine plugin LiveLink +LogPluginManager: Mounting Engine plugin IKRig +LogPluginManager: Mounting Engine plugin RigLogic +LogPluginManager: Mounting Engine plugin CameraShakePreviewer +LogPluginManager: Mounting Engine plugin EngineCameras +LogPluginManager: Mounting Engine plugin GameplayCameras +LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess +LogPluginManager: Mounting Engine plugin AnimationSharing +LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess +LogPluginManager: Mounting Engine plugin GitSourceControl +LogPluginManager: Mounting Engine plugin DumpGPUServices +LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess +LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess +LogPluginManager: Mounting Engine plugin NullSourceCodeAccess +LogPluginManager: Mounting Engine plugin PerforceSourceControl +LogPluginManager: Mounting Engine plugin PlasticSourceControl +LogPluginManager: Mounting Engine plugin PluginUtils +LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess +LogPluginManager: Mounting Engine plugin SubversionSourceControl +LogPluginManager: Mounting Engine plugin PixWinPlugin +LogPluginManager: Mounting Engine plugin RenderDocPlugin +LogPluginManager: Mounting Engine plugin TextureFormatOodle +LogPluginManager: Mounting Engine plugin PropertyAccessNode +LogPluginManager: Mounting Engine plugin UObjectPlugin +LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess +LogPluginManager: Mounting Engine plugin DatasmithContent +LogPluginManager: Mounting Engine plugin GLTFExporter +LogPluginManager: Mounting Engine plugin Niagara +LogPluginManager: Mounting Engine plugin VariantManagerContent +LogPluginManager: Mounting Engine plugin VariantManager +LogPluginManager: Mounting Engine plugin AlembicImporter +LogPluginManager: Mounting Engine plugin NiagaraSimCaching +LogPluginManager: Mounting Engine plugin OculusXR +LogPluginManager: Mounting Engine plugin ActorSequence +LogPluginManager: Mounting Engine plugin LevelSequenceEditor +LogPluginManager: Mounting Engine plugin TemplateSequence +LogPluginManager: Mounting Engine plugin SequencerScripting +LogPluginManager: Mounting Engine plugin NNEDenoiser +LogPluginManager: Mounting Engine plugin NNERuntimeORT +LogPluginManager: Mounting Engine plugin ActorLayerUtilities +LogPluginManager: Mounting Engine plugin AndroidMoviePlayer +LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector +LogPluginManager: Mounting Engine plugin AndroidPermission +LogPluginManager: Mounting Engine plugin AppleMoviePlayer +LogPluginManager: Mounting Engine plugin AndroidFileServer +LogPluginManager: Mounting Engine plugin AudioCapture +LogPluginManager: Mounting Engine plugin ArchVisCharacter +LogPluginManager: Mounting Engine plugin AssetTags +LogPluginManager: Mounting Engine plugin AppleImageUtils +LogPluginManager: Mounting Engine plugin ChunkDownloader +LogPluginManager: Mounting Engine plugin AudioSynesthesia +LogPluginManager: Mounting Engine plugin AudioWidgets +LogPluginManager: Mounting Engine plugin CableComponent +LogPluginManager: Mounting Engine plugin ComputeFramework +LogPluginManager: Mounting Engine plugin CustomMeshComponent +LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector +LogPluginManager: Mounting Engine plugin GeometryCache +LogPluginManager: Mounting Engine plugin GeometryProcessing +LogPluginManager: Mounting Engine plugin HairStrands +LogPluginManager: Mounting Engine plugin GoogleCloudMessaging +LogPluginManager: Mounting Engine plugin GooglePAD +LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector +LogPluginManager: Mounting Engine plugin InputDebugging +LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector +LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary +LogPluginManager: Mounting Engine plugin Metasound +LogPluginManager: Mounting Engine plugin MeshModelingToolset +LogPluginManager: Mounting Engine plugin MobilePatchingUtils +LogPluginManager: Mounting Engine plugin MsQuic +LogPluginManager: Mounting Engine plugin OpenXREyeTracker +LogPluginManager: Mounting Engine plugin OpenXR +LogPluginManager: Mounting Engine plugin OpenXRHandTracking +LogPluginManager: Mounting Engine plugin ProceduralMeshComponent +LogPluginManager: Mounting Engine plugin PropertyAccessEditor +LogPluginManager: Mounting Engine plugin ResonanceAudio +LogPluginManager: Mounting Engine plugin RigVM +LogPluginManager: Mounting Engine plugin SignificanceManager +LogPluginManager: Mounting Engine plugin SoundFields +LogPluginManager: Mounting Engine plugin Synthesis +LogPluginManager: Mounting Engine plugin StateTree +LogPluginManager: Mounting Engine plugin USDCore +LogPluginManager: Mounting Engine plugin WindowsMoviePlayer +LogPluginManager: Mounting Engine plugin WaveTable +LogPluginManager: Mounting Engine plugin WebMMoviePlayer +LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector +LogPluginManager: Mounting Engine plugin XRBase +LogPluginManager: Mounting Engine plugin InterchangeTests +LogPluginManager: Mounting Engine plugin Takes +LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource +LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource +LogPluginManager: Mounting Engine plugin LightMixer +LogPluginManager: Mounting Engine plugin ObjectMixer +LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor +LogPluginManager: Mounting Engine plugin ConcertMain +LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay +LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS +LogPluginManager: Mounting Engine plugin SQLiteCore +LogPluginManager: Mounting Engine plugin XInputDevice +LogPluginManager: Mounting Engine plugin SkeletalMeshModelingTools +LogPluginManager: Mounting Engine plugin HoldoutComposite +LogPluginManager: Mounting Engine plugin MetaHumanSDK +LogPluginManager: Mounting Engine plugin ConcertSyncClient +LogPluginManager: Mounting Engine plugin ConcertSyncCore +SourceControl: Revision control is disabled +SourceControl: Revision control is disabled +SourceControl: Revision control is disabled +LogNFORDenoise: NFORDenoise function starting up +LogStudioTelemetry: Display: Starting StudioTelemetry Module +LogStudioTelemetry: Started StudioTelemetry Session +LogEOSSDK: Initializing EOSSDK Version:1.17.0-39599718 +LogInit: Using libcurl 8.4.0 +LogInit: - built for Windows +LogInit: - supports SSL with OpenSSL/1.1.1t +LogInit: - supports HTTP deflate (compression) using libz 1.3 +LogInit: - other features: +LogInit: CURL_VERSION_SSL +LogInit: CURL_VERSION_LIBZ +LogInit: CURL_VERSION_IPV6 +LogInit: CURL_VERSION_ASYNCHDNS +LogInit: CURL_VERSION_LARGEFILE +LogInit: CURL_VERSION_HTTP2 +LogInit: CurlRequestOptions (configurable via config and command line): +LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate +LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy +LogInit: - bDontReuseConnections = false - Libcurl will reuse connections +LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host +LogInit: - LocalHostAddr = Default +LogInit: - BufferSize = 65536 +LogInit: CreateHttpThread using FCurlMultiPollEventLoopHttpThread +LogInit: Creating http thread with maximum 2147483647 concurrent requests +LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467 +LogOnline: OSS: Created online subsystem instance for: NULL +LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +LogWindows: Failed to load 'WinPixGpuCapturer.dll' (GetLastError=126) +LogWindows: File 'WinPixGpuCapturer.dll' does not exist +PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. +LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine] +RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings. +LogOculusPluginWrapper: OculusPlugin initialized successfully +LogOVRPlugin: Display: CompositorOpenXR::PreInitialize(activity = 0000000000000000, apiType = 0, preinitializeFlags=0x10) +LogOVRPlugin: Display: Support Non-Oculus runtime: NO +LogOVRPlugin: Display: -- Set xrGetInstanceProcAddr to OpenXR Loader +LogOVRPlugin: Display: Available Extensions: (66) +LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +LogOVRPlugin: Display: Available Layers: (0) +LogOVRPlugin: Display: Preinitialize: xrCreateInstance() succeeded +LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +LogOVRPlugin: Display: OpenXR runtime supports XR_META_headset_id extension +LogOVRPlugin: Display: xrGetSystem() failed, which might be caused by a temporarly HMD connectivity issue. xrInstance to be destroyed +LogHMD: Failed initializing OVRPlugin 1.106.0 +LogOcInput: OculusXRInput pre-init called +LogInit: ExecutableName: UnrealEditor.exe +LogInit: Build: ++UE5+Release-5.5-CL-40574608 +LogInit: Platform=WindowsEditor +LogInit: MachineId=0263ee444c1e3b1c1bf18c9ea6cc2ba4 +LogInit: DeviceId= +LogInit: Engine Version: 5.5.4-40574608+++UE5+Release-5.5 +LogInit: Compatible Engine Version: 5.5.0-37670630+++UE5+Release-5.5 +LogInit: Net CL: 37670630 +LogInit: OS: Windows 10 (22H2) [10.0.19045.5737] (), CPU: AMD Ryzen 9 3900X 12-Core Processor , GPU: NVIDIA GeForce RTX 2080 SUPER +LogInit: Compiled (64-bit): Mar 7 2025 14:49:53 +LogInit: Architecture: x64 +LogInit: Compiled with Visual C++: 19.38.33130.00 +LogInit: Build Configuration: Development +LogInit: Branch Name: ++UE5+Release-5.5 +LogInit: Command Line: +LogInit: Base Directory: D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/Win64/ +LogInit: Allocator: Mimalloc +LogInit: Installed Engine Build: 1 +LogInit: This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no +LogDevObjectVersion: Number of dev versions registered: 36 +LogDevObjectVersion: Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10 +LogDevObjectVersion: Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0 +LogDevObjectVersion: Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 4 +LogDevObjectVersion: Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 40 +LogDevObjectVersion: Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 37 +LogDevObjectVersion: Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 3 +LogDevObjectVersion: Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0 +LogDevObjectVersion: Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0 +LogDevObjectVersion: Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 20 +LogDevObjectVersion: Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0 +LogDevObjectVersion: Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 49 +LogDevObjectVersion: Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 13 +LogDevObjectVersion: Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 3 +LogDevObjectVersion: Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1 +LogDevObjectVersion: Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 3 +LogDevObjectVersion: Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 17 +LogDevObjectVersion: Dev-Anim (AF43A65D-7FD3-4947-9873-3E8ED9C1BB05): 15 +LogDevObjectVersion: Dev-ReflectionCapture (6B266CEC-1EC7-4B8F-A30B-E4D90942FC07): 1 +LogDevObjectVersion: Dev-Automation (0DF73D61-A23F-47EA-B727-89E90C41499A): 1 +LogDevObjectVersion: FortniteMain (601D1886-AC64-4F84-AA16-D3DE0DEAC7D6): 170 +LogDevObjectVersion: FortniteValkyrie (8DBC2C5B-54A7-43E0-A768-FCBB7DA29060): 8 +LogDevObjectVersion: FortniteSeason (5B4C06B7-2463-4AF8-805B-BF70CDF5D0DD): 13 +LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 15 +LogDevObjectVersion: Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 10 +LogDevObjectVersion: Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1 +LogDevObjectVersion: Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 10 +LogDevObjectVersion: Dev-Physics-Ext (35F94A83-E258-406C-A318-09F59610247C): 41 +LogDevObjectVersion: Dev-PhysicsMaterial-Chaos (B68FC16E-8B1B-42E2-B453-215C058844FE): 1 +LogDevObjectVersion: Dev-CineCamera (B2E18506-4273-CFC2-A54E-F4BB758BBA07): 1 +LogDevObjectVersion: Dev-VirtualProduction (64F58936-FD1B-42BA-BA96-7289D5D0FA4E): 1 +LogDevObjectVersion: UE5-Main (697DD581-E64F-41AB-AA4A-51ECBEB7B628): 119 +LogDevObjectVersion: UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 51 +LogDevObjectVersion: UE5-PrivateFrosty (59DA5D52-1232-4948-B878-597870B8E98B): 8 +LogDevObjectVersion: Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2 +LogDevObjectVersion: Dev-NaniteResearch (30D58BE3-95EA-4282-A6E3-B159D8EBB06A): 1 +LogDevObjectVersion: Dev-ComputeFramework (6304A3E7-0059-4F59-8CFC-21BD7721FD4E): 0 +LogConfig: Branch 'EditorLayout' had been unloaded. Reloading on-demand took 1.52ms +LogConfig: Branch 'Bridge' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'ChaosCloth' had been unloaded. Reloading on-demand took 0.18ms +LogConfig: Branch 'CmdLinkServer' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'FastBuildController' had been unloaded. Reloading on-demand took 0.24ms +LogConfig: Branch 'MeshPainting' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'RenderGraphInsights' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'UbaController' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'WorldMetrics' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'XGEController' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'OodleNetwork' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'AssetManagerEditor' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'BlueprintHeaderView' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'ChangelistReview' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'ColorGrading' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'CryptoKeys' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'CurveEditorTools' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'DataValidation' had been unloaded. Reloading on-demand took 0.18ms +LogConfig: Branch 'EditorDebugTools' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'EngineAssetDefinitions' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'FacialAnimation' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'GameplayTagsEditor' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'GeometryMode' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'MacGraphicsSwitching' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'MaterialAnalyzer' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'MeshLODToolset' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'MobileLauncherProfileWizard' had been unloaded. Reloading on-demand took 0.18ms +LogConfig: Branch 'ModelingToolsEditorMode' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'PluginBrowser' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'ProxyLODPlugin' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'SequencerAnimTools' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'SpeedTreeImporter' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'StylusInput' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'UMGWidgetPreview' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'UVEditor' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'WorldPartitionHLODUtilities' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'AdvancedRenamer' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'AutomationUtils' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'BackChannel' had been unloaded. Reloading on-demand took 0.23ms +LogConfig: Branch 'ChaosCaching' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'ChaosEditor' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'ChaosNiagara' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'ChaosSolverPlugin' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'ChaosUserDataPT' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'CharacterAI' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'Dataflow' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'EditorDataStorage' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'EditorPerformance' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'EditorTelemetry' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'Fracture' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'GeometryCollectionPlugin' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'GeometryFlow' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'LowLevelNetTrace' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'MeshModelingToolsetExp' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'LocalizableMessage' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'NFORDenoise' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'PlanarCut' had been unloaded. Reloading on-demand took 0.22ms +LogConfig: Branch 'PlatformCrypto' had been unloaded. Reloading on-demand took 0.18ms +LogConfig: Branch 'PythonScriptPlugin' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'SkeletalReduction' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'StudioTelemetry' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'InterchangeEditor' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'AndroidMedia' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'AvfMedia' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'ImgMedia' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'MediaCompositing' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'MediaPlate' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'MediaPlayerEditor' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'WmfMedia' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'UdpMessaging' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'TcpMessaging' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'EOSShared' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'OnlineBase' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OnlineServices' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'WebMMedia' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineSubsystem' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OnlineSubsystemNull' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineSubsystemUtils' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'LauncherChunkInstaller' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AISupport' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'EnvironmentQueryEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ACLPlugin' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'AnimationModifierLibrary' had been unloaded. Reloading on-demand took 0.18ms +LogConfig: Branch 'AnimationData' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'BlendSpaceMotionAnalysis' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'ControlRigModules' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'ControlRigSpline' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'RigLogic' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'CameraShakePreviewer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'EngineCameras' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'CLionSourceCodeAccess' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'AnimationSharing' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CodeLiteSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GitSourceControl' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'DumpGPUServices' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'KDevelopSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'N10XSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'NullSourceCodeAccess' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'PerforceSourceControl' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PlasticSourceControl' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PluginUtils' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'RiderSourceCodeAccess' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'SubversionSourceControl' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PixWinPlugin' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'RenderDocPlugin' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'TextureFormatOodle' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PropertyAccessNode' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'UObjectPlugin' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'VisualStudioCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'XCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'VisualStudioSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'VariantManager' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'AlembicImporter' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'NiagaraSimCaching' had been unloaded. Reloading on-demand took 0.13ms +LogCoreRedirects: AddRedirect(D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/OculusXR.ini) has wildcard redirect /OculusVR/, these are very slow and should be resolved as soon as possible! Please refer to the documentation in Engine/Config/BaseEngine.ini. +LogCoreRedirects: AddRedirect(D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/OculusXR.ini) has wildcard redirect /MRUtilityKit/, these are very slow and should be resolved as soon as possible! Please refer to the documentation in Engine/Config/BaseEngine.ini. +LogConfig: Branch 'ActorSequence' had been unloaded. Reloading on-demand took 0.25ms +LogConfig: Branch 'LevelSequenceEditor' had been unloaded. Reloading on-demand took 0.20ms +LogConfig: Branch 'TemplateSequence' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'SequencerScripting' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'NNEDenoiser' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'NNERuntimeORT' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'ActorLayerUtilities' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'AndroidMoviePlayer' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'AndroidDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'AndroidPermission' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'AppleMoviePlayer' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'AndroidFileServer' had been unloaded. Reloading on-demand took 0.17ms +LogConfig: Branch 'AudioCapture' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'ArchVisCharacter' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'AssetTags' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'AppleImageUtils' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ChunkDownloader' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AudioSynesthesia' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AudioWidgets' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'CableComponent' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ComputeFramework' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CustomMeshComponent' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ExampleDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GeometryCache' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'GeometryProcessing' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GoogleCloudMessaging' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'GooglePAD' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'IOSDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'InputDebugging' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'LinuxDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'LocationServicesBPLibrary' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MeshModelingToolset' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'MobilePatchingUtils' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MsQuic' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'OpenXREyeTracker' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OpenXR' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OpenXRHandTracking' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ProceduralMeshComponent' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'PropertyAccessEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ResonanceAudio' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'SignificanceManager' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'SoundFields' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'WindowsMoviePlayer' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'WaveTable' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'WebMMoviePlayer' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'WindowsDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'XRBase' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'InterchangeTests' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ContentBrowserAssetDataSource' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ContentBrowserFileDataSource' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ContentBrowserClassDataSource' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'PortableObjectFileDataSource' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'LightMixer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ObjectMixer' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'BaseCharacterFXEditor' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ConcertMain' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineSubsystemGooglePlay' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineSubsystemIOS' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'SQLiteCore' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'XInputDevice' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'SkeletalMeshModelingTools' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'ConcertSyncClient' had been unloaded. Reloading on-demand took 0.14ms +LogInit: Presizing for max 25165824 objects, including 0 objects not considered by GC. +LogStreaming: Display: AsyncLoading2 - Created: Event Driven Loader: false, Async Loading Thread: false, Async Post Load: false +LogStreaming: Display: AsyncLoading2 - Initialized +LogInit: Object subsystem initialized +LogConfig: Set CVar [[con.DebugEarlyDefault:1]] +LogConfig: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created +LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created +LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created +LogConfig: Set CVar [[r.setres:1280x720]] +LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created +LogConfig: Set CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] +LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created +LogConfig: CVar [[r.Occlusion.SingleRHIThreadStall:1]] deferred - dummy variable created +LogConfig: Set CVar [[r.Nanite.Streaming.ReservedResources:1]] +LogConfig: Set CVar [[r.Nanite.Streaming.AsyncCompute:0 ; Temporary workaround for Nanite geometry corruption (FORT-805141)]] +LogConfig: CVar [[D3D12.Bindless.ResourceDescriptorHeapSize:32768]] deferred - dummy variable created +LogConfig: CVar [[D3D12.Bindless.SamplerDescriptorHeapSize:2048]] deferred - dummy variable created +LogConfig: Set CVar [[r.PSOPrecache.GlobalShaders:1]] +LogConfig: Set CVar [[r.DynamicRes.DynamicFrameTime:1]] +LogConfig: Set CVar [[r.VRS.EnableSoftware:1]] +LogConfig: Set CVar [[r.VRS.ContrastAdaptiveShading:1]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.VSync:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] +[2025.04.12-08.02.06:654][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created +[2025.04.12-08.02.06:654][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.ForwardShading:1]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.MobileHDR:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[vr.MobileMultiView:1]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[vr.InstancedStereo:1]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusion:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusionStaticFraction:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.DefaultFeature.MotionBlur:0]] +[2025.04.12-08.02.06:654][ 0]LogConfig: Set CVar [[r.Mobile.UseHWsRGBEncoding:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.Mobile.AntiAliasing:3]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.AntiAliasingMethod:3]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.AllowStaticLighting:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.SkinCache.CompileShaders:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.RayTracing:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] +[2025.04.12-08.02.06:744][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] +[2025.04.12-08.02.06:744][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[DefaultASTCQualityBySizeHQ:4]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:AmbientSound]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created +[2025.04.12-08.02.06:744][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created +[2025.04.12-08.02.06:941][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TSR.ReprojectionField:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.AOQuality:2]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] +[2025.04.12-08.02.06:941][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.RayTracing.Scene.BuildMode:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.MaxRoughnessToEvaluateRoughSpecularForFoliage:0.8]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapMode:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.MinWeight:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.DetailMode:3]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[fx.Niagara.QualityLevel:3]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.DownsampleFactor:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.MaxStepCount:512]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.Shadows.Resolution:512]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] +[2025.04.12-08.02.07:012][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] +[2025.04.12-08.02.07:305][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.12-08.02.07:305][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.12-08.02.07:305][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.12-08.02.07:522][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +[2025.04.12-08.02.07:522][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.12-08.02.08:014][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 2080 SUPER (VendorId: 10de, DeviceId: 1e81, SubSysId: 3ff91458, Revision: 00a1 +[2025.04.12-08.02.08:014][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported +[2025.04.12-08.02.08:014][ 0]LogD3D12RHI: Adapter has 7987MB of dedicated video memory, 0MB of dedicated system memory, and 16355MB of shared system memory, 2 output[s] +[2025.04.12-08.02.08:014][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.12-08.02.08:014][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.04.12-08.02.08:022][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 +[2025.04.12-08.02.08:022][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported +[2025.04.12-08.02.08:022][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 16355MB of shared system memory, 0 output[s] +[2025.04.12-08.02.08:197][ 0]LogD3D12RHI: Found D3D12 adapter 2: NVIDIA GeForce RTX 2080 SUPER (VendorId: 10de, DeviceId: 1e81, SubSysId: 3ff91458, Revision: 00a1 +[2025.04.12-08.02.08:197][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported +[2025.04.12-08.02.08:197][ 0]LogD3D12RHI: Adapter has 7987MB of dedicated video memory, 0MB of dedicated system memory, and 16355MB of shared system memory, 0 output[s] +[2025.04.12-08.02.08:197][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.12-08.02.08:197][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.04.12-08.02.08:198][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. +[2025.04.12-08.02.08:198][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 +[2025.04.12-08.02.08:198][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.12-08.02.08:198][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.04.12-08.02.08:218][ 0]LogHAL: Display: Platform has ~ 32 GB [34300751872 / 34359738368 / 32], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) +[2025.04.12-08.02.08:268][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] +[2025.04.12-08.02.08:279][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.12-08.02.08:279][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.RasterizationMode:Bitmap -> Msdf]] +[2025.04.12-08.02.08:279][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.ResolutionLevel:2 -> 2]] +[2025.04.12-08.02.08:279][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.12-08.02.08:298][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] +[2025.04.12-08.02.08:298][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] +[2025.04.12-08.02.08:298][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] +[2025.04.12-08.02.08:298][ 0]LogConfig: CVar [[ds.CADTranslator.Meshing.ActivateThinZoneMeshing:0]] deferred - dummy variable created +[2025.04.12-08.02.08:298][ 0]LogConfig: CVar [[ds.CADTranslator.Stitching.RemoveThinFaces:0]] deferred - dummy variable created +[2025.04.12-08.02.08:298][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.12-08.02.08:298][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] +[2025.04.12-08.02.08:299][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] +[2025.04.12-08.02.08:299][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/Editor.ini] +[2025.04.12-08.02.08:311][ 0]LogInit: Computer: LTAT-CGVR6 +[2025.04.12-08.02.08:311][ 0]LogInit: User: rannosam +[2025.04.12-08.02.08:311][ 0]LogInit: CPU Page size=4096, Cores=12 +[2025.04.12-08.02.08:311][ 0]LogInit: High frequency timer resolution =10.000000 MHz +[2025.04.12-08.02.12:120][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits +[2025.04.12-08.02.12:120][ 0]LogMemory: Memory total: Physical=31.9GB (32GB approx) Virtual=44.6GB +[2025.04.12-08.02.12:120][ 0]LogMemory: Platform Memory Stats for WindowsEditor +[2025.04.12-08.02.12:120][ 0]LogMemory: Process Physical Memory: 631.12 MB used, 643.90 MB peak +[2025.04.12-08.02.12:120][ 0]LogMemory: Process Virtual Memory: 676.53 MB used, 676.53 MB peak +[2025.04.12-08.02.12:120][ 0]LogMemory: Physical Memory: 14973.93 MB used, 17737.82 MB free, 32711.75 MB total +[2025.04.12-08.02.12:120][ 0]LogMemory: Virtual Memory: 18342.07 MB used, 27279.35 MB free, 45621.43 MB total +[2025.04.12-08.02.12:120][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" +[2025.04.12-08.02.12:127][ 0]LogWindows: WindowsPlatformFeatures enabled +[2025.04.12-08.02.12:837][ 0]LogChaosDD: Chaos Debug Draw Startup +[2025.04.12-08.02.12:863][ 0]LogInit: Physics initialised using underlying interface: Chaos +[2025.04.12-08.02.12:959][ 0]LogInit: Using OS detected language (en-US). +[2025.04.12-08.02.12:959][ 0]LogInit: Using OS detected locale (en-US). +[2025.04.12-08.02.13:125][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. +[2025.04.12-08.02.13:137][ 0]LogInit: Setting process to per monitor DPI aware +[2025.04.12-08.02.14:346][ 0]LogWindowsTextInputMethodSystem: Available input methods: +[2025.04.12-08.02.14:346][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). +[2025.04.12-08.02.14:346][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). +[2025.04.12-08.02.14:346][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). +[2025.04.12-08.02.14:346][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.12-08.02.15:773][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 +[2025.04.12-08.02.15:776][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 +[2025.04.12-08.02.27:078][ 0]LogHMD: OpenXRHMDModule::InitInstance using DefaultLoader. +[2025.04.12-08.02.27:288][ 0]LogHMD: OpenXR runtime supported extensions: +[2025.04.12-08.02.27:288][ 0]LogHMD: XR_KHR_D3D11_enable +[2025.04.12-08.02.27:288][ 0]LogHMD: XR_KHR_D3D12_enable +[2025.04.12-08.02.27:288][ 0]LogHMD: XR_KHR_opengl_enable +[2025.04.12-08.02.27:288][ 0]LogHMD: XR_KHR_vulkan_enable +[2025.04.12-08.02.27:288][ 0]LogHMD: XR_KHR_vulkan_enable2 +[2025.04.12-08.02.27:288][ 0]LogHMD: XR_KHR_composition_layer_depth +[2025.04.12-08.02.27:288][ 0]LogHMD: XR_KHR_win32_convert_performance_counter_time +[2025.04.12-08.02.27:288][ 0]LogHMD: XR_KHR_convert_timespec_time +[2025.04.12-08.02.27:288][ 0]LogHMD: XR_KHR_composition_layer_cube +[2025.04.12-08.02.27:288][ 0]LogHMD: XR_KHR_composition_layer_cylinder +[2025.04.12-08.02.27:288][ 0]LogHMD: XR_KHR_composition_layer_equirect +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_KHR_visibility_mask +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_KHR_composition_layer_color_scale_bias +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_EXT_win32_appcontainer_compatible +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_EXT_debug_utils +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_OCULUS_recenter_event +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_OCULUS_audio_device_guid +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_color_space +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_display_refresh_rate +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_performance_metrics +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_headset_id +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_OCULUS_ovrsession_handle +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_EXT_hand_interaction +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_EXT_hand_tracking +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_hand_tracking_aim +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_hand_tracking_capsules +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_hand_tracking_mesh +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_EXT_hand_tracking_data_source +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_hand_tracking_microgestures +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_simultaneous_hands_and_controllers +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_body_tracking +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_body_tracking_full_body +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_body_tracking_fidelity +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_body_tracking_calibration +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_render_model +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_spatial_entity_container +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_scene +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_spatial_entity +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_spatial_entity_storage +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_spatial_entity_query +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_spatial_entity_user +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_spatial_entity_storage_batch +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_spatial_entity_sharing +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_spatial_entity_persistence +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_spatial_entity_discovery +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_spatial_entity_group_sharing +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_spatial_entity_mesh +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_spatial_entity_sharing +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_boundary_visibility +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_colocation_discovery +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_METAX1_dynamic_object_tracker +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_dynamic_object_tracker +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_dynamic_object_keyboard +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_virtual_keyboard +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_EXT_local_floor +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_EXT_active_action_set_priority +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_haptic_amplitude_envelope +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_haptic_pcm +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_touch_controller_pro +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_touch_controller_plus +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FB_touch_controller_proximity +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_OCULUS_external_camera +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_META_detached_controllers +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_LOGITECH_mx_ink_stylus_interaction +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_FBX1_touch_controller_extras +[2025.04.12-08.02.27:289][ 0]LogHMD: XR_EXT_palm_pose +[2025.04.12-08.02.27:289][ 0]LogHMD: Optional extension XR_KHR_vulkan_swapchain_format_list is not available +[2025.04.12-08.02.27:289][ 0]LogHMD: Optional extension XR_FB_foveation_vulkan is not available +[2025.04.12-08.02.27:289][ 0]LogHMD: Optional extension XR_VARJO_quad_views is not available +[2025.04.12-08.02.27:289][ 0]LogHMD: Optional extension XR_KHR_binding_modification is not available +[2025.04.12-08.02.27:289][ 0]LogHMD: Optional extension XR_EPIC_view_configuration_fov is not available +[2025.04.12-08.02.27:289][ 0]LogHMD: Optional extension XR_EXT_dpad_binding is not available +[2025.04.12-08.02.27:289][ 0]LogHMD: Optional extension XR_FB_composition_layer_alpha_blend is not available +[2025.04.12-08.02.27:289][ 0]LogHMD: Optional extension XR_FB_foveation is not available +[2025.04.12-08.02.27:289][ 0]LogHMD: Optional extension XR_FB_swapchain_update_state is not available +[2025.04.12-08.02.27:289][ 0]LogHMD: Optional extension XR_FB_foveation_configuration is not available +[2025.04.12-08.02.27:289][ 0]LogHMD: Warning: Required extension XR_EXT_eye_gaze_interaction is not available +[2025.04.12-08.02.27:289][ 0]LogHMD: Could not enable all required OpenXR extensions for OpenXREyeTracker on current system. This plugin will be loaded but ignored, but will be enabled on a target platform that supports the required extension. +[2025.04.12-08.02.27:298][ 0]LogHMD: Initialized OpenXR on Oculus runtime version 1.106.0 +[2025.04.12-08.02.27:302][ 0]LogOculusPluginWrapper: Warning: wrapper already initialized +[2025.04.12-08.02.27:302][ 0]LogOVRPlugin: Display: CompositorOpenXR::PreInitialize(activity = 0000000000000000, apiType = 0, preinitializeFlags=0x10) +[2025.04.12-08.02.27:302][ 0]LogOVRPlugin: Display: Support Non-Oculus runtime: NO +[2025.04.12-08.02.27:302][ 0]LogOVRPlugin: Display: -- Set xrGetInstanceProcAddr to OpenXR Loader +[2025.04.12-08.02.27:302][ 0]LogOVRPlugin: Display: Warning: xrGetInstanceProcAddr has already been set +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.12-08.02.27:384][ 0]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.12-08.02.27:385][ 0]LogOVRPlugin: Display: Available Layers: (0) +[2025.04.12-08.02.27:388][ 0]LogOVRPlugin: Display: Preinitialize: xrCreateInstance() succeeded +[2025.04.12-08.02.27:388][ 0]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.12-08.02.27:388][ 0]LogOVRPlugin: Display: OpenXR runtime supports XR_META_headset_id extension +[2025.04.12-08.02.27:389][ 0]LogOVRPlugin: Display: xrGetSystem() failed, which might be caused by a temporarly HMD connectivity issue. xrInstance to be destroyed +[2025.04.12-08.02.27:392][ 0]LogHMD: Failed initializing OVRPlugin 1.106.0 +[2025.04.12-08.02.27:446][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.12-08.02.27:446][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.12-08.02.27:446][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.12-08.02.27:446][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.12-08.02.27:446][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.12-08.02.27:446][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 +[2025.04.12-08.02.27:457][ 0]LogWindows: Attached monitors: +[2025.04.12-08.02.27:457][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY1' [PRIMARY] +[2025.04.12-08.02.27:457][ 0]LogWindows: resolution: 2560x1440, work area: (2560, 0) -> (5120, 1400), device: '\\.\DISPLAY2' +[2025.04.12-08.02.27:457][ 0]LogWindows: Found 2 attached monitors. +[2025.04.12-08.02.27:457][ 0]LogWindows: Gathering driver information using Windows Setup API +[2025.04.12-08.02.27:457][ 0]LogRHI: RHI Adapter Info: +[2025.04.12-08.02.27:457][ 0]LogRHI: Name: NVIDIA GeForce RTX 2080 SUPER +[2025.04.12-08.02.27:457][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.12-08.02.27:457][ 0]LogRHI: Driver Date: 12-3-2024 +[2025.04.12-08.02.27:477][ 0]LogD3D12RHI: GPU DeviceId: 0x1e81 (for the marketing name, search the web for "GPU Device Id") +[2025.04.12-08.02.27:481][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off +[2025.04.12-08.02.27:928][ 0]LogNvidiaAftermath: Aftermath initialized +[2025.04.12-08.02.27:928][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. +[2025.04.12-08.02.28:214][ 0]LogNvidiaAftermath: Aftermath enabled. Active feature flags: +[2025.04.12-08.02.28:214][ 0]LogNvidiaAftermath: - Feature: EnableResourceTracking +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device1 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device2 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device3 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device4 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device5 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device6 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device7 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device8 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device9 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device10 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device11 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: ID3D12Device12 is supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: Bindless resources are supported +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: Raster order views are supported +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported +[2025.04.12-08.02.28:214][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported +[2025.04.12-08.02.28:507][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x0000075BCF216B00) +[2025.04.12-08.02.28:508][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x0000075BCF216D80) +[2025.04.12-08.02.28:508][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x0000075BCF217000) +[2025.04.12-08.02.28:509][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 +[2025.04.12-08.02.28:509][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 +[2025.04.12-08.02.28:522][ 0]LogRHI: Texture pool is 4547 MB (70% of 6497 MB) +[2025.04.12-08.02.28:522][ 0]LogD3D12RHI: Async texture creation enabled +[2025.04.12-08.02.28:523][ 0]LogD3D12RHI: RHI has support for 64 bit atomics +[2025.04.12-08.02.29:634][ 0]LogVRS: Current RHI supports per-draw and screenspace Variable Rate Shading +[2025.04.12-08.02.30:464][ 0]LogInit: Initializing FReadOnlyCVARCache +[2025.04.12-08.02.31:048][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_0.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_0.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -platform=all' +[2025.04.12-08.02.31:056][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""D:/Program Files/Epic Games/UE_5.5/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_0.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_0.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -platform=all" ] +[2025.04.12-08.02.44:317][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC +[2025.04.12-08.02.44:317][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT +[2025.04.12-08.02.44:317][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 +[2025.04.12-08.02.44:317][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp +[2025.04.12-08.02.44:317][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed +[2025.04.12-08.02.44:317][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 +[2025.04.12-08.02.44:317][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll +[2025.04.12-08.02.44:360][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll +[2025.04.12-08.02.44:467][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' +[2025.04.12-08.02.45:648][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' +[2025.04.12-08.02.45:897][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' +[2025.04.12-08.02.45:897][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' +[2025.04.12-08.02.46:119][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' +[2025.04.12-08.02.46:119][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' +[2025.04.12-08.02.46:119][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' +[2025.04.12-08.02.46:119][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' +[2025.04.12-08.02.46:427][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' +[2025.04.12-08.02.46:427][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' +[2025.04.12-08.02.46:427][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' +[2025.04.12-08.02.46:606][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' +[2025.04.12-08.02.46:607][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' +[2025.04.12-08.02.46:607][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' +[2025.04.12-08.02.46:607][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' +[2025.04.12-08.02.46:714][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' +[2025.04.12-08.02.46:714][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' +[2025.04.12-08.02.46:993][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' +[2025.04.12-08.02.46:993][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' +[2025.04.12-08.02.46:993][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' +[2025.04.12-08.02.46:993][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' +[2025.04.12-08.02.46:993][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor +[2025.04.12-08.02.50:838][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it +[2025.04.12-08.02.50:973][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_METAL +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_METAL_MRT +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_METAL_TVOS +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_METAL_SM5 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_METAL_SM6 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_METAL_SIM +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: PCD3D_SM6 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: PCD3D_SM5 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: PCD3D_ES31 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: GLSL_150_ES31 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: VVM_1_0 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID +[2025.04.12-08.02.50:974][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 +[2025.04.12-08.02.51:001][ 0]LogRendererCore: Ray tracing is enabled (dynamic). Reason: r.RayTracing=1 and r.RayTracing.EnableOnDemand=1. +[2025.04.12-08.02.51:001][ 0]LogRendererCore: Ray tracing shaders are enabled. +[2025.04.12-08.02.51:159][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB +[2025.04.12-08.02.51:159][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/DerivedDataCache/DDC.ddp not found, will not use a pak cache. +[2025.04.12-08.02.51:159][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. +[2025.04.12-08.02.51:159][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.12-08.02.51:159][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. +[2025.04.12-08.02.51:311][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (1559 MiB) +[2025.04.12-08.02.51:311][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.12-08.02.51:311][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. +[2025.04.12-08.02.51:354][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Data +[2025.04.12-08.02.51:363][ 0]LogZenServiceInstance: InTree version at 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/Win64/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.04.12-08.02.51:365][ 0]LogZenServiceInstance: Installed version at 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.04.12-08.02.52:117][ 0]LogZenServiceInstance: Found existing instance running on port 8558 matching our settings, no actions needed +[2025.04.12-08.02.52:119][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. +[2025.04.12-08.02.52:119][ 0]LogZenServiceInstance: Local ZenServer AutoLaunch initialization completed in 0.765 seconds +[2025.04.12-08.02.52:278][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. +[2025.04.12-08.02.52:381][ 0]LogDerivedDataCache: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.10 seconds. +[2025.04.12-08.02.52:382][ 0]LogDerivedDataCache: Display: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.21ms. RandomReadSpeed=10.18MBs, RandomWriteSpeed=121.55MBs. Assigned SpeedClass 'Local' +[2025.04.12-08.02.52:384][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly +[2025.04.12-08.02.52:384][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' +[2025.04.12-08.02.52:384][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. +[2025.04.12-08.02.52:384][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. +[2025.04.12-08.02.52:384][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. +[2025.04.12-08.02.52:384][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' +[2025.04.12-08.02.52:384][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. +[2025.04.12-08.02.53:051][ 0]LogShaderCompilers: Guid format shader working directory is -10 characters bigger than the processId version (../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/Shaders/WorkingDirectory/30352/). +[2025.04.12-08.02.53:052][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/rannosam/AppData/Local/Temp/UnrealShaderWorkingDir/2E3D4324493DA202002F6FA7F8E3197B/'. +[2025.04.12-08.02.53:176][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. +[2025.04.12-08.02.53:310][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. +[2025.04.12-08.02.53:559][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush +[2025.04.12-08.02.53:629][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.12-08.03.16:182][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 +[2025.04.12-08.03.28:402][ 0]LogSlate: Using FreeType 2.10.0 +[2025.04.12-08.03.28:690][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 +[2025.04.12-08.03.28:897][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.12-08.03.28:897][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.12-08.03.29:030][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.12-08.03.29:030][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.12-08.03.29:030][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.12-08.03.29:030][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.12-08.03.29:558][ 0]LogAssetRegistry: FAssetRegistry took 0.0367 seconds to start up +[2025.04.12-08.03.29:760][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/CachedAssetRegistry_*.bin. +[2025.04.12-08.03.30:763][ 0]LogEditorDomain: Display: EditorDomain is Disabled +[2025.04.12-08.03.42:291][ 0]LogStreaming: Display: FlushAsyncLoading(1): 1 QueuedPackages, 0 AsyncPackages +[2025.04.12-08.03.44:116][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). +[2025.04.12-08.03.44:116][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal +[2025.04.12-08.03.44:132][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled +[2025.04.12-08.03.44:324][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. +[2025.04.12-08.03.44:324][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. +[2025.04.12-08.03.44:405][ 0]LogDeviceProfileManager: Active device profile: [0000075BEAB4EA00][0000075BEB2CC000 66] WindowsEditor +[2025.04.12-08.03.44:405][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" +[2025.04.12-08.03.44:791][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.19041.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.19041.0, Allowed_AutoSdk=10.0.22621.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") +[2025.04.12-08.03.44:932][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_1.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_1.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -Device=Win64@LTAT-CGVR6' +[2025.04.12-08.03.44:932][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""D:/Program Files/Epic Games/UE_5.5/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_1.log" -log="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyLog_1.log" -project="D:/R. Samuel/VR-tasks/Wizard game/HandyMann/HandyMann.uproject" -Device=Win64@LTAT-CGVR6" -nocompile -nocompileuat ] +[2025.04.12-08.03.44:960][ 0]LogFileManager: Warning: Error deleting file: D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/TurnkeyReport_0.log (Error Code 5) +[2025.04.12-08.03.46:184][ 0]LogTurnkeySupport: Completed device detection: Code = 0 +[2025.04.12-08.03.47:389][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:464][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 18 to allow recursive sync load to finish +[2025.04.12-08.03.47:464][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.12-08.03.47:464][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:464][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 19 to allow recursive sync load to finish +[2025.04.12-08.03.47:464][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.12-08.03.47:464][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:482][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 20 to allow recursive sync load to finish +[2025.04.12-08.03.47:482][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.12-08.03.47:483][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:483][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 21 to allow recursive sync load to finish +[2025.04.12-08.03.47:483][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.12-08.03.47:483][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:517][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:517][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 23 to allow recursive sync load to finish +[2025.04.12-08.03.47:517][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.12-08.03.47:517][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:517][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 24 to allow recursive sync load to finish +[2025.04.12-08.03.47:517][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.12-08.03.47:518][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:528][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:528][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 26 to allow recursive sync load to finish +[2025.04.12-08.03.47:528][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.12-08.03.47:528][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:528][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 27 to allow recursive sync load to finish +[2025.04.12-08.03.47:528][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.12-08.03.47:528][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:566][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDiffuse with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.12-08.03.47:567][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:567][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 29 to allow recursive sync load to finish +[2025.04.12-08.03.47:567][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial +[2025.04.12-08.03.47:567][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:567][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 30 to allow recursive sync load to finish +[2025.04.12-08.03.47:567][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial +[2025.04.12-08.03.47:568][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions02/Utility/BreakOutFloat2Components with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 28 to allow recursive sync load to finish +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 31 to allow recursive sync load to finish +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 25 to allow recursive sync load to finish +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 32 to allow recursive sync load to finish +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 22 to allow recursive sync load to finish +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 33 to allow recursive sync load to finish +[2025.04.12-08.03.47:569][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.04.12-08.03.51:980][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction +[2025.04.12-08.03.51:980][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction +[2025.04.12-08.03.51:980][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging +[2025.04.12-08.03.51:980][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available +[2025.04.12-08.03.51:980][ 0]LogMeshMerging: No distributed automatic mesh merging module available +[2025.04.12-08.04.02:699][ 0]LogConfig: Branch 'PIEPreviewSettings' had been unloaded. Reloading on-demand took 1.59ms +[2025.04.12-08.04.03:862][ 0]LogConfig: Branch 'GameplayTagsList' had been unloaded. Reloading on-demand took 1.45ms +[2025.04.12-08.04.07:228][ 0]LogConfig: Branch 'TemplateDefs' had been unloaded. Reloading on-demand took 1.47ms +[2025.04.12-08.04.07:233][ 0]LogConfig: Branch 'TemplateCategories' had been unloaded. Reloading on-demand took 1.39ms +[2025.04.12-08.04.15:740][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\PokeAHoleMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.04.15:747][ 0]LogHMD: PokeAHoleMaterial loaded successfully +[2025.04.12-08.04.18:336][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None +[2025.04.12-08.04.18:336][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled +[2025.04.12-08.04.18:691][ 0]LogLiveCoding: Display: Starting LiveCoding +[2025.04.12-08.04.18:691][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development +[2025.04.12-08.04.18:692][ 0]LogLiveCoding: Display: First instance in process group "UE_HandyMann_0x5c529b3f", spawning console +[2025.04.12-08.04.19:489][ 0]LogSlate: Border +[2025.04.12-08.04.19:489][ 0]LogSlate: BreadcrumbButton +[2025.04.12-08.04.19:489][ 0]LogSlate: Brushes.Title +[2025.04.12-08.04.19:489][ 0]LogSlate: Default +[2025.04.12-08.04.19:489][ 0]LogSlate: Icons.Save +[2025.04.12-08.04.19:489][ 0]LogSlate: Icons.Toolbar.Settings +[2025.04.12-08.04.19:489][ 0]LogSlate: ListView +[2025.04.12-08.04.19:489][ 0]LogSlate: SoftwareCursor_CardinalCross +[2025.04.12-08.04.19:489][ 0]LogSlate: SoftwareCursor_Grab +[2025.04.12-08.04.19:489][ 0]LogSlate: TableView.DarkRow +[2025.04.12-08.04.19:489][ 0]LogSlate: TableView.Row +[2025.04.12-08.04.19:489][ 0]LogSlate: TreeView +[2025.04.12-08.04.21:644][ 0]LogLiveCoding: Display: Waiting for server +[2025.04.12-08.04.25:005][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... +[2025.04.12-08.04.25:589][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 576.153 ms +[2025.04.12-08.04.25:866][ 0]LogConfig: Branch 'Mass' had been unloaded. Reloading on-demand took 1.59ms +[2025.04.12-08.04.26:132][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread +[2025.04.12-08.04.26:346][ 0]LogInit: XR: Instanced Stereo Rendering is Enabled +[2025.04.12-08.04.26:346][ 0]LogInit: XR: MultiViewport is Enabled +[2025.04.12-08.04.26:346][ 0]LogInit: XR: Mobile Multiview is Disabled +[2025.04.12-08.04.26:353][ 0]LogTurnkeySupport: Turnkey Device: Win64@ltat-cgvr6: (Name=ltat-cgvr6, Type=Computer, Status=Valid, MinAllowed=10.0.19041.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") +[2025.04.12-08.04.30:763][ 0]LogConfig: Branch 'TranslationPickerSettings' had been unloaded. Reloading on-demand took 1.22ms +[2025.04.12-08.04.47:429][ 0]LogUdpMessaging: Display: Work queue size set to 1024. +[2025.04.12-08.04.47:446][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. +[2025.04.12-08.04.47:543][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:56003'. +[2025.04.12-08.04.47:554][ 0]LogUdpMessaging: Display: Added local interface '192.168.0.4' to multicast group '230.0.0.1:6666' +[2025.04.12-08.04.47:561][ 0]LogTcpMessaging: Initializing TcpMessaging bridge +[2025.04.12-08.04.51:629][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 21E20B08DED84126800000000000D100 | Instance: 10CD65B84611DB71C6B9D4A8E53B1F29 (LTAT-CGVR6-30352). +[2025.04.12-08.04.52:405][ 0]LogDerivedDataCache: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.019 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. +[2025.04.12-08.04.53:693][ 0]LogNNERuntimeORT: Available graphics and compute adapters: +[2025.04.12-08.04.53:693][ 0]LogNNERuntimeORT: 0: NVIDIA GeForce RTX 2080 SUPER (Compute, Graphics) +[2025.04.12-08.04.53:693][ 0]LogNNERuntimeORT: 1: Microsoft Basic Render Driver (Compute, Graphics) +[2025.04.12-08.04.53:693][ 0]LogNNERuntimeORT: No NPU adapter found! +[2025.04.12-08.04.54:648][ 0]LogMetaSound: Display: MetaSound Page Target Initialized to 'Default' +[2025.04.12-08.04.54:658][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... +[2025.04.12-08.04.54:954][ 0]LogMetaSound: MetaSound Engine Initialized +[2025.04.12-08.05.04:395][ 0]LogConfig: Branch 'ObjectMixerSerializedData' had been unloaded. Reloading on-demand took 1.19ms +[2025.04.12-08.05.04:651][ 0]LogConfig: Branch 'Crypto' had been unloaded. Reloading on-demand took 0.95ms +[2025.04.12-08.05.14:756][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. +[2025.04.12-08.05.14:756][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png +[2025.04.12-08.05.17:267][ 0]SourceControl: Revision control is disabled +[2025.04.12-08.05.17:273][ 0]SourceControl: Revision control is disabled +[2025.04.12-08.05.18:768][ 0]LogAndroidRuntimeSettings: Display: Enabled Package for Meta Quest devices. +The following settings have been applied: + +[2025.04.12-08.05.18:768][ 0]LogAndroidRuntimeSettings: Display: Support arm64: 1. + +[2025.04.12-08.05.18:768][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan: 1. + +[2025.04.12-08.05.18:768][ 0]LogAndroidRuntimeSettings: Display: Support x86_64: 0. + +[2025.04.12-08.05.18:768][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan Desktop: 0. + +[2025.04.12-08.05.18:768][ 0]LogAndroidRuntimeSettings: Display: Support OpenGL ES3.2: 0. +[2025.04.12-08.05.19:648][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\LeftTouchForQuest2.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.19:656][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\TouchForQuest2Material.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.19:672][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\TouchForQuest2_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.19:698][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\TouchForQuest2Material_Roughness.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.19:792][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\RightTouchForQuest2.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.19:813][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\LeftMetaQuestTouchPro.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.19:834][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\LeftMetaQuestTouchProMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.19:872][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\LeftMetaQuestTouchPro_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.19:942][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\LeftMetaQuestTouchPro_Normal.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.19:975][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\RightMetaQuestTouchPro.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.19:982][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\RightMetaQuestTouchProMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.20:047][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\RightMetaQuestTouchPro_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.20:069][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\RightMetaQuestTouchPro_Normal.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.20:120][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\LeftMetaQuestTouchPlus.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.20:133][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\LeftMetaQuestTouchPlusMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.20:177][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\LeftMetaQuestTouchPlus_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.20:369][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.8.dll +[2025.04.12-08.05.20:595][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\RightMetaQuestTouchPlus.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.20:616][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\RightMetaQuestTouchPlusMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.20:651][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\RightMetaQuestTouchPlus_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.04.12-08.05.20:908][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.12-08.05.20:908][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.12-08.05.20:909][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.12-08.05.20:909][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.12-08.05.20:910][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.12-08.05.20:910][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.12-08.05.20:928][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. +[2025.04.12-08.05.20:928][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png +[2025.04.12-08.05.20:967][ 0]LogMetaXRSES: Error: Synthetic Environment directory Not Found. +Please set its path in Project Settings / Meta XR Plugin / PC. +[2025.04.12-08.05.21:015][ 0]LogTemp: MetaXR ignores max viewport resolution in editor to support full HMD resolutions. +[2025.04.12-08.05.21:165][ 0]LogConfig: Applying CVar settings from Section [/Script/NNEDenoiser.NNEDenoiserSettings] File [Engine] +[2025.04.12-08.05.21:177][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance +[2025.04.12-08.05.21:180][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.12-08.05.21:180][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.12-08.05.21:573][ 0]LogTemp: Warning: Existing value for UEditorPerformanceSettings::MaxViewportRenderingResolution will be overriden for OpenXR. +[2025.04.12-08.05.21:573][ 0]LogTemp: OpenXR ignores max viewport resolution in editor to support full HMD resolutions. +[2025.04.12-08.05.21:968][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/glf/resources/plugInfo.json' +[2025.04.12-08.05.22:023][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdProcImaging/resources/plugInfo.json' +[2025.04.12-08.05.22:024][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hd/resources/plugInfo.json' +[2025.04.12-08.05.22:050][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usd/resources/plugInfo.json' +[2025.04.12-08.05.22:051][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdSt/resources/plugInfo.json' +[2025.04.12-08.05.22:081][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdPhysics/resources/plugInfo.json' +[2025.04.12-08.05.22:098][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdProc/resources/plugInfo.json' +[2025.04.12-08.05.22:106][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/sdrGlslfx/resources/plugInfo.json' +[2025.04.12-08.05.22:130][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdVol/resources/plugInfo.json' +[2025.04.12-08.05.22:134][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdMedia/resources/plugInfo.json' +[2025.04.12-08.05.22:150][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hio/resources/plugInfo.json' +[2025.04.12-08.05.22:151][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdSkelImaging/resources/plugInfo.json' +[2025.04.12-08.05.22:152][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hgiGL/resources/plugInfo.json' +[2025.04.12-08.05.22:159][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ndr/resources/plugInfo.json' +[2025.04.12-08.05.22:182][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdAbc/resources/plugInfo.json' +[2025.04.12-08.05.22:203][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdMtlx/resources/plugInfo.json' +[2025.04.12-08.05.22:213][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRi/resources/plugInfo.json' +[2025.04.12-08.05.22:241][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdShade/resources/plugInfo.json' +[2025.04.12-08.05.22:296][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdVolImaging/resources/plugInfo.json' +[2025.04.12-08.05.22:316][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdHydra/resources/plugInfo.json' +[2025.04.12-08.05.22:321][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdGeom/resources/plugInfo.json' +[2025.04.12-08.05.22:349][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRiPxrImaging/resources/plugInfo.json' +[2025.04.12-08.05.22:355][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdShaders/resources/plugInfo.json' +[2025.04.12-08.05.22:364][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRender/resources/plugInfo.json' +[2025.04.12-08.05.22:365][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdGp/resources/plugInfo.json' +[2025.04.12-08.05.22:366][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdx/resources/plugInfo.json' +[2025.04.12-08.05.22:374][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ar/resources/plugInfo.json' +[2025.04.12-08.05.22:375][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdLux/resources/plugInfo.json' +[2025.04.12-08.05.22:376][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdSkel/resources/plugInfo.json' +[2025.04.12-08.05.22:377][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdImagingGL/resources/plugInfo.json' +[2025.04.12-08.05.22:378][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/sdf/resources/plugInfo.json' +[2025.04.12-08.05.22:379][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdUI/resources/plugInfo.json' +[2025.04.12-08.05.22:388][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdImaging/resources/plugInfo.json' +[2025.04.12-08.05.22:389][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usd/resources/codegenTemplates/plugInfo.json' +[2025.04.12-08.05.23:984][ 0]LogCollectionManager: Loaded 0 collections in 0.001910 seconds +[2025.04.12-08.05.24:043][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Collections/' took 0.06s +[2025.04.12-08.05.24:129][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/Developers/rannosam/Collections/' took 0.09s +[2025.04.12-08.05.24:132][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/Collections/' took 0.00s +[2025.04.12-08.05.25:711][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.12-08.05.25:711][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.12-08.05.25:713][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.12-08.05.25:713][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.12-08.05.25:714][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.12-08.05.25:714][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.12-08.05.25:746][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. +[2025.04.12-08.05.25:746][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png +[2025.04.12-08.05.25:974][ 0]LogEOSSDK: LogEOS: [Boot] EOSSDK Version 1.17.0-39599718 booting at 2025-04-12T08:05:25.930Z using C +[2025.04.12-08.05.25:983][ 0]LogEOSSDK: LogEOS: [Boot] EOSSDK Platform Properties [OS=Windows/10.0.19041.5072.64bit, ClientId=xyza7891REBVsEqSJRRNXmlS7EQHM459, ProductId=86f32f1151354e7cb39c12f8ab2c22a3, SandboxId=a01927f7421a4d4995673fe30ef46945, DeploymentId=a652a72ea1664dcab3a467891eea5f30, ProductName=HandyMann, ProductVersion=++UE5+Release-5.5-CL-40574608, IsServer=false, Flags=DisableOverlay] +[2025.04.12-08.05.26:095][ 0]LogEOSSDK: LogEOSAnalytics: Start Session (User: ...) +[2025.04.12-08.05.26:165][ 0]LogEOSSDK: LogEOSOverlay: Overlay will not load, because it was explicitly disabled when creating the platform +[2025.04.12-08.05.26:412][ 0]LogEOSSDK: LogEOSAntiCheat: [AntiCheatClient] Anti-cheat client not available. Verify that the game was started using the anti-cheat bootstrapper if you intend to use it. +[2025.04.12-08.05.26:439][ 0]LogEOSSDK: LogEOS: SetApplicationStatus - OldStatus: EOS_AS_Foreground, NewStatus: EOS_AS_Foreground, Current Time: 0001.01.01-00.00.00 +[2025.04.12-08.05.26:440][ 0]LogEOSSDK: LogEOS: SetNetworkStatus - OldStatus: EOS_NS_Online, NewStatus: EOS_NS_Online +[2025.04.12-08.05.26:450][ 0]LogEOSSDK: LogEOS: Updating Platform SDK Config, Time: 0.016681 +[2025.04.12-08.05.26:451][ 0]LogFab: Display: Logging in using persist +[2025.04.12-08.05.27:402][ 0]LogUObjectArray: 45152 objects as part of root set at end of initial load. +[2025.04.12-08.05.27:402][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool +[2025.04.12-08.05.27:416][ 0]LogStreaming: Display: AsyncLoading2 - NotifyRegistrationComplete: Registered 37374 public script object entries (1009.52 KB) +[2025.04.12-08.05.27:416][ 0]LogStreaming: Display: AsyncLoading2 - Thread Started: false, IsInitialLoad: false +[2025.04.12-08.05.30:182][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.TickFunction. Time(ms): 18.6 +[2025.04.12-08.05.30:184][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Constraints.ConstraintsInWorld. Time(ms): 1.2 +[2025.04.12-08.05.30:192][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/SlateCore.ScrollBarStyle. Time(ms): 8.5 +[2025.04.12-08.05.30:200][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/OnlineSubsystemUtils.OnlineProxyStoreOffer. Time(ms): 8.0 +[2025.04.12-08.05.30:203][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Slate.ToolMenuProfile. Time(ms): 2.3 +[2025.04.12-08.05.30:223][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/NetCore.FastArraySerializer. Time(ms): 20.0 +[2025.04.12-08.05.30:226][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/JsonUtilities.JsonObjectWrapper. Time(ms): 3.2 +[2025.04.12-08.05.30:248][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/EngineMessages.TraceControlSettings. Time(ms): 21.7 +[2025.04.12-08.05.30:293][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ChaosVDRuntime.ChaosVDBoundingVolumeDataWrapper. Time(ms): 44.3 +[2025.04.12-08.05.30:297][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Chaos.RecordedFrame. Time(ms): 3.9 +[2025.04.12-08.05.30:307][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AudioExtensions.AudioParameter. Time(ms): 10.2 +[2025.04.12-08.05.30:309][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/IrisCore.EnumInt8NetSerializerConfig. Time(ms): 1.7 +[2025.04.12-08.05.30:310][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/IrisCore.IrisFastArraySerializer. Time(ms): 1.0 +[2025.04.12-08.05.30:326][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ToolWidgets.SidebarDrawerState. Time(ms): 16.1 +[2025.04.12-08.05.30:334][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ToolWidgets.SidebarState. Time(ms): 7.5 +[2025.04.12-08.05.30:335][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ToolWidgets.ActionButtonStyle. Time(ms): 1.5 +[2025.04.12-08.05.30:356][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/PropertyPath.PropertyPathTestInnerStruct. Time(ms): 21.0 +[2025.04.12-08.05.30:380][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/PropertyPath.PropertyPathTestBed. Time(ms): 24.2 +[2025.04.12-08.05.30:428][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LiveLinkInterface.LiveLinkBaseFrameData. Time(ms): 47.7 +[2025.04.12-08.05.30:434][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/DataflowCore.DataflowNode. Time(ms): 5.4 +[2025.04.12-08.05.30:449][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MaterialEditor.SortedParamData. Time(ms): 15.4 +[2025.04.12-08.05.30:455][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AdvancedPreviewScene.PreviewSceneProfile. Time(ms): 5.4 +[2025.04.12-08.05.30:458][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GameplayTags.GameplayTagContainer. Time(ms): 2.9 +[2025.04.12-08.05.30:460][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GameplayDebugger.GameplayDebuggerCategoryData. Time(ms): 2.3 +[2025.04.12-08.05.30:464][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AIModule.EnvTraceData. Time(ms): 3.3 +[2025.04.12-08.05.30:482][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AIModule.ValueOrBBKey_Bool. Time(ms): 18.2 +[2025.04.12-08.05.30:487][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AIModule.AIDataProviderValue. Time(ms): 4.7 +[2025.04.12-08.05.30:511][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AIModule.EnvQueryRequest. Time(ms): 24.8 +[2025.04.12-08.05.30:521][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AIModule.EnvQueryInstanceCache. Time(ms): 9.7 +[2025.04.12-08.05.30:530][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/DataflowSimulation.GetPhysicsSolversDataflowNode. Time(ms): 9.1 +[2025.04.12-08.05.30:537][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GeometryCollectionEngine.GeometryCollectionSizeSpecificData. Time(ms): 6.3 +[2025.04.12-08.05.30:546][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Localization.GatherTextFromTextFilesConfiguration. Time(ms): 9.4 +[2025.04.12-08.05.30:551][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AdvancedWidgets.ColorGradingSpinBoxStyle. Time(ms): 4.2 +[2025.04.12-08.05.30:573][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MovieScene.MovieSceneBoolChannel. Time(ms): 22.1 +[2025.04.12-08.05.30:581][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AddContentDialog.FeatureAdditionalFiles. Time(ms): 8.6 +[2025.04.12-08.05.30:590][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GameProjectGeneration.TemplateReplacement. Time(ms): 9.1 +[2025.04.12-08.05.30:601][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/SubobjectDataInterface.SubobjectData. Time(ms): 10.4 +[2025.04.12-08.05.30:603][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MovieSceneCapture.CapturedPixelsID. Time(ms): 2.3 +[2025.04.12-08.05.30:611][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Sequencer.SequencerFilterSet. Time(ms): 7.8 +[2025.04.12-08.05.30:619][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Sequencer.SequencerFilterBarConfig. Time(ms): 7.8 +[2025.04.12-08.05.30:650][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Sequencer.MovieScenePasteBindingsParams. Time(ms): 30.8 +[2025.04.12-08.05.30:676][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/CurveEditor.CustomColorForChannel. Time(ms): 25.9 +[2025.04.12-08.05.30:681][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/UMGEditor.EditorPropertyPathSegment. Time(ms): 5.7 +[2025.04.12-08.05.30:686][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/UMGEditor.DirectoryWidgetCompilerOptions. Time(ms): 4.8 +[2025.04.12-08.05.30:690][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ContentBrowserData.ContentBrowserDataObjectFilter. Time(ms): 3.4 +[2025.04.12-08.05.30:699][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/WidgetRegistration.EditableToolPaletteSettings. Time(ms): 8.8 +[2025.04.12-08.05.30:702][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ClothingSystemRuntimeCommon.ClothLODDataCommon. Time(ms): 3.6 +[2025.04.12-08.05.30:707][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/InterchangeEngine.InterchangeImportSettings. Time(ms): 4.3 +[2025.04.12-08.05.30:715][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/SceneOutliner.SceneOutlinerConfig. Time(ms): 7.5 +[2025.04.12-08.05.30:722][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/PropertyEditor.DetailsSectionSelection. Time(ms): 7.7 +[2025.04.12-08.05.30:765][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/PropertyEditor.DetailsViewConfig. Time(ms): 42.5 +[2025.04.12-08.05.30:768][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/UnrealEd.BlueprintWatchedPin. Time(ms): 3.0 +[2025.04.12-08.05.30:774][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/BlueprintGraph.EdGraphSchemaAction_K2NewNode. Time(ms): 6.0 +[2025.04.12-08.05.30:778][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Kismet.BPGraphClipboardData. Time(ms): 3.4 +[2025.04.12-08.05.30:820][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/EditorConfig.EditorConfigTestSimpleStruct. Time(ms): 41.9 +[2025.04.12-08.05.30:839][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/EditorWidgets.FilterBarSettings. Time(ms): 18.2 +[2025.04.12-08.05.30:846][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimGraph.AnimGraphAttributeDesc. Time(ms): 6.9 +[2025.04.12-08.05.30:854][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimationBlueprintLibrary.AnimPose. Time(ms): 8.0 +[2025.04.12-08.05.30:860][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimGraphRuntime.AnimNode_BlendSpaceGraphBase. Time(ms): 5.8 +[2025.04.12-08.05.30:912][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimGraphRuntime.AnimNode_SkeletalControlBase. Time(ms): 52.2 +[2025.04.12-08.05.30:925][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimGraphRuntime.AnimNode_CopyPoseFromMesh. Time(ms): 13.2 +[2025.04.12-08.05.30:927][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimGraphRuntime.AnimNode_Mirror. Time(ms): 1.1 +[2025.04.12-08.05.30:976][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimGraphRuntime.PoseDriverTransform. Time(ms): 49.1 +[2025.04.12-08.05.31:010][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimGraphRuntime.AnimNode_AnimDynamics. Time(ms): 33.9 +[2025.04.12-08.05.31:029][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MovieSceneTracks.MovieSceneCameraShakeSourceTriggerChannel. Time(ms): 18.4 +[2025.04.12-08.05.31:050][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MovieSceneTracks.MovieSceneStringChannel. Time(ms): 21.4 +[2025.04.12-08.05.31:054][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MovieScene.MovieSceneEvalTemplate. Time(ms): 3.8 +[2025.04.12-08.05.31:062][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MovieSceneTracks.MovieSceneCVarOverrides. Time(ms): 7.8 +[2025.04.12-08.05.31:070][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MediaUtils.MediaPlayerOptions. Time(ms): 6.4 +[2025.04.12-08.05.31:077][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LevelSequence.LevelSequenceBindingReferences. Time(ms): 7.5 +[2025.04.12-08.05.31:082][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/UnrealEd.CSVImportSettings. Time(ms): 4.3 +[2025.04.12-08.05.31:086][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/UnrealEd.ScalarParameterAtlasData. Time(ms): 4.5 +[2025.04.12-08.05.31:095][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/UnrealEd.StructVariableDescription. Time(ms): 5.9 +[2025.04.12-08.05.31:097][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/UnrealEd.HLODLayerActorMapping. Time(ms): 1.2 +[2025.04.12-08.05.31:159][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Foliage.FoliageDensityFalloff. Time(ms): 62.1 +[2025.04.12-08.05.31:170][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Landscape.GrassVariety. Time(ms): 11.7 +[2025.04.12-08.05.31:173][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.ISMComponentDescriptorBase. Time(ms): 1.7 +[2025.04.12-08.05.31:180][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.CameraExposureSettings. Time(ms): 6.9 +[2025.04.12-08.05.31:186][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.SkelMeshComponentLODInfo. Time(ms): 6.1 +[2025.04.12-08.05.31:192][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.SoundAttenuationSettings. Time(ms): 6.4 +[2025.04.12-08.05.31:224][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.AnimNode_ApplyMeshSpaceAdditive. Time(ms): 31.2 +[2025.04.12-08.05.31:255][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.BlueprintCookedComponentInstancingData. Time(ms): 31.1 +[2025.04.12-08.05.31:262][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.ActorInstanceData. Time(ms): 6.6 +[2025.04.12-08.05.31:292][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.CachedKeyToActionInfo. Time(ms): 30.2 +[2025.04.12-08.05.31:297][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.RollbackNetStartupActorInfo. Time(ms): 4.7 +[2025.04.12-08.05.31:300][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.DamageEvent. Time(ms): 3.1 +[2025.04.12-08.05.31:305][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.ActiveForceFeedbackEffect. Time(ms): 4.7 +[2025.04.12-08.05.31:309][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.ActorFolderSet. Time(ms): 3.4 +[2025.04.12-08.05.31:310][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.MaterialCachedParameterEntry. Time(ms): 1.5 +[2025.04.12-08.05.31:318][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.BandwidthTestGenerator. Time(ms): 7.9 +[2025.04.12-08.05.31:333][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.WorldPSCPool. Time(ms): 15.0 +[2025.04.12-08.05.31:351][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.PlayerMuteList. Time(ms): 16.9 +[2025.04.12-08.05.31:353][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.SkeletalMeshLODGroupSettings. Time(ms): 2.7 +[2025.04.12-08.05.31:371][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.SkeletalMeshLODInfo. Time(ms): 17.3 +[2025.04.12-08.05.31:415][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.SplineMeshComponentDescriptorBase. Time(ms): 44.3 +[2025.04.12-08.05.31:424][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.ExternalToolDefinition. Time(ms): 8.8 +[2025.04.12-08.05.31:427][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.AutoCompleteNode. Time(ms): 2.6 +[2025.04.12-08.05.31:449][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.LevelCollection. Time(ms): 22.0 +[2025.04.12-08.05.31:486][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.WorldPartitionDestructibleHLODState. Time(ms): 37.2 +[2025.04.12-08.05.31:495][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.SpatialHashStreamingGridLevel. Time(ms): 8.5 +[2025.04.12-08.05.31:498][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Engine.WorldPartitionUpdateStreamingCurrentState. Time(ms): 3.6 +[2025.04.12-08.05.31:529][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AudioEditor.SoundCueGraphSchemaAction_NewNode. Time(ms): 30.2 +[2025.04.12-08.05.31:534][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ChaosCaching.CacheEventTrack. Time(ms): 5.8 +[2025.04.12-08.05.31:550][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/OnlineSubsystemUtils.PlayerReservation. Time(ms): 15.2 +[2025.04.12-08.05.31:559][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ComputeFramework.ComputeKernelPermutationSet. Time(ms): 9.0 +[2025.04.12-08.05.31:562][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/NiagaraShader.NiagaraDataInterfaceGPUParamInfo. Time(ms): 2.5 +[2025.04.12-08.05.31:595][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AugmentedReality.ARSessionStatus. Time(ms): 32.8 +[2025.04.12-08.05.31:610][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LiveLinkAnimationCore.AnimNode_LiveLinkPose. Time(ms): 14.8 +[2025.04.12-08.05.31:674][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/OculusXRMovement.OculusXRBoneCorrectionSet. Time(ms): 63.5 +[2025.04.12-08.05.31:681][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.MovieSceneNiagaraSystemTrackImplementation. Time(ms): 6.8 +[2025.04.12-08.05.31:697][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.NiagaraOutlinerWorldData. Time(ms): 15.6 +[2025.04.12-08.05.31:738][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.NiagaraDebugHUDSettingsData. Time(ms): 40.6 +[2025.04.12-08.05.31:757][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.NiagaraScalabilityManager. Time(ms): 18.5 +[2025.04.12-08.05.31:765][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.VersionedNiagaraScriptData. Time(ms): 7.7 +[2025.04.12-08.05.31:769][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.NiagaraSystemCompiledData. Time(ms): 3.4 +[2025.04.12-08.05.31:797][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Niagara.NiagaraUserRedirectionParameterStore. Time(ms): 27.7 +[2025.04.12-08.05.31:803][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/HairStrandsCore.HairSolverSettings. Time(ms): 6.3 +[2025.04.12-08.05.31:811][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/HairStrandsCore.HairBendConstraint. Time(ms): 8.1 +[2025.04.12-08.05.31:818][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/TargetDeviceServices.TargetDeviceServicePong. Time(ms): 6.8 +[2025.04.12-08.05.31:820][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Persona.PhysicsAssetRenderSettings. Time(ms): 1.8 +[2025.04.12-08.05.31:822][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Persona.AnimCurveMetadataEditorClipboard. Time(ms): 1.9 +[2025.04.12-08.05.31:825][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AutomationTest.AutomationTestExcludeOptions. Time(ms): 2.6 +[2025.04.12-08.05.31:832][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AutomationMessages.AutomationWorkerFindWorkersResponse. Time(ms): 7.5 +[2025.04.12-08.05.31:891][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AutomationController.AutomationArtifact. Time(ms): 58.5 +[2025.04.12-08.05.31:896][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/FunctionalTesting.AITestSpawnInfoBase. Time(ms): 5.4 +[2025.04.12-08.05.31:905][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AIGraph.AISchemaAction_NewNode. Time(ms): 8.1 +[2025.04.12-08.05.31:914][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/BehaviorTreeEditor.DecoratorSchemaAction_NewNode. Time(ms): 9.1 +[2025.04.12-08.05.31:922][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MassEntity.MassObserversMap. Time(ms): 8.4 +[2025.04.12-08.05.31:930][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MassEntity.MassProcessingContext. Time(ms): 7.4 +[2025.04.12-08.05.31:939][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/EnhancedInput.PlayerMappableKeyProfileCreationArgs. Time(ms): 9.3 +[2025.04.12-08.05.31:970][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/EnhancedInput.KeyMappingRow. Time(ms): 30.9 +[2025.04.12-08.05.32:038][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/EnhancedInput.EnhancedActionKeyMapping. Time(ms): 68.3 +[2025.04.12-08.05.32:043][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/DataValidation.ValidateAssetsResults. Time(ms): 4.4 +[2025.04.12-08.05.32:074][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/DataValidation.ValidateAssetsSettings. Time(ms): 31.1 +[2025.04.12-08.05.32:096][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/TranslationEditor.TranslationContextInfo. Time(ms): 21.7 +[2025.04.12-08.05.32:141][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/TakeTrackRecorders.TakeRecorderTrackSettings. Time(ms): 45.5 +[2025.04.12-08.05.32:145][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/TakeRecorder.TakeRecorderProjectParameters. Time(ms): 3.5 +[2025.04.12-08.05.32:160][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/RigVM.RigVMExtendedExecuteContext. Time(ms): 14.9 +[2025.04.12-08.05.32:195][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRig.RigBaseElement. Time(ms): 34.9 +[2025.04.12-08.05.32:236][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRig.RigControlSettings. Time(ms): 41.7 +[2025.04.12-08.05.32:257][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/RigVMDeveloper.RigVMReferenceNodeData. Time(ms): 19.5 +[2025.04.12-08.05.32:282][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/RigVMDeveloper.RigVMBaseAction. Time(ms): 24.1 +[2025.04.12-08.05.32:289][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/RigVMDeveloper.RigVMInjectNodeIntoPinAction. Time(ms): 7.4 +[2025.04.12-08.05.32:297][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRig.AnimNode_ControlRigBase. Time(ms): 7.7 +[2025.04.12-08.05.32:302][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRig.RigControl. Time(ms): 5.4 +[2025.04.12-08.05.32:304][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRig.MovieSceneControlRigSpaceChannel. Time(ms): 1.2 +[2025.04.12-08.05.32:333][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRig.ControlRigSettingsPerPinBool. Time(ms): 29.7 +[2025.04.12-08.05.32:339][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRig.RigControlCopy. Time(ms): 5.8 +[2025.04.12-08.05.32:416][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/PythonScriptPlugin.PyTestStruct. Time(ms): 75.4 +[2025.04.12-08.05.32:425][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Serialization.StructSerializerBuiltinTestStruct. Time(ms): 9.7 +[2025.04.12-08.05.32:453][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Serialization.StructSerializerLWCTypesTest. Time(ms): 27.6 +[2025.04.12-08.05.32:466][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Paper2D.PaperSpriteAtlasSlot. Time(ms): 12.2 +[2025.04.12-08.05.32:492][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/OptimusCore.RigVMTrait_OptimusDeformer. Time(ms): 26.6 +[2025.04.12-08.05.32:518][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/OptimusCore.RigVMTrait_SetDeformerIntVariable. Time(ms): 25.4 +[2025.04.12-08.05.32:519][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/OptimusCore.OptimusDeformerInstanceExecInfo. Time(ms): 1.2 +[2025.04.12-08.05.32:523][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/OptimusCore.OptimusFunctionReferenceNodeSet. Time(ms): 4.1 +[2025.04.12-08.05.32:530][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/IKRig.RetargetProfile. Time(ms): 6.1 +[2025.04.12-08.05.32:555][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/IKRig.AnimNode_IKRig. Time(ms): 25.1 +[2025.04.12-08.05.32:581][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/RigLogicModule.AnimNode_RigLogic. Time(ms): 25.9 +[2025.04.12-08.05.32:625][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/NNE.NNEFormatOperatorDesc. Time(ms): 43.5 +[2025.04.12-08.05.32:635][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AudioWidgets.AudioMeterDefaultColorStyle. Time(ms): 9.8 +[2025.04.12-08.05.32:638][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MetasoundEditor.MetasoundEditorMemberPageDefaultBoolArray. Time(ms): 2.8 +[2025.04.12-08.05.32:640][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MetasoundEditor.MetasoundEditorMemberPageDefaultStringArray. Time(ms): 2.3 +[2025.04.12-08.05.32:701][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MetasoundEditor.MetasoundEditorGraphMemberNodeBreadcrumb. Time(ms): 60.8 +[2025.04.12-08.05.32:733][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MetasoundEditor.MetasoundGraphSchemaAction_NewInput. Time(ms): 32.2 +[2025.04.12-08.05.32:742][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Synthesis.ModularSynthPreset. Time(ms): 9.0 +[2025.04.12-08.05.32:743][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Synthesis.SourceEffectBitCrusherSettings. Time(ms): 1.3 +[2025.04.12-08.05.32:773][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/StateTreeEditorModule.StateTreeCompilerLog. Time(ms): 29.5 +[2025.04.12-08.05.32:787][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/StateTreeTestSuite.StateTreeTest_PropertyStructA. Time(ms): 14.2 +[2025.04.12-08.05.32:808][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ConcertTransport.ConcertLocalIdentifierState. Time(ms): 21.1 +[2025.04.12-08.05.32:812][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Concert.ConcertAdmin_GetSessionRepositoriesResponse. Time(ms): 3.6 +[2025.04.12-08.05.32:829][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Concert.ConcertAdmin_GetSessionActivitiesResponse. Time(ms): 16.8 +[2025.04.12-08.05.32:833][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ConcertClient.ConcertClientSettings. Time(ms): 4.0 +[2025.04.12-08.05.32:837][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ConcertServer.ConcertServerSessionRepositoryDatabase. Time(ms): 3.6 +[2025.04.12-08.05.32:846][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ConcertSyncCore.ConcertReplicationRemappingData. Time(ms): 9.5 +[2025.04.12-08.05.32:888][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ConcertSyncCore.ConcertTransactionFinalizedEvent. Time(ms): 42.0 +[2025.04.12-08.05.32:898][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ConcertSyncCore.ConcertSyncReplicationActivitySummary. Time(ms): 8.1 +[2025.04.12-08.05.32:908][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ObjectMixerEditor.ObjectMixerCollectionObjectSet. Time(ms): 10.7 +[2025.04.12-08.05.32:942][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ObjectMixerEditor.ObjectMixerSerializationDataPerFilter. Time(ms): 33.9 +[2025.04.12-08.05.32:951][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ModelingComponents.CreateMeshObjectParams. Time(ms): 8.3 +[2025.04.12-08.05.32:984][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ModelingComponents.MeshElementSelectionParams. Time(ms): 33.0 +[2025.04.12-08.05.32:990][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MeshModelingToolsExp.PhysicsBoxData. Time(ms): 6.4 +[2025.04.12-08.05.32:996][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/SequencerScriptingEditor.SequencerQuickBindingResult. Time(ms): 6.0 +[2025.04.12-08.05.33:006][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LevelSequenceEditor.MovieSceneBindingPropertyInfo. Time(ms): 9.4 +[2025.04.12-08.05.33:007][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LevelSequenceEditor.LevelSequenceTrackSettings. Time(ms): 1.0 +[2025.04.12-08.05.33:025][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRigEditor.AnimLayerSelectionSet. Time(ms): 18.7 +[2025.04.12-08.05.33:033][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRigEditor.AnimLayerSectionItem. Time(ms): 7.6 +[2025.04.12-08.05.33:041][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRigEditor.AnimLayerItem. Time(ms): 7.5 +[2025.04.12-08.05.33:044][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRigEditor.AnimLayerState. Time(ms): 3.7 +[2025.04.12-08.05.33:058][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRigEditor.RigSpacePickerBakeSettings. Time(ms): 14.1 +[2025.04.12-08.05.33:060][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRigEditor.NameToProxyMap. Time(ms): 1.5 +[2025.04.12-08.05.33:067][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ControlRigEditor.ControlRigSnapperSelection. Time(ms): 7.6 +[2025.04.12-08.05.33:092][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/DataflowNodes.DataflowCollectionAddScalarVertexPropertyNode. Time(ms): 24.4 +[2025.04.12-08.05.33:135][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/DataflowEditor.DataflowCopyPasteContent. Time(ms): 42.9 +[2025.04.12-08.05.33:145][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GeometryCollectionNodes.GetFloatArrayElementDataflowNode. Time(ms): 10.3 +[2025.04.12-08.05.33:213][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GeometryCollectionNodes.AddMaterialToCollectionDataflowNode. Time(ms): 67.3 +[2025.04.12-08.05.33:219][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GeometryCollectionNodes.AutoClusterDataflowNode. Time(ms): 6.8 +[2025.04.12-08.05.33:222][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GeometryCollectionNodes.FitDataflowNode. Time(ms): 1.4 +[2025.04.12-08.05.33:223][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GeometryCollectionNodes.AppendCollectionAssetsDataflowNode. Time(ms): 1.2 +[2025.04.12-08.05.33:250][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GeometryCollectionNodes.CollectionSetPivotDataflowNode. Time(ms): 26.8 +[2025.04.12-08.05.33:269][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/GeometryCollectionDepNodes.GeometryCollectionTransferVertexScalarAttributeNode. Time(ms): 18.2 +[2025.04.12-08.05.33:275][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/AnimationModifierLibrary.FootDefinition. Time(ms): 6.3 +[2025.04.12-08.05.33:282][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LiveLinkMessageBusFramework.LiveLinkSubjectFrameMessage. Time(ms): 7.1 +[2025.04.12-08.05.33:287][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LiveLink.ProviderPollResult. Time(ms): 4.6 +[2025.04.12-08.05.33:311][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LiveLinkMovieScene.MovieSceneLiveLinkSectionTemplate. Time(ms): 23.9 +[2025.04.12-08.05.33:321][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/LiveLinkEditor.LiveLinkTestFrameDataInternal. Time(ms): 10.1 +[2025.04.12-08.05.33:335][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/ConcertSyncClient.ConcertClientWorkspaceData. Time(ms): 14.6 +[2025.04.12-08.05.33:344][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MegascansPlugin.MeshInfo. Time(ms): 8.2 +[2025.04.12-08.05.33:383][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/MegascansPlugin.MaterialInstanceInfo. Time(ms): 39.2 +[2025.04.12-08.05.33:398][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Fab.EosConstantsGameDev. Time(ms): 15.4 +[2025.04.12-08.05.33:423][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 1ms to process ScriptStruct /Script/Fab.FabAssetMetadata. Time(ms): 24.2 +[2025.04.12-08.05.33:423][ 0]LogClass: Display: AttemptToFindUninitializedScriptStructMembers took more than 2s to complete. Time: 3.27 +[2025.04.12-08.05.33:433][ 0]LogClass: Warning: Property IntProperty FOculusXRAnchorLocationFlags::Flags defines MetaData key "BitmaskEnum" which contains short type name "EOculusLocationFlags". Suggested pathname: "/Script/OculusXRAnchors.EOculusLocationFlags". Module:OculusXRAnchors File:Public/OculusXRAnchorTypes.h +[2025.04.12-08.05.33:472][ 0]LogClass: Display: 1 short type names in reflected types' MetaData +[2025.04.12-08.05.35:038][ 0]LogEngine: Initializing Engine... +[2025.04.12-08.05.35:405][ 0]LogHMD: PokeAHoleMaterial loaded successfully +[2025.04.12-08.05.35:468][ 0]LogHMD: Initializing OVRPlugin session +[2025.04.12-08.05.35:468][ 0]LogOculusPluginWrapper: Warning: wrapper already initialized +[2025.04.12-08.05.35:468][ 0]LogOVRPlugin: Display: CompositorOpenXR::PreInitialize(activity = 0000000000000000, apiType = 0, preinitializeFlags=0x10) +[2025.04.12-08.05.35:468][ 0]LogOVRPlugin: Display: Support Non-Oculus runtime: NO +[2025.04.12-08.05.35:469][ 0]LogOVRPlugin: Display: -- Set xrGetInstanceProcAddr to OpenXR Loader +[2025.04.12-08.05.35:469][ 0]LogOVRPlugin: Display: Warning: xrGetInstanceProcAddr has already been set +[2025.04.12-08.05.35:566][ 0]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.12-08.05.35:566][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.12-08.05.35:566][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.12-08.05.35:566][ 0]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.12-08.05.35:566][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.12-08.05.35:566][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.12-08.05.35:566][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.12-08.05.35:567][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.12-08.05.35:568][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.12-08.05.35:569][ 0]LogOVRPlugin: Display: Available Layers: (0) +[2025.04.12-08.05.35:572][ 0]LogOVRPlugin: Display: Preinitialize: xrCreateInstance() succeeded +[2025.04.12-08.05.35:572][ 0]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.12-08.05.35:572][ 0]LogOVRPlugin: Display: OpenXR runtime supports XR_META_headset_id extension +[2025.04.12-08.05.35:572][ 0]LogOVRPlugin: Display: xrGetSystem() failed, which might be caused by a temporarly HMD connectivity issue. xrInstance to be destroyed +[2025.04.12-08.05.35:577][ 0]LogHMD: Failed initializing OVRPlugin 1.106.0 +[2025.04.12-08.05.35:577][ 0]LogHMD: HMD initialization failed +[2025.04.12-08.05.35:577][ 0]LogHMD: Oculus plugin initialized. Version: OVRPlugin: 1.106.0 +[2025.04.12-08.05.37:514][ 0]LogStylusInput: Initializing StylusInput subsystem. +[2025.04.12-08.05.37:817][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.009 s +[2025.04.12-08.05.38:790][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll +[2025.04.12-08.05.39:681][ 0]LogChaosDD: Creating Chaos Debug Draw Scene for world Untitled +[2025.04.12-08.05.42:110][ 0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Temp/Untitled_0.Untitled'. +[2025.04.12-08.05.42:667][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. +[2025.04.12-08.05.42:673][ 0]LogInit: Texture streaming: Enabled +[2025.04.12-08.05.43:022][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.5.4-40574608+++UE5+Release-5.5 +[2025.04.12-08.05.43:168][ 0]LogAudio: Display: Initializing Audio Device Manager... +[2025.04.12-08.05.43:318][ 0]LogAudio: Display: Loading Default Audio Settings Objects... +[2025.04.12-08.05.43:411][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). +[2025.04.12-08.05.43:412][ 0]LogAudio: Display: Audio Device Manager Initialized +[2025.04.12-08.05.43:419][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True +[2025.04.12-08.05.43:435][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.12-08.05.43:435][ 0]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.12-08.05.43:435][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.12-08.05.43:435][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.12-08.05.43:435][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.12-08.05.43:435][ 0]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.12-08.05.43:435][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.12-08.05.43:435][ 0]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.12-08.05.43:458][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.12-08.05.43:458][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.12-08.05.43:458][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.12-08.05.43:556][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.12-08.05.43:659][ 0]LogAudioMixer: Display: Using Audio Hardware Device Realtek HD Audio 2nd output (Realtek(R) Audio) +[2025.04.12-08.05.43:792][ 0]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.12-08.05.43:876][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.12-08.05.43:887][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.12-08.05.43:908][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 +[2025.04.12-08.05.43:908][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 +[2025.04.12-08.05.43:911][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 +[2025.04.12-08.05.43:911][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 +[2025.04.12-08.05.43:911][ 0]LogInit: FAudioDevice initialized with ID 1. +[2025.04.12-08.05.43:912][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. +[2025.04.12-08.05.43:926][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 +[2025.04.12-08.05.43:938][ 0]LogAudioMixer: Display: Audio Buffer Underrun (starvation) detected. InstanceID=1 +[2025.04.12-08.05.44:192][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" +[2025.04.12-08.05.44:459][ 0]LogFileManager: Warning: DeleteFile was unable to delete 'C:/Users/rannosam/AppData/Local/UnrealEngine/5.5/Saved/Config/WindowsEditor/EditorSettings.ini', retrying in .5s... +[2025.04.12-08.05.44:960][ 0]LogFileManager: Warning: DeleteFile recovered during retry! +[2025.04.12-08.05.44:962][ 0]LogInit: Undo buffer set to 256 MB +[2025.04.12-08.05.44:962][ 0]LogInit: Transaction tracking system initialized +[2025.04.12-08.05.44:978][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/SourceControl/UncontrolledChangelists.json +[2025.04.12-08.05.50:218][ 0]LogConfig: Branch 'LocalizationServiceSettings' had been unloaded. Reloading on-demand took 1.05ms +[2025.04.12-08.05.50:226][ 0]LocalizationService: Localization service is disabled +[2025.04.12-08.05.50:772][ 0]LogTimingProfiler: Initialize +[2025.04.12-08.05.50:795][ 0]LogTimingProfiler: OnSessionChanged +[2025.04.12-08.05.50:795][ 0]LoadingProfiler: Initialize +[2025.04.12-08.05.50:795][ 0]LoadingProfiler: OnSessionChanged +[2025.04.12-08.05.50:809][ 0]LogNetworkingProfiler: Initialize +[2025.04.12-08.05.50:812][ 0]LogNetworkingProfiler: OnSessionChanged +[2025.04.12-08.05.50:812][ 0]LogMemoryProfiler: Initialize +[2025.04.12-08.05.50:812][ 0]LogMemoryProfiler: OnSessionChanged +[2025.04.12-08.05.55:020][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/' took 0.02s +[2025.04.12-08.06.01:738][ 0]LogPython: Using Python 3.11.8 +[2025.04.12-08.06.03:316][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping +[2025.04.12-08.06.04:414][ 0]LogRenderer: Requested compilation of Path Tracing RTPSOs (1 permutations). +[2025.04.12-08.06.04:840][ 0]LogStreaming: Warning: Failed to read file 'Common/Selector.png' error. +[2025.04.12-08.06.04:840][ 0]LogSlate: Could not find file for Slate resource: Common/Selector.png +[2025.04.12-08.06.06:935][ 0]LogProjectSetupTool: Display: StartupModule: OculusXRProjectSetupTool +[2025.04.12-08.06.06:965][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Buffer error in compressed datastream in iCCP chunk +[2025.04.12-08.06.06:970][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Profile size field missing from iCCP chunk +[2025.04.12-08.06.06:971][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Buffer error in compressed datastream in iCCP chunk +[2025.04.12-08.06.06:971][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Profile size field missing from iCCP chunk +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.06:976][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.04.12-08.06.07:567][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. +[2025.04.12-08.06.09:552][ 0]LogEditorDataStorage: Initializing +[2025.04.12-08.06.09:688][ 0]LogEditorDataStorage: Initialized +[2025.04.12-08.06.09:768][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete +[2025.04.12-08.06.10:269][ 0]LogAssetRegistry: Error: Failed to open file for write ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/CachedAssetRegistry_0.bin.tmp +[2025.04.12-08.06.10:269][ 0]LogAssetRegistry: Display: Asset registry cache written as 0.0 MiB to ../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Intermediate/CachedAssetRegistry_*.bin +[2025.04.12-08.06.10:437][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() +[2025.04.12-08.06.11:861][ 0]SourceControl: Revision control is disabled +[2025.04.12-08.06.11:877][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 258.683 +[2025.04.12-08.06.13:097][ 0]Cmd: MAP LOAD FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.12-08.06.13:704][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true +[2025.04.12-08.06.14:053][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.12-08.06.15:221][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.12-08.06.16:447][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.75ms +[2025.04.12-08.06.19:816][ 0]LogD3D12RHI: Compiled PathTracingMainRG for RTPSO in 15395.09 ms. +[2025.04.12-08.06.24:887][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'VRTemplateMap'. +[2025.04.12-08.06.24:887][ 0]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.04.12-08.06.24:893][ 0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap'. +[2025.04.12-08.06.27:197][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.12-08.06.27:716][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.90ms +[2025.04.12-08.06.27:764][ 0]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.12-08.06.27:836][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 6.128ms to complete. +[2025.04.12-08.06.28:250][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 275.056 +[2025.04.12-08.06.28:878][ 0]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance +[2025.04.12-08.06.29:509][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/EditorPerProjectUserSettingsAEFE6A8B4A92F6212376D498756FB543.tmp' to 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.06.30:011][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/EditorPerProjectUserSettingsAEFE6A8B4A92F6212376D498756FB543.tmp' to 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.06.30:512][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/EditorPerProjectUserSettingsAEFE6A8B4A92F6212376D498756FB543.tmp' to 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.06.31:013][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/EditorPerProjectUserSettingsAEFE6A8B4A92F6212376D498756FB543.tmp' to 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.06.31:514][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/EditorPerProjectUserSettingsAEFE6A8B4A92F6212376D498756FB543.tmp' to 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.06.32:015][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/EditorPerProjectUserSettingsAEFE6A8B4A92F6212376D498756FB543.tmp' to 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.06.32:516][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/EditorPerProjectUserSettingsAEFE6A8B4A92F6212376D498756FB543.tmp' to 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.06.33:017][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/EditorPerProjectUserSettingsAEFE6A8B4A92F6212376D498756FB543.tmp' to 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.06.33:517][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/EditorPerProjectUserSettingsAEFE6A8B4A92F6212376D498756FB543.tmp' to 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.06.34:018][ 0]LogFileManager: Warning: MoveFile was unable to move '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/EditorPerProjectUserSettingsAEFE6A8B4A92F6212376D498756FB543.tmp' to 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini' (Error Code 183), retrying in .5s... +[2025.04.12-08.06.34:519][ 0]LogFileManager: Error: Error moving file '../../../../../../R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/EditorPerProjectUserSettingsAEFE6A8B4A92F6212376D498756FB543.tmp' to 'D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini'. +[2025.04.12-08.06.34:532][ 0]LogSlate: The tab "LevelEditorToolBar" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.12-08.06.34:589][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.12-08.06.34:642][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.12-08.06.34:693][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.12-08.06.34:744][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.12-08.06.34:760][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.34:760][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/StarterContent.upack', mount point: 'root:/' +[2025.04.12-08.06.34:760][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.34:761][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' +[2025.04.12-08.06.34:761][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.34:761][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' +[2025.04.12-08.06.34:761][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.34:761][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' +[2025.04.12-08.06.34:762][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.34:762][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' +[2025.04.12-08.06.34:762][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.34:762][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' +[2025.04.12-08.06.34:762][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.34:762][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' +[2025.04.12-08.06.34:763][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.34:763][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' +[2025.04.12-08.06.34:763][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.34:763][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' +[2025.04.12-08.06.34:763][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.12-08.06.34:763][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' +[2025.04.12-08.06.42:533][ 0]LogSlate: External Image Picker: DecompressImage failed +[2025.04.12-08.06.43:939][ 0]LogSlate: Took 0.015628 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.04.12-08.06.44:343][ 0]LogSlate: Took 0.012235 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) +[2025.04.12-08.06.44:421][ 0]LogSlate: Took 0.013929 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) +[2025.04.12-08.06.44:635][ 0]LogSlate: Took 0.011625 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) +[2025.04.12-08.06.45:172][ 0]LogNNEDenoiser: ApplySettings: bDenoiserEnabled 1 +[2025.04.12-08.06.45:331][ 0]LogNNEDenoiser: Loaded input mapping from NNEDIM_ColorAlbedoNormal_Alpha +[2025.04.12-08.06.45:339][ 0]LogNNEDenoiser: Loaded output mapping from NNEDOM_Output_Alpha +[2025.04.12-08.06.45:345][ 0]LogNNEDenoiser: Try create model instance with runtime NNERuntimeORTDml on RDG... +[2025.04.12-08.06.46:027][ 0]LogNNEDenoiser: Display: Created model instance with runtime NNERuntimeORTDml on RDG +[2025.04.12-08.06.46:027][ 0]LogNNEDenoiser: Create denoiser from asset /NNEDenoiser/NNED_Oidn2-3_Balanced_Alpha.NNED_Oidn2-3_Balanced_Alpha... +[2025.04.12-08.06.46:052][ 0]LogNNEDenoiser: Loaded input mapping from NNEDTIM_ColorAlbedoNormal_Alpha +[2025.04.12-08.06.46:059][ 0]LogNNEDenoiser: Loaded output mapping from NNEDTOM_Output_Alpha +[2025.04.12-08.06.46:059][ 0]LogNNEDenoiser: Try create model instance with runtime NNERuntimeORTDml on RDG... +[2025.04.12-08.06.46:114][ 0]LogNNEDenoiser: Display: Created model instance with runtime NNERuntimeORTDml on RDG +[2025.04.12-08.06.46:114][ 0]LogNNEDenoiser: Create temporal denoiser from asset /NNEDenoiser/NNEDT_Oidn2-3_Balanced_Alpha.NNEDT_Oidn2-3_Balanced_Alpha... +[2025.04.12-08.06.48:471][ 0]LogSlate: Took 0.040067 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.04.12-08.06.49:833][ 0]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.12-08.06.52:259][ 0]LogStall: Startup... +[2025.04.12-08.06.52:262][ 0]LogStall: Startup complete. +[2025.04.12-08.06.52:345][ 0]LogGameProjectGeneration: Project HandyMann requires update. Plugin OpenXR SupportedTargetPlatforms value in project descriptor (Win64, Linux, Android, VisionOS) differs from value in plugin descriptor (Win64, Linux, Android) +[2025.04.12-08.06.52:360][ 0]LogGameProjectGeneration: Project HandyMann requires update. Plugin OpenXRHandTracking SupportedTargetPlatforms value in project descriptor (Win64, Linux, Android, VisionOS) differs from value in plugin descriptor (Win64, Linux, Android) +[2025.04.12-08.06.52:970][ 0]LogLoad: (Engine Initialization) Total time: 299.77 seconds +[2025.04.12-08.06.53:266][ 0]LogOculusPluginWrapper: Warning: wrapper already initialized +[2025.04.12-08.06.53:266][ 0]LogOVRPlugin: Display: CompositorOpenXR::PreInitialize(activity = 0000000000000000, apiType = 0, preinitializeFlags=0x10) +[2025.04.12-08.06.53:266][ 0]LogOVRPlugin: Display: Support Non-Oculus runtime: NO +[2025.04.12-08.06.53:266][ 0]LogOVRPlugin: Display: -- Set xrGetInstanceProcAddr to OpenXR Loader +[2025.04.12-08.06.53:266][ 0]LogOVRPlugin: Display: Warning: xrGetInstanceProcAddr has already been set +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Available Extensions: (66) +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.04.12-08.06.53:359][ 0]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.04.12-08.06.53:360][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.04.12-08.06.53:361][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.04.12-08.06.53:362][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.04.12-08.06.53:363][ 0]LogOVRPlugin: Display: Available Layers: (0) +[2025.04.12-08.06.53:366][ 0]LogOVRPlugin: Display: Preinitialize: xrCreateInstance() succeeded +[2025.04.12-08.06.53:367][ 0]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.106.0 +[2025.04.12-08.06.53:367][ 0]LogOVRPlugin: Display: OpenXR runtime supports XR_META_headset_id extension +[2025.04.12-08.06.53:367][ 0]LogOVRPlugin: Display: xrGetSystem() failed, which might be caused by a temporarly HMD connectivity issue. xrInstance to be destroyed +[2025.04.12-08.06.53:371][ 0]LogHMD: Failed initializing OVRPlugin 1.106.0 +[2025.04.12-08.06.53:402][ 0]LogOcInput: OculusXRInput is initialized +[2025.04.12-08.06.54:901][ 0]LogSlate: External Image Picker: DecompressImage failed +[2025.04.12-08.06.55:198][ 0]LogContentStreaming: Texture pool size now 1000 MB +[2025.04.12-08.06.55:198][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" +[2025.04.12-08.06.56:291][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.12-08.06.56:762][ 0]LogPython: Display: Running start-up script D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py... started... +[2025.04.12-08.06.57:704][ 0]LogPython: registering + +[2025.04.12-08.06.57:734][ 0]LogPython: Display: Running start-up script D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py... took 971.927 ms +[2025.04.12-08.06.58:057][ 0]Cmd: CLOSE_SLATE_MAINFRAME +[2025.04.12-08.06.58:311][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.67ms +[2025.04.12-08.06.58:831][ 0]LogStall: Shutdown... +[2025.04.12-08.06.58:831][ 0]LogStall: Shutdown complete. +[2025.04.12-08.06.59:233][ 0]LogSlate: Window 'HandyMann - Unreal Editor' being destroyed +[2025.04.12-08.06.59:233][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.12-08.07.00:318][ 1]LogAssetRegistry: AssetRegistryGather time 8.9536s: AssetDataDiscovery 6.6915s, AssetDataGather 1.9897s, StoreResults 0.2724s. Wall time 210.7640s. + NumCachedDirectories 0. NumUncachedDirectories 1609. NumCachedFiles 7787. NumUncachedFiles 3. + BackgroundTickInterruptions 0. +[2025.04.12-08.07.00:426][ 1]LogSourceControl: Uncontrolled asset enumeration started... +[2025.04.12-08.07.00:426][ 1]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000000 seconds (updated 0 objects) +[2025.04.12-08.07.00:572][ 1]LogSourceControl: Uncontrolled asset enumeration finished in 0.14631 seconds (Found 7766 uncontrolled assets) +[2025.04.12-08.07.01:411][ 1]Cmd: QUIT_EDITOR +[2025.04.12-08.07.01:411][ 1]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) +[2025.04.12-08.07.01:569][ 2]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) +[2025.04.12-08.07.01:592][ 2]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown +[2025.04.12-08.07.01:592][ 2]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown +[2025.04.12-08.07.01:808][ 2]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.04.12-08.07.01:811][ 2]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.12-08.07.02:096][ 2]LogStylusInput: Shutting down StylusInput subsystem. +[2025.04.12-08.07.02:227][ 2]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. +[2025.04.12-08.07.02:575][ 2]LogStudioTelemetry: Ended StudioTelemetry Session +[2025.04.12-08.07.02:651][ 2]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider +[2025.04.12-08.07.02:706][ 2]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session +[2025.04.12-08.07.02:706][ 2]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider +[2025.04.12-08.07.03:029][ 2]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... +[2025.04.12-08.07.03:029][ 2]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... +[2025.04.12-08.07.03:034][ 2]LogAudio: Display: Audio Device unregistered from world 'VRTemplateMap'. +[2025.04.12-08.07.03:036][ 2]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. +[2025.04.12-08.07.03:099][ 2]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.12-08.07.03:132][ 2]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.12-08.07.03:138][ 2]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 +[2025.04.12-08.07.03:138][ 2]LogAudio: Display: Audio Device Manager Shutdown +[2025.04.12-08.07.03:154][ 2]LogExit: Preparing to exit. +[2025.04.12-08.07.04:683][ 2]LogUObjectHash: Compacting FUObjectHashTables data took 0.67ms +[2025.04.12-08.07.06:074][ 2]LogEditorDataStorage: Deinitializing +[2025.04.12-08.07.08:297][ 2]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled +[2025.04.12-08.07.09:787][ 2]LogExit: Editor shut down +[2025.04.12-08.07.09:791][ 2]LogExit: Transaction tracking system shut down +[2025.04.12-08.07.18:708][ 2]LogExit: Object subsystem successfully closed. +[2025.04.12-08.07.18:810][ 2]LogShaderCompilers: Display: Shaders left to compile 0 +[2025.04.12-08.07.21:213][ 2]LogMemoryProfiler: Shutdown +[2025.04.12-08.07.21:214][ 2]LogNetworkingProfiler: Shutdown +[2025.04.12-08.07.21:214][ 2]LoadingProfiler: Shutdown +[2025.04.12-08.07.21:272][ 2]LogTimingProfiler: Shutdown +[2025.04.12-08.07.24:974][ 2]LogChaosDD: Chaos Debug Draw Shutdown +[2025.04.12-08.07.25:106][ 2]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 +[2025.04.12-08.07.25:359][ 2]LogOculusPluginWrapper: OculusPlugin destroyed successfully +[2025.04.12-08.07.25:409][ 2]RenderDocPlugin: plugin has been unloaded. +[2025.04.12-08.07.26:132][ 2]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 2 outstanding Http Requests: +[2025.04.12-08.07.26:132][ 2]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7BA255A873-423C-B9E7-FE99-23A495DFBE06%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.5.4-40574608%2B%2B%2BUE5%2BRelease-5.5&UserID=0263ee444c1e3b1c1bf18c9ea6cc2ba4%7C1e61d639f2d5465389723e7b879a143c%7C12cfd485-ae06-4d3a-be14-e678903b0a60&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[3] status=Processing +[2025.04.12-08.07.26:132][ 2]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7BA255A873-423C-B9E7-FE99-23A495DFBE06%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.5.4-40574608%2B%2B%2BUE5%2BRelease-5.5&UserID=0263ee444c1e3b1c1bf18c9ea6cc2ba4%7C1e61d639f2d5465389723e7b879a143c%7C12cfd485-ae06-4d3a-be14-e678903b0a60&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing +[2025.04.12-08.07.26:518][ 2]LogEOSSDK: LogEOS: SDK Config Platform Update Request Successful, Time: 94.683876 +[2025.04.12-08.07.26:520][ 2]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 120.082039 +[2025.04.12-08.07.26:829][ 2]LogEOSSDK: LogEOS: SDK Config Product Update Request Successful, Time: 120.141640 +[2025.04.12-08.07.26:831][ 2]LogEOSSDK: LogEOS: SDK Config Data - Watermark: 1151022895 +[2025.04.12-08.07.26:831][ 2]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 120.141640, Update Interval: 354.708099 +[2025.04.12-08.07.27:008][ 2]LogEOSSDK: LogEOSAuth: UpdateUserAuthToken: User ClientId: xyz...459 AccountId: 1e6...43c Access[Expires: 2025.04.12-10.07.27 Remaining: 7200.06] Refresh[Expires: 2025-10-09T08:07:07.323Z Remaining: 15551980.32] State: Valid +[2025.04.12-08.07.27:008][ 2]LogEOSSDK: LogEOSAuth: UserAuthGenerated: Received FUserAuthToken +[2025.04.12-08.07.27:153][ 2]LogEOSSDK: LogEOSAuth: UserAuthGenerated: Login complete: EOS_Success +[2025.04.12-08.07.27:153][ 2]LogFab: Display: User logged in +[2025.04.12-08.07.27:153][ 2]LogFab: Display: User client id: xyza7891REBVsEqSJRRNXmlS7EQHM459 +[2025.04.12-08.07.27:283][ 2]LogEOSSDK: Warning: LogEOS: Error response received from backend. ServiceName=[Friend], OperationName=[GetBlockList], Url=[], HttpStatus=[403], ErrorCode=[errors.com.epicgames.common.insufficient_scopes], NumericErrorCode=[1056], ErrorMessage=[Insufficient access scopes. Expected: [friends_list]], CorrId=[EOS-2_Y8JFpOoEK23qfR3GZ-2w-iHko8TmUaU6aNPNa3AR3Ew] +[2025.04.12-08.07.28:018][ 2]LogEOSSDK: FEOSSDKManager::Shutdown EOS_Shutdown Result=[EOS_Success] +[2025.04.12-08.07.28:139][ 2]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module +[2025.04.12-08.07.28:139][ 2]LogNFORDenoise: NFORDenoise function shutting down +[2025.04.12-08.07.28:446][ 2]LogXGEController: Cleaning working directory: C:/Users/rannosam/AppData/Local/Temp/UnrealXGEWorkingDir/ +[2025.04.12-08.07.28:574][ 2]LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetActorFactory id: 0 +[2025.04.12-08.07.28:574][ 2]LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetSubObjectFactory id: 1 +[2025.04.12-08.07.28:608][ 2]LogPakFile: Destroying PakPlatformFile +[2025.04.12-08.07.28:907][ 2]LogD3D12RHI: ~FD3D12DynamicRHI +[2025.04.12-08.07.28:992][ 2]LogExit: Exiting. +[2025.04.12-08.07.29:052][ 2]Log file closed, 04/12/25 11:07:29 diff --git a/HandyMann/Saved/ShaderDebugInfo/PCD3D_SM6/WorldGridMaterial_4fc00e90280fcaa/Default/DDCKey-Editor.txt b/HandyMann/Saved/ShaderDebugInfo/PCD3D_SM6/WorldGridMaterial_4fc00e90280fcaa/Default/DDCKey-Editor.txt new file mode 100644 index 0000000..dd05da9 --- /dev/null +++ b/HandyMann/Saved/ShaderDebugInfo/PCD3D_SM6/WorldGridMaterial_4fc00e90280fcaa/Default/DDCKey-Editor.txt @@ -0,0 +1,2 @@ +MATSM_44E9459DFF424B47B2892C780C11F872_PCD3D_SM6_312346775__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_VRIS_MVIEW_PreExp_DBuf_UnInt_DXC1_FS_VFO_LFV_LTRRT_SKYATM_SKYHF_STRDSTRIP_gs1_sdct_VT-0-0-1-0_MIN_SHRC_DF_MS_T0_MS_T1_BNDLSRTRES_BNDLSRTSAM_SSBL-RT_RAY-CHS1AHS1LOD0_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-lld_llu_SLWDP_SKPassThrough1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_36371EB4A8F29B54EB4A531149DE9D434CD639C8___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_07803E74B87735EAF4115C5166A464160C6465CBDDCCD8F1A5E9098844CA88EDA21613C3AB026A209_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_005E144D326C764DC43B711285BAE335092D8849FD7D2847CC6FB58D3339A38986EF1A79771188AC8_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_07803E74B87735EAF4115C5166A464160C6465CBDDBF1DBF44242F8838A44F11D5782D0ABCDB37C08_TBasePassCSFCachedPointIndirectLightingPolicy0_0_005E144D326C764DC43B711285BAE335092D8849F8F97849AB0B7C4F67A16FEA0D327A2DAE95D0257_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_0AB746EEB9B25F5C5F7CDF90A11706195B0626064D8CCFC2A130BDF3FA7028A6FCA716DE3E97FEC76_FMicropolyRasterizeCS0_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS3_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS4_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS5_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS6_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS7_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS8_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS9_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS10_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS11_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS12_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS13_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS14_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS15_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS16_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS17_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS18_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS19_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS20_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS21_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS22_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS23_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS24_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS25_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS26_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS27_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS28_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS29_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS30_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS31_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS32_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS33_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS34_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS35_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS36_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS37_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS38_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS39_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS40_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS41_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS42_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS43_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS44_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS45_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS46_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS47_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS48_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS49_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS50_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS51_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS52_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS53_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS54_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS55_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS56_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS57_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS58_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS59_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS60_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS61_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS62_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS63_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS64_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS65_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS66_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS67_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS68_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS69_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS70_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS71_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS72_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS73_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS74_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS75_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS76_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS77_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS78_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS79_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS80_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS81_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS82_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS83_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS84_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS85_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS86_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS87_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS88_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS89_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS90_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS91_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS92_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS93_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS94_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS95_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS96_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS97_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS98_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS99_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS100_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS101_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS102_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS103_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS104_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS105_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS106_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS107_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS108_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS109_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS110_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS111_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS112_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS113_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS114_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS115_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS116_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS117_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS118_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS119_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS120_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS121_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS122_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS123_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS124_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS125_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS126_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS127_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS128_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS129_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS130_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS131_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS132_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS133_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS134_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS135_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS136_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS137_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS138_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS139_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS140_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS141_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS142_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS143_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS144_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS145_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS146_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS147_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS148_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS149_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS150_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS151_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS152_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS153_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS154_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS155_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS156_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS157_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS158_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS159_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS160_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS161_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS162_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS163_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS164_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS165_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS166_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS167_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS168_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS169_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS170_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS171_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS172_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS173_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS174_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS175_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS176_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS177_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS178_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS179_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS180_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS181_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS182_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS183_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS184_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS185_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS186_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS187_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS188_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS189_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS190_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS191_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS192_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS193_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS194_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS195_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS196_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS197_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS198_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS199_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS200_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS201_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS202_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS203_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS204_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS205_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS206_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS207_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS208_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS209_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS210_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS211_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS212_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS213_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS214_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS215_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS216_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS217_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS218_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS219_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS220_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS221_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS222_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS223_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS224_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS225_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS226_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS227_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS228_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS229_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS230_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS231_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS232_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS233_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS234_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS235_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS236_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS237_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS238_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS239_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS240_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS241_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS242_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS243_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS244_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS245_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS246_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS247_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS248_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS249_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS250_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS251_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS252_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS253_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS254_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS255_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS256_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS257_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS258_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS259_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS260_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS261_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS262_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS263_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS264_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS265_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS266_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS267_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS268_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS269_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS270_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS271_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS272_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS273_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS274_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS275_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS276_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS277_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS278_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS279_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS280_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS281_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS282_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS283_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS284_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS285_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS286_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS287_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS288_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS289_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS290_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS291_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS292_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS293_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS294_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS295_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS296_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS297_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS298_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS299_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS300_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS301_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS302_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS303_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS304_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS305_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS306_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS307_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS308_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS309_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS310_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS311_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS312_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS313_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS314_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS315_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS316_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS317_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS318_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS319_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS320_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS321_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS322_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS323_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS324_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS325_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS326_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS327_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS328_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS329_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS330_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS331_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS332_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS333_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS334_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS335_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS336_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS337_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS338_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS339_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS340_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS341_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS342_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS343_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS344_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS345_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS346_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS347_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS348_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS349_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS350_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS351_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS352_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS353_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS354_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS355_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS356_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS357_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS358_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS359_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS360_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS361_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS362_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS363_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS364_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS365_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS366_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS367_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS368_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS369_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS370_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS371_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS372_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS373_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS374_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS375_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS376_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS377_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS378_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS379_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS380_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS381_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS382_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS383_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS384_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS385_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS386_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS387_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS388_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS389_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS390_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS391_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS392_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS393_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS394_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS395_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS396_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS397_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS398_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS399_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS400_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS401_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS402_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS403_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS404_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS405_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS406_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS407_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS408_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS409_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS410_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS411_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS412_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS413_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS414_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS415_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS416_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS417_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS418_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS419_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS420_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS421_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS422_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS423_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS424_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS425_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS426_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS427_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS428_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS429_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS430_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS431_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS432_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS433_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS434_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS435_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS436_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS437_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS438_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS439_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS440_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS441_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS442_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS443_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS444_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS445_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS446_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS447_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS448_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS449_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS450_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS451_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS452_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS453_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS454_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS455_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS456_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS457_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS458_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS459_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS460_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS461_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS462_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS463_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS464_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS465_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS466_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS467_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS468_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS469_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS470_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS471_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS472_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS473_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS474_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS475_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS476_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS477_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS478_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS479_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS480_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS481_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS482_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS483_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS484_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS485_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS486_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS487_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS488_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS489_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS490_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS491_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS492_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS493_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS494_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS495_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS496_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS497_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS498_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS499_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS500_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS501_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS502_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS503_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS504_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS505_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS506_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS507_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS508_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS509_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS510_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS511_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS512_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS513_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS514_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS515_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS516_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS517_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS518_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS519_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS520_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS521_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS522_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS523_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS524_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS525_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS526_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS527_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS528_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS529_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS530_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS531_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS532_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS533_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS534_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS535_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS536_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS537_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS538_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS539_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS540_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS541_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS542_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS543_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS544_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS545_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS546_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS547_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS548_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS549_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS550_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS551_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS552_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS553_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS554_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS555_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS556_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS557_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS558_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS559_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS560_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS561_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS562_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS563_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS564_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS565_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS566_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS567_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS568_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS569_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS570_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS571_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS572_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS573_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS574_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS575_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS576_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS577_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS578_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS579_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS580_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS581_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS582_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS583_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS584_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS585_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS586_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS587_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS588_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS589_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS590_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS591_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS592_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS593_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS594_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS595_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS596_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS597_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS598_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS599_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS600_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS601_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS602_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS603_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS604_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS605_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS606_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS607_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS608_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS609_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS610_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS611_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS612_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS613_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS614_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS615_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS616_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS617_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS618_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS619_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS620_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS621_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS622_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS623_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS624_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS625_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS626_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS627_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS628_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS629_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS630_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS631_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS632_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS633_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS634_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS635_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS636_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS637_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS638_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS639_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS640_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS641_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS642_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS643_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS644_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS645_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS646_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS647_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS648_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS649_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS650_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS651_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS652_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS653_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS654_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS655_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS656_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS657_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS658_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS659_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS660_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS661_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS662_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS663_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS664_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS665_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS666_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS667_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS668_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS669_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS670_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS671_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS672_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS673_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS674_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS675_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS676_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS677_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS678_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS679_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS680_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS681_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS682_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS683_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS684_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS685_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS686_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS687_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS688_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS689_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS690_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS691_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS692_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS693_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS694_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS695_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS696_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS697_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS698_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS699_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS700_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS701_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS702_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS703_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS704_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS705_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS706_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS707_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS708_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS709_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS710_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS711_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS712_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS713_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS714_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS715_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS716_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS717_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS718_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS719_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS720_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS721_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS722_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS723_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS724_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS725_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS726_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS727_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS728_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS729_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS730_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS731_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS732_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS733_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS734_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS735_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS736_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS737_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS738_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS739_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS740_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS741_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS742_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS743_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS744_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS745_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS746_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS747_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS748_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS749_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS750_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS751_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS752_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS753_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS754_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS755_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS756_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS757_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS758_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS759_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS760_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS761_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS762_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS763_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS764_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS765_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS766_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS767_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS768_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS769_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS770_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS771_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS772_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS773_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS774_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS775_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS776_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS777_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS778_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS779_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS780_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS781_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS782_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS783_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS784_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS785_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS786_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS787_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS788_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS789_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS790_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS791_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS792_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS793_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS794_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS795_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS796_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS797_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS798_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS799_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS800_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS801_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS802_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS803_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS804_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS805_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS806_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS807_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS808_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS809_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS810_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS811_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS812_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS813_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS814_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS815_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS816_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS817_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS818_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS819_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS820_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS821_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS822_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS823_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS824_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS825_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS826_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS827_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS828_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS829_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS830_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS831_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS832_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS833_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS834_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS835_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS836_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS837_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS838_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS839_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS840_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS841_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS842_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS843_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS844_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS845_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS846_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS847_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS848_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS849_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS850_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS851_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS852_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS853_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS854_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS855_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS856_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS857_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS858_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS859_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS860_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS861_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS862_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS863_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS864_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS865_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS866_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS867_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS868_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS869_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS870_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS871_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS872_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS873_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS874_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS875_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS876_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS877_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS878_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS879_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS880_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS881_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS882_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS883_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS884_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS885_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS886_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS887_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS888_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS889_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS890_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS891_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS892_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS893_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS894_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS895_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS896_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS897_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS898_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS899_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS900_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS901_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS902_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS903_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS904_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS905_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS906_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS907_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS908_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS909_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS910_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS911_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS912_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS913_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS914_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS915_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS916_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS917_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS918_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS919_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS920_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS921_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS922_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS923_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS924_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS925_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS926_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS927_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS928_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS929_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS930_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS931_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS932_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS933_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS934_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS935_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS936_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS937_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS938_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS939_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS940_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS941_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS942_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS943_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS944_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS945_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS946_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS947_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS948_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS949_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS950_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS951_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS952_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS953_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS954_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS955_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS956_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS957_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS958_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS959_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS960_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS961_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS962_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS963_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS964_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS965_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS966_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS967_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS968_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS969_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS970_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS971_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS972_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS973_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS974_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS975_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS976_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS977_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS978_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS979_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS980_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS981_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS982_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS983_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS984_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS985_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS986_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS987_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS988_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS989_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS990_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS991_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS992_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS993_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS994_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS995_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS996_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS997_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS998_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS999_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1000_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1001_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1002_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1003_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1004_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1005_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1006_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1007_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1008_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1009_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1010_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1011_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1012_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1013_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1014_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1015_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1016_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1017_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1018_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1019_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1020_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1021_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1022_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1023_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1024_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1025_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1026_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1027_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1028_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1029_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1030_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1031_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1032_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1033_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1034_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1035_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1036_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1037_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1038_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1039_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1040_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1041_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1042_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1043_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1044_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1045_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1046_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1047_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1048_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1049_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1050_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1051_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1052_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1053_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1054_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1055_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1056_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1057_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1058_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1059_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1060_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1061_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1062_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1063_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1064_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1065_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1066_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1067_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1068_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1069_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1070_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1071_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1072_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1073_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1074_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1075_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1076_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1077_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1078_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1079_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1080_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1081_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1082_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1083_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1084_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1085_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1086_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1087_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1088_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1089_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1090_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1091_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1092_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1093_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1094_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1095_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1096_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1097_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1098_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1099_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1100_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1101_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1102_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1103_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1104_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1105_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1106_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1107_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1108_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1109_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1110_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1111_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1112_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1113_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1114_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1115_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1116_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1117_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1118_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1119_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1120_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1121_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1122_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1123_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1124_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1125_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1126_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1127_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1128_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1129_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1130_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1131_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1132_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1133_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1134_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1135_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1136_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1137_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1138_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1139_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1140_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1141_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1142_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1143_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1144_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1145_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1146_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1147_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1148_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1149_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1150_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1151_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1152_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1153_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1154_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1155_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1156_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1157_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1158_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1159_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1160_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1161_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1162_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1163_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1164_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1165_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1166_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1167_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1168_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1169_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1170_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1171_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1172_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1173_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1174_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1175_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1176_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1177_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1178_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1179_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1180_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1181_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1182_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1183_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1184_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1185_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1186_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1187_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1188_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1189_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1190_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1191_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1192_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1193_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1194_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1195_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1196_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1197_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1198_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1199_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1200_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1201_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1202_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1203_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1204_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1205_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1206_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1207_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1208_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1209_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1210_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1211_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1212_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1213_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1214_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1215_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1216_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1217_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1218_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1219_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1220_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1221_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1222_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1223_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1224_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1225_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1226_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1227_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1228_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1229_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1230_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1231_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1232_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1233_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1234_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1235_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1236_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1237_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1238_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1239_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1240_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1241_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1242_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1243_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1244_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1245_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1246_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1247_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1248_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1249_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1250_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1251_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1252_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1253_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1254_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1255_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1256_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1257_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1258_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1259_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1260_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1261_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1262_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1263_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1264_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1265_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1266_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1267_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1268_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1269_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1270_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1271_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1272_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1273_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1274_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1275_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1276_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1277_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1278_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1279_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1280_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1281_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1282_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1283_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1284_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1285_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1286_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1287_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1288_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1289_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1290_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1291_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1292_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1293_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1294_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1295_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1296_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1297_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1298_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1299_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1300_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1301_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1302_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1303_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1304_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1305_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1306_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1307_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1308_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1309_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1310_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1311_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1312_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1313_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1314_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1315_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1316_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1317_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1318_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1319_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1320_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1321_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1322_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1323_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1324_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1325_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1326_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1327_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1328_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1329_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1330_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1331_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1332_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1333_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1334_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1335_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1336_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1337_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1338_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1339_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1340_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1341_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1342_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1343_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1344_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1345_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1346_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1347_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1348_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1349_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1350_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1351_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1352_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1353_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1354_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1355_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1356_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1357_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1358_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1359_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1360_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1361_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1362_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1363_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1364_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1365_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1366_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1367_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1368_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1369_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1370_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1371_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1372_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1373_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1374_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1375_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1376_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1377_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1378_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1379_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1380_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1381_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1382_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1383_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1384_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1385_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1386_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1387_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1388_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1389_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1390_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1391_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1392_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1393_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1394_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1395_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1396_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1397_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1398_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1399_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1400_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1401_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1402_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1403_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1404_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1405_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1406_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1407_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1408_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1409_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1410_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1411_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1412_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1413_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1414_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1415_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1416_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1417_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1418_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1419_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1420_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1421_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1422_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1423_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1424_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1425_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1426_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1427_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1428_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1429_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1430_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1431_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1432_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1433_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1434_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1435_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1436_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1437_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1438_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1439_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1440_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1441_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1442_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1443_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1444_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1445_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1446_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1447_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1448_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1449_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1450_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1451_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1452_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1453_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1454_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1455_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1456_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1457_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1458_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1459_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1460_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1461_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1462_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1463_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1464_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1465_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1466_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1467_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1468_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1469_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1470_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1471_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1472_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1473_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1474_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1475_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1476_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1477_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1478_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1479_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1480_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1481_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1482_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1483_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1484_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1485_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1486_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1487_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1488_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1489_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1490_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1491_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1492_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1493_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1494_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1495_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1496_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1497_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1498_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1499_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1500_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1501_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1502_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1503_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1504_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1505_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1506_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1507_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1508_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1509_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1510_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1511_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1512_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1513_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1514_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1515_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1516_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1517_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1518_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1519_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1520_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1521_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1522_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1523_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1524_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1525_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1526_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1527_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1528_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1529_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1530_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1531_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1532_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1533_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1534_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1535_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1536_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1537_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1538_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1539_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1540_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1541_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1542_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1543_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1544_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1545_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1546_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1547_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1548_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1549_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1550_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1551_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1552_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1553_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1554_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1555_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1556_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1557_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1558_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1559_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1560_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1561_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1562_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1563_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1564_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1565_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1566_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1567_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1568_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1569_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1570_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1571_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1572_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1573_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1574_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1575_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1576_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1577_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1578_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1579_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1580_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1581_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1582_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1583_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1584_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1585_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1586_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1587_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1588_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1589_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1590_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1591_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1592_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1593_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1594_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1595_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1596_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1597_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1598_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1599_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1600_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1601_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1602_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1603_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1604_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1605_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1606_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1607_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1608_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1609_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1610_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1611_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1612_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1613_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1614_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1615_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1616_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1617_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1618_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1619_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1620_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1621_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1622_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1623_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1624_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1625_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1626_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1627_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1628_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1629_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1630_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1631_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1632_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1633_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1634_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1635_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1636_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1637_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1638_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1639_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1640_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1641_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1642_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1643_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1644_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1645_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1646_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1647_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1648_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1649_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1650_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1651_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1652_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1653_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1654_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1655_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1656_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1657_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1658_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1659_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1660_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1661_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1662_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1663_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1664_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1665_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1666_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1667_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1668_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1669_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1670_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1671_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1672_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1673_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1674_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1675_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1676_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1677_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1678_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1679_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1680_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1681_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1682_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1683_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1684_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1685_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1686_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1687_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1688_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1689_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1690_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1691_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1692_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1693_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1694_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1695_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1696_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1697_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1698_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1699_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1700_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1701_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1702_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1703_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1704_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1705_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1706_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1707_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1708_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1709_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1710_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1711_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1712_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1713_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1714_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1715_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1716_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1717_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1718_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1719_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1720_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1721_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1722_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1723_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1724_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1725_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1726_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1727_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1728_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1729_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1730_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1731_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1732_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1733_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1734_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1735_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1736_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1737_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1738_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1739_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1740_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1741_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1742_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1743_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1744_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1745_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1746_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1747_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1748_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1749_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1750_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1751_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1752_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1753_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1754_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1755_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1756_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1757_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1758_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1759_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1760_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1761_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1762_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1763_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1764_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1765_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1766_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1767_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1768_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1769_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1770_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1771_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1772_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1773_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1774_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1775_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1776_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1777_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1778_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1779_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1780_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1781_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1782_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1783_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1784_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1785_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1786_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1787_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1788_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1789_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1790_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1791_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1792_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1793_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1794_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1795_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1796_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1797_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1798_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1799_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1800_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1801_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1802_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1803_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1804_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1805_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1806_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1807_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1808_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1809_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1810_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1811_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1812_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1813_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1814_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1815_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1816_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1817_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1818_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1819_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1820_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1821_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1822_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1823_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1824_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1825_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1826_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1827_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1828_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1829_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1830_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1831_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1832_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1833_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1834_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1835_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1836_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1837_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1838_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1839_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1840_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1841_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1842_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1843_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1844_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1845_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1846_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1847_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1848_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1849_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1850_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1851_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1852_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1853_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1854_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1855_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1856_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1857_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1858_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1859_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1860_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1861_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1862_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1863_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1864_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1865_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1866_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1867_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1868_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1869_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1870_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1871_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1872_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1873_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1874_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1875_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1876_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1877_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1878_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1879_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1880_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1881_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1882_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1883_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1884_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1885_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1886_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1887_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1888_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1889_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1890_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1891_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1892_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1893_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1894_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1895_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1896_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1897_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1898_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1899_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1900_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1901_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1902_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1903_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1904_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1905_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1906_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1907_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1908_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1909_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1910_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1911_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1912_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1913_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1914_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1915_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1916_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1917_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1918_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1919_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1920_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1921_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1922_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1923_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1924_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1925_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1926_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1927_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1928_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1929_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1930_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1931_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1932_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1933_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1934_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1935_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1936_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1937_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1938_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1939_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1940_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1941_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1942_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1943_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1944_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1945_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1946_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1947_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1948_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1949_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1950_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1951_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1952_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1953_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1954_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1955_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1956_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1957_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1958_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1959_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1960_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1961_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1962_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1963_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1964_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1965_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1966_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1967_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1968_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1969_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1970_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1971_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1972_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1973_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1974_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1975_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1976_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1977_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1978_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1979_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1980_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1981_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1982_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1983_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1984_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1985_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1986_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1987_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1988_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1989_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1990_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1991_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1992_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1993_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1994_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1995_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1996_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1997_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1998_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS1999_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2000_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2001_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2002_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2003_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2004_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2005_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2006_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2007_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2008_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2009_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2010_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2011_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2012_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2013_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2014_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2015_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2016_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2017_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2018_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2019_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2020_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2021_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2022_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2023_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2024_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2025_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2026_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2027_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2028_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2029_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2030_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2031_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2032_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2033_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2034_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2035_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2036_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2037_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2038_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2039_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2040_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2041_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2042_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2043_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2044_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2045_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2046_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_FMicropolyRasterizeCS2047_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9883432B02D7939AD73EBD46FAFF9777C9143423161_TLightMapDensityPSTLightMapPolicyHQ0_0_00970CF2772C389A80D869E3136A6D699F8A1D72FC7630F4CD640427BB5FE2F2075DB60105E980211_FRayTracingDynamicGeometryConverterCS0_0_009A37CB223D080134FF0406D1AEDEDC71BD0577E373C72D67598F57B61C139E9434914C2DFC0DF9A_TBasePassCSTLightMapPolicyHQSkylight0_0_005E144D326C764DC43B711285BAE335092D8849FA11FD7C935A9DC3CCE88C0E0B7748D8030C8EAFA_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_005E144D326C764DC43B711285BAE335092D8849F1E4C9500CBAB8975A44E49EE76E6299A9E763432_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_005E144D326C764DC43B711285BAE335092D8849F1E4C9500CBAB8975A44E49EE76E6299A9E763432_TMaterialCHSFNoLightMapPolicy0_4_64CF7E786C0D571723F1F150F1E0321423A2F3ED0B391E5BE017CDD28334F3F2DC73F6ED868BBD6234_TBasePassPSTLightMapPolicyLQSkylight0_0_005E144D326C764DC43B711285BAE335092D8849F67F94809AFBCE92091A6772800F7AD5A8AAFD4E6_TBasePassPSTLightMapPolicyLQSkylight1_0_005E144D326C764DC43B711285BAE335092D8849F67F94809AFBCE92091A6772800F7AD5A8AAFD4E6_FLandscapeGrassWeightVS0_0_0117FE2EB40E9E6316FCA50427DB203C7A38E13D95D765E4AB6F013FCC9113B0C4C52053B0997C28A_TBasePassCSFNoLightMapPolicySkylight0_0_005E144D326C764DC43B711285BAE335092D8849F8B7605C6CDB6349B920FC8BF0385DD2E65DAFAA5_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_005E144D326C764DC43B711285BAE335092D8849FE71C0F0C99925278D7D82A16B4CDB09ACB3E0154_TLightMapDensityVSFNoLightMapPolicy0_0_00970CF2772C389A80D869E3136A6D699F8A1D72F61589FFF47541FA42189DEAB7E32DC44153C3A68_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_005E144D326C764DC43B711285BAE335092D8849FD198BF0B78FF46A9E328BF03B7F737DD6CDE9C3E_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_005E144D326C764DC43B711285BAE335092D8849FD198BF0B78FF46A9E328BF03B7F737DD6CDE9C3E_FHWRasterizeVS0_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS1_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS2_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS3_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS4_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS5_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS6_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS7_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS8_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS9_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS10_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS11_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS12_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS13_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS14_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS15_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS16_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS17_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS18_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS19_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS20_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS21_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS22_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS23_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS24_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS25_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS26_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS27_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS28_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS29_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS30_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS31_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS32_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS33_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS34_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS35_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS36_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS37_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS38_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS39_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS40_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS41_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS42_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS43_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS44_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS45_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS46_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS47_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS48_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS49_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS50_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS51_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS52_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS53_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS54_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS55_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS56_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS57_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS58_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS59_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS60_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS61_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS62_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS63_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS64_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS65_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS66_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS67_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS68_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS69_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS70_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS71_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS72_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS73_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS74_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS75_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS76_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS77_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS78_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS79_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS80_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS81_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS82_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS83_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS84_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS85_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS86_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS87_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS88_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS89_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS90_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS91_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS92_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS93_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS94_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS95_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS96_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS97_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS98_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS99_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS100_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS101_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS102_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS103_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS104_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS105_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS106_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS107_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS108_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS109_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS110_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS111_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS112_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS113_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS114_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS115_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS116_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS117_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS118_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS119_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS120_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS121_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS122_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS123_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS124_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS125_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS126_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS127_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS128_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS129_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS130_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS131_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS132_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS133_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS134_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS135_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS136_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS137_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS138_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS139_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS140_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS141_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS142_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS143_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS144_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS145_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS146_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS147_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS148_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS149_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS150_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS151_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS152_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS153_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS154_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS155_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS156_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS157_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS158_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS159_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS160_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS161_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS162_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS163_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS164_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS165_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS166_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS167_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS168_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS169_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS170_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS171_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS172_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS173_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS174_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS175_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS176_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS177_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS178_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS179_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS180_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS181_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS182_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS183_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS184_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS185_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS186_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS187_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS188_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS189_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS190_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS191_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS192_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS193_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS194_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS195_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS196_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS197_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS198_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS199_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS200_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS201_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS202_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS203_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS204_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS205_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS206_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS207_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS208_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS209_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS210_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS211_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS212_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS213_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS214_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS215_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS216_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS217_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS218_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS219_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS220_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS221_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS222_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS223_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS224_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS225_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS226_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS227_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS228_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS229_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS230_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS231_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS232_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS233_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS234_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS235_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS236_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS237_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS238_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS239_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS240_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS241_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS242_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS243_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS244_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS245_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS246_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS247_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS248_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS249_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS250_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS251_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS252_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS253_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS254_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHWRasterizeVS255_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf98875888266CB59E377FB7010718DA0E773BAC9B479_FHitProxyVS0_0_0AB78F96C2605E62A1B8CF761A37517EEF24324EB8E04E0BA60765D932E2AA4DD276122726B4BC071_FHitProxyPS0_0_0637B8836D94BC9FCC549124D9463E599C1DE9BE962B61AE2B3E48A2B0AA490E47460DF1873751DAA_TMaterialCHSTLightMapPolicyHQ0_4_64CF7E786C0D571723F1F150F1E0321423A2F3ED0BCD2343C48644954AD97AB21FC804FFA3D2349650_TBasePassCSTLightMapPolicyLQSkylight0_0_005E144D326C764DC43B711285BAE335092D8849F6DCC6B9438080A061CF19EE1ACD3D3FF941ADB8F_FLandscapeGrassWeightPS0_0_0117FE2EB40E9E6316FCA50427DB203C7A38E13D970E70268B70E00EBC21537179388E9AC708E65D5_TBasePassCSTLightMapPolicyLQ0_0_005E144D326C764DC43B711285BAE335092D8849FBD2A97A78B65E35018C8E3D27A4FDBD698F43D08_TBasePassPSFNoLightMapPolicy0_0_005E144D326C764DC43B711285BAE335092D8849FBDE4294EC755250945CF2983C40A35A9B70FFDB3_TBasePassPSFNoLightMapPolicy1_0_005E144D326C764DC43B711285BAE335092D8849FBDE4294EC755250945CF2983C40A35A9B70FFDB3_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_005E144D326C764DC43B711285BAE335092D8849F3DFFF4600B0660A9AB790DD0277874E71B757985_FHWRasterizePS0_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS1_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS2_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS3_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS4_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS5_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS6_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS7_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS8_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS9_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS10_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS11_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS12_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS13_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS14_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS15_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS16_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS17_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS18_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS19_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS20_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS21_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS22_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS23_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS24_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS25_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS26_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS27_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS28_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS29_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS30_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS31_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS32_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS33_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS34_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS35_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS36_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS37_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS38_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS39_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS40_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS41_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS42_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS43_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS44_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS45_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS46_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS47_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS48_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS49_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS50_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS51_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS52_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS53_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS54_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS55_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS56_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS57_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS58_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS59_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS60_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS61_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS62_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS63_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS64_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS65_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS66_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS67_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS68_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS69_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS70_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS71_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS72_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS73_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS74_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS75_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS76_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS77_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS78_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS79_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS80_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS81_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS82_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS83_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS84_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS85_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS86_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS87_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS88_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS89_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS90_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS91_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS92_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS93_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS94_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS95_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS96_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS97_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS98_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS99_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS100_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS101_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS102_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS103_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS104_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS105_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS106_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS107_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS108_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS109_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS110_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS111_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS112_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS113_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS114_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS115_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS116_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS117_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS118_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS119_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS120_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS121_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS122_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS123_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS124_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS125_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS126_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS127_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS128_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS129_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS130_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS131_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS132_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS133_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS134_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS135_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS136_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS137_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS138_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS139_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS140_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS141_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS142_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS143_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS144_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS145_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS146_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS147_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS148_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS149_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS150_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS151_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS152_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS153_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS154_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS155_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS156_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS157_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS158_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS159_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS160_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS161_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS162_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS163_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS164_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS165_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS166_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS167_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS168_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS169_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS170_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS171_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS172_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS173_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS174_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS175_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS176_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS177_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS178_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS179_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS180_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS181_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS182_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS183_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS184_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS185_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS186_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS187_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS188_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS189_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS190_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS191_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS192_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS193_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS194_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS195_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS196_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS197_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS198_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS199_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS200_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS201_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS202_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS203_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS204_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS205_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS206_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS207_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS208_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS209_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS210_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS211_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS212_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS213_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS214_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS215_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS216_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS217_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS218_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS219_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS220_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS221_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS222_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS223_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS224_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS225_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS226_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS227_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS228_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS229_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS230_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS231_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS232_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS233_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS234_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS235_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS236_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS237_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS238_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS239_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS240_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS241_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS242_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS243_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS244_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS245_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS246_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS247_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS248_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS249_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS250_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS251_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS252_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS253_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS254_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_FHWRasterizePS255_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf988D0F4180AAF0D1A959E34A925D42CCBE35844F0F3_TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy0_4_64CF7E786C0D571723F1F150F1E0321423A2F3ED0B62B97B3F0A8983EB14BADC43191085B8017336A4_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0AB746EEB9B25F5C5F7CDF90A11706195B0626064C1E995743FACF3C780748FD5EB2A75BD2D7843BE_TDepthOnlyVS0_0_0786497D5DD7B5CA4E2E3CC74F64B8CCAD73F54D58ADE6F7F29B5656EE3E08DB8C5BED3FA828128DA_FLandscapePhysicalMaterialPS0_0_0ED7BC386B7931BCA5FF242348274B026A6DB1ACDA15F15DC89A23CA6ADB1BF734EE6C552AFFECACC_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_005E144D326C764DC43B711285BAE335092D8849F9721EB71863194E4BAA68D3383C0A33DD934A400_TLightMapDensityVSFDummyLightMapPolicy0_0_00970CF2772C389A80D869E3136A6D699F8A1D72F473D60A0646280E43B6F8C3B4A344362EBC46645_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_07803E74B87735EAF4115C5166A464160C6465CBDFBFBB8F1BCBEDF0B164BDDCF6A470343CF91ADD2_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_0336441D1C4DF15ED1948C770025183BBB4827FFBB918F2E607FEFD44DAE748FFC67ACBE4CB23913A_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_005E144D326C764DC43B711285BAE335092D8849F12D0393D40FEE023E98FB73BDBBC828E3BCBAC34_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_005E144D326C764DC43B711285BAE335092D8849F12D0393D40FEE023E98FB73BDBBC828E3BCBAC34_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_005E144D326C764DC43B711285BAE335092D8849F34407B8B7B5C1E9BEB66BB25A74B8B31DF5D532B_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_005E144D326C764DC43B711285BAE335092D8849F34407B8B7B5C1E9BEB66BB25A74B8B31DF5D532B_TMaterialCHSTDistanceFieldShadowsAndLightMapPolicyHQ0_4_64CF7E786C0D571723F1F150F1E0321423A2F3ED0B43FFEC706B44B01CD8B883BB0DCE4AA8E1CE4168_TMaterialCHSTLightMapPolicyLQ0_4_64CF7E786C0D571723F1F150F1E0321423A2F3ED0B9DE7972950CE280AC63B53E286BFCDBF8F24BF83_TBasePassPSTLightMapPolicyHQ0_0_005E144D326C764DC43B711285BAE335092D8849F9E65D0A2D88EB1EBA275258ABB29FA2968CF075A_TBasePassPSTLightMapPolicyHQ1_0_005E144D326C764DC43B711285BAE335092D8849F9E65D0A2D88EB1EBA275258ABB29FA2968CF075A_FPathTracingMaterialCHS_IS0_32_6481BCCC3589A35B436D3839756A4CF4100DBFF72BC81EAFA7D8FCC0CCD3880156ECEE9737BD952F94_TLightMapDensityPSFDummyLightMapPolicy0_0_00970CF2772C389A80D869E3136A6D699F8A1D72F09599F661D1286450ED0AB026877B9AFB83E0F7D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_005E144D326C764DC43B711285BAE335092D8849F141B13D0E462D242BB76643C52CD2A16D8F7E230_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_005E144D326C764DC43B711285BAE335092D8849F141B13D0E462D242BB76643C52CD2A16D8F7E230_FTranslucentLightingInjectPS0_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS1_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS2_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS3_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS4_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS5_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS6_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS7_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS8_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS9_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS10_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS11_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS12_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS13_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS14_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS15_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS16_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS17_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS18_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS19_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS20_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS21_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS22_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS23_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS24_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS25_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS26_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS27_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS28_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS29_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS30_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_FTranslucentLightingInjectPS31_0_027967B8282FBEE225E6757F65EF59357BC80D2919298BFADDF322EAFDA0E335FC95C9E157B646419_TBasePassVSFCachedPointIndirectLightingPolicy0_0_0336441D1C4DF15ED1948C770025183BBB4827FFB6F539FDF452E87907AAC9BA6A7C31BBA199F29E5_FHWRasterizeMS0_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS1_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS2_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS3_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS4_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS5_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS6_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS7_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS8_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS9_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS10_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS11_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS12_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS13_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS14_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS15_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS16_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS17_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS18_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS19_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS20_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS21_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS22_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS23_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS24_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS25_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS26_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS27_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS28_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS29_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS30_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS31_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS32_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS33_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS34_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS35_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS36_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS37_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS38_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS39_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS40_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS41_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS42_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS43_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS44_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS45_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS46_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS47_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS48_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS49_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS50_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS51_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS52_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS53_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS54_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS55_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS56_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS57_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS58_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS59_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS60_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS61_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS62_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS63_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS64_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS65_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS66_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS67_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS68_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS69_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS70_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS71_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS72_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS73_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS74_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS75_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS76_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS77_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS78_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS79_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS80_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS81_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS82_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS83_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS84_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS85_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS86_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS87_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS88_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS89_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS90_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS91_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS92_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS93_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS94_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS95_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS96_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS97_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS98_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS99_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS100_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS101_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS102_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS103_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS104_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS105_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS106_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS107_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS108_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS109_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS110_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS111_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS112_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS113_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS114_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS115_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS116_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS117_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS118_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS119_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS120_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS121_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS122_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS123_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS124_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS125_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS126_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS127_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS128_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS129_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS130_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS131_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS132_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS133_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS134_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS135_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS136_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS137_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS138_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS139_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS140_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS141_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS142_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS143_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS144_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS145_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS146_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS147_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS148_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS149_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS150_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS151_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS152_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS153_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS154_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS155_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS156_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS157_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS158_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS159_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS160_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS161_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS162_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS163_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS164_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS165_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS166_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS167_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS168_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS169_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS170_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS171_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS172_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS173_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS174_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS175_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS176_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS177_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS178_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS179_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS180_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS181_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS182_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS183_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS184_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS185_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS186_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS187_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS188_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS189_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS190_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS191_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS192_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS193_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS194_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS195_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS196_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS197_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS198_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS199_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS200_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS201_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS202_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS203_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS204_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS205_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS206_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS207_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS208_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS209_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS210_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS211_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS212_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS213_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS214_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS215_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS216_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS217_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS218_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS219_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS220_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS221_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS222_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS223_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS224_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS225_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS226_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS227_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS228_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS229_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS230_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS231_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS232_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS233_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS234_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS235_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS236_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS237_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS238_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS239_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS240_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS241_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS242_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS243_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS244_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS245_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS246_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS247_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS248_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS249_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS250_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS251_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS252_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS253_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS254_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_FHWRasterizeMS255_0_095050DD483979FCA98313F90D27C23FA6CADEE60SPM_1377062309e7e47f793e5923acaab6633e8a3e20f9b2a7a7673738eaf6aaf9887425B25BBF9A8914F428D767E0A54FD10BA42AC8_TBasePassPSFCachedPointIndirectLightingPolicy0_0_005E144D326C764DC43B711285BAE335092D8849F3F671512F47153B3B14269C9FDEA7A8B5D86F623_TBasePassPSFCachedPointIndirectLightingPolicy1_0_005E144D326C764DC43B711285BAE335092D8849F3F671512F47153B3B14269C9FDEA7A8B5D86F623_FVelocityPS0_0_0ACC8175A07D31DBEBE20C4D9CFA1A14222BAD62E8F5A40A12D25A7645F81B664EC755F9183F65E2C_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_005E144D326C764DC43B711285BAE335092D8849F45A77ED20F2FD437F38F8FBCC589E989E78E6C4B_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_005E144D326C764DC43B711285BAE335092D8849F45A77ED20F2FD437F38F8FBCC589E989E78E6C4B_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0AB746EEB9B25F5C5F7CDF90A11706195B062606408CD0C707472EB939106EA9F0B087612D75F8268_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_005E144D326C764DC43B711285BAE335092D8849FA61F5A8738C122421EDDBFB4B690136E415B29FD_TBasePassCSTLightMapPolicyHQ0_0_005E144D326C764DC43B711285BAE335092D8849FE35DB031A0262FD2F30EC0A452F61A22BAD96FFE_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_005E144D326C764DC43B711285BAE335092D8849F4D9BE135E1420F0ADF720D676FBF484A9A8C9E05_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_005E144D326C764DC43B711285BAE335092D8849F4D9BE135E1420F0ADF720D676FBF484A9A8C9E05_TLightMapDensityPSFNoLightMapPolicy0_0_00970CF2772C389A80D869E3136A6D699F8A1D72FD37AA39961B452DA311BFC740A03E898C63A5A9C_TMaterialCHS_IS_FPrecomputedVolumetricLightmapLightingPolicy0_4_64CF7E786C0D571723F1F150F1E0321423A2F3ED0B57D701729B12ADCE82DE20D178BCEF5AEBF1176D_TLightMapDensityVSTLightMapPolicyLQ0_0_00970CF2772C389A80D869E3136A6D699F8A1D72F751D0CD3565BDC12082F9DECB563E4B20E609081_TBasePassCSFNoLightMapPolicy0_0_005E144D326C764DC43B711285BAE335092D8849FE74FD5EDCED837B4EEB11F93B60317E50F4476CB_TBasePassVSTLightMapPolicyHQ0_0_0336441D1C4DF15ED1948C770025183BBB4827FFB1E44593DB2270583C8776515FAA93E451C446685_FLandscapePhysicalMaterialVS0_0_0ED7BC386B7931BCA5FF242348274B026A6DB1ACD4D5B42CCFC0056DD05DC576AC7626AEB678DE93A_TBasePassPSFNoLightMapPolicySkylight0_0_005E144D326C764DC43B711285BAE335092D8849F90DC26D215521B8990A4D8C2331D52B92FFE6611_TBasePassPSFNoLightMapPolicySkylight1_0_005E144D326C764DC43B711285BAE335092D8849F90DC26D215521B8990A4D8C2331D52B92FFE6611_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_0336441D1C4DF15ED1948C770025183BBB4827FFBE5706CED905B1F3EA22B99DC0AC6A1D155F6B902_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_07803E74B87735EAF4115C5166A464160C6465CBD67FFBADCED2EEABBA7E306A2AE15090692383FD0_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_005E144D326C764DC43B711285BAE335092D8849FCE27179F81DFE1FDF15784836BF0B85608A4DCF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrectPositionOnly0_0_0AB746EEB9B25F5C5F7CDF90A11706195B0626064FAB4C60423874B50A6BAC704A0BB43B843A64888_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_0336441D1C4DF15ED1948C770025183BBB4827FFB02F27C92B569A9190C846B5F6C8ADB84824BAD1A_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0AB746EEB9B25F5C5F7CDF90A11706195B062606440E4BAEF73C8454E0FAB89C946352865DA77A8A4_FPathTracingMaterialCHS0_32_6481BCCC3589A35B436D3839756A4CF4100DBFF72BFA629A3B739B1ACAEF994ECD9F183C37EB551BF0_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0AB746EEB9B25F5C5F7CDF90A11706195B06260643B1D63DC03AB0930FF4A66F570AD90D9CF68ED8B_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_005E144D326C764DC43B711285BAE335092D8849F1568755C21DA8D1BA4A4A063D49C783CD2DDBA51_TBasePassPSTLightMapPolicyLQ0_0_005E144D326C764DC43B711285BAE335092D8849FBEC59B7671C48BA8325A0EB909AA1288825ADDEB_TBasePassPSTLightMapPolicyLQ1_0_005E144D326C764DC43B711285BAE335092D8849FBEC59B7671C48BA8325A0EB909AA1288825ADDEB_TLightMapDensityPSTLightMapPolicyLQ0_0_00970CF2772C389A80D869E3136A6D699F8A1D72F333B1C61E50C2752F6FF3A794400E979BCC719D5_TBasePassVSTLightMapPolicyLQ0_0_0336441D1C4DF15ED1948C770025183BBB4827FFB7A011171B2AD24B316D959EFB46E0AAFC3755840_TLightMapDensityVSTLightMapPolicyHQ0_0_00970CF2772C389A80D869E3136A6D699F8A1D72F5EBDC808461C641FA89B2C33E0AD144E0E618531_TShadowDepthVSVertexShadowDepth_VirtualShadowMapPositionOnly0_0_0AB746EEB9B25F5C5F7CDF90A11706195B0626064B439A5C9BE9D7067547EB0ECB216199E50E1FDF9_FDebugViewModePS0_0_03A5C19C80B3CC63370B9CA63DC7E1CF1249ACA0857DB13F78125CEDDA621EC9E27FD49A3D7F649D2_TBasePassPSTLightMapPolicyHQSkylight0_0_005E144D326C764DC43B711285BAE335092D8849F9F33675739674D1267A7515C0C817A2626061AE6_TBasePassPSTLightMapPolicyHQSkylight1_0_005E144D326C764DC43B711285BAE335092D8849F9F33675739674D1267A7515C0C817A2626061AE6_TDepthOnlyVS0_0_0AE328679CE8225AE82B6D33DE797FEAD4BD6A55E56427B37960E88D0CA8E64942C1E064EF04157D3_FVelocityVS0_0_0ACC8175A07D31DBEBE20C4D9CFA1A14222BAD62E6EB92B4DD948FC931344240540361B99938DCCAF_FDebugViewModeVS0_0_0105B33769471B7404440038A3E6B1EFB64835A567ACCC31E569010485380C30200922F864B7C954F_TMaterialCHS_IS_FNoLightMapPolicy0_4_64CF7E786C0D571723F1F150F1E0321423A2F3ED0B237667DA4250F8121DFE0E344F2893CD9125C86F_TShadowDepthVSVertexShadowDepth_OnePassPointLightPositionOnly0_0_0AB746EEB9B25F5C5F7CDF90A11706195B0626064FD81D1095024C814F3EC3E8C4D92AC12C34F9EC0_TBasePassVSFNoLightMapPolicy0_0_0336441D1C4DF15ED1948C770025183BBB4827FFB2E57565D32F6E3FA279A9B6039A222F2D9A12C36_DepthPosOnlyNoPixelPipeline786497D5DD7B5CA4E2E3CC74F64B8CCAD73F54D5_VelocityPipeline0D25F074AC126F924A087F826E6E2517A11EB639_DepthNoPixelPipelineAE328679CE8225AE82B6D33DE797FEAD4BD6A55E_FGPUSpriteVertexFactory9780E26F1FE7A4B5ABE686B933D9A97A8D7F8E4D6F4AA5ED14228FB7E8DA60EA4B587BD3239FAD94B9CA513CCBA4F1E3AF7D9556DD0F2FF45E951E1A_FNiagaraRibbonVertexFactory908D5112541EC4DB99F4A66DE827A3EF5D497941A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966DE03DD13CEAD2D60503F2AAC85D4762994EF4025A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966_TGPUSkinAPEXClothVertexFactoryDefault48818F17651118E7E837001EAFCE26AAD95E1367865BAECC72718BD163211F688746A699B40529F3_FHairStrandsVertexFactory24E4705C23742D66D69A7C7ECA6A59A6167316ACD3E4E2A5E88CD68F0A272CC5E27AF3522F4CD35AD3E4E2A5E88CD68F0A272CC5E27AF3522F4CD35AD3E4E2A5E88CD68F0A272CC5E27AF3522F4CD35AD3E4E2A5E88CD68F0A272CC5E27AF3522F4CD35A_FParticleSpriteVertexFactoryDB22251BF125DDB5B991E72D328DBEFE0D4D303CF99E1B0FB635933CEEAC41CF9441DF5EA4A994CA9DAE5A7C55936FD50BC3B20BD063C1832A4D4247_TGPUSkinVertexFactoryUnlimited48818F17651118E7E837001EAFCE26AAD95E136731B36F6CBAFE9E8B4B5CD4C25AE5EC462AD5FA30_FVectorFieldVisualizationVertexFactoryE3D25522ED2F5E4ADF8DD062E119B7F24264AEE9CC854D8E74FEAEF90804D69AF6B78BD07A141ACC_FNiagaraMeshVertexFactory5C43511E5CA2376AF26855B29FD7164D8C667D554B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9571BD81B2CBA1F364F28A837532353718EB814537B4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9574B3A20E0CA93D5CA5A60C16EF2EB14EA073FC957_FParticleBeamTrailVertexFactory0FC181943CF06399D466B7D27378D3B880536E47378BBDDEC2CEAC35A309C357B38D702E7981D5D3_FNaniteVertexFactoryDF6B7B055FEBFC4A922D6EF907B06164D1BBD7F0_TGPUSkinVertexFactoryDefault48818F17651118E7E837001EAFCE26AAD95E136731B36F6CBAFE9E8B4B5CD4C25AE5EC462AD5FA30_TGPUSkinAPEXClothVertexFactoryUnlimited48818F17651118E7E837001EAFCE26AAD95E1367865BAECC72718BD163211F688746A699B40529F3_FGeometryCollectionVertexFactory45EBD0ED969855794C07B746085915151244C28D49D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC41_FLandscapeXYOffsetVertexFactory3843D7D6B58270226AD53436E41481959D24CEBFB1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FMeshParticleVertexFactoryB8D545DD51C6AAE657B5E8BBD7461C3B837195D5F773920348F231C490A74B1A551F8CE3ABF04791_FInstancedStaticMeshVertexFactoryBBDA0E56AFD152AD4FFF64457FF5E7CF738BB32939A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD_FSplineMeshVertexFactoryBBDA0E56AFD152AD4FFF64457FF5E7CF738BB329A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965_FHairCardsVertexFactory9A9FECE683448E8E636D65D50AFE471C03BE78820FC1BDC3DE4DEE8FD704597A0BE4E617A04B1D440FC1BDC3DE4DEE8FD704597A0BE4E617A04B1D440FC1BDC3DE4DEE8FD704597A0BE4E617A04B1D440FC1BDC3DE4DEE8FD704597A0BE4E617A04B1D44_FLocalVertexFactoryBBDA0E56AFD152AD4FFF64457FF5E7CF738BB32981418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E_FLandscapeVertexFactory3843D7D6B58270226AD53436E41481959D24CEBFB1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FNiagaraSpriteVertexFactory01EEAB84DCA197AB77AD6FB9C9A2EB55EC0069CD5957CFEE095AEFFBA7F83F09F020F15CF6555718EFF166204144512228FF7A163011544EEF3FD2265957CFEE095AEFFBA7F83F09F020F15CF65557185957CFEE095AEFFBA7F83F09F020F15CF6555718_FGeometryCacheVertexVertexFactoryBEFAF220B93F6E16E9FEB9242288A6A40747EDE476143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactory3843D7D6B58270226AD53436E41481959D24CEBF3F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory3843D7D6B58270226AD53436E41481959D24CEBFB1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCESPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_16580fe885dc965c263d5eaad54b525a074fe46b65804a2a9a8eeb6c60d81eccSPM_1abdcf528b27ee15ea112606f7deb0e2bf1615c76e72788521d73027ce1f58d5SPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_1e6ef6ce4a605f410f9aec4fd01ef92ad8a5867ee2cbba70f58ef866a6d35e44SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_230d8da8241e98c69dad8a7a35f2fc46ee0ff945093d98e5ba0547349ba74dd9SPM_285ff9ae286dc4708e1681cc036803c85d82b9ea5f897ab69ce35218d6c9f919SPM_29949b2484738b64be730395ae2105942cf24097b2cba60e9272e2032ad0f401SPM_2c57d0a836509d36c7c166415bfeb15e0ef573dcd9b4603cf1538f7314f9243dSPM_320021edfcc2bcd72fca08109199a1610d3a17b7028937dd6dc8cd5fa10a0cc7SPM_35ddf07c29b7ba174b82f284a0659e75175dffbdb1e5bcfbb8be87ef8e1351f9SPM_36d1d796bf3fb73ccd892afb1b779f503d696f05fd480468b72f5ef66020825cSPM_38659b689b51ebeabfae361e2ad66fd26f87661e9af7d9b1b63086057dafbda6SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_3ba288684ffb93db228ea912ad948e3e54a3d8432e19073d847bebd48be002b4SPM_4067e07356949e8d4adff0eb1025aa52e41013a0be9856ce34d05a5fde1156fcSPM_44cfd7856989e0d50b86ae467107f8cb1927d4c4ac69e4400cc83861f7c2587fSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_4a9d07239f86cc5310d60e8af0f25edf06a7d9ea4a2cac6d8cec6a1602c017a9SPM_4b9cb22c990eb09622d20b98f968916764f8d0bcc6db6efdc30e5b3579cc63d6SPM_4b9cb22c990eb09622d20b98f968916764f8d0bcc6db6efdc30e5b3579cc63d6SPM_4ef545431112644018dcf4d0ac99e9bbf7155b6eab8ec7dd1c7c6977d2e36f64SPM_52c75caf43763bb2148e279c64c8b7b94c825a422ba6b345ed680aee6f86564cSPM_54a1312cf73db2c90c5ed5f36724cf7f386b575e0cdac7da6333551840860f28SPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_5ba0c5b7c5677cfc80f9c206abf3f2281b0c59cf7534bc2c0c3040647bc959d3SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_7bbfc7c01ccc8e5316674edccb233b351899a83a072057d55f1f13e9f6dabf0bSPM_7c9759a140fd9b6c0a2e98c5032aea17da6f52cc15bbf54ca405cf5011999bb0SPM_83dbf399e330e02ba06c94ef9626063f802e7dad4acecf70bd8dc6046d1c22bbSPM_867ae74dd318b000caff3295987e156421ebd86d8496633b53083cfc7021e6d1SPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_89e31fa6f0805c23f96342278a94953136932e9ae9bfe9e2388061dfb6d99bfcSPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_98e11b36ef3d6e4dc166bfc6020842cb5ad6481ef73003a086fd4cdf34885068SPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_9fdfb43522201a4ec3dc6eb06a424d3e34dd4adb95a564f46658af413951ed29SPM_a2ca952d5d0c16a12b0eca91df068d9ce926000b17be062f97ba31ac64039a67SPM_a5a1ce022f71b2cc5cf17063563c3efe841ad032a217b7041fb1e7a4df0e6ecdSPM_a60f57014fe8c7f123a65a654ddc948a2fb49ceec2a165594a741d9992c32a53SPM_a68fdb6d5e80e61b3d234fd7c5316105848b72a268bf8b2098525266242da35dSPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_b3542671557be41970b9995405699d2482397b765c4f115d382f98344621b168SPM_b902cb58365a597ab0b6fe8cf87ae04d551e6747d32c37d928b8157fd3eba5c0SPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_c2a2b240af048794363faba0f253902e438dcfbf65f47b6264cd9bf2a693c42aSPM_c45875890e71aab6e2d0807e835fbfd472bbe81e263f68ff92d213c2d240e283SPM_c4fd33b245ca554105394a55a3b11ebe5ab14de075817620e79925a15f1d4e79SPM_c76011c68ce66df2e35a698ee51e6f07c3751a4d5d0ff44da30e405ef380e254SPM_c7d3ebcdbb426493c26dd74391f2021c3a8b4bdaa95725c5b46927d183fa57e3SPM_c9416f35c1f6e7134c0f829b5f21b92c170541a47c3f059d0d3252d8866c24aaSPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_cb192099600d26b86e9ceb91b40924732c43c666b1a12f6c81e91bcb45468db2SPM_d00733585ab72c2d739fa4f7d6126118ffbb982772777f099915139a8769e871SPM_d27325dac607f77eed07b46cb6e487eca7d9580433e57020cf1eebbdb50d3d1bSPM_d6761171284797c9ef5948481dd2d26dcfbcadb52176c2bfa405b22de299f1e2SPM_d9d1370188d8a1460e8a5b2d14da50b1adcda241995c62cc82de0d369a75a944SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_dbe59f8b8fbec2d0e87d03cff9fa761d022674f87e806b5a682d93d3ab4e65ddSPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_e2501dfb27c2094ff653cbbf6790afaf35eee7822e3385516d1ba91fb2edd578SPM_e99122b96c86762ba069e73393d36dd9e7886cd1e40a4c23c10949dc4144ff77SPM_eb0cd69841dc86d7631fb5a4516a6213cab0e3a32b5fecdde16d520f21bd6c23SPM_ec07400c5f585a12fbbee1746f1e938107aa08991ad06fe4df1ed33fdd9c6b73SPM_f53e16ff831c8a419ffe9cfa126170a5a47d6d5eb0fe324710950245f56d2518SPM_f6481c86c24d5e8e86b711ed96952ba756b1b40357dd9cadb41c22ae0d52834bSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_f8be583312bcf280a851fc3ff4a2ee3ca893e714fc8d65a88c47afed6791d1f7SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD807090000000000000000000000000000000000000000_EMH_6441eaddbb3772beb8818dd9e5bb94aeb1601d775ecc9307b0a43c5a90b80bfc_B16891B64E73D31799119A5F96AE55C3ECD7EC39_001_101_5; +_MatTransl_HandyMann0589879345473E44663D4D32541EBE5A583E1872_8498901AE9EDB19FAAC14B3F91765DA3_ \ No newline at end of file diff --git a/HandyMann/Saved/SourceControl/UncontrolledChangelists.json b/HandyMann/Saved/SourceControl/UncontrolledChangelists.json new file mode 100644 index 0000000..8787339 --- /dev/null +++ b/HandyMann/Saved/SourceControl/UncontrolledChangelists.json @@ -0,0 +1,15 @@ +{ + "version": 1, + "changelists": [ + { + "guid": "00000000000000000000000000000000", + "description": "Default Uncontrolled Changelist", + "files": [ + "D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/StarterContent/Architecture/Floor_400x400.uasset", + "D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset", + "D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Materials/M_Hands.uasset", + "D:/R. Samuel/VR-tasks/Wizard game/HandyMann/Content/VRTemplate/Input/IMC_Default.uasset" + ] + } + ] +} \ No newline at end of file