Scaling sphere with gizmo causes it to not work with line trace

UE - Editor - Workflow Systems - Mar 16, 2021

Changing the scale of an actor with the level editor gizmo follows a very different codepath than changing it via the details panel. A side effect of this seems to be that line traces will no longer ...

incorrect virtual texture shader code(in FinalizeVirtualTextureFeedback) on Mobile forward platform

UE - Graphics Features - Mar 15, 2021

in the function FinalizeVirtualTextureFeedback, the micro "USE_DBUFFER && MATERIALDECALRESPONSEMASK" returns true on mobile forward, while there is no DBUFFER on Mobile forward obviously. This takes ...

IOStore : Packaged game crashes when doing garbage collection right after cancelling async loading by UnloadPrimaryAssetList

UE - Foundation - Core - RuntimeLoader - Mar 15, 2021

Packaged game without IOStore never hits this error. ...

Tagged binding exists after deleting object binding in sequence

UE - Anim - Sequencer - Mar 12, 2021

Tagged bindings aren't deleted when their object binding is deleted in the sequence.  ...

Niagara Component can crash if ticked with a null tick function

UE - Niagara - Mar 12, 2021

Niagara components don't null check their tick functions, and can cause a crash as a result. Compare to UParticleSystemComponent::TickComponent which does. It's fairly common in the engine to pass n ...

Pasting an Emitter In Niagara System is not created at cursor position

UE - Niagara - Mar 10, 2021

Not a regression as this also occurs in //UE4/Release-4.25.4 Behavior should work like other BP nodes, where copy/pasting puts the node where the mouse cursor is located. Current behavior is time ...

Most Material Instances render as the World Grid Material when placed on a Skeletal Mesh

UE - Graphics Features - Mar 10, 2021

When adding certain Material Instances to a Skeletal Mesh, the Material Instance break and renders as the World Grid Material. This persists in the project and the Material Instance cannot be used u ...

Engine crashes when trying to remove unused bones from skeleton

UE - Anim - Runtime - Mar 10, 2021

Engine crashes when i try to remove unused bones. I have lot of things going on in those characters, they all share same skeleton. There are anim blueprints with control rig and pose drivers, there ...

Incorrect SRV bindings in RTWriteMask shaders.

UE - Graphics Features - Mar 8, 2021

RTWriteMask shaders were using incorrect array bindings, causing visual artifacts. ...

Fbx animation re-import using UAssetImportTask in python will not use options

UE - Editor - Content Pipeline - Import and Export - Mar 5, 2021

Anim sequence re import factory is not overriding correctly the settings when we pass the override UFbxImportUI asset. It still use the original import data ...