The code in MovieSceneSkeletalAnimationSystem.cpp storages montage data on a per skeletal mesh component, per section basis. This (and a few other bits of logic) cause issues for external UDN user w ...
It is possible to cause an editor crash when changing a the value of a node involved with a reentrant expression. See the steps to reproduce for more information. Specifically, the crash occurs whe ...
Material Functions cannot output Texture Objects or Booleans. This seems to be because the Material Editor believes that the outputs are Floats, and forbid connections to inputs that take Textures ...
Primarily visible at very low internal resolutions (25-33%), the SSS checkerboard with an RGB scene colour format (r.SceneColorFormat 3) causes a double-image artefact both internally and on the sil ...
It was mentioned that the global invalidation should be toggled off during loading screen and subsequently restore the state after. A request was made for this dynamic behavior be part of the engin ...
When using "ConstructTexture2D" from a render target that uses the format PF_R16F (RTF_R16F) the output texture won't retain the format and will become a four channel float texture. The texture for ...
Shadows on the surface of SingleLayerWater are heavily pixelated, and don't appear to use bilinear filtering at all. Also tested on //UE5/Release-5.5, CL: 36481335 ...
When the Global Illumination scalability settings are changed in the editor from High to Medium, they primarily act on the r.Lumen.DiffuseIndirect.Allow and r.SkyLight.RealTimeReflectionCapture. No ...
A player cannot move heavier GC objects even if we have a valid setup due to the GC not reporting the correct mass. ...