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 ...

Creating BlueprintActor from EmptyActor produces an Actor with multiple DefaultSceneRoots

UE - Gameplay - Blueprint - Jan 24, 2020

This does not happen with UE4.22. Maybe related to CL#7462096 and CL#7476283. These are fixes for [Link Removed]. ...

[CrashReport] UE4Editor-UnrealEd.dylib!TBaseUObjectMethodDelegateInstance<false, UEditorEngine, TTypeWrapper<void> ()>::Execute()

UE - Platform - Apple - Nov 10, 2017

This is a longstanding but low frequency Mac crash. Users have not provided any descriptions of their actions when the crash occurred. Callstack from Log[2017.10.26-22.22.57:828][183]LogSavePackag ...

GC Clustering broken for USoundWave assets (crash)

UE - Foundation - Core - Mar 29, 2017

Assert crashes Editor in the GC system during packaging due to USoundWave assets not being configured for GC clustering. Disabling GC clustering in project settings is a workaround, but the fix is ...

Mobile VR App Crash with Monoscopic Far Field and Multi-View enabled

UE - Platform - Mobile - Nov 23, 2018

Mobile VR (Oculus Go) App Crash with Monoscopic Far Field and Multi-View enabled Workaround: Do not use Monoscopic Far Field and Multi-View at the same time Also confirmed in 4.22 Main @ CL 45 ...

Cannot change Collision Profile of BP component instances

UE - Simulation - Physics - Oct 24, 2019

BP instances placed in level cannot have their components' collision profiles modified to anything other than default and custom. Note that this did not occur in 4.22 (after applying the separate ...

Error: FAsyncPackage::LoadImports for <some asset>: Skipping import PaperTileMap /Script/Paper2D.Default__PaperTileMapActor:RenderComponent.PaperTileMap_0, depends on missing native class

UE - Gameplay - Blueprint Compiler - Jun 30, 2020

User reporting seeing this error start appearing in 4.25.1 (possibly 4.25.x, unsure if they were previously testing on 4.25.0 or not). It appears 'benign' as the expected data still gets loaded, bu ...

Emitters at display 3.4 in Content Examples Niagara map are not rendering

UE - Niagara - Aug 16, 2019

REGRESSION: Yes, did not occur in 4.22 In the Content Examples Niagara map, the emitters at display 3.4 are not rendering when at runtime. There were some fixes for this (or a similar issue) for V ...

World Partition Converter- Soft object pointers to actors kept in scripted sublevels are incorrectly remapped to the main world during in place conversion

UE - World Creation - Worldbuilding Tools - World Partition - Jul 1, 2022

From user:"We have ran into an issue with soft object pointer fixup/remapping with the World Partition converter. If you have a sublevel that contains a level script and an actor that is hard refer ...

Removing a parameter from a blueprint function in a library can cause actor classes calling it to lose their parent or instance data

UE - Gameplay - Blueprint - Oct 4, 2018

Compile errors caused by an actor calling a function with something hooked up to a removed parameter can cause that actor to lose it's place in the hierarchy. Typically, the actor will be fixed once ...