Can't update position with SetPositionInViewport when enable global invalidation

UE - Editor - UI Systems - Jul 22, 2020

When GlobalInvalidation is enabled, do not update to the position set by SetPositionInViewport. It works fine when GlobalInvalidation is disabled. ...

Missing reset to default buttons/arrows on "Object Responses" section of component collision profile response details customization

Tools - Jul 22, 2020

The "Reset to default" button/arrow is missing from the channels listed in the "Object Responses" section of the Collision Preset details customization. ...

UE4Editor is crashing after user builds lighting

UE - Graphics Features - Lumen - Jul 22, 2020

Issue reported by user that they are experiencing consistent crashes in UE4Editor have building lighting. ...

Masked Material is not displayed in LOD Coloration when turn off D Buffer Decal

UE - Graphics Features - Jul 22, 2020

This problem occurs not only in LOD Coloration, but also in other debug views such as Required Texture Resolution. ...

fbx metadata does not persist

UE - Editor - Content Pipeline - Import and Export - Jul 21, 2020

Delete an SKM asset Import the original fbx so that a new SKM asset is made in the exact same location in the content browser Apply some metadata tags or confirm that the asset imported with fbx m ...

ClothConfigNV is reset when reloading assets that had been saved with 4.24

UE - Simulation - Physics - Character - Jul 21, 2020

The new config object is created with the same serialization name as the legacy one "ClothConfigNV", causing the legacy data to be reset prior to migration. Replacing In UClothingAssetCommon::AddCl ...

Level export to FBX with actor X axis negative scale has issue in 3ds MAX

UE - Editor - Content Pipeline - Datasmith - Importer - Jul 20, 2020

The fbx exporter set the fbx axis system like 3ds max, so the max importer is not converting the incomming transform. see: ...

Duplicating event section will break binding after editor re-open

UE - Anim - Sequencer - Jul 20, 2020

Duplicating an event trigger or repeater section will break the binding when restarting the editor. ...

Ensure when restoring pre-animated state on Skeletal Mesh with Linked Anim Graph

UE - Anim - Sequencer - Jul 20, 2020

Download and launch attached projectPIEPress the "E" key to play the sequenceWait until sequence finishes RESULT Ensure in FAnimInstanceProxy::GetSkeleton as a result of restore state calling Unbind ...

A Blueprint containing an array Swap node will fail to be nativized.

UE - Gameplay - Blueprint - Jul 17, 2020

Blueprint assets that utilize an array "swap" node to swap elements cannot currently be converted to C++. Current workaround: Either avoid use of the "swap" node or exclude the Blueprint asset from ...