Compiling a blueprint that is used in a sequence when the blueprint exists on a sublevel will cause a crash if the level sequence is currently open. ...
This is a fairly common crash that occurs in the 4.17 and 4.18 releases. This callstack was originally being tracked under [Link Removed], but that had specific repro steps that were confirmed fixed ...
Syncing to source control will cause a crash if a texture is synced that is being referenced by an open material editor, even if the texture hasn't been modified. A quick solution may be to close th ...
Widget is causing an ensure to be hit when exiting gameplay. Tested in: 4.24 Preview2 CL#10091930 , 4.25 CL#10183780 Attached URL's from the user: https://forums.unrealengine.com/community/ge ...
FControlRigBlueprintActions::CreateNewControlRigAsset is crashing in ResolveObjectHandleNoRead. Looking at the control rig in UControlRigBlueprint::Serialize, it's marked as pendingkill but I'm uns ...
Placing Grid3D_Gas_Explosion into a level then packaging the level for windows will crash the packaged project. The package will give an error that it crashed while loading and quit. This does not ...
Changing the state of a PrimitiveComponent->BodyInstance while SetSimulatePhysics(false) updates the game thread but does not update the physics behavior. In the repro project provided (see addl in ...
Changing the name of a channel inside of the channel mask parameter node results in a crash. ...
Crash happens when trying to sculpt on a duplicated landscape that has edit layers enabled. This crash does not occur for landscapes that are duplicated with edit layers disabled. ...