D3D12RHI keeps increasing uniform buffer memory with "stat RHI"

UE - Rendering Architecture - RHI - Oct 25, 2019

If any skeletal meshes are not displayed, it stops increasing. Allocation count of uniform buffer is stable. added on February 26 Followings are an additional information from licensee. FD3D12 ...

Crash Creating Geometry Collection on Windows 7

UE - Simulation - Physics - Oct 24, 2019

Crashing on windows 7 when trying to create a geometry collection or opening the chaos destruction demo. Breaking on D3D11Util.cpp: Line 249 UE_LOG(LogD3D11RHI, Fatal,TEXT("%s failed \n at %s:%u \n ...

Cannot change Collision Profile of BP component instances

UE - Simulation - Physics - Oct 24, 2019

BP instances placed in level cannot have their components' collision profiles modified to anything other than default and custom. Note that this did not occur in 4.22 (after applying the separate ...

Crash when renaming a component to same name as a deleted inherited component.

UE - Gameplay - Blueprint - Oct 24, 2019

Fatal error "UE_LOG(LogObj, Fatal,TEXT("Renaming an object (%s) on top of an existing object (%s) is not allowed"), *GetFullName(), *ExistingObject->GetFullName());" is hit in UObject::Rename.  ...

Gameplay Abilities CancelAllAbilities not working as expected

UE - Gameplay - Oct 24, 2019

in AbilitySystemComponent_Abilities.cpp, line:844  CancelAllAbilities() does not appear to be working as expected.  There is a check before cancelling all abilities.  However, this check uses the Cl ...

Duplicating two nested components do not appear in the Component tree until the blueprint is compiled.

UE - Gameplay - Components - Oct 23, 2019

REGRESSION: No, this occurs as far back as 4.22. Duplicating two nested components can result in the duplicates not being visible in the component tree in the blueprint editor until the user compil ...

VoIP loses functionality when transitioning levels.

UE - Online - Oct 23, 2019

VoIP between client and host is lost upon transitioning levels. ...

sRGB flag is enabled when importing hdr image file

UE - Editor - Content Pipeline - Import and Export - Oct 23, 2019

The sRGB flag is enabled when importing hdr files. This is disabled in PostEditChangeProperty, but remains enabled if we do not edit the file. I think the sRGB flag should be disabled for hdr image ...

Debug values not updated for parallel eval Animation BPs

OLD - Anim - Oct 22, 2019

The watched values of a level instanced ABP do not update if a.ParallelAnimEvaluation is enabled. ...

"Allow Explicit Impure Node Disabling" setting still packages development only nodes into shipping builds

UE - Gameplay - Oct 22, 2019

Development Only nodes are packaged into shipping builds even when "Allow Explicit Impure Node Disabling" is enabled and the appropriate nodes are marked as "Development only."   ...