Chaining AutomationTool Commands leads to an endless loop

UE - Foundation - Cpp Tools - Automation Tool - Nov 23, 2022

Repro Rate: 3/3 This issue was reproduced in //UE5/Release-5.1 at CL 23058290. This is confirmed to not be a regression since the error also occurs on the previous live version. This is regression ...

Instanced Static mesh does not LOD at the same screen distance as standalone mesh

UE - Graphics Features - Nov 11, 2014

DESCRIPTION: When using instanced static mesh component in a blueprint that has LODs the normal distances for LODs are not reflected for the instanced static mesh component. AH Post: https://answe ...

Actor Sequence Component Not Working While Playing in Standalone

UE - Anim - Sequencer - Jun 6, 2017

When using an Actor Sequence Component in an actor blueprint, the sequence will not play in Standalone. In the test, a cube was used and was increasing its scale using the sequence. When playing in ...

Refresh rate for windowed package builds causes frame stuttering

UE - Graphics Features - Aug 24, 2017

THere is an issue where the refresh rate of a windowed packaged game does not match the refresh rate of a monitor correctly, this results in stuttering. This issue does not occur in the editor (PIE) ...

Visual flicker occurs with object during play

UE - Graphics Features - Sep 5, 2017

There is an issue occurring where objects are flickering, and what appears to be jittering at set distances when rendering, increasing the bounds of the mesh pushes the distance for the issue out. T ...

Visibility of World Outliner doesn't affect skylight

UE - Graphics Features - Nov 27, 2018

Visibility of World Outliner doesn't affect skylight. But it affects other kinds of lights like Point Light, Directional Light. I found that USkyLightComponent::CreateRenderState_Concurrent() doesn ...

Compiled MayaLiveLink plugin for Maya-2018 under Linux crashes Maya

OLD - Anim - Aug 27, 2019

User is trying to use the Maya Live Link plugin on Linux with Maya 2018. They tried to modify the MayaLiveLinkPlugin.cpp because there is no possible way to compile the plugin under linux with uintp ...

Wrong normal map compression settings when importing USD file

UE - Editor - Content Pipeline - USD - Apr 22, 2022

Customer Comments: this is just a workflow issue where you need to set the compression settings to normal or tick the sRGB checkbox to fix the shading issue Regression testing done in //UE4/Rele ...

When the WidgetInteraction component hovers over the Button of the Control component, executing the Press Pointer Key causes any ongoing Input operations to force their "Completed" operation

UE - Gameplay - Input - Jan 9, 2023

Reproduced 3/3 times, issue does not occur in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed Regression. Other Notes:Any ongoing Input operations gets forced to their "Completed" operation I cr ...

SetOneWayInteraction functionality has no effect on the simulation

UE - Simulation - Physics - Nov 11, 2022

Calling SetOneWayInteraction on a BodyInstance has no effect within the physics engine. The state of the flag is passed in to Chaos but nothing actually uses the value once it is there. It is expe ...