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 ...
The following code example will generate category rows with nullptr assigned to OnPasteFromTextDelegate which causes a crash if the user tries to paste onto a row. Once you have this code create th ...
When migrating from the version before 4.20 to the version after 4.20, opening the level sequencer will crash. I think that there is a problem with conversion from SnapTimeInterval (FixedFrameInterv ...
While using a custom struct that contains a TArray member variable with FInstancedStruct, you cannot edit it in the editor without a crash. Other structs and types work as expected even if they deri ...
When pasting nodes with references to an event tick into a function then compiling the editor will crash. Regression from 4.12.5 Binary CL-3039270 Edit - TravisL: I was able to repro this crash o ...
Crash occurs when the mannequin skeleton is retargeted to the Daz skeleton Does not occur in 4.18.3 ...
Pasting a button element from one Widget Blueprint into a second Widget Blueprint that has had its root Canvas Panel deleted results in a crash. The crash only occurs when the Canvas Panel is delete ...
Renaming an emitter's name in Timeline panel of Niagara editor causes an editor crash. This happens because FViewModelHierarchyOperation constructor is called with null InAnyModel ptr; FViewModelHi ...
Undo, redo, undo after issuing a replace actor action causes the editor to crash. Found on: //UE4/Release-4.13 CL-3078131 Crash reporter: [Link Removed] Regression from //UE4/Release-4.12 CL-3053 ...
Making a blueprint variable a container (a Set or a Map with the Variable's "Pin Type" set to a custom Enum) and restarting the editor causes the editor to crash when opening the blueprint. Note: O ...