In UE 4.20 we got a feature that let you import a FBX file that contains cameras with a camereaswitcher to create a "camera cut track" within sequencer. From the release notes of 4.20: https://docs ...
This artifact does not occur when Lumen is disabled. Also, moving Roughness closer to 1 will reduce the effect. ...
In some scenarios, FPropertyDelegate::SignatureFunction can point to freed memory after a garbage collection run. This appears to be more common when running the CompileAllBlueprints commandlet. ...
When you select multiple notifies and attempt to replace them with another notify using "Replace with Notify", it will sometimes replace other random notifies and not the ones you have selected. ...
Building the level or lightmaps can clear the volumetric lightmap. In 5.5, this requires you to perform a full build, or a lighting only build with a BSP brush in the scene. In 5.6, all level build ...
Implementing an interface that contains const functions and later attempting to change these functions to be non-const does not update the status of the functions inside of the actor they are implem ...
The transition ratio getter simply uses ElapsedTime/Crossfade for the alpha on the transition. Normally this is sufficient, although if you blend between two states A and B such that you interrupt ...
If a project is packaged with Nativize Blueprints enabled, blueprint event graph information does not run. ...