Child Animation Blueprints Do Not Get Recompiled Correctly

UE - Gameplay - Jan 7, 2020

The child of an animation blueprint is not properly recompiled when the it's parent is compiled. Found in 4.24.1 CL#10757647 ...

[CrashReporter] UE4Editor-MeshBuilder!SkeletalMeshBuilderHelperNS::FixFaceMaterial(USkeletalMesh *,TArray<SkeletalMeshImportData::FMaterial,TSizedDefaultAllocator<32> > &,TArray<SkeletalMeshImportData::FMeshFace,TSizedDefaultAllocator<32> > &)

UE - Editor - Content Pipeline - Datasmith - Importer - Jan 6, 2020

Generated from CrashReporter Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:D:\Build\++UE4\Sync\Engine\Source\Runtime\Core\Public\Containers/Array.h] [Line: 614] Array in ...

Attaching a removed Actor in Sequencer causes a crash

UE - Anim - Sequencer - Jan 6, 2020

This is a regression from 4.23.1 (CL-9631420) where Sequencer just displayed the re-attached binding in yellow text instead of crashing. The user suggests that the deleted actor should be removed fr ...

RHI assert on startup when compiling shipping build with assertions enabled

UE - Graphics Features - Dec 23, 2019

When setting bUseChecksInShipping to true in the PRojec's Target.cs file, the project will package successfully for Shipping but trigger an assert when it is launched. The error is also present when ...

Crash when generating mip maps for texture

UE - Graphics Features - Dec 23, 2019

Generating mip maps results in crash and seems to duplicated 1x1 mip level. NOTE: The bug was originally reported in 4.23.1, however, for some reason I was able to open the texture in 4.23.1 afte ...

Editor stalls on Mac after key up, mouse up

UE - Platform - Apple - Dec 19, 2019

UDN user reported a performance hit on Mac with the latest Hotfix release when the user is interacting with the editor either through keyboard or mouse input. This performance hit is noticeable whe ...

Datasmith exporters causing problems for Github users building from source code

UE - Editor - Content Pipeline - Datasmith - Importer - Dec 19, 2019

d:\unreal\unrealengine-4.24\engine\source\programs\enterprise\datasmith\datasmithsketchupexporter\private\DatasmithSketchUpCamera.h(7): fatal error C1083: Cannot open include file: 'SketchUpAPI/geom ...

BP nativization emits incorrect C++ code for noexport-typed struct field access in some cases.

UE - Gameplay - Blueprint - Dec 18, 2019

In BlueprintCompilerCppBackendUtils.cpp: #define MAP_BASE_STRUCTURE_ACCESS(x) \ BaseStructureAccessorsMap.Add(x, TEXT("#x")) Needs to be changed to: #define MAP_BASE_STRUCTURE_ACCESS(x) \ ...

Tessellation Materials are not working on Landscapes

UE - LD & Modeling - Terrain - Landscape - Dec 17, 2019

Tessellation is not working on landscapes, but it does works fine on static meshes. This is a regression from 4.23.1 (CL-9631420) where the tessellation was visible with this setup. This was tested ...

Post Process Material + Stereo Rendering = Left Eye Black

UE - Platform - XR - Dec 16, 2019

Left Eye Renders black in VR when a PostProcess Material is applied. On Quest Right eye renders post process mat and left eye renders scene, but upsidedown. Also occurs in Packaged Project and/or ...