Issue with Niagara MeshRenderer

UE - Rendering Architecture - Aug 8, 2023

Blueprint actor component properties do not automatically flush dormancy when set

UE - Networking - Aug 8, 2023

UK2Node_VariableSet::ShouldFlushDormancyOnSet only returns true for classes that derive from AActor. This leads to inconsistent behavior, as the owning actor will not have FlushNetDormancy called on ...

PlayerStart in LevelInstance are not loaded early enough in PIE as Standalone/Listen

UE - World Creation - Worldbuilding Tools - Level Instances - Aug 8, 2023

Non-spatially loaded actors in a Level Instance are not embedded properly when entering PIE. This issue does not happen in a cooked build. ...

Cannot change collision presets in BP instances.

UE - Simulation - Physics - Aug 8, 2023

Even with the “Editable when Inherited” flag set in the blueprint class static mesh component, the BP instance collision preset cannot be set to one different from the BP class collision preset. The ...

GAS: AbilitySystem.DebugAttribute crashes client when server added runtime constructed GEs

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

In a networked PIE session, when the server has applied a programmatically constructed GameplayEffect that has duration policy = Infinite or HasDuration, this results in a client crash when the clie ...

The pak file specified in PakFileRules is not created correctly

UE - Foundation - Core - Aug 8, 2023

The rules by which chunks are created are ambiguous and currently do not ensure that both PakFileRules and PrimaryAssetLabel settings are reflected. In this sample, depending on the PrimaryAssetLabe ...

Renaming a shot through the shot track does not rename the underlying sequence asset

UE - Anim - Sequencer - Aug 7, 2023

Renaming a shot through the shot track does not change the name of the underlying asset, and causes it to no longer match when looking for takes ...

Crash on map change with non-null values for GPropertyColorationClass and request customizable property coloration color

UE - Editor - Workflow Systems - Aug 7, 2023

This was found by a customer through a UDN, and they offered the fix for it, as well. The basic steps to reproduce the crash are as follows:call GEditor->SetPropertyColorationTarget(...) somewhere i ...

Mesh deformed by Cable Component does not output velocity

UE - Simulation - Physics - Aug 7, 2023

The velocity when moving the root is output, but it seems that the velocity for each deformation is not output. Since motion blur and TSR use velocity, problems such as ghosting may occur. ...