Bindless textures do not appear to stream mip levels. This issue is separate from an already reported bindless virtual texture streaming issue. When the editor is freshly launched or when mip level ...
This issue seems to stem from the incorrect constructor being called for TScriptInterface, so the correct Interface pointer does not get called. If you explicitly connect a reference to "Self" to ...
Adding a Reroute node to a function's array output will cause the Function node to be missing the output. This seems to be only effecting Arrays. Standard variables work fine. ...
Set Ignore Look Input stacks the resulting value each time it is called. If Set Ignore Look Input is called more than once with the same value, it will take as many calls with the opposite value to ...
When rotating a camera about an actor the motion blur starts to create blocky/pixelated artifacts around the character in a halo. This can be further exaggerated by moving the actor while rotating t ...
This is an infrequent but longstanding crash that has occurred since at least UE 4.12. User DescriptionsTrying to paint a landscape texture on a seemingly bugged out sector, which was stuck with th ...
Sampling Cloud Shadows when rendering the Sky Atmosphere can incorrectly assume that the view is located at the planet's North Pole. This causes distortion in the shadows when using a sphere-shaped ...
When launching a packaged game from the nDisplay Switchboard, the nDisplayConfig file fails to link the cameras to the viewports. Inside the log generated by the Switchboard an error is displayed th ...
When moving along a positive axis using world origin shifting, the value of the axis will increase and the origin will shift until it reaches a maximum value of 2147483648.000, it will transport the ...
Behavior Tree Decorators are not aborting when observer aborts is set in the Behavior Tree. Setting Observer Aborts inside of the Decorator blueprint causes it to work as expected. Found in 4.12.2. ...