FTransform(ENoInit) ensures in Debug on mobile platforms

UE - Foundation - Core - Sep 25, 2018

As of 4.20, ENABLE_NAN_DIAGNOSTIC is now enabled in all Debug configurations. However, this does not work well with the TransformNonVectorized that is used on platforms like android. If this combina ...

Ensure when adding more than one camera to world in VR mode

UE - Editor - Workflow Systems - Jun 13, 2017

Ensure condition failed: Lhs.CurrentNum == Lhs.InitialNum [Link Removed] [Line: 197] Array has changed during ranged-for iteration! Ensure occurs after dragging in multiple cameras into the world i ...

DirectX Tesselation Crash

UE - Graphics Features - Dec 12, 2017

Per UDN Licensee: I have 2 crash repro when enabling DirectX12, both linked to tesselation and still present in 4.18 stock engine and easy to reproduce. Crash 1 -Start editor with DirectX12 -Cre ...

Landscape Spline Width/Side Falloff does not respect Unreal Units.

UE - LD & Modeling - Terrain - Landscape - Nov 15, 2019

The user reports that the Landscape Spline Width and Side Falloff isn't respecting Unreal Units in the Editor. The usage for comparison is a Cube that is scaled up 7x to Splines that have a Width of ...

Landscape Paint Layers will not scroll to the end when using mouse wheel

UE - LD & Modeling - Terrain - Landscape - Sep 28, 2020

In a normal detail panel, each element has its own SDetailSingleItemRow and are mostly uniformly sized with some exceptions of having a few bigger rows (i.e. asset pickers). However, these layers ar ...

HiResScreenshot has incorrect masking when screenshot resolution scale does not match the viewport.

UE - Rendering Architecture - RHI - Sep 6, 2021

After a bit of investigation, the way to fix this would be to modify MergeMaskIntoAlpha to pass in the actual resolution scale and the requested size, and only mask the overlapping pixels. Currently ...

Non-terminating while loop when creating a new BP Actor and quickly switching between components.

UE - Gameplay - Blueprint Editor - May 14, 2024

It is possible for the while loop in UnrealEditor-SubobjectDataInterface.dll!USubobjectDataSubsystem::GetActorRootHandle(const FSubobjectDataHandle & StartingHandle) Line 815  to not terminate when ...

Nativized Packaging Fails When Delegates Have Same Output Parameters

UE - Gameplay - Blueprint Runtime - Dec 12, 2016

Attempting to package a project using Nativize Blueprint Assets that contains delegates that have the same output parameters (such as binding an event to the OnCanvasRenderTargetUpdate event as show ...

Package fails to load due to EditorOnly data when launched onto Mac or Windows

UE - Foundation - Core - Jun 28, 2017

LogPlayLevel: QAGame: [2017.06.28-14.09.14:706][ 0]LogLinker:Warning: Unable to load package (../../../QAGame/Content/UMG/UMG_Sprite.uasset). Package contains EditorOnly data which is not supported b ...

(Paper2D) Polygon Collision does not correctly rebuild when using rebuild collision node in packaged game

UE - Gameplay - Paper2D - Nov 29, 2017

With tile maps, Polygon Collision does not correctly rebuild when using rebuild collision node in packaged game. This issue does not appear to be a regression. Versions Tested: Issue occurs on all ...