UClass::SparseClassDataStruct null at editor-time for child blueprints until compile

UE - Gameplay - Blueprint - May 29, 2024

Child blueprints of a blueprint of a native actor class with sparse data can have an incorrectly null SparseClassDataStruct value, and thus fail to initialzie their SparseClassData. This affects edi ...

Async Physics incorrectly interpolates when multiple physics ticks pass

UE - Simulation - Physics - Solver - May 28, 2024

If a user set the transform of a Body from the game thread and physics is running multiple async ticks perf game tick, the transforms might be being calculated incorrectly. ...

Translucent materials with Modulate blend mode disappear with down-res translucency enabled

UE - Graphics Features - May 28, 2024

Reported from this UDN: https://udn.unrealengine.com/s/question/0D5QP00000MLlco0AD/active-dtr-doesnt-render-beforedofmodulated-materials?fromCase=1 The problem is that, except in very specific circ ...

Server will process moves from client with bReplicateMovement set to false

UE - Gameplay - Player Movement - May 28, 2024

UCharacterMovementComponent::ReplicateMoveToServer checks IsReplicatingMovement before sending moves to the server, but the server does not check IsReplicatingMovement when processing these received ...

Packed level actors have wrong transform in cooked builds when created from attached actors

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

Spline points cannot be selected on newly placed spline blueprints

UE - Editor - Workflow Systems - May 28, 2024

Licensee reports a difference in behaviour in instanced blueprints containing SplineComponents from 5.3 to 5.4, with respect to whether a placed blueprint containing spline component instance can be ...

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 ...

DataValidationCommandlet has no GC strategy and can run out of memory on large projects.

UE - Editor - Content Pipeline - May 27, 2024

The DataValidationCommandlet can run out of memory during execution as it does not unload any of the validated assets. This does not seem to be specific to the commandlet, since the UEditorValidato ...

[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