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

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

Landscape LOD behaviours is not working as expected (Its Calculation is not based on Sections anymore)

UE - LD & Modeling - Terrain - Landscape - Apr 10, 2024

"Components can optionally be divided into either 1 or 4 (2x2) subsections to increase the resolution of the Landscape. These subsections are the base unit of Landscape LOD calculation." From Doc ...

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

ServerTravel from a map with a GameMode set to Use Seamless Travel and then ServerTravel back from a map without Seamless Travel enabled will crash the editor

UE - Networking - Mar 3, 2015

ServerTravel from a map with a GameMode set to Use Seamless Travel and then ServerTravel back from a map without Seamless Travel enabled will crash the editor. Reproduced in 4.7.1 binary and Main ( ...