When the default values of Instanced variables are changed in Blueprint, the variables of actors on the level don't follow the default values

UE - Gameplay - Sep 20, 2022

When the default value of an Instanced variable defined in C++ is changed, it is not reflected in the default value of an Actor placed on a Level. In the reproduction procedure, when the default v ...

Game feature plugins load plugin config files incorrectly

UE - Gameplay - Sep 9, 2022

Game feature plugins load config files in a different way than normal plugins, which is confusing and can lead to broken behavior unless the developer knows about these issues ahead of time. The loa ...

Diff against Workspace/Diff against Previous version doesn't work with OFPA actors

UE - Gameplay - Aug 30, 2022

UDN reporting this: [Link Removed] ...

[UDN 00456011] Actors attached to a static mesh socket inside a blueprint actor not updating when the mesh is moved.

UE - Gameplay - Aug 17, 2022

Lots more info in UDN ticket: [Link Removed] TLDR is that if a construction script moves a child component with an attachment point, it's attached actors don't follow. This causes editor tools to n ...

Adding a variable to a Structure after packaging then repackaging causes the package to fail

UE - Gameplay - Aug 12, 2022

This is not a regression. Tested in //UE4/Release-4.27 CL18319896 Adding a variable to a Structure after packaging then repackaging causes the package to fail. ...

ModularGameplay and other runtime plugins have wrong LoadingPhase

UE - Gameplay - Jun 30, 2022

Plugins that provide blueprint-accessible libraries generally need to be set the PreDefault LoadingPhase so they can be properly loaded before game-specific data that loads early in the Default load ...

On Instance Take Radial Damage will not receive radial damage against Foliage

UE - Gameplay - Jun 28, 2022

Different results in //UE4/Release-4.27 CL#18319896 On Instance Take Radial Damage will not receive radial damage against Foliage. ...

Migrating to a Game Feature plugin can result in assets' losing references

UE - Gameplay - Jun 17, 2022

Migrating to a Game Feature plugin can result in assets' losing references. From User: "Migrating assets to a game feature plugin's content directory leaves them having invalid references, editor t ...

Crash in GameplayTag Editor Widget when editing array of tags on a component

UE - Gameplay - May 17, 2022

Editing an array of gameplay tags on a component belonging to an actor instance can lead to a crash. There are inconsistencies with how the Gameplay Tag Editor widget behaves:Array of gameplay tags ...

Game Features plugin does not make plugin folder

UE - Gameplay - May 3, 2022

The Game Features plugin does not create a Plugins or a GameFeatures folder in the project location. This prevents a user from making a new Game Features (Content Only) and a Game Features (With C++ ...