When packaging a blank blueprint project in the versions mentioned, it adds the 'Slate' folder content to the final packaged product. I am not sure this is intended as the user does not need any of ...
A Blueprint marked Dirty will appear in the Windows Task Bar with an asterisk beside its name. Saving this Blueprint will remove the Dirty flag, but the Task Bar will continue to show the BP as Dirt ...
Locking a selected Actor in a Level keeps the Actor highlighted when selecting another Actor. ...
Using a Function from a Blueprint Library inside a Macro from a Macro Library will cause a crash when using Standalone Game for PIE. The same setup will function as expected when Playing in Selected ...
When attempting to cast a parent actor to a child actor, if the parent uses "self" as the target of the cast the blueprint will compile, but when PIE is pressed a compile error will appear. ...
When using the track builder plugin, the default settings for the track width starts at 1. However, when the yellow arrow is clicked to to restore the track back to default it sets it to zero instea ...
Attached project exposes memory leak in editor. Cause is not known but increases memory very quickly when running PIE. The amount of memory used does not return to normal after closing PIE and each ...
DESCRIPTION: When attempting to change the collision profile of a destructible via Blueprints it will not set appropriately. The collision profile set via the details panel for the individual object ...
A user pointed out a possible mistaken use of the && operator instead of the || operator in an if statement in source code. In the FOnlineSessionNull::GetResolvedConnectString() function in OnlineSe ...
[NickW] Should perform a search in children, at least warn if this will break children. — Delete Unused Variables deletes variables used in Child Blueprints. Note: Not only child blueprints. If ...