When an instanced static mesh component with a material using a PerInstanceCustomData node has its data floats pasted in, the editor crashes with an "Array index out of bounds" error. The licensee w ...
Creating a new Curve Table asset, and then trying to use the right-click menu "Add Key" option does not do anything. FRealCurveModel still has the function, but it is left intentionally empty despit ...
When the cvar "r.VolumetricRenderTarget.PreferAsyncCompute" is enabled, it will cause Volumetric Clouds to ignore the influence of Volumetric Fog. In high-fog environments, this can cause the clouds ...
When the SetMaterialAttributes Material Expression is used without an input to MaterialAttributes, it will cause Landscape Layer Blend expressions to fail to compile if it is the only layer on a par ...
When pressing the "Show Inactive" button in the material instance editor, all material parameters are supposed to be displayed in the EditorUI. This is not the case, only some of the parameters are ...
When the DBuffer is disabled in the project settings, the Material Editor Stat page will still display the estimated texture lookups for the DBuffer. It appears that the code that adds these estimat ...
When Lumen is disabled, but the cvar "r.MeshCardRepresentation" is set to 1, Lumen will continuously enqueue object removal from the Lumen Scene, without ever emptying the array of primitives to rem ...
Because UniagaradataInterfaceChaosDestruction::HandleTrailingEvents does not respect incoming TrailingEvent data, the debris velocity during chaos cache playback is always evaluated as zero. The fo ...
This is because SSceneOutliner::FullRefresh is called every time the search text changes, which repopulates the whole tree. There's a few options to look into here (first two might be tricky with b ...
A lot of properties are not getting saved correctly to custom configuration files. This looks like that it can be cause by the FConfigContext::PerformLoad function. New conditionals have been added ...