Source assumes that TG_PrePhysics is the first tick group

UE - Gameplay - Feb 16, 2016

Licensee has reported an issue with the source code and proposed a fix. The issue is that the source is assuming that TG_PrePhysics is the first tick group in all cases. Information can be found abo ...

Pawns using Floating Pawn Movement will teleport to the location specified in Move To Location

UE - AI - Jul 14, 2015

Pawns using Floating Pawn Movement will teleport to the location specified in Move To Location. From fix CL 2619989: "Fixed FloatingPawnMovement component's issue when controlling AI pawn. Basicall ...

Ongoing D3D 'HUNG' crash - FD3D11Viewport::PresentChecked()

UE - Graphics Features - Jan 18, 2017

This is a new ticket for the D3D 'HUNG' crash originally reported in [Link Removed]. Some fixes were introduced in 4.14.2 that decreased the occurrences of this crash, but other cases are still ongo ...

No return value for the Add nodes for Map/Set variables

UE - Gameplay - Blueprint - Jun 5, 2018

Add nodes for variables using the container type Set/Map do not have a return values that states if an element was successfully added. The tool tip states that this should be the case. This return v ...

Circular reference causes unrelated binding to fail in packaged game

UE - Editor - UI Systems - Sep 19, 2017

Text field does not load binding if the widget containing the text field contains an unrelated circular dependency and Event driven loader is disabled. Tested this in 4.15, 4.16, 4.17 4.15 Does n ...

scroll box inside retainer box does not respect scroll box clipping

UE - Editor - UI Systems - Feb 14, 2018

There is an issue where scroll boxes inside retainer boxes do not respect scroll box clipping. This issue appears to be a regression. Versions tested: Issue does not occur in 4.17 4.17.2 CL - 36589 ...

Compile Unreal Editor with Visual Studio 2022 can result in an error - Error executing cl.exe, tool returned code: STATUS_ACCESS_VIOLATION

UE - Foundation - Cpp Tools - UnrealBuildTool - Jan 17, 2023

Additional information in the comments. Potential work around if VS has a prompt suggesting installing addition components is to install:MSVC v143 - VS 2022 C++ Arm64 Build Tools(v14.33-17.3)MSVC v ...

GoogleARCoreJavaHelper functions are not correctly exported publicly

UE - Platform - XR - Oct 31, 2018

The jni functions in GoogleARCoreAndroidHelper.cpp are not correctly exported, when we tried to build a Test project it failed with this exception:  java.lang.UnsatisfiedLinkError: No implementatio ...

BuildGraph XML Errors Logged Incorrectly

UE - Foundation - Horde - BuildGraph - Aug 30, 2019

Suggested fix from licensee: After investigation, it seems that the filename is passed as a string instead of a FileReference in Script.cs:84. Fixing the issue seems to be as simple as changing th ...

Cloth jitters in Movie Render Queue renders when temporal sampling is enabled

UE - Anim - Sequencer - MRQ - Dec 6, 2022

The Cloth simulation time step smoothing is interfering with the substepping fix for multi Temporal Samples by changing the very variable DeltaTime and causing some large errors in the cloth simulat ...