Morph Target Sets to Zero When Transitioning From 1 to -1 Causing Flickering

OLD - Anim - Jan 16, 2018

-Morph target cycles through all values instead of only alternating between 1 and -1 -Couldn't reproduce in 4.17 -attached a test morph target asset Link to example video from user: [Link Removed] ...

NavLink component does not account for the cost of the path set by AreaClass

UE - AI - Sep 6, 2018

In the test case, the NavLink component has a navigation cost of 1000000000. When the AI navigates to the NavLink the printed cost is only 2677. It is believed that the AreaClass isn't being taken i ...

Changing "Coordinate Light Map Index" When "Generate Lightmap UVs" Is Enabled In A Static Mesh Crashes Engine

Tools - Dec 31, 2019

When altering "Coordinate Light Map Index" in a static mesh when "Generate Lightmap UVs" is enabled in LOD 0 the engine will crash or "Coordinate Light Map Index" will be set to 0. A demonstration ...

Updating C++ projects with Marketplace plugins in 4.25.2 fails to build project

UE - Foundation - Cpp Tools - Plugin System - Jul 24, 2020

Projects created in previous engine versions fail to build in 4.25.2Running D:/Epic Games/UE_4.25/Engine/Binaries/DotNET/UnrealBuildTool.exe Development Win64 -Project="D:/Unreal Projects/MyProject4 ...

Compile 'Note' on BP Interface events

UE - Gameplay - Feb 23, 2017

Compile 'Note' on BP Interface events. It happens in actor BPs and also BP Widgets. A similar issue was fixed back in 4.11 with Custom Events. Could be related? https://jira.it.epicgames.net/brows ...

Mobile VR - Foliage (HISM) crash

UE - Platform - XR - Jun 7, 2019

HISMs cause mobile VR app to crash. Confirmed in 4.23 MAIN @ CL 6829265 ...

Crash saving blueprint with a Get Float Attribute node and the attribute pin is set inline

UE - Foundation - Core - May 5, 2020

REGRESSION: Does not occur in 4.24 Crash occurs when saving a blueprint that is using a Get Float Attribute node and the Attribute pin is set inline. Does not occur if the pin is connected. ...

Building Geometry removes Blueprint Actors from a level

UE - Gameplay - Blueprint - Nov 28, 2022

Regression: Tested in UE5/Release-5.0, the issue does not occur so it is a regression. This issue appears to be effecting Blueprint Actors specifically, as creating a Blueprint of any other class d ...

Child widget of Retainerbox draws with incorrect offset of RenderTranslation

UE - Editor - UI Systems - Feb 5, 2020

The child widget of Retainerbox was applied incorrectly offset the RenderTranslation of the parent widget and draws it. This issue is 4.24 only. it's fine as well as the preview on UMG Designer in 4 ...

[Sound Cue][Blueprint API] - Setting a parameter value a second times does not work

UE - Audio - Apr 9, 2022

Setting a parameter on a Sound Cue from Blueprints more than once is not working. The first time a parameter is set works, but any following sets are ignored. This is a regression and does not occu ...