Number containers do not correctly parse equations

Tools - Jul 30, 2020

In C++, arithmetic operators * and / have the same priority and therefore should be resolved left to right. In this case, * is being resolved first and / second. 1/128*128 and (1/128)*128 should p ...

FBX Scene imports with an addition Scene Root in the Hierarchy

UE - Editor - Content Pipeline - Import and Export - Jan 9, 2020

There seems to be a second Scene root being created when importing an fbx scene. Something of note is that in the scene import dialogue we only see one "RootNode" listed. This has been found to occ ...

"Warning: GEditor isn't valid! Particle reset commands will not work for Niagara components!" when QA-PostProcessing is opened with -game

UE - Niagara - Oct 8, 2019

The following warning will be present when running QAGame QA-PostProcessing with -game:LogNiagaraEditor: Warning: GEditor isn't valid! Particle reset commands will not work for Niagara components! ...

Crash when converting a Landscape to a Blueprint Class

UE - LD & Modeling - Terrain - Landscape - Aug 12, 2020

The Editor crashes when attempting to convert a Landscape into a Blueprint Class. Looking back to //UE4/Release-4.24 cl 11590231, this option seems to be unselectable (see attached image), which lea ...

Linux Vulkan editor crashes OOM on older graphics cards

UE - Graphics Features - Oct 19, 2018

Vulkan editor is very crashy on older cards due to memory pressure. I have to switch to OpenGL to work on the unrelated bugs. I'm attaching the details of the particular failure I had (see VulkanMe ...

Packaging a blueprint only project with Nativization fails

UE - Gameplay - Blueprint - Jun 18, 2020

REGRESSION: Does not occur in 4.24 Packaging a blueprint only project with Nativization enabled results in a failure during the Staging phase. A message appears reading the following:Missing UE4Ga ...

Selection outline rendering inconsistently in VRMode

UE - Platform - XR - Mar 4, 2019

The cube (staticMesh) outlines are rendering in just the left eye while Box brush (Brush) outlines seem floaty and are rendering only in the right eye.  Does not occur in //UE4/Release-4.21 @CL 475 ...

USD Stage - Assert !EdgeArray[EdgeID].ConnectedPolygons.Contains(PolygonID)

UE - Editor - Content Pipeline - Import and Export - Nov 19, 2019

One of Pixars example .usd files is crashing the editor when importing with 'USD Stage' (KitchenSet imports with no errors) It is possible to import the file via content browser without crashing. ( ...

Crash when opening a project with Renderdoc plugin enabled while renderdoc is installed on the machine

UE - Graphics Features - Oct 6, 2020

-The editor will crash when opening a project with the Renderdoc Plugin enabled while the user has Renderdoc installed on their machine. Uninstalling Renderdoc allows the project to open without cra ...

Materials using Texture 2D Arrays fail to compile

UE - Graphics Features - Apr 29, 2020

REGRESSION: Does not occur in 4.24 Materials using Texture 2D Arrays have the following errors:[SM5] /Engine/Generated/Material.ush(2225,107-114): error X3004: undeclared identifier 'Material' [S ...