Running the ResavePackages commandlet will consistently result in a crash. The callstack is here: Assertion failed: !IsRooted() [Link Removed] [Line: 265] UnrealEditor_Engine!UMaterialInterface::P ...
In UE versions 5.4 and onwards (as of CL 42589677 in Main), when an Instanced UObject property is defined in an Actor Blueprint, modifying the default value in the Blueprint does not propagate the c ...
Bink MediaTextureResource assets cause a graphics API crash, due to a missing UAV flag. The Licensee has proposed a fix to add the TexCreate_UAV flag. ...
Changing the Up Ratio of a vehicle movement component incorrectly alters gear shifting. For example, setting the ratio for Gear 3 to 1.0 will keep the vehicle from shifting to gear 2, etc. ...
When a user changes any properties (for calling PostEditChangeProperty ) in parent static mesh or restarting the editor, the modified mesh is applied correctly. how to reproduce: [Link Removed] ...
Reflections do not receive SkyLight leakage contribution from a static SkyLight when static lighting is disallowed. This is caused by the function UpdateSkyIrradianceGpuBuffer checking if the SkyLig ...
In the rolling ball template, the new floor meshes cause the player character to jump when the player has not pressed any jump commands. It occurs more often if the players movement has been increas ...
r.Shadow.FadeResolution and r.Shadow.RadiusThreshold values in DefaultScalability.ini are not being applied ...
After hot reloading a project, if the class a blueprint is based off of was edited, the blueprint is unable to be saved due to being referenced in Engine/Transient. Project for Repro: [Link Removed ...
When a mesh has its collision updated during runtime the navigation around the mesh does not update. Workaround: If the mesh is set to simulate physics then updates to its collision will update nav ...