Properly handle child actor component referencing Level Instance actor

UE - World Creation - Worldbuilding Tools - Level Instances - Jun 3, 2022

[UDN] Static array of UObject pointers gives x3004 error in Material Editor.

UE - Rendering Architecture - Materials - Nov 7, 2022

String property multiline editing not enabled for local variables in the Blueprint Editor

UE - Gameplay - Blueprint Editor - Jul 21, 2023

The multi line flag is available for class level string properties but not for local properties.  ...

Looping Gameplay Cues are not removed if GameplayCueNotifyTagCheckOnRemove is true

UE - Gameplay - Gameplay Ability System - Aug 24, 2023

GameplayCues inheriting from GameplayCueNotify_Actor no longer have their Removed functions called when removed via UAbilitySystemComponent::RemoveGameplayCue if GameplayCueNotifyTagCheckOnRemove is ...

DumpShaderStats doesn't output any shader data

UE - Rendering Architecture - Shaders - May 1, 2024

The DumpShaderStats console command doesn't output any shader stats because the code to calculate that information in DumpShaderStats (Shader.cpp) is commented out https://github.com/EpicGames/Unrea ...

RVT does not correctly render multiple identical Instanced Static Mesh Components

UE - Rendering Architecture - Aug 17, 2023

If multiple ISM components are set to render to the same RVT and they each have the same mesh/material setup, then intermittently some instances will be dropped from rendering to RVT pages. Differen ...

"Consume pointer input" on Common User Widget does not work on iOS, FReply::Handled not respected

UE - Editor - UI Systems - Apr 29, 2024

From a UDN, they also mentioned:  Update: I added CommonUI to the test project to try the "Consume pointer input" setting. It behaves the same way as our custom input blocking widget in that the in ...