This is a regression.This does not affect UE5. Creating a function with parameter type TEnumAsByte<MyEnum> will crash while compiling. In 4.26 and UE5 the code compiles without issue, and the user ...
FControlRigBlueprintActions::CreateNewControlRigAsset is crashing in ResolveObjectHandleNoRead. Looking at the control rig in UControlRigBlueprint::Serialize, it's marked as pendingkill but I'm uns ...
Crash when opening maps and blueprints or PIE in user's project. [Link Removed] Possibly related [Link Removed] -30763-strategy.log is the first log, which indicated that the user's custom "Civil ...
In Scripted Actions, if you execute a function after using Rename Asset or Duplicate Asset, it will crash. If you do not execute the function it will not crash. ...
Crash when pressing the Edit Map button for the Rendering Component of the Paper Tile Map Actor. If a new empty map is created first, the crash doesn't occur. User Description: Whenever I try to c ...
Skeletal animations are finalized at the end of recording, and expect the actor to still be around, but actors can despawn during recording leading to a crash. ...
When I try to edit Gameplay tag query in a blueprint structure the editor crashes. Regression: No. This issue affects versions: 4.15, 4.14.3, 4.13.2 (Binary Versions) ...
Crash when opening a new level with reopened EditorUtilityWidget after opening and closing it multiple times. The cause of this issue is that UEditorUtilityWidgetBlueprint :: UpdateRespawnListIfNee ...
After creating an editor asset of a custom DataAsset class, if changes are made to to the class and hot reloaded, the editor will crash on close if the editor asset is not saved after the hot reload ...
When trying to make a prefab (using the Convert Selected Components to Blueprint Class method )out of existing blueprints the editor will crash. ...