Setting a Custom Scaling Rule Class in the Project Settings does not change the dropdown to indicate the asset chosen, however the change is made to the config file DefaultEngine.ini. ...
When opening the editor the memory usage jumps during PIE. After exiting PIE the memory use does not go back down. ...
When switching from 'Quad Overdraw' to 'Stationary Light Overlap' in the Optimizations view mode visualizers, the wireframe generated in the overdraw visualizer persists into the overlap visualizer. ...
The editor crashes when trying to set the text for a text block via a binding a if the text block is trying to set its text by referencing its current text setting. ...
Creating custom keyboard shortcuts on Mac seems to have an issue keeping the correct meta key mapped. During the same session a shortcut is set it will work fine. After restarting any Cmd shortcuts ...
A blueprint, material, etc... window docked alongside the main viewport window will open in a separate window if the project is closed and reopened. You must hit "Restore Now" for this to occur. ...
Whenever a particle system utilizing GPU sprites with collision is enveloped within a planar reflection bounding box, the collision stops working. ...
Also, another, possibly related symptom that should be looked into alongside this: Possibly related: 1. Set InlineObject to null on both character. 2. Assign new Inline Object to InlineObject on Ba ...
Looks like maybe the PropertyView stuff doesn't like it when the subobject name matches the parent's object property name? In this case the CDO is the object that will be selected to the PropertyVie ...
Sphere collision with start and end points set to the same value return no hit objects. Workaround Set the end vector to 1 away from the start vector (0,0,0 to 1,1,1, etc.) Regression (no) issue ...