The order of world and game instance initialization is different between a true standalone game (cooked game or an editor build with -game) and a Play In Editor game. Specifically, in Play in Editor ...
Using a struct containing an instanced object property as the value for a TMap results in a crash if a Blueprint of the class containing the TMap is subclassed and the child Blueprint is opened the ...
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 ...
The editor crashes with an Access Violation if a node that was copied and pasted from the Blueprint Diff tools is removed via an undo. Regression?: No This issue also occurred in 4.16 Branches tes ...
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 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 ...