Text type parameters show the same value after reload in duplicated actor

UE - Gameplay - Blueprint - Jan 4, 2021

Issue occurs in both events and functions. Seems like it's only affecting Text, didn't notice this issue for other variable types. The original actor is working as expected. Only the duplicated one ...

Delay does not tick when game is paused

UE - Gameplay - Blueprint - Jan 4, 2021

Delay nodes no longer fire within a paused actor even if that actor has been set to 'Tick Even when Paused' Removing the delay node from the equation allows the print node to continue firing while ...

Can not find abstract class in actor class dropdown list in GetAllActorsOfClass node

UE - Gameplay - Blueprint - Dec 15, 2020

The behavior of non-variable class pins has changed in 4.26 where abstract classes like AInfo are being excluded from class pickers for general utility functions like GetAllActorsOfClass. This is no ...

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. ...