Level Bounds Incorrectly Calculated If Particle System Does Not Have "Use Fixed Relative Bounding Box" Enabled

UE - Niagara - Jul 26, 2018

If "Use Relative Fixed Bounding Box" is disabled, level bounds will be incorrectly calculated. This seems to be similar to [Link Removed]. Found in 4.19 CL# 4033788, 4.20 CL# 4212847, 4.21 CL# 4233 ...

Fix PrimitiveComponent overlap indirection

UE - Simulation - Physics - Sep 27, 2016

When doing overlap tests in PrimitiveComponent, UWorld->ComponentOverlapMulti is used. The callstack for that ends up looking like this (callstack is inverted, highest level on top): UWorld::Compo ...

Crash when destroying a geometry collection actor

UE - Simulation - Physics - Aug 7, 2020

When an actor with geometry collection is destroyed, the engine doesn't remove elements from array in the ChaosSolver So illegal references occurs. Removing element with following quick fix code ...

[CrashReport] UAIBlueprintHelperLibrary::CreateMoveToProxyObject [aiblueprinthelperlibrary.h:26]

UE - Foundation - Core - May 9, 2018

User comments in crash group:I tried making an AI run into my sidescroller characterstarting level with ai 2188 void RemoveAllSwap(const PREDICATE_CLASS& Predicate, bool bAllowShrinking = tru ...

Fix AGameModeBase::GetGameSessionClass

UE - Gameplay - Dec 5, 2016

AGameModeBase::GetGameSessionClass wasn't properly returning the set GameSessionClass. ...

Clothing tool may generate an unsmooth display mesh on 4.26

UE - Simulation - Physics - Character - Mar 23, 2021

This is related to the optimization applied in CL#13181876. Binding simulation mesh to display mesh can't find the nearest triangle when a triangle is located near the AABB boundary. ...

All ELinearConstraintMotion pins in BP reset to "Free" when converting a project to 4.26

UE - Simulation - Physics - Feb 24, 2021

When using any of the Set Linear Limit nodes (X/Y/Z) and converting a project from a previous version of the engine, the nodes get their Constraint Type value reset to Free. I tested this with proje ...

Fixing a Blueprint's compilation error after editor reload causes instances to lose transform

UE - Gameplay - Blueprint - Feb 23, 2023

Saving and reloading a Blueprint instance with a compilation error, a.k.a., "Bad Blueprint" will lead to a transform reset when the Blueprint is successfully recompiled. ...