r.GTSyncType 2​ console command causes incorrect frame rate display on Windows platform

UE - Rendering Architecture - RHI - Feb 6, 2023

The FRHIFrameFlipTrackingRunnable thread is not initialized on Windows, so RHIGetFrameRate always returns zero. As a workaround, remove the code added by CalculateFPSTimings for Windows platform, a ...

Niagara editor crash

UE - Niagara - Feb 6, 2023

If the DataLayerAsset name or asset path changes, Actors registered to it will ignore the DataLayer's settings

UE - World Creation - Worldbuilding Tools - Feb 5, 2023

If you change the DataLayerAsset name or asset path, all Actors registered with that DataLayer will ignore that DataLayer's settings. Specifically, even if you set the DataLayer to the Unloaded stat ...

Feature Request: Make WASD movement cancel out movement when you press keys in opposite directions

UE - Gameplay - Input - Feb 3, 2023

slack discussion: [Link Removed] ...

Can't connect Date Time and Time Spawn pins to math nodes

UE - Gameplay - Blueprint Editor - Feb 2, 2023

we can do a "cheap fix" here by adding the "IgnoreTypePromotion" metadata to the date time functions, but there are some underlying issues with the FindBestMatching func in this case causing it to f ...

Crash when breaking Level Instance within Data Layer Asset

UE - World Creation - Worldbuilding Tools - World Partition - Feb 2, 2023

A crash occurs when breaking a level instance contained in a data layer.  This does not occur in 5.0.3, however the behaviors of Data Layers are different in 5.1 where the Data Layer asset is added ...

Components copy/pasted from an actor instance's SCS can't be deleted from a Blueprint

UE - Gameplay - Blueprint Editor - Jan 31, 2023

SCS added components pasted from an actor instance in the level editor cannot be deleted from the target Blueprint because the component template has the RF_ArchetypeObject flag. ...

MoviePipeline: Incorrect Caching of Min/Max World Delta Time

UE - Anim - Sequencer - MRQ - Jan 31, 2023

To test this issue: Create a C++ class WolrdTimeDilationDebugActor.h in your Project with the following code:// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinim ...

Debugging Motion Matching in 5.1, looping animations don't loop root correctly

UE - Anim - Gameplay - Jan 31, 2023

Just trying a few simple animations in 5.1, I have a few short looping cycle animation that go in different directions. I see very bad results and it looks like it's because of how MM is assuming th ...