Editor crash when deleting a outline folder with subfolders and using context menu

UE - Editor - Workflow Systems - Oct 3, 2023

A user has reported that when using the Scene Outliner in a large map that has many actors and nested folders in the Outliner, deleting a folder that has subfolders from the Scene Outliner with Dele ...

Crash when applying force on event tick to DM

UE - Simulation - Physics - Destruction - Jun 19, 2015

When using a DM and applying force via blueprints with event tick will cause a crash. Workaround: Using a timer instead will not cause any crash even with very low values. Crashreporter: [Link Re ...

Issues with Convert Selected Actor to Blueprint Class (previously Replace with Composited Blueprint)

UE - Gameplay - Blueprint - May 14, 2015

A licensee on UDN brought up some issues with "Convert Selected Components to Blueprint Class". After investigating a bit, it seems there's been some regression compared to what could be done with " ...

[CrashReport] UE4Editor_Core!TArray<wchar_t,FDefaultAllocator>::operator=() [array.h:396]

Tools - Nov 21, 2017

This is a common crash coming out of the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. The callstack seems to be the same as [Link Removed], which ...

Importing specific Alembic geometry cache fails

UE - Editor - Content Pipeline - Import and Export - Oct 3, 2018

According to Licensee this problem seems to be caused by the time to sample the data. By changing the time to frame number, the import seems to be successful. \Engine\Plugins\Experimental\AlembicI ...

[CrashReport] UE4Editor_SlateCore!FHittestGrid::FindFocusableWidget<<lambda_3a8b364273a2882da220e6e492096c17>,<lambda_d0075a811a928600995d1b2de6795365>,<lambda_105424556dbaeebf7f5bf9bed3e2f737> >() [hittestgrid.cpp:397]

UE - Editor - UI Systems - Jun 18, 2018

No user comments in crash group 394 for (StrideCellPoint[StrideAxis] = StrideAxisMin; StrideCellPoint[StrideAxis] <= StrideAxisMax; ++StrideCellPoint[StrideAxis]) 395 { 396 ** ...

AddForce behaves inconsistently between PIE and Standalone Game / Build

UE - Simulation - Physics - Apr 23, 2020

This example consists of a simple BP Actor, containing a Collision Sphere and Static Mesh (Sphere). The BP has Simulate Physics Ticked on, the Mass in KG is 1 and collision preset is set to Block Al ...

SetNiagaraStaticMeshComponent in UNiagaraFunctionLibrary does not add NiagaraVariable to InstanceParameterOverrides

UE - Niagara - Jan 13, 2023

The result of the Set Niagara Static Mesh Component (OverrideSystemUserVariableStaticMeshComponent) function provided by the UNiagaraFunctionLibrary is different from the operation result on the det ...

TMap does not rehash when the property change if the key is struct

UE - Editor - Workflow Systems - Feb 17, 2023

If TMap's Key is a unique Struct, TMap's rehash will not run even if elements are added or changed in DetailPanel such as DataAsset. So TMaps's Find etc. will fail This issue is very similar to [Li ...