Crash When Assigning a Static Mesh to the "Sample Static Mesh" Module

UE - Niagara - Jun 28, 2018

When assigning a static mesh to the "Sample Static Mesh" module, the engine will crash as soon as you select a mesh and click "Fix Now". If the mesh already has CPU access enabled it will crash as s ...

Edits of node properties that are not stored on pins do not diff correctly

UE - Gameplay - Blueprint Editor - Oct 2, 2015

Currently details changes to the following are not noticed by the Diff tool when diffing AnimBPs:State Machines (i.e. Max transitions per frame)Transition rulesConduitsStates This also affects non- ...

Source control reports errors rather than warnings regarding line endings, causing false negative failure of commandlets.

UE - Editor - UI Systems - Localization - Jun 16, 2015

Second issue arises when I have already created localization related files when not connected to source control, so they are not marked to add. Gather Text commandlet log has theese lines in it: [2 ...

"Combine Meshes" Breaks Material Slot Assignment

Tools - Jan 18, 2017

When importing an FBX with several different meshes and multiple materials with "Combine Meshes" enabled the materials will get assigned to incorrect portions of the mesh. I've included a version o ...

Landscape Layer Blend generates bad code for preview shader

UE - LD & Modeling - Terrain - Landscape - Sep 23, 2019

It breaks only when compiling the preview shader. Adding a preview weight to the Layer0 on the Layer Blend node fixes the problem. The source of the bug is in UMaterialExpressionLandscapeLayerBlend ...

DataTable::LoadStructData allocating wrong size

UE - Foundation - Core - Oct 5, 2016

Pointed out by a licensee here: UDataTableを読みこんだ際のメモリ破壊について When reading the `UDataTable, in DataTable::LoadStructData()` the contents of the struct are interpreted[Image Removed], but the size of ...

Deprecate GeometryCollectionDebugDrawActor and its Component

UE - Simulation - Physics - Destruction - Oct 1, 2020

/// We are going to deprecate this component for the UE5 release.  /// The issue also reproduces if console command"p.gc.ShowRigidBodyId -1" is executed in PIE The issue can be reproduced ...

Blank project do not show steamvr motion controller and is not working.

UE - Platform - XR - Dec 18, 2019

VR template in 4.24 binary engine works but not with blank project + steam guide setup. And, migrated working project from 4.23 also leads to same issue. working set(vr template) seems to have cor ...

"Enable Stencil Test" Mobile crash

UE - Graphics Features - Sep 10, 2019

A material with 'enable stencil test' will crash on mobile. Enable Stencil Test is a new option in materials as of 4.23 Confirmed with OpenGL 3.1 + 2 and Vulkan on Pixel XL Also Crashes on iOS ...

Fbx importer can import valid under 30Hz anim at 30Hz

Tools - Jul 17, 2017

The samplerate of a track was compute with the following formula Equation 1: number of Key / animation Time This formula work only if we have animation keys that are time equidistant. example of ...