Instanced EditInlineNew objects are parented to the CDO when used by a child BP of a parent BP that inherits from a native class

UE - Gameplay - Blueprint Runtime - Mar 21, 2024

EditInlineNew objects added to Instanced array stored in a struct are seemingly ignored and the object is instead parented to the CDO of the owner. The owner must be the BP child of a parent BP tha ...

YCoCg to sRGB?

UE - Niagara - Rendering - Mar 20, 2024

Both the material and the Niagara compute shader use the same function to interpret the YCoCg color data, but the Niagara compute shader returns an incorrect color. Also found on CL: 32347737 in Re ...

Enhanced input actions with Down triggers mapped to gamepad buttons can get into a bad state after viewport focus is lost

UE - Gameplay - Input - Mar 20, 2024

When we have an enhanced input input action that uses a Down trigger and is mapped to a gamepad button, for example Gamepad Face Button Left, it can get into a bad state when the game is unfocused. ...

UBlueprintEditorLibrary::ReparentBlueprint() results in compiler errors when attempting to reparent from a native parent class to a blueprint parent class

UE - Gameplay - Blueprint - Mar 20, 2024

When using the Reparent Blueprint node in an Editor Utility Blueprint, e.g. an Asset Action Utility, compilation errors will occur if you try to reparent a blueprint with a native parent class to a ...

Groom Assets do not cast shadows when the shadow casting light is close to the groom and virtual shadow maps are in use

UE - Graphics Features - Mar 19, 2024

When a shadow casting light is closer to the groom than some proportional amount the groom is away from the shadow catcher, the groom's shadow will disappear. This only occurs using VSMs. Raytraced ...

The AABBTree spatial acceleration structure goes off-sync when physics substepping is enabled in a "low" framerate environment.

UE - Simulation - Physics - Mar 15, 2024

When you enable the physics substepping, if you run the console command p.Chaos.Solver.DebugDrawSpatialAccelerationStructure 1, you can see how does not follow the physical object. The user that rep ...

Sparse volume textures displayed in Heterogeneous volume only visible in left eye

UE - Niagara - Rendering - Mar 14, 2024

Sparse volume textures displayed in Heterogeneous volumes are only visible in the left eye, as well as Niagara Fluid Sims. UDN for reference: [Link Removed] ...

Performing seamless server travel while a Legacy Camera Shake with an Anim Sequence set is ongoing will cause a crash

UE - Anim - Sequencer - Mar 14, 2024

When we server travel with seamless travel enabled, and a legacy camera shake with an anim sequence set is currently ongoing, we will get a crash due to the UMovieSceneEntitySystemLinker failing a c ...

When copying category properties, all the EditConst flags are not checked. This overrides variables that should not be written.

UE - Editor - Workflow Systems - Mar 12, 2024

If you create two actors that have the same structure of variables in a category, and you try to copy the category variables of one actor into the other, variables that have ReadOnly/EditConst speci ...

Jitter playing animation on actor located far from origin

UE - Anim - Runtime - Mar 12, 2024

A licensee has reported an issue with jitter when playing animations on an actor translated far from the origin (300000.0 units).  This repros on the First Person Template.  The issue is more obviou ...