Fixing a Blueprint's compilation error after editor reload causes instances to lose transform

UE - Gameplay - Blueprint - Feb 23, 2023

Saving and reloading a Blueprint instance with a compilation error, a.k.a., "Bad Blueprint" will lead to a transform reset when the Blueprint is successfully recompiled. ...

Overriding Component class does not work properly in grandchild class BP

UE - Gameplay - Blueprint - Feb 22, 2023

If you set ComponentClass override in child class BP and grandchild class BP respectively, it is ignored in grandchild class. This issue is probably related to [Link Removed]. The fix for [Link Rem ...

Make literal container nodes (e.g. MakeArray) do not cast object ref output terms linked to interface-typed input pins.

UE - Gameplay - Blueprint - Jan 28, 2023

As with most nodes, object reference outputs can be directly connected to interface-typed inputs on "make container" nodes (e.g. "MakeArray") if the object's class type implements the interface clas ...

Deferring Blueprint CDO construction at load time is leading to some data loss.

UE - Gameplay - Blueprint - Jan 27, 2023

Various licensees are reporting data loss on load due to the change that was made for [Link Removed] in which we now defer Blueprint CDO construction on load until the finalization phase. This issu ...

ExpandEnumAsExecs always uses first Exec if an argument name matches Enum value

UE - Gameplay - Blueprint - Jan 13, 2023

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. EnumBugBP uses two enum cases and three argument cases for 6 total permutations:Enum w ...

Blueprint actors can not be casted until they have been opened after migration or being upgraded to a more recent engine version

UE - Gameplay - Blueprint - Jan 5, 2023

This is not a regression tested in //UE5/Release-5.0 CL20979098 After migrating an asset from an older engine version or upgrading a project to newer version Blueprints carried over can not be cast ...

An added Static Mesh component with Mobility set to Static disappears at run time if the Actor is moved

UE - Gameplay - Blueprint - Jan 3, 2023

This is not a regression tested in //UE5/Release-5.0 CL20979098 An added Static Mesh component with Mobility set to Static disappears at run time if the Actor is moved. ...

Building Geometry removes Blueprint Actors from a level

UE - Gameplay - Blueprint - Nov 28, 2022

Regression: Tested in UE5/Release-5.0, the issue does not occur so it is a regression. This issue appears to be effecting Blueprint Actors specifically, as creating a Blueprint of any other class d ...

Blueprint Actors' Static Meshes disappear after Building Level

UE - Gameplay - Blueprint - Nov 23, 2022

Reproduced 3/3 times. Was not able to reproduce in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed Regression. ...