This appears to be connected to playing immediately upon opening. This behavior is not observed when in the Release-5.1 or Release-5.2 streams. With the same setup, the video will start playing on t ...
This looks to be a system driver bug, but logging here for transparency and future reference. It took me a long while to figure out that the key issue is a conflict during blit between UE4 and the H ...
While a Custom Event's delegate pin is connected to anything its details are not visible in the Details panel. Tested with an empty reroute node as noted below as well as a Set Timer node. Reproduc ...
Timeline name changes do not propagate to related nodes. Refresh All does not rename nodes that reference the timeline, and Getters and Setters are no longer valid nodes. Reproduced in 4.7.2 binary ...
When a custom component is added at runtime, it does not show up in the details panel when you select the blueprint that it has been added to. Found in 4.9.2 binary. Reproduced in 4.10 Preview 3 a ...
Attempting to perform an is valid check on a physical material from a FHitResult returns invalid. This does not occur when using a blueprint setup, it only seems to occur when using code. Found ...
1.glsl_type with image was not fully inited with HlslName field set, causing the crash 2.seems many types of op are not support by current hlslcc, cause error msg. e.g. RWTexture2D.Load[Image Remo ...
App/project crashes when setting a texture's compression settings to BC4 and deploying to the iPad Air. As the user in the op states on AnswerHub, the problem seems to lie with specific texture com ...
At the moment, UI scale is calculated on Linux from physical monitor dimensions (obtained ultimately from EDID) and not system scale. The granularity is 0.25, so scale can be 0.25, 0.5, 0.75, 1, 1.2 ...
When using an InterpToMovement component in a blueprint with the "Auto Update Tick Registration" and "Auto Register Updated Component" options unchecked, PIE will result in a crash. Found in 4.10. ...