If the user right clicks a key in the animation timeline in UMG and uses "Set key time" the editor will crash. [Link Removed] ...
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 ...
Opening a module with references to a disabled plugin can crash the editor. ...
SceneTexture:WorldNormal causes decal to ignore Emissive Color. ...
Attempting to generate abstract class from blueprint crashes editor on compile. Frequency: 4/4 ...
Using PostLoad in a class that has a Blueprint derived from it can result in a crash if the Blueprint is saved immediately before and after PIE. CrashReporter Link: [Link Removed] ...
Issue was occurring with wildly varying repro steps, after speaking to Jurre and enabling gc.CollectGarbageEveryFrame 1 it was easy to conistenty reproduce this issue. note: I was getting this iss ...
User will hit an ensure first when pasting a copied custom event, and will crash after compiling. ...
Console Variables settings will not update existing jobs when saved to a preset that they both use. ...