Creating Online Session always fails in Launch mode when loading another map

UE - Networking - Aug 5, 2019

Creating an Online Session and transitioning to another map does not work in a Launched Windows game. The transition event does fire but it just resets the players position on the Default map. This ...

Actor Component's Transform Gizmos Follow The Actor Root

Tools - Dec 9, 2019

When an actor component is selected and is moving independent of it's root the transform gizmo doesn't follow the actor component. If you select the actor component and translate it the transform g ...

Motion Controller Components Don't Track Motion Controllers

UE - Platform - XR - Jan 17, 2020

The motion controller component doesn't track motion controllers correctly. This worked in 4.23. If you create a VR template project and follow the repro steps this issue doesn't occur. This was t ...

ARKit: Metal Desktop Renderer + Metal v2.1 = Black View

UE - Platform - XR - Jan 26, 2020

If Metal Desktop Renderer and Metal v2.1 are both active, the AR passthrough camera renders as black. Issue not observed if only 'Metal Desktop Renderer' or 'Metal 2.1' is selected Issue not obs ...

Sound Quality is worse after import

UE - Audio - Feb 17, 2020

After importing a sound file, it's sonic characteristics are changed and the sound is not the same as the original. This leads to inconsistency. The sound is the same with Compression set 100. Two ...

Bound Variables In UMG Are Deleted As Unused If Not Used In The Graph Window

UE - Editor - UI Systems - Mar 18, 2020

If a variable is bound in the Design Window of a User Widget asset it will be deleted if you use the menu option "Delete all unused variables". Found in 4.24.3 CL#11590370 Reproduced in 4.23.1 CL#9 ...

High Precision Tangent Basis & Use Full Precision UVs on Skeletal Meshes reset after reimport

UE - Editor - Content Pipeline - Datasmith - Importer - Sep 17, 2020

Reimporting a skeletal mesh causes "use high precision tangent basis" & "use full precision UVs" to reset and no longer being applied to the mesh. Reported and tested in version 4.25.3(CL 13942748) ...

Nvidia Graphics Drivers cause editor menus to flicker and disappear after using the editor for an extended period of time

UE - Graphics Features - Apr 16, 2021

This issue seems to be occurring on a variety of Nvidia cards. So far, I haven't seen any indication that it is affecting AMD graphics cards. The majority of the reports have indicating that the pro ...

The Get node for the float value of Custom Axis Mappings only return 0.0 when called from Blueprints other than the Controller

UE - Gameplay - Input - Dec 3, 2014

The Get node for the float value of Custom Axis Mappings only returns 0.0 when called from Blueprints other than the Controller. Input from the player does not affect the value. Note: this works a ...

Static code functions cause associated blueprints to not compile after a hot reload

UE - Foundation - Cpp Tools - Hot Reload - Oct 14, 2016

If a function inside a BlueprintFunctionLibrary class is declared as static, instances of the function node inside blueprints cause the blueprint to not save after a hot reload. This does not affec ...