[AI] Stack overflow in canRemoveVertex of DetourTileCacheBuilder

UE - AI - Navigation - Sep 28, 2023

User reports of stack overflow happening in canRemoveVertex in DetourTileCacheBuilder.cpp if a poly has more than 16 vertices. The array for edges is a fixed array and is written to without checking ...

Crash on packaged game with Struct containing Enum and Nativization on

UE - Gameplay - Blueprint - Jun 20, 2017

There is a crash occurring with a packaged game that has a Struct containing an Enum inside of it, as well as having the nativization on, the issue does not occur if Nativization is turned off. The ...

Crash upon diffing Blueprint that was reparented when its previous parent has already been deleted

UE - Gameplay - Blueprint Editor - Sep 20, 2017

When attempting to diff a Blueprint that has been reparented when the previous parent no longer exists in the editor, a crash occurs. The crash is due to the editor attempting to reference the delet ...

World Outliner selection does not update transform widget location during play

Tools - May 23, 2017

World Outliner selection does not update transform widget location during play. This issue can be easily fixed simply by reselecting the object, this issue only affects the first time the object is ...

Undoing pasting a component will crash ([CrashReport] UE4Editor_CoreUObject!FWeakObjectPtr::IsValid() [weakobjectptr.cpp:48])

UE - Gameplay - Components - Jul 20, 2017

This is a common crash affecting users in 4.16. The callstack is similar to [Link Removed], which was fixed in 4.13. User DescriptionsAccidentally duplicated a blueprint with multiple static mesh ...

Crash occurs when diffing blueprint that has had one of its variables changed to a Soft Object Reference

UE - Gameplay - Blueprint Editor - Oct 3, 2017

A crash occurs when diffing a blueprint that contains an array that has changed from an Object Reference to a Soft Object Reference. Note: I figured that this could be related to another bug that I ...

Allow Window Resize has no effect on Linux

UE - Platform - Linux - Jun 8, 2017

Checking the option for Allow Window Resize in Project Settings allows a the borders of a standalone window to be grabbed and used to resize the window. This does not behave the same on Linux and t ...

Hierarchical and normal Instanced Static Mesh Components do not maintain PerInstanceRandom values when transforms are modified

UE - Graphics Features - Nov 6, 2017

When using PerInstanceRandom in a material that is applied to a Hierarchical or normal Instanced Static Mesh component, there are issues of the value resetting when certain transform operations are ...

[CrashReport] Assertion failed on Linux: SharedContext.hGLContext in OpenGLLinux.cpp

UE - Platform - Linux - Jun 16, 2017

This is a top community crash occurring on Linux. The two linked CrashGroups have nearly identical callstacks. A log file is attached. Additional information is currently unavailable. Callstack f ...

PerInstanceRandom does not work on Instanced Static Meshes spawned at runtime

UE - Graphics Features - Aug 11, 2017

PerInstanceRandom does not provide a random value when the material is being used on an Instanced Static Mesh that is spawned at runtime, the value is always the same. Regression?: Yes This did not ...