Crash using Custom HLSL Node with Empty Shader Directory

UE - Graphics Features - Jul 13, 2017

A crash is occurring when adding an empty shader directory when using the custom node within the material editor. This crash is preventing some users from opening their projects that use this workfl ...

Wildcard Maps Inputs/Outputs Propogate Incorrectly in Macros

UE - Gameplay - Dec 13, 2019

When a macro takes in a Map <Wildcard, Wildcard> if the output is the element in the map it is the same type value of as the key. You can see see a quick demonstration at [Link Removed]. This seems ...

[CrashReport] UE4Editor_Engine!FBaseBlendedCurve<FAnimStackAllocator>::InitFrom() [animcurvetypes.h:364]

OLD - Anim - Jul 5, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Source Context: 349 } 350 351 ...

LIVE: EDITOR: FBX: Combined Meshes Flag does not work when importing multiple LODs in a single FBX

UE - Editor - Content Pipeline - Import and Export - Oct 10, 2014

BRANCH: MAIN CHANGELIST: 2322258 PLATFORM: Windows DESCRIPTION: When importing a mesh into the editor if there are multiple LOD setup meshes in a single FBX they will not import as a single asset w ...

[CrashReport] UE4Editor_CoreUObject!FUObjectArray::AllocateSerialNumber() [uobjectarray.cpp:307]

UE - Editor - Content Pipeline - Import and Export - Sep 20, 2017

This is a somewhat common crash in 4.17. Users have not provided any descriptions of their actions when the crash occurred. Source Context 304 int32 FUObjectArray::AllocateSerialNumber(in ...

Python crash the engine at exit.

UE - Editor - Workflow Systems - Oct 25, 2022

A UDN reported various crashes at exit in the embedded Python library. I was able to repro the issue in Release-5.1 and trace it back at the point where python runs its garbage collection in Py_Fina ...

Clicking the GameMode Override dropdown in the World Settings tab crashes the editor

Tools - Jun 25, 2015

Clicking the GameMode Override dropdown in the World Settings tab crashes the editor. Also occurs with any of the sub-options for the GameMode. Does not appear to occur if there is not already an ex ...

Enabling Use Pawn Control Rotation on a SpringArm component does not set the rotation values to zero, and subsequent rotation is not allowed after the setting is disabled

UE - Gameplay - Player Movement - Jan 2, 2016

Enabling Use Pawn Control Rotation on a SpringArm component does not set the rotation values to zero. Subsequently disabling Pawn Use Control Rotation make rotation of the component impossible until ...

Crash When Opening Static Mesh After Enabling Forward Shading And Disabling "Support Stationary Skylight"

UE - Graphics Features - Apr 17, 2017

After enabling forward shading and disabling "Support Stationary Skylight" opening a static mesh in the static mesh editor will crash the engine. REGRESSION? Yes Crash Did NOT occur in 4.15.1 CL ...

Crash on play if a BP uses a ClearInstances node followed by an AddInstance node

UE - Graphics Features - Jul 21, 2017

Crash on play if a BP manipulates a InstancedStaticMeshComponent by using a ClearInstances node followed by an AddInstance node. This is a blocker for the licensee. This is a regression: Working ...