Converting a function with local variables to an event crashes editor

UE - Gameplay - Blueprint - Dec 9, 2020

When converting a function with a local variable to an event, editor crashes. Issue does not occur in 4.25, therefore a regression. ...

Action RPG Sample packaging fails with BP Nativization method set to Inclusive

UE - Gameplay - Blueprint - Dec 3, 2020

Not a regression as this also occurs in 4.25.4 Packaging does not work with BP Nativization on exclusive or inclusive (see [Link Removed]) Error Messages (see log for full output, many related err ...

Action RPG Sample packaging fails with BP Nativization method set to Exclusive

UE - Gameplay - Blueprint - Dec 3, 2020

Not a regression as this also occurs in 4.25.4 Packaging does not work with BP Nativization on exclusive or inclusive (see [Link Removed]) Error Message: C:\Users\corey\Documents\Unreal Projects ...

References to Data Assets that inherit from Blueprints may be broken during reinstancing

UE - Gameplay - Blueprint - Nov 30, 2020

It is possible to create new Data Asset instances in the editor that inherit from a blueprint-defined subclass of UDataAsset. This flow is not very well supported, and generally it is safer to just ...

Commonly used blueprint conversion functions should be promoted to top level category

UE - Gameplay - Blueprint - Nov 16, 2020

Many useful blueprint utility nodes are buried in the Utility category and are not very discoverable by users. This leads to them choosing other nodes that are much less convenient and efficient. Th ...

Naming a variable 'LifeSpan' causes the default value to be reset after closing the editor

UE - Gameplay - Blueprint - Nov 3, 2020

Customer reported this issue in Salesforce. I repro'd this issue in 4.25.3, 4.25.4, and 4.26. Therefore marking it as not a regression. Renaming the variable something like "LifeTimer" does not res ...

Linker exception opening project project after updating to 4.25.4

UE - Gameplay - Blueprint - Oct 27, 2020

User has encountered an exception opening their project when they updated from 4.25.3 to 4.25.4. No repro, log or test project is given at the time. ...

Crash on opening Sequence Director for Level Sequence

UE - Gameplay - Blueprint - Oct 15, 2020

Within the project attached, the Sequence Director can not be opened for the Level Sequence "SkateReel Sequencer Crash." The user reports being able to open the Sequence Director prior to copying an ...

Connection is broken between Custom event and Collapsed Graph, which is promoted to Macro

UE - Gameplay - Blueprint - Oct 8, 2020

When user promotes collapsed graph that has connection to custom event to macro, connection between that custom event and new macro is brokenThis is not the case when directly collapsing selected no ...

Blueprint Function Library variables can be promoted out of scope

UE - Gameplay - Blueprint - Oct 5, 2020

Input parameters can be promoted to variables from the context menu when dropped on an empty graph. Per [Link Removed] this is not expected and dangerous for users to use. This is reproducible as f ...