Crash when calling SetActorLabel in Construction Script

UE - Gameplay - Blueprint Compiler - Jul 31, 2018

Calling SetActorLabel in construction script will cause a crash. Also occurring in Main @ CL 4235929 ...

SceneDepth failed with MSAA on PC Mobile Preview

UE - Platform - Mobile - Sep 19, 2018

In PC ,RHICreateTargetableShaderResource2D will create SeparateTarget and ShaderResource, and after basepass resolve depth from TargetableTexture to ShaderResourceTexture. But in mobile preview,  ...

REGRESSION: Metadata no longer import in Unreal from SKP files

UE - Editor - Content Pipeline - Datasmith - Exporters - Jan 16, 2019

The reason is simple, the actor names is not the same as the metadata name: [Image Removed] ...

CrashReportClientEditor crashes when starting Unreal Engine

UE - Foundation - Core - CrashReportClient - Jul 21, 2020

Destroying a camera actor makes the level Dirty

UE - Graphics Features - Oct 29, 2020

This does not occur except for Camera actors. ...

r.MaxAnisotropy does not work in editor

UE - Graphics Features - May 21, 2021

Setting r.MaxAnisotropy by console in editor has no effect on texture sampler's MaxAnisotropy. If the startup value of r.MaxAnisotropy is 8, then the MaxAnisotropy is always 8 no matter how  r.MaxA ...

MoviePipeline: Python Editor example can double-up objects in-scene

UE - Anim - Sequencer - Jan 4, 2022

See the UDN for sample project. This is caused by the Editor Python sample not using the UMoviePipelineQueueSubsystem, which (when rendering) blocks the Sequencer from auto-binding to PIE. The fix ...