The Editor crashes if loaded sequence has keyframes for an actor variable that has been changed, instead of soft erroring out. This was reported and tested on 4.20.3 (CL-4369336). It was reproduced ...
When creating the emitter's track widget we search for the stack view model's root entry, but the stack view model pointer is null, so we crash. ...
The view in a packaged HTML build will not draw the game view as the entire view space, neither in custom sized window nor fullscreen. ...
Currently, the Control Rig Editor allows the user to use the "Instanced Struct" type, for example for a variable or function input/output. However, this type does not seem to be properly supported ( ...
If the GeometryCollectionActor (GCA) is simulating physics, calling SetSimulatePhysics(false) does not stop the simulation. If the simulation is paused, calling SetSimulatePhysics(true) does as expe ...
Niagara fails to compile shader for iOS and Android. Unable to test in 4.19 due to assets provided being created in 4.20. Found in 4.20 CL# 4233996 and 4.21 CL# 4247867 ...
This is a regression. Assertion thrown while attempting to change a Float value on a Sky Light component using the Set Editor Property node. Different property values can trigger this assertion bes ...
A licensee is seeing performance drops while using the editor due to a custom thumbnail renderer taking a while to generate thumbnails while Real-Time Thumbnail rendering is enabled, and has request ...
Debug lines (Results of DrawDebugLine()) can be obscured by post processing effects such as a strong glare. Debug lines should be always visible for debugging purposes. ...
This was discovered during the 4.15 mobile compat. ...