It looks like the DistantScreenTrace(...) in LumenScreenTracing.ush reports a false positive hit in the dark regions. Using screen trace visualization reports the distance in these regions as 65535. ...
When using a UserSceneTexture in a post-process material, a visible rendering issue occurs if the viewport's ScreenPercentage is set to below 100. This issue looks like it might stem from an incorre ...
When disabling Occlusion Culling, Components will not have their Last Render Time updated. ...
Local Vector variables in functions do not save the Y and Z values. Possibly connected: after entering the X value, pressing Tab does not move to the Y value. Tabbing from there works as expected. ...
Crash occurs when attempting to add an actor component c++ class to a game mode blueprint if the actor component is tagged with the Within="GameMode". Found in 4.11.2 binary, reproduced in 4.10.4 ...
Interface functions inherited after a duplicated actor blueprint is re-parented to the blueprint it was duplicated from cannot be deleted. Note that the inherited function can be deleted in a new ac ...
Editor crashes when a UMG widget (Text block, whatever) and an animation track share the same name and the animation is played. NOTE: The Editor will not allow you to name a Widget the same as an a ...
When using the Blueprint Hiearchy Type for creation on the Full Scene Importer if you've previously imported and set some of the settings like the Override Lightmap Resolution via the BP and then re ...
A vehicle using Async Scene on the body but not the wheels will crash the editor[EUS-TJ Ballard] Vehicle using Async Scene on body but not the wheels crashes the editor User Description: Async sce ...
Blueprints are not appearing in the All Classes tab of the modes panel after being loaded until the tab is switched. Found in 4.12 binary. Reproduced in 4.11.2 binary and Main CL 2994701. ...