Duplicate subobjects when you attach to an OptionalDefaultSubobject

UE - Gameplay - Components - Jun 3, 2022

I believe that this is happening because of a problem within USubobjectDataSubsystem::FindOrCreateAttachParentForComponent where it is creating duplicates of the character mesh because the "TestScen ...

Material fails to compile when virtual texture is connected to opacity mask only through Make/Break Material Attributes

UE - Graphics Features - Jun 2, 2022

If we connect a virtual texture to the opacity mask output of a material the material will fail to compile. Currently this is expected because allowing it could cause problems such as:No virtual tex ...

Editor crash after unload a data layer

UE - World Creation - Worldbuilding Tools - World Partition - Jun 2, 2022

USDStage - USD Material Overrides not reading

UE - Editor - Content Pipeline - USD - May 31, 2022

USD material overrides do not get applied properly to a USDStage prim inside UE.     When a material override that is set to a parent prim of USD Material, the override is ignored.   A usd material ...

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

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

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