CopyTask in BuildGraph never throws an exception if the copy fails

UE - Foundation - Horde - BuildGraph - Feb 28, 2023

CopyFile function in CommandUtils.cs assumes that an exception will be thrown if the number of retries is exceeded, but the loop condition prevents it from being thrown. Following fix works:publics ...

Editor crashes when actors using child actor component are loaded while Static mesh actor filter is enabled in the outliner

UE - Editor - Dec 5, 2022

Reproduced 3/3 times. Unclear whether this is a regression as filter GUI is new in 5.1 for Outliner. ...

VFInitRotation(Cascade) always provides the same rotation

UE - Niagara - Jun 30, 2020

This problem caused by incorrect initialization of RandomStream in the GPU particle. //PaticleGpuSimulation.cpp virtual void Init() override { ... check(AllocatedTiles.Num() == TileTimeOfDe ...

When the Initial Position of an Animation Asset is entered outside the expected range, the animation gets stucked and does not refresh.

UE - Anim - Runtime - Mar 18, 2024

The animation gets "corrupted" when the Initial Position value has an invaildad value. In this case, this means that the Initial Position value is outside the range of the duration of the Animation. ...

FAnimUpdateRateParameters::GetInterpolationAlpha appears to be returning an invalid value for TrailMode

UE - Anim - Aug 5, 2023

It appears that  FAnimUpdateRateParameters::GetInterpolationAlpha is not returning a sensible value when running in TrailMode.  Currently the only variable in the calculation is EvaluationRate which ...

World Partition Editor minimap build failed

UE - World Creation - Worldbuilding Tools - Aug 10, 2023

The issue was reproduced when building a minimap for an open world level with no Actors with "Is Spatially Loaded" enabled. Placing additional Actors with "Is Spatially Loaded" enabled in the level ...

Blueprint 'Select' node: nodes connect to all input pins are evaluated while only one input is needed

UE - Gameplay - Blueprint - Aug 15, 2015

Originally marked Won't Fix in 2017. Issue reopened on May 1, 2024. All inputs of a Select blueprint node are evaluated, even though in the end only one value is selected. This is wasteful work. ...

Custom depth gets cleared for each eye in VR

UE - Platform - XR - Dec 19, 2020

From licensee: "Expected behavior (as seen in UE 4.25...also confirmed in 4.24):"[Image Removed] "Actual behavior in UE 4.26:"[Image Removed] Report from a licensee: In VR when using custom dep ...

ImportAssets commandlet failing to create assets in project

UE - Editor - Content Pipeline - Import and Export - Mar 14, 2017

There are no errors or warnings in the console output or logs that suggest anything went wrong. Also attempted to import a .PNG with no luck. Exact command used, use of <user> where appropriate:UE4 ...

Custom Widget does not change cursor settings

UE - Editor - UI Systems - Nov 20, 2017

When you are using a Custom Widget, changing the cursor setting does not change cursor during PIE or packaged games. only changing the cursor options in the original widget fixes the issue. This iss ...