udn: [Link Removed] This appears to only be an issue with SN_DBS. DBS calls a function to gather all shader includes, and any custom hlsl includes aren't discovered causing that file to not be cop ...
The navigation system has errors in the log for agents still being mapped to navigation data in CleanUp. This appears to stem from agent step height being recalculated in ARecastNavMesh::SetConfig i ...
Validation fail ...
This is a sRGB color space issue. Potential solution: Use regular texture import instead of FImageUtils::ImportFileAsTexture2D in ThumbnailGenerator::GenerateThumbnailFromFile ...
FSharedStructMemory uses a custom deleter that calls FMemory::Free, but it doesn't call the destructor. FSharedStructMemory's destructor is responsible for correctly destructing the internal ScriptS ...
The CVar "r.Shadow.Virtual.Cache.DrawInvalidatingBounds" referenced in the official 5.4 documentation for virtual shadow maps, no longer shows any bounds as the underlying code seem to be removed in ...
The CVar "r.Shaders.Optimize" cannot be set to false from DefaultEngine.ini in the section "[ShaderCompiler]" as its help text describes. Also tested on UE5-Main, CL: 34200103 ...
The Vertex Interpolator Material Expression appears to collapse separate instances from separate Material Layers, leading to visual artifacts when used. Also tested on UE5_Main, CL: 34200103 ...