Improper include generated when C++ class is in a subdirectory

UE - Editor - Workflow Systems - Jun 7, 2022

This is not a regression from 4.27.2, however, a similar issue was fixed in 4.26. Generating a C++ class that is in a subdirectory generates the #include "Subdirectory/Class.h" instead of #include ...

D3D validation error about resources being deleted while in use

UE - Rendering Architecture - RHI - Jun 7, 2022

We believe this is a bug in the D3D validation layer, rather than an actual error in our code. We're in touch with Microsoft about it, but I'll make this ticket to track the progress of that investi ...

When TSR is enabled, the maximum brightness is clamped to about 16000.

UE - Graphics Features - Jun 7, 2022

You can also check it by enabling real-time rendering in the NewMap.umap of the attached project, and then clicking on "High Resolution Screenshots". (You may need to disable and enable post-process ...

"Windows Principal functionality is not supported on this platform" when packaging for iOS on Mac

UE - Platform - Mobile - Jun 7, 2022

Thread here: https://github.com/dotnet/standard/issues/1279 ...

Pawn's role is incorrect in BeginPlay on client if a multicast RPC is called in BeginPlay on server

UE - Networking - Jun 6, 2022

It seems as though calling a multicast RPC during BeginPlay on the server will cause the new actor to finish spawning on the client before applying any initial replicated data, such as the actor's R ...

Fatal Error when setting S RGB to true on a Texture 2D from a Render Target Create Static Texture Editor Only node

UE - Texture - Jun 6, 2022

This is a regression. Tested in //UE4/Release-4.27 CL#18319896 Fatal Error when setting S RGB to true on a Texture 2D from a Render Target Create Static Texture Editor Only node. ...

Assertion thrown when selecting the Input Preview arrow within a collapsed node within the Material Graph

UE - Rendering Architecture - Materials - Jun 6, 2022

This is a regression testing in //UE4/Release-5.0 CL#18319896 Assertion thrown when selecting the Input Preview arrow within a collapsed node within the Material Graph. ...

[CrashReport]libUnrealEditor-RenderCore!FRDGEventScopeOpArray::Execute(FRDGBreadcrumbState&) [RenderGraphEvent.cpp:149]

UE - Rendering Architecture - RHI - Jun 6, 2022

Generated from CrashReporter Error Message:Assertion failed: !EnumHasAnyFlags(StencilAccess, AnyCopy) [File:./Runtime/VulkanRHI/Private/VulkanBarriers.cpp] [Line: 439] Only the Stencil being transi ...

Hair shading emits light when Lumen is enabled

UE - Graphics Features - Jun 6, 2022

This artifact does not occur when Lumen is disabled. Also, moving Roughness closer to 1 will reduce the effect. ...