Editor Crashes When Count on Mid Node is Less Than 0

UE - Gameplay - Dec 29, 2016

The editor crashes when the Count parameter passed into the Mid function is < 0. There is an assertion check(Count >= 0); in FString Mid in UnrealString.h, but an error message would be expected ...

Able to scale Math Hall graphs down to 0 which distorts them in ContentExamples

Docs - Samples - Sep 19, 2016

All of the graphs in the Math_Hall can be scaled down to 0 which causes the graphs to appear distorted. These should probably be clamped as 1 since scaling them down to 0 does not show any useful in ...

Cull Distance Volumes Affecting Actors After Being Deleted

UE - Graphics Features - Oct 7, 2019

Cull Distance Volumes Affecting Actors After Being Deleted. Found in 4.22 CL# 7053642, 4.23 CL# 8386587, and 4.24 CL# 9428115 ...

Static meshes in a particle system are not affected by decals

UE - Graphics Features - Dec 21, 2017

There is an issue where Static meshes in a particle system are not affected by decals, It is unsure if this is intentional behavior or not. This issue does not appear to be a regression Versions ...

Wire thickness settings appear to affect the wrong wires

UE - Gameplay - Blueprint Editor - Sep 28, 2017

When changing wire thickness in the editor preferences the setting appear to affect the wrong types of wires. ...

WorldGridMaterial gets added as Element 0 when importing LOD model

When importing a LOD model, LOD material can get added as element 0, not preserving previous material assignment. It's not possible to re-order/delete the automatically added Element 0 WorldGridMat ...

Global illumination Postprocess settings doesn't affect Reflection on Mobile

UE - Platform - Mobile - Jul 29, 2019

Postprocess GI related settings look like working in 4.22 on Mobile now, but seems buggy, Not sure if it has supposed to be supported on Mobile since it has no any info in Doc or 4.22's release note ...

Random number generator has a higher probability of returning 0 than any other number

UE - Foundation - Core - Mar 22, 2015

I had a game that needed to generate hundreds of thousands of random numbers. (I was using the Blueprint "Random Float" node). There were a ton of 0.0 values generated, many more than any other n ...

Build fails due to potential divide by 0 error

UE - Graphics Features - Sep 29, 2017

Shipping builds of the Engine fail when using the Visual Studio 2017 compiler due to a potential divide by 0 error. This is because the TotalColumnSize property of SMemoryStats is set to 0 by defaul ...

Editor crashes on Mac when launching with the command -MacExplicitRenderer=0

UE - Graphics Features - Jan 19, 2017

Trying to launch the editor with the command -MacExplicitRenderer=0 causes a crash. At the time of the crash, the following line appears in the log:LogMac:Error: appError called: Assertion failed: A ...