Changing root component in C++ does not apply correctly to map placed actor instances

UE - Gameplay - Jan 4, 2023

Edit: Please investigate for not only root component changes, but native component hierarchy changes in general and whether those hierarchy changes apply to actor instances saved as part of maps. O ...

LiDAR plugin crashing with VR Instanced Stereo enabled

UE - Platform - XR - Jan 26, 2023

When enabling LiDAR plugin with VR Instanced Stereo enabled it causes a crash. Alternate repro: From Any project Enable Instanced Stereo in project settings Enable LiDAR Point Cloud Support Restar ...

Custom Primitive Data on BP instance not taking affect while in editor

UE - Rendering Architecture - Apr 5, 2023

https://udn.unrealengine.com/s/case/5004z00001n9LsOAAU/custom-primitive-data-on-bp-inst ance-not-taking-affect-while-in-editor Original Repo is from 4.27, however, it still happens in 5.2. This is ...

Engine Crash when Running a Screenshot Functional Test

UE - Automation Test - Apr 12, 2023

Running a Screenshot Functional test, is causing an engine crash. By attaching a debugger to it, AScreenshotFunctionalTestBase::PrepareForScreenshot() is reached and GEngine->GameViewport is null, ...

PCG Graph on 2x2 Landscape incorrectly displays weight on paint layers

UE - World Creation - Procedural Tools - PCG Graph - May 26, 2023

In my example picture I have "Grass" set as the target attribute area but the debug cubes are appearing on the dirt and snow as well.  This only happens when the landscape subsections are set to 2x ...

Imported Materials Are Not Assigned To Correct Element Index Based Off Mat ID (3dsMax)

UE - Editor - Content Pipeline - Import and Export - Nov 17, 2016

When importing a mesh with material IDs from 3dsMax they will get assigned to different element numbers than intended. This worked 4.13.2 Binary CL 3172292 Is Broken in 4.14 Binary CL 3195953 ...

Startup Movies Fail to Play when Audio Devices are Disabled

Tools - Feb 1, 2016

If a user launches a project in Standalone mode and has a Startup movie while the audio devices on the computer are disabled, the movie will fail to play. As soon as you re-enable an audio device, ...

Memory increase when exiting PIE with Project Settings open

Tools - Nov 30, 2016

Memory increase when exiting PIE with project settings open Regression: YES Broken: 3195953 (4.14.0) Worked: 3195953 (4.13.2) ...

Character Can Jump Indefinitely on the Client When JumpMaxHoldTime > 0

UE - Gameplay - Jan 23, 2017

Characters on the client can jump indefinitely when using a Jump Max Hold Time of > 0. It appears that this option is not available on the client. ...