A subtle yellow tint color shift occurs when Lumen is active due to usage of R11G11B10_Float targets, mostly from r.Lumen.ScreenProbeGather.SpatialFilterProbes where we ping-pong between R11G11B10_F ...
Material Instances used in Custom Buffer Visualizations do not respect parameter overrides, and use the parent material's values. Also tested on UE5-Main, CL: 34543023 ...
It appears that the landscape painting tool is not correctly taking into account deleted landscape sections, resulting in artifacts inside of the weight textures. ...
Prefix Parameter Names checkbox does not work as expected, and the Group names are unmodified. The value "UMaterialFunction::bPrefixParameterNames" does not appear to be used anywhere in the Engine ...
WaterBody Actors will cast static shadows in built lighting even if their Cast Shadow options are disabled. ...
Setting a UCLASS() macro with the "HideCategories" property will updated after a hot reload but after closing /reopening the editor the hidden category will be visible again. ...
Landscape collision does not properly register if a character collides with it from under the landscape. ...
If a blueprint has a child actor component that has other components parented to the child actor component, the child components of child actor components will not update transform based on the pare ...
Moving or changing the name of a map that is set as the Game Default Map or Editor Startup Map does not update the map settings. These will still refer to the old name of the map, and the Editor and ...
Events like OnParticleSpawn, OnParticleCollide, and OnParticleDeath are not triggering in the level blueprint. ...