Linear Color Struct values are changed when upgrading from 4.26.2 to 4.27.1

UE - Gameplay - Blueprint - Dec 2, 2021

It seems that changing the value to something different than the default of a Linear Color Struct variable, results in the value being changed when upgrading the project to a new engine version. Thi ...

Subtraction Node wild card inputs incorrectly assigns Time Span data type when given a Date Time data type

UE - Gameplay - Blueprint - Nov 18, 2021

This is a regression //UE4/Release-4.27 has "DateTime - DateTime" and a "DateTime - TimeSpan" node. The subtraction node, with wild card inputs, incorrectly assigns Time Span data type when fed a D ...

Instances of Blueprints implemented native interface cannot be assigned to interface variables

UE - Gameplay - Blueprint - Oct 28, 2021

FInterfaceProperty::SerializeItem (and ImportText) attempt to determine if the passed in object implements the interface in question. They do this by calling GetInterfaceAddress, which tries to get ...

IsDataValid is not called on components inherited via the Simple Construction Script

UE - Gameplay - Blueprint - Oct 7, 2021

IsDataValid is not called for components inherited via a parent's SCS. I've attached a small repro project. (4.27) ...

When the value of the TMap variable of the child blueprint is changed and compiled, it will restore to the default value of the parent blueprint.

UE - Gameplay - Blueprint - Sep 1, 2021

For TMap variables of type struct created in blueprint, if change the default value in child blueprint and compile, it will restore to the default value of the parent actor. This problem does not o ...

AbilityAsync objects do not have proper EndAction support

UE - Gameplay - Blueprint - Aug 18, 2021

UAbilityAsync objects do not properly support a way to EndAction like a UAbilityTask. ...

Making a Movie Scene Section Parameters struct in Blueprints will use the incorrect Can Loop values

UE - Gameplay - Blueprint - Jul 26, 2021

Can Loop is the edit condition for two other values in the struct, and those will have values by default when the node is created, so Can Loop will be true in the make struct node.  You can work ar ...

Editor becomes unresponsive for long periods between edits of a user-defined enum type when it's referenced by one or more user-defined struct types.

UE - Gameplay - Blueprint - May 17, 2021

After adding a member to a user-defined struct type and changing the member type to a user-defined enumeration, repeated edits to that enumeration will eventually cause the editor to become increasi ...

Nativized blueprint does not support reading values from TRange structs

UE - Gameplay - Blueprint - May 10, 2021

Compile errors will occur during packaging with Blueprint nativization enabled if e.g. "Get" nodes are placed in a Blueprint on FFloatRange struct types (or any other explicit TRange derivative) and ...

Adding a new component to a parent class breaks child Blueprints

UE - Gameplay - Blueprint - Apr 16, 2021

See UDN(308147): [Link Removed] ...