Clion isn't recognized on Linux

UE - Platform - Linux - May 4, 2020

Setting CLion as the default IDE causes Unreal to not recognize it as a compiler. You are unable to compile C++ projects or create new ones with it set this way. This was reported and tested in 4. ...

Widget Slider increments in an odd way when it is dragged outside of its bounds when next to another Widget

UE - Editor - UI Systems - Aug 6, 2020

The attached video shows the results of this bug. When two Widgets are next to each other and one of them has sliders, when the sliders are dragged past their bounds they will increment backward so ...

Back-face culling not working when translucency is set to Ray Tracing

UE - Graphics Features - Lumen - Oct 23, 2020

While enabling Ray Tracing from the start of the project, when user sets GlobalPostProcess Translucency to Ray Tracing, the back-face of the plane is not culled. However, when the translucency is se ...

FScriptMapHelper::HasKey() and FScriptSetHelper::HasElement() fail on new keys with a substring of another key

UE - Editor - Workflow Systems - Jan 27, 2022

Duplicate key checking in maps and sets in the editor is done via calls to FScriptMapHelper::HasKey() and FScriptSetHelper::HasElement(), but this code is checking for object names which are subsets ...

CopyFileUnderSourceControl Fails on Already Resolved Files

UE - Editor - Workflow Systems - Apr 12, 2023

CopyFileUnderSourceControl has instances when the response is not a success even though the files are copied successfully under source control. It seems FPerforceCopyWorker::Execute() tries to reso ...

Chaos Vehicle does not make them CCD

UE - Simulation - Physics - Jan 10, 2024

AWheeledVehiclePawn class tries to use CCD in the constructor, but Mesh->BodyInstance.bUseCCD = true this code does not work to activate CCD because Physics Assets could not be available at this ...

UDataTableFunctionLibrary::AddDataTableRow() fails for blueprint-defined row structure types

UE - Gameplay - Blueprint - Feb 2, 2024

The editor-scripting blueprint node "Add Data Table Row" fails when the Data Table uses a Row Structure that was defined in blueprint. Internally, it checks if the passed-in UScriptStruct is derived ...

Matinee movie recording is broken in 4.10

Tools - Dec 18, 2015

When trying to record a movie from a matinee in 4.10, it can fail for a number of reasons: 1. The folder does not exist 2. The cinematic view modes do not take effect 3. Trying to record a streamin ...

Loops don't work with SimpleParallel BT composite node

UE - AI - Dec 16, 2014

Loop decorators don't work with SimpleParallel BT composite node. We need to either fix it, or if we remove support for it restrict users from putting these decorators on SimpleParallel's children. ...

Changing the name of a GameMode Blueprint that is set as the Default in Project Settings and then clicking the Project Settings Default GameMode dropdown will crash the editor

Tools - Jul 7, 2015

Changing the name of a GameMode Blueprint that is set as the Default in Project Settings and then clicking the Project Settings Default GameMode dropdown will crash the editor. No crash report is ge ...