AddLocalTransform node does not match scale behavior described in the node's documentation

UE - Gameplay - Blueprint - Jun 29, 2018

The comment for the AddLocalTransform node states "Change in transform of the component in its local reference frame. Scale is unchanged." However, when the node is used, the existing scale of the o ...

ChaosDestructionDemo packages cannot be created in 4.25.1

UE - Simulation - Physics - Jul 17, 2020

UMovieSceneSequenceTickManager does not consider settings of Fixed Frame Rate

UE - Anim - Sequencer - Jun 15, 2023

Due to CL-20816478 UMovieSceneSequenceTickManager now calculates DeltaTime per Group instead of using DeltaSeconds directly. As a result, the FixedTimeFramerate in the project settings is being igno ...

Editor crash when the renderdoc.captureframecount is set more than 1

UE - Rendering Architecture - RHI - Jun 27, 2023

Editor crash on level load when bUseActorFolders is true after dragging Actor into another folder in the Outliner

UE - World Creation - Worldbuilding Tools - OFPA - Mar 7, 2023

From licensee: Hello! Our level streaming setup enables the bUseActorFolders on our levels. When moving the Actor into another folder via the Outline, the editor will crash on the next load Assert ...

Raw Input plugin fails to process some negative values

UE - Gameplay - Input - Aug 22, 2023

Came from a UDN: [Link Removed] Proposed fix is to change `FRawInputWindows::ParseInputData` to use this logic instead: ``` ... USHORT BitSize = ValueCapsBuffer[iValue].BitSize; LONG SizeMask ...

CRASH: 4.6.1 When running a dedicated server

UE - Gameplay - Blueprint - Dec 24, 2014

Crash Report: [Link Removed] <unknown module>! KERNELBASE!RaiseException() <unknown module>! UE4Editor_Core!FOutputDeviceWindowsError::Serialize() <unknown module>! UE4Editor_Core!FMsg::Logf__VA( ...

Fix log spam when using a vive wireless adpater

UE - Platform - XR - Dec 19, 2018

We need to handle TrackedDeviceClass_DisplayRedirect as a valid device in SteamVRController.cpp ...

Fix function forwarding in demo drivers in instant replays

UE - Networking - Jul 13, 2020

Demo drivers that are actively playing back a replay while still connected to another server as a client (via game net driver) will generate warnings due to the function forwarding code (UNetDriver: ...