Wobbling effect on meshes

UE - Graphics Features - May 31, 2022

Weird wobbling rendering artifact are generated on the surface of the Mesh located far from the origin.  ...

[CrashReporter]UnrealEditor-Engine!UWorldPartition::GenerateStreaming(TArray<FString,TSizedDefaultAllocator<32> > *) [WorldPartitionStreamingGeneration.cpp:570]

UE - World Creation - Worldbuilding Tools - World Partition - May 31, 2022

Generated from CrashReporter user's comment: Everytime I press "Play" in this specific project, the program crashes ...

When using OpenLevel to transition to a level with WorldPartition enabled during PIE, the log outputs "Failed to load '/Game/MapName': Can't find file."

UE - World Creation - Worldbuilding Tools - May 31, 2022

Outputs warning logs when transitioning to the World Partition level with OpenLevel. This only occurs in PIE, not in Standalone or Package builds. In PIE, it appears that the package failed to load ...

Only the first image of multi-source SVT can be exported.

UE - Editor - Content Pipeline - Import and Export - May 31, 2022

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