C++ Class Creation Wizard does not setup include path properly when using a sub-directory with Public/Private Classes

Tools - May 7, 2020

The creation wizard is not correctly adding the #include path in the CPP file. To fix the issue to get the project to compile you have to add the path in the .CPP file within Visual Studio. In this ...

Memory leak after simulating in Editor with opened 'Editor Preferences' tab

Tools - May 7, 2020

This can be repeated many times before the editor crashes without any messages and other programs with the video driver crashes too. Because out-of-memory. This is similar to [Link Removed]. This w ...

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. ...

Changing WidgetComponent's Background Color doesn't update the widget's background color

UE - Editor - UI Systems - Apr 29, 2020

It appears that changing the Background Color of a widget component doesn't immediately update the widget's render target. Toggling "Draw at Desired Size", however, does get the changes to reflect i ...

Crash after creating a new project

Tools - Apr 29, 2020

User receives a crash at %90 during launch of a newly created project from a fresh install of 4.24.3 and 4.25. The project does not contain any plugins or additional content. Note: User is able to ...

Codeworks fails to install under Ubuntu 18.04 and later

UE - Platform - Linux - Apr 28, 2020

Codeworks is packaged with Unreal engine download from Github, but depends on Libpng12, which is deprecated. Current version of Libpng is Libpng16 ...

Macro input pin creates incorrect widget if the pin is named "self" and the pin type is AActor

UE - Gameplay - Blueprint Editor - Apr 27, 2020

A macro input pin of type actor and name "self" will display an incorrect widget. The widget gives the impression/ visual cue that the macro is going to resolve the pin to `self`, but it's just a st ...

SSR Experimental Denoiser crashes when enabled using Vulkan

UE - Graphics Features - Apr 27, 2020

Enabled the SSR Experimental Denoiser using Vulkan causes the Engine to crash. This crash does not happen with DX11 or DX12. This happens on Linux and Windows (-vulkan). This was reported and teste ...

Sequencer Export to FBX file framerate is always 30fps, regardless of playback rate in Sequencer

UE - Anim - Sequencer - Apr 24, 2020

This issue can cause problems for developers who are operating at framerates that aren't 30fps (eg 24).  In Sequencer: [Link Removed] In Maya: [Link Removed] ...

UMG Slider displays long or wrong percentages when Step Size is set to 0.1

UE - Editor - UI Systems - Apr 24, 2020

When the Step Size is set to 0.1 for a Slider and Slider value is multiplied by 100, it will display weird numbers when moving the slider back from 100%. Changing the Step Size to 1 and changing th ...