Material Layers "swap" location instead of shift downwards.

UE - Rendering Architecture - Materials - Oct 17, 2023

Licensee request for this as it is affecting productivity. Likely requires a method of allowing a user to choose which behaviour they prefer. For reference, the behaviour changed in CL 11684461 to f ...

iOS Shipping Build using std::thread crashes on launch

UE - Platform - Mobile - Jun 2, 2017

A user is reporting that using the following code in a GameMode class causes shipping iOS packages to crash on launch:void ANOGSSDKGameModeBase::StartPlay() { std::thread([](){ std::clog << "THRE ...

Collision for bsp stays in level after bsp is deleted

UE - LD & Modeling - Modeling Tools - BSP - Jun 30, 2015

If a bsp brush is deleted from a level, the level has geometry built, and the user presses play then uses the "show collision" console command, the collision for the bsp wlil still appear. This does ...

Crash when Changing Source File and Re-Importing Mesh used in Mesh Particle System

UE - Graphics Features - Aug 2, 2016

A licensee has reported a crash when re-importing a mesh being used within a Mesh Particle system. Regression? Yes, this crash does not occur in the 4.11.2 binary release. Link to Crash Logs: [Lin ...

User cannot undo the automatic changing of Mobility settings

Tools - Sep 12, 2016

When the users causes a component to automatically change its Mobility setting by changing that setting on a parent or child component, undoing that change only affects the manual change caused by t ...

Rotating a static mesh makes it slightly smaller

UE - Gameplay - Jan 11, 2017

If a static mesh is rotated 180 degrees, it is made slightly smaller than it usually is. There are some other degrees that can give the same effect without the shrinking, such as 540. Regression?: ...

[CrashReport] MetalRHI crash - void FForwardLightingParameters::Set<FRHICommandList, FRHIPixelShader*>

UE - Graphics Features - Jul 20, 2017

This is a common crash affecting Mac users in 4.16. User DescriptionsI tried to build the lighting and it keeps crashingWhenever I attempt to build the project or change the preview rendering to IO ...

ProRes 4444 files cannot be played on MediaPlayer when RHI is DirectX 12

Media Framework - Feb 10, 2020

This file can be used if you have enabled the Apple Pro Res Media plug-in. This can be played when RHI is set to DirectX 11, but not when changed to 12. The file being played is a ProRes 4444 vide ...

Text type parameters show the same value after reload in duplicated actor

UE - Gameplay - Blueprint - Jan 4, 2021

Issue occurs in both events and functions. Seems like it's only affecting Text, didn't notice this issue for other variable types. The original actor is working as expected. Only the duplicated one ...

JobObject appears to break /ZI pdb compiles

UE - Foundation - Cpp Tools - UnrealBuildTool - Mar 9, 2023

It seems that the [Link Removed] UBT creates to ensure any child processes are terminated on close is somehow affecting the mspdbsrv process that cl is spawning and terminating it when cl is finishe ...