Effects Quality settings within the device profiles, or even set in the .ini file seem to be ignored. Even when you're calling sg.effectsquality in the console command, it's ignored. The only way I ...
Calling a code defined function in blueprints that returns a TWeakObjectPtr causes a crash. ...
The issue is that on iOS devices textures are displaying significantly darker than expected. I did a color calibration with my monitor to get a more accurate representation of the texture. I set th ...
This is the ouput in the UnrealBuildTool log:[301/301] Link ThirdPersonServer D:/GitHub-Release-4.16/3427662/Engine/Source/ThirdParty/OpenVR/OpenVRv1_0_6/lib/linux64/libopenvr_api.so: file not reco ...
This is a common crash occurring in the 4.16 release. This is potentially a continuation of [Link Removed], which was closed out when it received additional logging in 4.16. A log file is attached. ...
This is a trending crash coming out of the 4.18 Previews. Users have not provided any descriptions of their actions when the crash occurred. Source Context 1964 // Determine the amount o ...
From licensee: I've been experiencing consistent GPU crashes when tying to edit landscapes since updating to UE5.1. It seems to be exclusively an issue with DirectX 12 (SM5 & SM6). I have no pro ...
The licensee has identified a potential fix by changing if( Settings.bLerpUVs ) to if( Settings.bLerpUVs || UVIndex == 0 ) On line 389 of NaniteBuilder\Private\Cluster.cpp in UE 5.5 ...
When Global Illumination is set to “None” in the project settings the ambient occlusion does not correctly render shadows for moving objects. This has been observed in versions 5.4 and above. ...