Possible crash reimporting destructible assets

UE - Simulation - Physics - Destruction - Jan 20, 2017

This won't always happen, but the call in ImportDestructibleMeshFromApexDestructibleAsset to LODModel.ReleaseResources(); will enqueue render commands to release the resource, but the call after tha ...

Unable to import animation data from fbx with bone names starting with a number

UE - Anim - Rigging - Control Rig - Jul 31, 2023

When importing animations with numeric names from fbx in UE5.2 or later, the AnimationSequence asset is created but the animation data is not imported. The workaround is to not prefix bones with num ...

The iOS app icons settings are not being used on Mac

UE - Platform - Mobile - Dec 14, 2017

This issue did not occur on Windows at the same CL. This was originally being tracked by [Link Removed] but after initially testing the fix for that JIRA, this particular issue persisted and it was ...

The default Direct Link texture path is no longer set in Twinotion settings

TM - Interoperability - Jun 27, 2024

Default path for DL is not correctly set and should be set to the following: C:\Users%USERNAME%\Documents\Twinmotion2024.1\DirectLinkTextures See attached screen-shot ...

iPadPro2 Splash Screen distortion on app Launch

UE - Platform - Mobile - May 7, 2018

iPadPro2 splash screen distorted on app launch. Looks like there is a fix for this in FN branch that can be brought over. Engine/Source/Runtime/ApplicationCore/Private/IOS/IOSAppDelegate.cpp http ...

Blueprints with inherited Macros cannot save

UE - Gameplay - Blueprint - Feb 27, 2015

Blueprints with inherited Macros cannot save. Reproduced in 4.7.1 binary and Main (//depot/UE4/Promotable-CL-2455917) ...

Smoothing landscape removes landscape collision in smoothed areas

UE - LD & Modeling - Terrain - Landscape - Apr 27, 2016

Smoothing user's landscape breaks collision, causing player to fall through the ground at points that have been smoothed. Resampling landscape fixes the error until smooth tool is used again. Regr ...

Second player's screen does not render in Split Screen on Android

UE - Platform - Mobile - Mar 21, 2019

The second player's screen in a Split Screen multiplayer session on Android does not render. It remains completely black. This was also an issue prior to 4.15 but was fixed with [Link Removed]. The ...

Chaos Cloth: NaNs can be introduced from bad AnimatedPositions/Normals

UE - Simulation - Physics - Character - Aug 17, 2024

We've worked out at least a possible way this can occur from using uninitialized AnimatedNormals values when changing LODs. Ensuring all AnimatedNormals are initialized appears to fix the problem. ...

If using High Quality Gaussian DoF on Mobile, the whole screen is always blurred

UE - Platform - Mobile - Jun 17, 2020

When High Quality Gaussian DoF on Mobile is enabled, the entire screen is always blurred.  I confirmed that it works properly in 4.24. Also, I confirmed that adding the modified CL of [Link Remove ...