Soft Object References set directly on parameters are not correctly referenced

UE - Gameplay - Mar 19, 2020

REGRESSION: This regressed between 4.23 and 4.24 Assets set directly in a soft object reference pin on a blueprint function are not correctly referenced. ...

Investigate/Fix incremental component unregister

UE - Gameplay - Mar 11, 2020

Streaming a level back in before it finishes streaming out behaves undesirably. When a level is streamed out the actors/components in the level are incrementally unregistered over multiple frames. ...

"showdebug abilitysystem" shows incorrect attribute stats for debug target

UE - Gameplay - Mar 11, 2020

When using 'showdebug abilitysystem' and switching debug target actor with Page Up and Page Down. It will not change to show the debug attributes info for the new target. The debug will still only s ...

Blueprint enum-to-string node returning inconsistent results across platforms

UE - Gameplay - Mar 5, 2020

Converting a C++ enum to a string should be a consistent result, however when running in the editor it returns the display-name value instead of the index value. This prevents C++ UENUMs from being ...

Instanced EditInlineNew Objects not correctly propagating to children and placed level instances

UE - Gameplay - Mar 3, 2020

Instanced EditInlineNew objects are kind of broken right now and hard to make full use of. In addition to the notes above, there are some cases where you can't even assign new values into the base c ...

UGameplayTagsManager::OnLastChanceToAddNativeTags initialization order problem with UGameplayCueManager

UE - Gameplay - Feb 21, 2020

OnLastChanceToAddNativeTags is called after the call to UAbilitySystemGlobals::Get().InitGlobalData(), so native tags fail to make gameplay cue associations.  ...

[Feature Request] Show created text object's (TextRenderActor) tag under Actor instead of the component

UE - Gameplay - Feb 19, 2020

TextRenderActor is currently under the hidden category in the Actor class, requesting TextRenderActor to be visible under Actor.  ...

FloatCurveAsset reference is lost when reopening a Struct

UE - Gameplay - Feb 18, 2020

Structs containing references to instances in the content browser of FloatCurves fail to store these data formats as default values. This was reported and tested in 4.24.2 (CL-11100242). This was r ...

Adding multiple streaming levels to the world in a single frame can potentially exceed time slicing budget

UE - Gameplay - Feb 17, 2020

If a level uses most of the time slicing budget but not all, the next level in the list will begin to load and could potentially use the full time slicing budget. In the worst case scenario, you cou ...

Load Stream Level action doesn't trigger out execution pin if the level is invalid

UE - Gameplay - Feb 14, 2020

As a user I would expect the out execution pin of the LoadStreamLevel node to fire even if the level failed to load.  ...