"Base Pass Shader" stat results are missing or display incorrect information while using Vulkan

UE - Rendering Architecture - Shaders - Nov 15, 2021

Base Pass Shader results are not showing, or showing up incorrectly when looking at the Stats results within the material editor of an Unreal Editor using Vulkan. Regression Tested: //UE4/Release-4 ...

Crash when calling FillDataTableFromCSVString() while viewing the contents of the data table

When the function UDataTableFunctionLibrary::FillDataTableFromCSVString() is used from Editor Utility Blueprints or Python Scripts, and the contents of the affected Data Table are currently being vi ...

Take Recorder - Viewport Freezing and Performance Degradation When Recording Without Subsequences

UE - Anim - Sequencer - Take Recorder - Apr 11, 2024

Description: In Unreal Engine 5.4, when recording camera movements using the Take Recorder with the "Record Sources Into Sub Sequences" option turned off, significant viewport freezing and performan ...

SourceControl: Error: Operation 'UpdateChangelistsStatus' not supported by source control provider 'Subversion'

UE - Editor - Workflow Systems - Apr 15, 2021

When trying to check in a new asset or changed asset via the source control menu or Tools menu, an error comes up in output log. SourceControl: Error: Operation 'UpdateChangelistsStatus' not suppor ...

GameplayTagQuery in editor can fail to update to new values or reset after being cancelled

UE - Gameplay - Apr 25, 2024

When editing a GameplayTagQuery inside of the editor, there are times when the query editor will not update the query when selecting Ok or fail to return the query to its original state before editi ...

Native variable references like GameplayAttribute cannot be searched by "Find in Blueprints" or "Asset Search"

UE - Gameplay - Jan 4, 2023

"Find in Blueprints" does not turn up results when searching a GameplayAttribute by name, even when there is a GameplayEffect blueprint that has a modifier for that GameplayAttribute. This is becau ...

UNetDriver server-side hitch results in ActorInfo->NextUpdateTime far into future

UE - Networking - Feb 16, 2024

A high UWorld::Tick DeltaSeconds (i.e. GameThread hitch) results in a high UNetDriver::TickFlush DeltaSeconds. This DeltaSeconds can high (many seconds) if the hitch is long. This value then affects ...

GAS and single process PIE: modifiable static variables accessed by server and client

UE - Gameplay - Gameplay Ability System - Nov 16, 2022

See: UAbilitySystemGlobals::HandlePreLoadMap GAS features static variables that are modified by both server and client, thus result in issues in single process PIE where they access the same memory ...

When duplicating the last point in a closed-loop spline, its metadata is inserted at the wrong index

UE - Editor - Workflow Systems - Nov 1, 2023

The SplineComponentVisualizer allows users to alt+drag on a spline point to duplicate it. When this is done on the last point of a spline marked as "closed-loop", the new point is correctly added at ...

BP hierarchy change triggers incorrect map actor load warning: AttachTo: '{0}' is not static {1}, cannot attach '{2}' which is static to it.

UE - Gameplay - Blueprint - Apr 11, 2024

When a blueprint's component hierarchy is changed by changing a child component's mobility value to Static while deleting its parent component which has Movable mobility, levels saved with an outdat ...