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

[Audio Modulation]- Modulation of Pitch Destination on a Source Bus with a Parameter Patch affects Volume instead

UE - Audio - Modulation - Mar 20, 2024

Stepping in the inner area updates the Control Bus on the Patch, but the Modulation is applied to the Volume destination instead of Pitch. Reproduction rate: 5/5 This also occurs in //UE5/Release- ...

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

Starting PIE with an unloaded player start spawns the player at (0,0,0)

UE - World Creation - Worldbuilding Tools - Mar 19, 2024

From licensee:What happens is that UEditorEngine::CheckForPlayerStart() is returning the PlayerStart in the data layer, so FInternalPlayWorldCommandCallbacks::PlayInViewport_Clicked() doesn't route ...

Level Streaming - Always Loaded sublevel affected by streaming volumes

UE - World Creation - Worldbuilding Tools - Mar 19, 2024

The docs mention: "When a streaming Level is set to Always Loaded, it is loaded together with the persistent Level. It also becomes visible at the same time as the persistent Level. It ignores strea ...

Generating minimap texture for thirdperson template is blank

UE - World Creation - Worldbuilding Tools - World Partition - Mar 19, 2024

Meta Specifier BlueprintBaseOnly does not seem to work as intended

UE - Gameplay - Mar 19, 2024

Based on this case here:https://udn.unrealengine.com/s/case/500QP000006rnSEYAY/tsubclassof-with-metablueprintbaseonly-doesnt-appear-to-work From my testing the user seems to be correct. Applying th ...