MotionWarping does not recognize new MontageInstance with the same montage

UE - Anim - Gameplay - Jan 11, 2023

When the same AnimMonotage is played again while moving with MotionWarping & RootMotion, UAnimNotifyState_MotionWarping does not recognize it. From licensee: The issue was that in URootMotionMod ...

[CrashReport] Linux_PlatformCreateDummyGLWindow()

UE - Platform - Linux - Nov 16, 2017

This is a trending Linux crash in the 4.18 release Callstack from Log[2017.11.10-14.42.41:021][ 0]LogLinux: Error: appError called: Assertion failed: [File:/media/***/OS/UnrealEngine-release/Engi ...

AddComponent node fails to be scheduled after adding an "expose on spawn" variable to an ActorComponent-based Blueprint Class.

UE - Gameplay - Blueprint - Nov 13, 2015

If an existing AddComponent node is placed in an Actor Blueprint's Event Graph for a custom ActorComponent-based Blueprint Class, the node will fail to be scheduled after adding a variable marked "E ...

UAssetManager::ChangeBundleStateForPrimaryAssets: Performance: Avoid canceling loads in progress when new bundles added and the in progress bundles are kept

UE - Foundation - Core - Cooker - Mar 4, 2024

UAssetManager::ChangeBundleStateForPrimaryAssets allows adding new BundleNames to the list of BundleNames loaded for a PrimaryAssetId. Each BundleName specifies a BundleEntry with a list of assets. ...

FAnimationRuntime::BlendPosesPerBoneFilter() causes an assertive crash when Skeletal Mesh LOD is changed

UE - Anim - Runtime - Nov 1, 2023

The crash occurs from "check(BoneBlendWeights.Num() == NumBones);" This crash occurs when the following conditions are met;The skeletal mesh LOD is changed.The number of bones is difference between ...

[CrashReport] ULevel::GetWorldSettings - UMaterialFunctionThumbnailRenderer::Draw

Tools - Oct 30, 2017

This is a common crash that has occurred since at least 4.16. The callstack is nearly identical to [Link Removed], which appears to be fixed in 4.18; and [Link Removed], which has not. The differen ...

Unknown force is applied to the cloth when changing the skeletal mesh LoD with cloth.

UE - Simulation - Physics - Character - Jul 11, 2019

There are 3 issuesEach particles don't restore its previous position. Which is for calculating velocity by verlet iteration.The previous transform is cleared by current transform. It provides zero v ...

Failed to build in Github UE4.27.0.

UE - Simulation - Physics - Aug 30, 2021

Failed to build UE4.27.0 with Win64/Development Editor.  Can avoid this error that excluding the project from build configuration. (Solution UE4->Properties->Configuration Properties->Configuratio ...

MovieRender Pipeline Skips Output Frames during GC

UE - Anim - Sequencer - Jun 8, 2020

This is being seen in the wild... can release a temporary fix until 4.26 when we can change the headers and fix it for real. ...

Reintroduce UE4 Material Layer drag & drop behavior in UE5

UE - Rendering Architecture - Materials - Oct 19, 2023

This behavior has changed from UE4 to UE5 due to a fix to an unrelated bug ([Link Removed]). Reintroduce the old behavior without causing a regression that reintroduces Ben's fixed bug. ...