Editing an array config property via ProjectSettings can end up editing other platform config properties.

UE - Foundation - Core - May 27, 2024

Platforms .ini config files can end up with incorrect data, due to how ProjectSettings manages the config data. On a Windows machine, if we open the ProjectSettings window, all the data is going to ...

[bink video]Auto importing bk2 creates an asset with wrong path

RAD - Bink Video - May 27, 2024

Here is a work around : #include "binkplugin_ue4.h" UObject* UBinkMediaPlayerFactory::FactoryCreateBinary( UClass* Class, UObject* InParent, FName Name, EObjectFlags Flags, UObject* Context, co ...

Crash when undoing emitter deletion in Niagara System

UE - Niagara - Cinematics - May 25, 2024

Nanite mesh shadows not updating when CSMCaching enabled

UE - Platform - Mobile - May 25, 2024

A Nanite primitive casting a CSM shadow on another Nanite primitive with "Cast Shadows" disabled, will have it's shadow disappear completely when r.Shadow.CSMCaching = 1. ...

Packed Level Actor should adjust transforms for negatively scaled actors when adding them to ISM

UE - World Creation - Worldbuilding Tools - Level Instances - May 24, 2024

When negative scaling is applied to an instance of an ISM, the instance transform is updated to apply a rotation instead. The same thing should happen when packing actors into ISMs for Packed-Level ...

Actors in always loaded sublevels are not immediately recorded into replays

UE - Networking - May 24, 2024

In FReplayHelper::ReplicateActor, we check Connection->ClientHasInitializedLevel(Actor->GetLevel()) to see if the actor should create a channel or not. However, the DemoNetConnection does not have a ...

Option "Update Animation in Editor" is reset for child skeletal meshes

UE - Anim - Runtime - May 24, 2024

When the boolean is set on a child skeletal mesh, looks like it gets reset   Specifically , at UActorComponent::ConsolidatedPostEditChange forces a reconstruction of the Blueprint, making the trans ...

delete_all_material_expressions_in_function Doesn't delete all expressions in one go.

UE - Rendering Architecture - Materials - May 24, 2024

UDN: https://udn.unrealengine.com/s/case/500QP000009NxNBYA0/deleteallmaterialexpressionsinfunction-doesnt-delete-all-expressions-in-one-go?fromCase=1 A UDN user is reporting that the delete_all_mat ...

LocalHeightFog placed in 5.3 projects are invalid and not appearing when the project is updated to 5.4

UE - Graphics Features - May 24, 2024

LocalHeightFog actors placed in levels for 5.3 projects are invalid and not appearing in levels after the project is upgraded to 5.4. This is likely due to LocalHeightFog being renamed to LocalFogVo ...

CPF_TextExportTransient and RF_TextExportTransient inconsistent behavior

UE - Gameplay - Blueprint - May 23, 2024

The TextExportTransient can be specified as a property flag and object flag. Behavior is inconsistent: there are many ways in which an object marked TextExportTransient can still be part of the text ...