Crash closing Parent and Child blueprint after renaming variable

UE - Gameplay - Blueprint - Oct 4, 2017

REGRESSION Uncertain, was not able to repro in 4.17 with these steps. But I also can't repro with another version of QAGame in Binary editor. Crash occurs when the user closes a parent and child b ...

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

A Blueprint containing an array Swap node will fail to be nativized.

UE - Gameplay - Blueprint - Jul 17, 2020

Blueprint assets that utilize an array "swap" node to swap elements cannot currently be converted to C++. Current workaround: Either avoid use of the "swap" node or exclude the Blueprint asset from ...

[CrashReport] Crash related to asset export - UnFbx::FFbxExporter::FillExportOptions() [fbxmainexport.cpp:152]

Tools - Sep 28, 2017

This is a trending crash coming out of the 4.18 previews. It seems to be related to exporting assets from the editor. User DescriptionsWhen Exporting assets (static meshes) multiple times via RIGHT ...

Ensure triggering a gameplay tag that's being redirected

UE - Gameplay - Nov 28, 2016

Ensure occurs when the user triggers a redirected gameplay tag call at runtime. This doesn't seem to occur if the redirect is removed. Test Project: [Link Removed] ...

[CrashReport] UE4Editor_UnrealEd!UFbxSceneImportFactory::ImportOneSkeletalMesh() [fbxsceneimportfactory.cpp:2017]

Tools - Nov 10, 2017

This is a trending crash coming out of the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context 2014 USkeletalMesh *ImportedSkelMes ...

Editor crashes when using decal material on Instanced Static Mesh with Raytracing

UE - Graphics Features - Lumen - Apr 8, 2021

This issue can occur when setting the Decal Material to Instanced Static Mesh in a Raytracing enabled project. (If there is a cache, it will not crash.) The cause is that DefaultDeferredDecalMateria ...

Editor crashes when importing alembic asset

UE - Gameplay - Aug 28, 2016

Editor crashes when importing Alembic material asset. The editor will crash once selecting the asset in Windows explorer, before the Import Options window appears. When testing this, we had an ave ...

The showdebug abilitysystem command crashes editor when the target is a child actor

UE - Gameplay - Dec 2, 2021

An actor with an AbilitySystemComponent that is spawned by a ChildActorComponent will have a null AbilityActorInfo. This leads to a crash in the ASC when GetDebugTarget attempts to access AbilityAct ...

[CrashReport] UE4Editor_UnrealEd!FLightmassExporter::SetVolumetricLightmapSettings()

UE - Graphics Features - Sep 28, 2017

This is a trending crash coming out of the 4.18 Previews. Users have not provided any description of their actions when the crash occurred. Source Context 1857 const FVector ImportanceExt ...