When a user loads into a level that spawns replicated actors using manually placed blueprints twice using ServerTravel with Seamless Travel enabled it will crash. It looks like the engine can't find ...
ED nodes in 4.6 but are not being executed in standalone or cooked games. Also, users receive compile errors when the project is saved and reopened that resolve when the blueprint is recompiled. ...
Editor can assert when changing the signature of an editor authored Blueprint Library Function (FuncA) if that function is called from a Blueprint Library Function (FuncB) via an actor's constructio ...
The panning in the Tap Delay Submix Effect does not always match its assigned Pan in Degrees value. Specifically, the left and right side appear to be reversed on Stereo setups. In addition, in 5.1 ...
When Calling UBlueprintMapLibrary::GenericMap_Find with a non-existent key, the function construct the default structure in-place on the given pointer without destroying the object. This behavior ca ...
When using Mesh Painting on nanite meshes in 5.5 with 'r.VT.SplitPhysicalPoolSize' set to non-zero values (e.g. 16, 64), several issues occur, such as: 1. Painting doesn't update in real time (only ...
When a small external force is applied to the rigid body, the VSmooth value is reset in the ResetVSmoothFromForces function. Since this function ignores the current velocity, a very small velocity ...
Asset returns after being deleted from the content folder while the editor is open. A deleted asset comes back and does not prompt to save it. This leads to the asset being removed when the editor i ...
This is a common and longstanding crash that has occurred since at least 4.15 and affected nearly 500 users. The CrashGroup was previously linked to [Link Removed], but that had specific repro step ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Source Context: 165 return *VertexFactoryTypeIt; 166 } 167 } ...