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. ...
When reverting the change of overriding a function from a blueprint's parent, the editor will crash if that blueprint has a child of its own. Regression?: No This also occurred in 4.16 ...
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 ...
When a blueprint graph contains a "Make Struct" node for a blueprinted Struct, changing any pin's type causes the editor to crash when the blueprint is compiled. Regression: No - same behavior occu ...
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. ...