Gameplay effect modifier tag requirements are not checked for Instant/periodic effects

UE - Gameplay - Gameplay Ability System - Jun 19, 2023

When creating a GameplayEffect, modifiers can tag requirements for the Source and Target tags. For Duration gameplay effects, these tag requirements are checked from FAggregatorMod::UpdateQualifies ...

Toggle Folder Visibility Inconsistent in Scene Outliner With Search

UE - Editor - Workflow Systems - Apr 20, 2023

In the scene outliner, if you add a folder with one visible actor in it, and filter out some of the actors, users are unable to toggle the visibility of the folder anymore, or they are only able to ...

BPGC GetPreloadDependencies() may be excluding non-DSO archetypes

UE - Gameplay - Blueprint - Apr 10, 2023

Currently, UBlueprintGeneratedClass::GetPreloadDependencies() is only inclusive of subobjects instanced via CreateDefaultSubobject(). We may need to broaden it to include RF_ArchetypeObject and/or ...

Editing Blueprint default values will make the level it is contained in get marked as dirty

UE - Gameplay - Blueprint Editor - Mar 10, 2023

When Blueprint default values are edited, those edits will also be propagated to any active instances in the level. Each edit event will mark the level as dirty. Similarly, in a World Partition map ...

Duplicating a Blueprint with a function call node connected to a variable of the source Blueprint type results in a compile error in the duplicated asset.

UE - Gameplay - Blueprint Editor - Feb 21, 2023

If a Blueprint asset contains a function call node for which the referenced function context is set to 'self', if the "Target" pin is connected to a type that equates to the owning Blueprint asset ( ...

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

DrawDebugString does not work with nDisplay

UE - Virtual Production - nDisplay - Jan 24, 2023

DrawDebugString does not appear to be working when combined with nDisplay. ...

TickComponent and PostPhysicsTick in SkeletalMeshComponent can cause simultaneous read/write access

UE - Anim - Runtime - Jan 18, 2023

When a SkeletalMeshComponent is restarted by calling in order of   SetSimulatePhysics and SetComponentTickEnabled, the TickComponent and EndPhysicsTick are executed simultaneously. As a result, the ...

Using justification on an Editable Text Box delays one frame

UE - Editor - UI Systems - UMG - Jan 17, 2023

The display implementation is in the level blueprint. [Image Removed] ...