Crash exiting play in vr preview with -Vulkan and Oculus Rift

UE - Platform - XR - Dec 22, 2017

Editor crashes after exiting a play in vr session with -Vulkan enabled Exclusive to Oculus Rift ...

BP nativization emits incorrect C++ code for noexport-typed struct field access in some cases.

UE - Gameplay - Blueprint - Dec 18, 2019

In BlueprintCompilerCppBackendUtils.cpp: #define MAP_BASE_STRUCTURE_ACCESS(x) \ BaseStructureAccessorsMap.Add(x, TEXT("#x")) Needs to be changed to: #define MAP_BASE_STRUCTURE_ACCESS(x) \ ...

A Blueprint containing an array Swap node will fail to be nativized.

UE - Gameplay - Blueprint - Jul 17, 2020

Blueprint assets that utilize an array "swap" node to swap elements cannot currently be converted to C++. Current workaround: Either avoid use of the "swap" node or exclude the Blueprint asset from ...

Custom UVs don't store information properly in layered materials.

UE - Rendering Architecture - Materials - May 9, 2022

[Link Removed] I have this set up so that FX artists can stack UV manipulations, so I don't want to just have all the UV manipulation in the layer with the base color, even though that does give me ...

[CrashReport] Assertion failed: GetOuter()==NULL in UE4Editor_Core!FText::IsEmpty

Tools - Apr 17, 2017

This is a top 10 crash affecting many users. It is believed it may be related to the auto listen / reimport feature. The callstack shares similarities to past tickets, such as:[Link Removed][Link R ...

[CrashReport] UE4Editor_Slate!FDelegateBase::Unbind()

UE - Editor - UI Systems - Slate - Jul 24, 2017

This is a common crash affecting users in 4.16. User Descriptionstrying to import a texture D: Source Context 137 /** 138 * Unbinds this delegate 139 */ 140 ...

Cannot build project for the Development configuration after adding a new UFactory code class

Tools - Apr 13, 2018

Adding a new custom UFactory code class to a project results in no longer being able to build the project for the Development configuration. Prior to adding the UFactory code class the project can b ...

Ensure triggered upon improper math expression

UE - Gameplay - Blueprint - Aug 4, 2016

An ensure is triggered upon entering an improper math expression. ...

Setting Texture Group "UI" from Editor Utility Blueprint at Import causes a crash

UE - Texture - Nov 28, 2023

In Blueprint, binding a custom event to OnAssetPostImport and setting TextureGroup to UI causes the UE editor to crash. But if it sets to the other group like "World" or "Character", this crash does ...

Editor crashes when using decal material on Instanced Static Mesh with Raytracing

UE - Graphics Features - Lumen - Apr 8, 2021

This issue can occur when setting the Decal Material to Instanced Static Mesh in a Raytracing enabled project. (If there is a cache, it will not crash.) The cause is that DefaultDeferredDecalMateria ...