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

4.14 fails to launch on macOS High Sierra

UE - Platform - Apple - Jan 15, 2018

The engine will crash in `FMacPlatformSplash::Show()` when trying to launch on macOS High Sierra. ...

Fix AGameModeBase::GetGameSessionClass

UE - Gameplay - Dec 5, 2016

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

Crash when launching 4.14.2 in cmd window with -dx12 argument

UE - Graphics Features - Jan 3, 2017

Launching the editor with DX12 from a command window is crashing the engine. Note Crash occurs on Nvidia version 376.19 and does not occur on 376.33 This is a Regression ...

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

[CrashReport] UE4Editor_UnrealEd!FEdGraphUtilities::PostProcessPastedNodes() [edgraphutilities.cpp:138]

UE - Gameplay - Blueprint - Jan 24, 2017

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Access violation - code c0000005 ( ...

Redundant Material Slots Added To Mesh With LODs After Upgrading To 4.14 And Higher

Tools - Mar 9, 2017

When upgrading a project that was prior to the material slot implementation to a newer engine version will cause redundant material slots to be created. This requires the mesh to have LODs and multi ...

4.14 Launcher version ships with UE4-VulkanRHI*.a but requires Github source

UE - Platform - Mobile - Nov 7, 2016

Launcher build ships with VulkanRHI Android binaries but do not seem to support Vulkan on Android from the launcher build without source. ...