[MetaSounds] - Changing an Input to Modulation Parameter crashes editor due to module load order

UE - Audio - MetaSounds - May 27, 2022

Setting an Input type on Modulation Parameter crashes the editor with:Assertion failed: Pair != nullptr [File:E:\SMoyls_UE5_Release-5.0\Engine\Source\Runtime\Core\Public\Containers\Map.h] [Line: 643 ...

VRS doesn't respect the AdditionalShadingRatesSupported flag

UE - Graphics Features - May 27, 2022

D3D12 needs to check the flag D3D12_FEATURE_DATA_D3D12_OPTIONS6::AdditionalShadingRatesSupported and filter out VRS modes that aren't supported. This flag should be put into something like "GRHISupp ...

Foliage is not partially loaded after InstancedFoliageGridSize is changed by WorldPartitionFoliageBuilder commandlet

UE - World Creation - Worldbuilding Tools - Foliage - May 27, 2022

Changing the InstancedFoliageGridSize by the WorldPartitionFoliageBuilder commandlet will cause some of the foliage to not load correctly. ...

Saving Widget Blueprints directly can put them in a bad state.

UE - Gameplay - Blueprint - May 26, 2022

The fixup code for repairing Widget bindings in UE5 assumes that a compile occurs first. However, saving the asset does not cause a compilation to occur. When we reload the asset and open it in the ...

Chaos : Rigid body sleeps when very small external force is applied by AddForce

UE - Simulation - Physics - Solver - May 25, 2022

When a small external force is applied to the rigid body, the VSmooth value is reset in the ResetVSmoothFromForces function. Since this function ignores the current velocity, a very small velocity ...

Landscape smooth and flatten tools deform the terrain incorrectly

UE - LD & Modeling - Terrain - Landscape - May 25, 2022

The Landscape smooth and flatten tools can deform the landscape incorrectly causing chunks of the landscape to be removed (see attached image). ...

FFrame::ReadProperty() occur crash if Blendspace Player node use Function to get BlendSpace Asset

UE - Anim - Runtime - Anim Blueprints - May 25, 2022

If user connect a function that returns a Blendspace Asset to a Blendspace Player that BlendSpaceAsset settings are exposed to a pin, it crashes in the package. It does not occur if user do not con ...

HLOD build crashes when GroupActor is present

UE - World Creation - Worldbuilding Tools - HLOD - May 24, 2022

The licensee shared information that a Null check on the following Actor can be used as a workaround. static TArray<UActorComponent*> GatherHLODRelevantComponents(const TArray<AActor*>& InSourceAct ...