Colors of Individual Lens Flare Tints Cannot be Changed in UE 4.18+

UE - Graphics Features - Jun 15, 2018

If you create a project in 4.17 and follow the Repro steps, you will be able to adjust the colors of individual lens flares. If you copy the 4.17 project into 4.18, 4.19, 4.20 Preview, or 4.21 the f ...

Show Flags are changed to the state that they were set on editor startup when switching to a different level

UE - Graphics Features - Jun 15, 2018

Show Flags are changed to the state that they were set on editor startup when switching to a different level It appears that the state of Show Flags are stored in the editor on shut down, this is c ...

Editor grid zfighting with meshes

UE - Graphics Features - Jun 15, 2018

The editors snap grid will zfight with flat surfaces of static meshes and BSPs. Found in 4.19 CL# 4033788, 4.20 preview CL# 4121666, 4.21 CL# 4131780 ...

Crash when trying to "Update Mesh Section" on any procedural mesh just after "Clear Mesh Section" and "Create Mesh Section" for different vertices and triangles.

OLD - Anim - Jun 15, 2018

the editor Crashes when trying to "Update Mesh Section" on any procedural mesh just after "Clear Mesh Section" and "Create Mesh Section" for different vertices and triangles. Found in 4.19 CL# 4033 ...

GameplayTag Query on Component Instance resets when reloading level

UE - Gameplay - Components - Jun 14, 2018

GameplayTagQuery variables - when inside of a component, are not saved. User notes: "Note that this does not occur if the ActorComponent is added in code in a native actor and that the actor at S ...

Crash when using Find in Blueprints with String Table references

UE - Editor - UI Systems - Localization - Jun 14, 2018

Crash in UEngine::TickWorldTravel

UE - Networking - Jun 14, 2018

In UEngine::TickWorldTravel, in between calls to LoadMap() and LoadMapCompleted() it is possible that an error causes PendingNetGame on the world context to be nulled out (presumably by CancelPendi ...

Delay nodes occasionally don't fire the "Completed" output in a nativized build.

UE - Gameplay - Blueprint - Jun 13, 2018

This happens when the 32-bit LatentUUID signed integer that we generate for the delay node starts with "-1" when converted to an FString (e.g. "-1824950080"). During compilation, we pack latent fun ...

Point lights with source length building static or stationary lighting will build incorrect shadows on movable objects

UE - Graphics Features - Lumen - Jun 12, 2018

Adding source length to a point light that is set to stationary or static will cause shadows to build incorrectly on movable objects. Working as expected in 4.18 CL# 3832480 Found in 4.19 CL# 4033 ...

Could not delete reference in specific level sequence

UE - Anim - Sequencer - Jun 12, 2018

Could not delete reference in specific level sequence. It seems to be a soft reference because it becomes a reference for pink color, but I do not know where it is being referred. ...