Socket Snapping in level editor no longer works

Tools - May 14, 2018

The Socket Snapping level editor action no longer works in 4.19/4.20, it worked in 4.18 but regressed. It still attaches but it's set to maintain it's world position, so it doesn't actually snap. T ...

UBT Output log encoding does not match if non-ASCII characters are in the UBT output

UE - Foundation - Cpp Tools - UnrealBuildTool - Nov 21, 2019

UBT Output log encoding does not match if non-ASCII characters are in the UBT output. Before UE4.23, UBT output encoding problems only exist in the editor "Compiler Log" under Developer Tools, and i ...

Particle Mesh Emitters Cause Heavy FPS Stutter

UE - Graphics Features - May 4, 2018

Per User: After updating my project from 4.18 to 4.19, I started getting huge FPS drops at regular intervals. I managed to trace back the issue to particle systems with mesh emitters and could repr ...

Foot Placement tries to step on vertical surfaces

UE - Anim - Gameplay - Oct 31, 2023

From a community member: Are you responsible also for the FootPlacement node? Its fantastic, but there is a possible bug with the walkable surface handling. It tries to step even on vertical surfac ...

[CrashReport] UE4Editor_MediaAssets!UMediaTexture::TickResource() [mediatexture.cpp:245]

Media Framework - Oct 10, 2017

This is an early trending crash coming out of the 4.18 previews. Users have not provided any descriptions of their actions when the crash occurred. The callstack is similar to [Link Removed]. Sour ...

Many native-only interfaces incorrectly appear as implementable by blueprints

UE - Gameplay - Blueprint - Sep 14, 2020

Right now, any UINTERFACE that is not marked as CannotImplementInterfaceInBlueprint is shown as implementable in blueprint. If these functions have BlueprintCallable functions or related things then ...

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self (4.8)

UE - Gameplay - Blueprint - Jan 20, 2015

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self. Without one, the BP fails to compile with the following error: "Error Variable node Get NewVa ...

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self

UE - Gameplay - Blueprint - Jan 9, 2015

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self. Without one, the BP fails to compile with the following error: "Error Variable node Get NewVa ...

Vertex Color Information Lost on Editor Restart

Tools - Apr 19, 2018

This is a regression. In 4.19 and Main (CL 4008322), vertex color information does not save properly and data is lost when editor is reopened. Creating project from scratch instead of copying over f ...

World Memory Leaks crash with a hidden sublevel to a redirector

Tools - Dec 8, 2020

From UDN: The reason it crashes is because Child doesn't get garbage collected, which is because it still has the RF_Standalone flag. UEditorEngine::EditorDestroyWorld clears RF_Standalone flag ...