Crash when adding foliage instances to unloaded IFA

UE - World Creation - Worldbuilding Tools - Foliage - Aug 31, 2023

Ran into a crash when trying to programmatically add foliage to a large WP level with some unloaded IFAs.  ...

Struct with a single unaltered element will remove the element from the struct on compile

UE - Gameplay - Blueprint - Oct 7, 2015

If used inside a UMG Blueprint, a struct that has only one element will remove the element from the struct after compiling the blueprint. If the element is edited or a second element is added then ...

Crash on level change when "Use Single Process" is false and "Play as Client"

Tools - Jun 20, 2017

When "Use Single Process" is off (unchecked/false) and "Play as Client" is selected, using the console command "Open [LevelName]" causes the editor to crash Regression: No - same behavior occurs in ...

Crash when loading the tutorials for 'Landscape Painting Mode' and 'Landscape Sculpting Mode'

Tools - Jun 6, 2017

A crash occurs when starting either the Landscape Painting Mode or Landscape Sculpting Mode tutorials. It crashes even if a landscape is already in the level. This is similar to [Link Removed], h ...

Chaos : Crash when destroying part of Geometry collections clustered by AnchorField

UE - Simulation - Physics - May 10, 2021

Here's a workaround void DestroyParticle(TGeometryParticleHandle<T, d>* Particle) { auto PBDRigid = Particle->CastToRigidParticle(); if(PBDRigid) { RemoveFromMapAndArray(PBDRigid, Ac ...

[CrashReport] UnrealEditor-Engine!UStaticMeshComponent::BuildTextureStreamingDataImpl

UE - World Creation - Worldbuilding Tools - Feb 28, 2022

Generated from CrashReporter ...

libfbxsdk Crash on importing FBX with Animation

Tools - Nov 4, 2015

When importing the attached FBX file, the engine crashes the libfbxsdk module. The same FBX can import successfully into 4.9.2 with only bone errors listed in the Message Log. Crash Reporter Link: ...

[CrashReport] UE4Editor-CoreUObject!UNameProperty::ExportTextItem(FString &,void const *,void const *,UObject *,int,UObject *) [PropertyName.cpp:27]

Tools - Aug 30, 2019

Generated from CrashReporter Comment from user:Opening de custom node in material editor crashes editor ...

Importing .glb file results in crash

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

When importing a .glb file from Blender, the editor crashes. The user has been able to import other .glb files, but ran into an issue with the one provided being unable to be imported.  ...