When removing curves on some assets, a crash can occur. This seems to be due to const FSmartNameMapping* CurveMapping being null and dereferenced within UAnimationBlueprintLibrary::RetrieveContainer ...
An ensure occurs when Constraints are toggled on in the show options. Note After the ensure, you can toggle Constraints off and on freely This is a Regression from 4.14.3 ...
Get VR Focus State will cause a crash in standalone if an HMD device is in use ...
Assertion thrown while deleting a Curve from a Control Rig asset. ...
A GameplayAbility that destroys its owning actor inside ActivateAbility() causes a crash, because actor destruction will modify the ability list but ActivateAbility() is called within an ABILITYLIST ...
Sculpting a landscape densely covered in foliage crashes editor after freezing. Frequency: 2/2 crashreporter: N/A Additional CrashReporter - [Link Removed] ...
When a custom event has an input whose type is a reference to an object (Actor-Reference, Player Controller - Reference, etc) and is set to pass-by-reference, passing a reference to the "self" bluep ...
Trying to import the Polly sample model for gltf 2.0 crashes Editor. User know that the Plugin is experimental but as the Polly Model is used for Blender gltf development, it should work. The crash ...
Crash from 2D Ledge with Custom event this occurs when the character overlaps with a material that is referenced via a custom event ...
Calling Add Angular Impulse on BeginPlay causes the editor to crash. Workaround: Adding a short (.01s) delay after BeginPlay prevents the crash. Regression: No, crash occurs in 4.11.2 as well. ...