From 896eeb06935d210ea525942e3653124a16346925 Mon Sep 17 00:00:00 2001 From: serge bernier Date: Fri, 15 Jul 2022 03:41:49 -0400 Subject: [PATCH] Use the Compressed transforms on PC with SM5. Currently investigating more what is causing the issue in the Editor. #ROBOMERGE-AUTHOR: serge.bernier #ROBOMERGE-SOURCE: CL 21098548 via CL 21099142 via CL 21099439 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824) [CL 21106284 by serge bernier in ue5-main branch] --- Engine/Config/Windows/DataDrivenPlatformInfo.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/Config/Windows/DataDrivenPlatformInfo.ini b/Engine/Config/Windows/DataDrivenPlatformInfo.ini index 22b3eac53569..100336d518db 100644 --- a/Engine/Config/Windows/DataDrivenPlatformInfo.ini +++ b/Engine/Config/Windows/DataDrivenPlatformInfo.ini @@ -71,7 +71,7 @@ bSupportsHighEndRayTracingReflections=true bSupportsWaveOperations=RuntimeDependent bSupportsGPUScene=true bSupportsNanite=false -bSupportsSceneDataCompressedTransforms=false +bSupportsSceneDataCompressedTransforms=true bSupportsComputeFramework=true bSupportsByteBufferComputeShaders=true bSupportsLumenGI=true