"Content Browser 1" auto-hides if opened with the Level Editor, and has inconsistent docking behavior under the conditions caused by the repro steps above. The root of the problem seems to be that ...
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 ...
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 ...
On a landscape actor with Nanite landscape enabled, set the bUseDynamicMaterialInstance property on a landscape proxy and setup a BP to call SetLandscapeMaterialTextureParameterValue / SetLandscape ...
The channel output for 5.1 Waveplayer on MetaSounds is different when Platform Default (Vorbis) codec is chosen on Windows Platform Default - L, C, R, LS, RS, LFEBink, PCM, ADPCM - L, R, C, LFE, LS ...
In 4.27 & 5.0 when you press the in-app screen recorder button it would pop-up a msg about the user giving permission to allow the screen recording and then would start the recorder and save the mov ...
Attempting to merge two spline actors causes the Engine to crash. This issue occurs with the Steps to Reproduce regardless if there are more branches added to the tree branch spline/enabled, and reg ...
When a blueprint's component hierarchy is changed by changing a child component's mobility value to Static while deleting its parent component which has Movable mobility, levels saved with an outdat ...
The user has added a property to material expressions input node that has a complex expression in its "EditCondition" which isn't supported and results in a crash. Investigate adding support to thi ...
The Make Bitmask node uses the flag index rather than the flag mask value unless the enum has the UseEnumValuesAsMaskValuesInEditor meta specifier. UserDefinedEnums in the editor don't support this ...