Non-existing config file loading could cause memory leak

UE - Foundation - Core - Oct 19, 2023

The cause of this problem is the Engine has code paths which register a new allocated object to Map without deleting the previous object. In the repro project, whenever hitting Space Bar, the level ...

Mass Agent Component implementation triggers Aggressive Default Reference Replacement ensure

UE - AI - Mass - Nov 13, 2023

Workaround: Construct the DefaultSubobject with ... = CreateDefaultSubobject<UMassAgentComponent>(TEXT("MASS"), true); The issue appears to be that the DefaultSubobject holds a pointer to the CDO ...

In-editor hitch when deleting one actor in a world with many loaded actors

UE - Foundation - Core - Nov 17, 2023

When editing a level with many actors (1000+), deleting an actor results in a noticeable hitch: the editor becomes unresponsive for seconds. This hitch becomes longer the more actors are loaded and ...

Chaos Vehicle does not make them CCD

UE - Simulation - Physics - Jan 10, 2024

AWheeledVehiclePawn class tries to use CCD in the constructor, but Mesh->BodyInstance.bUseCCD = true this code does not work to activate CCD because Physics Assets could not be available at this ...

Pre-UE5 serialized FVariant FVector data corruption when deserialized in UE5

UE - Gameplay - LWC - Jan 15, 2024

FVariant is a struct that implements a union of data types, including FVector. When assigning an FVariant an FVector value in engine versions UE 4.27 or earlier, the FVariant will deserialize incorr ...

Reset Instance Changes to Blueprint Defaults does not reregister components

UE - Gameplay - Blueprint Editor - Jan 17, 2024

For map placed blueprint actors with components with property modifications, when triggering Reset Instance Changes to Blueprint Default from the actor instance's Details panel, any components with ...

Take Recorder - Viewport Freezing and Performance Degradation When Recording Without Subsequences

UE - Anim - Sequencer - Take Recorder - Apr 11, 2024

Description: In Unreal Engine 5.4, when recording camera movements using the Take Recorder with the "Record Sources Into Sub Sequences" option turned off, significant viewport freezing and performan ...

PDI-DrawPoint - Zoomfactor being calculated incorrectly

UE - Graphics Features - Feb 20, 2017

A licensee has reported that the ZoomFactor variable inside of the DrawPoint function is being calculated incorrectly. It currently is calculated using the lesser of the projection matrix's horizont ...

[Feature Request] CVars for HISMC

UE - World Creation - Worldbuilding Tools - Foliage - Jun 18, 2021

Currently some (if not all or most) foliage CVars affect both foliage and HISMC. It would be nice to split this so that users can change the values of one without affecting the other. ...

Implied Decal Blend Modes don't properly account for Material Attributes usage

UE - Graphics Features - Sep 28, 2021

I've attached a project with the necessary materials that demonstrate this issue. I would expect that just because a Set Material Attributes node is inside a material graph it wouldn't affect the de ...