Adding a dynamic binding and preforming a hot reload sometimes causes the binding to not be registered by class/blueprint instances that already exist in the world. Instances need to be replaced fr ...
A user has reported that the Chinese localization of some editor elements are not correct. They mentioned that there are some words that are used that may be an appropriate replacement in some situa ...
The screenshots below display 1920x1080pixel widget button. First one with Default DPIScaleCurve shows extra borders on the right and bottom. Next one with more precision shows no extra boundary. [ ...
If a code defined function that takes in a parameter is called from blueprints, the BP node will show the input pin for the parameter. If the parameter list is changed after the node is created and ...
The migrate function is meant for moving assets from one content folder to another, so it does no actual modification of the references in the migrated assets. This is normally fine, since we expect ...
If you duplicate an asset in the Content Browser before the renaming box prompts input it will cause the Editor to crash. This was reported and tested in 4.20.3 (CL-4369336). This is reproducible ...
Attempting to blend SkyLight Cubemaps via the SetCubemapBlend function to blend between different Cubemaps to make the changes seamless is not reflected. As a workaround, in LumenTracingCommon.ush, ...
Unloading level during PIE seems to lead to an editor crash. Most easily reproducible by enabling malloc stomp. ...
There are a string of crashes that are occurring with UMG as the cause of the crash. This occurs when the project is upgraded from 4.16 to 4.17. With the project provided making any change to the B ...
Currently, "Clear Color" of TextureRenderTarget2D has not been published to the editor. However, there is a request to control ClearColor to use RT as mask in UMG. So, I suggested that it should be ...