Material Slot Names Get Replaced With "None" After Merge Actors Operation

Tools - Mar 23, 2017

After merging two actors the resulting merged actor's slot names will be replaced with "none". Fixing this is a very tedious process for our licensee since there usually is a large amount of slot ...

Private lobbies cannot be invited to on Steam

UE - Online - May 13, 2019

The old method doesn't work with private match invites as it doesn't have the right security permissions. It's still valid for dedicated servers. It also doesn't work properly with lobbies on VR eit ...

Morpher Animation incorrect if Names Overlap on Imported Mesh

UE - Editor - Content Pipeline - Import and Export - Sep 19, 2019

Overlapping names are imported (with extra renaming), however they fail to attach the animation. Found in 4.22 CL# 7053642, 4.23 CL# 8386587, and 4.24 CL# 8748719 ...

Instance Materials are not Created When Importing an FBX

UE - Graphics Features - Oct 16, 2019

Instance Materials are not Created When Importing an FBX.  Found in 4.22 CL# 7053642, 4.23 CL# 8386587, 4.24 CL# 9551884, 4.25 CL# 9615021 ...

Montage Root Motion does not work from sub anim instances

UE - Anim - Gameplay - Oct 25, 2019

Root motion from sub instances is not used when the parent instance is marked as 'Root Motion from Montages Only'. Proposed fix is to modify USkeletalMeshComponent::IsPlayingNetworkedRootMotionMo ...

Project description not applied after packaging the project

UE - Foundation - Cpp Tools - Nov 14, 2019

Changes in the description settings under project settings are not applied to the packaged version of the project.  Tested in: 4.22.3 CL#7053642, 4.24 CL#10091930   4.25CL#10183780 ...

Engine Crashes When Converting an Int to Float For a Map Key In Blueprints

UE - Gameplay - Blueprint Editor - Dec 11, 2019

The engine crashes when trying to automatically create a type conversion node when they are used a key for a map. Found in 4.24 CL#10570792 Reproduced in 4.25 Main CL# 10646676 ...

Child widget of Retainerbox draws with incorrect offset of RenderTranslation

UE - Editor - UI Systems - Feb 5, 2020

The child widget of Retainerbox was applied incorrectly offset the RenderTranslation of the parent widget and draws it. This issue is 4.24 only. it's fine as well as the preview on UMG Designer in 4 ...

Crash when copy and paste actor track what is spawnable and has event track.

UE - Anim - Sequencer - Jul 13, 2020

This issue is regression. It crash only 4.25, and it dosen't crash in 4.24. Copy and past a specific track (spawnable, actor with event track, set endpoint) causes a crash in the editor.  ...

ISM Component in an instanced BP does not take into account changes to NumCustomDataFloats from the BP class

UE - Graphics Features - Sep 16, 2022

PerInstanceSMCustomData is bulk serialized and doesn't get changed on the BP instance when changing NumCustomDataFloats, possibly causing out of bounds array access leading to a crash. Possible sol ...