unreal.py stub can overload IDE parsing limits

UE - Editor - Workflow Systems - Jul 13, 2021

We should consider splitting this into separate per-module files that are merged together via imports. Any strong dependencies (eg, inheritance) need to import the type being inherited. ...

GAME option of GenerateProjectFiles.bat does NOT work properly

UE - Foundation - Cpp Tools - UnrealBuildTool - Jul 13, 2021

if using -GAME option of GenerateProjectFiles.bat, it does not work correctly by the following codes.protected void AddProjectsForAllModules( List<FileReference> AllGames, Dictionary<FileReference, ...

OpenXR Remoting fails to attach actions to remoting session in 4.27

UE - Platform - XR - Jul 13, 2021

Regression from 4.26 where actions fail to bind when remoting in 4.27 Repro: using the Microsoft OpenXR Extensions plugin here:https://github.com/microsoft/Microsoft-OpenXR-Unreal/tree/main/MsftOpe ...

Ray tracing in sequencer causing AO ghosting

UE - Graphics Features - Jul 12, 2021

Crash when capturing attribute spreadsheet of Niagara GPU Particle with raytracing enabled

UE - Niagara - Jul 8, 2021

Also, NiagaraDebugger crashes the moment I enable GPU Particle Readback. ...

Material Quality Level not working with Layers

UE - Graphics Features - Jul 6, 2021

Vulkan bloom convolution causes crash

UE - Rendering Architecture - RHI - Jul 6, 2021

Ensure condition failed: Layout == VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR || Layout == VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL || Layout == VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_RE ...

Guid of Actor Reference does NOT replace in UMovieSceneActorReferenceSection::OnBindingsUpdated

UE - Anim - Sequencer - Jul 6, 2021

In UMovieSceneActorReferenceSection::OnBindingsUpdated, Key isn't reference, so the GUID isn't replaced.for (FMovieSceneActorReferenceKey Key : ActorReferenceData.GetData().GetValues()) { if (O ...

BuiltData is saved alongside it's map, even if lighting hasn't changed

Tools - Jun 25, 2021

Saving a map will always resave the map's BuiltData, even if the BuiltData hasn't been marked dirty. Changes were made to avoid marking it dirty for [Link Removed], but the call to SaveWorld in FEdi ...