Post processing rendering artifacts Nexus 6

UE - Platform - Mobile - Dec 3, 2015

When you push a mobile targeted project to the Nexus 6, the rendering is all sorts of wrong. When you hover over to where the items are, the screen goes black. There is also a large black or cyan sp ...

FString.Mid doesn't react appropriately when given negative values for the Count variable

UE - Foundation - Core - Jul 16, 2015

If you use a 5 character string (hello) to call the Mid function and provide 0 for start, -1 for count, it'll give you the entire string. This should either return an assert or treat all negatives a ...

TeleportTo result with Chaos is different from PhysX

UE - Simulation - Physics - Jun 25, 2021

The result with Chaos is not wrong, rather it returns a correct correction vector, that vector is perfectly horizontal to the teleport buried against the landscape mesh. Therefore, teleportation wil ...

Plugins are not creating shipping versions on package on Mac 4.23 Preview

UE - Foundation - Cpp Tools - Jul 15, 2019

When you try to package a plugin on Mac in 4.23.0 Preview 1 there is no Shipping folder generated. This was verified to not happen in 4.22.3 (via Epic Launcher). Found in 4.23.0 Preview 1 CL# 72363 ...

Changing WITH_SUPSTEPPING prevents 4.10 from compiling

UE - Simulation - Physics - Nov 24, 2015

In the file EngineDefines.h, changing 37 to read "#define WITH_SUBSTEPPING 0" will cause the solution to fail the build process. ...

Blueprint Launches onto tvOS fail during runstep: Error_DeviceOSNewerThanSDK

UE - Platform - Mobile - Apr 19, 2019

When a user launches blueprint project to a tvOS device they will fail to run the project during the run step and if they manually try to launch the app from the dashboard. This issue does not repr ...

Crash in Vulkan when changing Source Texture for Rect Light

UE - Rendering Architecture - RHI - Jan 5, 2023

Regression: Tested in UE5/Release-5.0, no crash occurs so this is a regression No crash occurs in 5.0, but the rect light's light does not change based on the Source Texture. Rect lights function a ...

Animation Sharing Plugin Removes Mesh Collision

OLD - Anim - Jun 11, 2019

The referenced documentation does not state anywhere about collision being affected by animation sharing nor is the user expecting it to be affected. Even when the Collision Preset is overridden to ...

Low-level memory tracking has negative values for "FMallocUnused" and "Untracked"

UE - Foundation - Core - Oct 6, 2020

"FMallocUnused" is immediately bellow 0. "Untracked" is reported to go below 0 after very long playtimes (over 36 hours). Reported in version 4.25.3(CL 13942748). Tested and found negative values f ...

Crash when referencing GearVRController

UE - Gameplay - Blueprint - Jul 10, 2017

SamD and I noticed that in 4.17 the GearVRController component wasn't appearing in searches in the editor. This crash doesn't occur in 4.16.1 ...