If use Remove Unused Bones from Skeleton, PoseAsset of the skeleton will be broken

UE - Anim - Runtime - Jul 10, 2019

If user execute "Remove Unused Bones from Skeleton" on Skeleton where PoseAsset exists, the index held in FPoseData :: TrackToBufferIndex in PoseAsset will not be corrected, and it will refer to the ...

GetPackageLengthForCooking can be much larger than the actual file path length

Tools - Jul 10, 2019

If the file path with the asset contains a project name, the cooking file pathlength is incorrectly increased. The following code in ContentBrowserUtils :: GetPackageLengthForCooking causes this is ...

Slowly Scaling Widgets reveals a slight jitter

UE - Editor - UI Systems - Jul 9, 2019

When scaling a widget slowly it appears to have a slight jerkiness as it is resized ...

tvOS crash on startup with Shared Material Shader Code enabled

UE - Platform - Mobile - Jul 9, 2019

Enabling Shared Material Shader Code will cause a crash on tvOS From user: "We originally enabled Share Material Shader Code long before trying a tvOS build, making this crash tricky to debug. W ...

Multiple keys with the same value appear to be removed on Android for a Curve Table

UE - Gameplay - Components - Jul 8, 2019

When using a curve table on android it appears that keys with duplicate values are removed. Link: [Link Removed] ...

Instanced RepNotify variable doesn't update on client if altered in level

UE - Networking - Jul 8, 2019

An instance editable Rep Notify variable will not update on Rep Notify if an instance of if is edited in a scene. A demonstration project can be found here: [Link Removed] Found in 4.22 CL#7053642 ...

Each changing collision response increases FPhysXTask count

UE - Simulation - Physics - Jul 8, 2019

calling SetCollisionResponseToChannel or something similar, FPhysXTask will ever increase . Finally, it causes serious frame rate drop. That count can be reset by calling RecreatePhysicsState. ...

DisplayThumbnail doesn't work with TArray

Tools - Jul 8, 2019

The DisplayThumbnail metadata UProperty specifier does not work on TArrays with the type of FSoftObjectPath. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 (CL - 7224811), 4.24 (CL - ...