Imported heightmaps with 2x2 sections crash editor

UE - LD & Modeling - Terrain - Landscape - Jul 18, 2016

Importing a heightmap with 2x2 segments seems to cause the editor to crash in 3 different instances: 1. Importing the same 2x2 segment landscape a second time after deleting the first instance 2. ...

Editor gets stuck "Updating file(s) source control status" when importing multiple FBX files with Git source control

If a user attempts to import multiple FBX files into a project that is set up with Git source control, the message "Updating file(s) source control status..." will appear and stay on the surface ind ...

Retargeting Root Motion not working in UE4.10

OLD - Anim - Nov 24, 2015

Retargeting root motion results in the target animation appearing to "slide" on the ground or "hover" as if hanging from the pelvic bone. This has been reported to be fine in 4.9 but multiple users ...

BP - Class default value is temporary reset after parent c++ class compile.

UE - Foundation - Cpp Tools - Hot Reload - Nov 21, 2017

class default value after c++ class compile will temporary initialized. It will be restored when opening the project again. ...

MoviePipeline Project Settings can't refer to Plugin classes

UE - Anim - Sequencer - Feb 12, 2022

A workaround might be to use the CDO of your plugin to reach out to the Editor settings and assign itself to the fields you want. This removes the users ability to choose between multiple options. ...

“Receives Decals” is not respected on Procedural Mesh Component

UE - Graphics Features - Oct 14, 2022

(Enduring Games) I investigated it and found that the following primitive data flag test in BasePassPixelShader.usf fails: (GetPrimitiveData(MaterialParameters).Flags & PRIMITIVE_SCENE_DATA_FLAG_DE ...

Can't set "r.Shaders.Optimize" to false in UE5.4

UE - Rendering Architecture - Shaders - Jun 7, 2024

The CVar "r.Shaders.Optimize" cannot be set to false from DefaultEngine.ini in the section "[ShaderCompiler]" as its help text describes. Also tested on UE5-Main, CL: 34200103 ...

The collision of objects moving at high speeds seems to move in front of the object

UE - Simulation - Physics - Mar 9, 2015

The collision of objects moving at high speeds seems to move in front of the object. The faster the object is moving, the further the collision will be from the mesh. AnswerHub report: https://an ...

Physics Constraint no longer constrains components that are set to Query Only

UE - Gameplay - May 5, 2016

Physics Constraint no longer constrains conponents that are set to Query Only Regression from 4.11.2 User Description: Testing a 4.12 copy of my 4.11 project and when I tested in editor, all my ...

Image widget does not scale the inner borders correctly

UE - Editor - UI Systems - Oct 24, 2014

When Scaling in and out in the UMG blueprints with an image applied to an image widget that is set to border as it's "Draw as" selection the image does not scale correctly. EDIT: The UI should prev ...