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

Sequencer autosorts alphabetically on undo

UE - Anim - Sequencer - Sep 8, 2023

[Link Removed] Jan Kaluza 2023-09-08 15:37:18 UTC I just ran into a very frustrating bug: I have around 60 actors in a sequence, and I reordered them to be in the order that I wanted to animate them ...

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

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

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

High framerates result in desyncs with clients when using a dedicated server.

UE - Networking - Apr 17, 2019

When a client operates at a high framerate on a dedicated server, their player movement will become desynced with the server. This manifests in different ways on different versions. In 4.21, it caus ...

Launching on IOS, sessions do not appear in the Session Frontend

UE - Networking - Oct 17, 2018

Licensee reports: Dug into this further and our iOS devices aren't receiving any of the handshake messages sent by the Session Frontend (or any other UDP messages for that matter) because multicast ...

GameInstance and subsystem initialization order is incorrect for Play In Editor

UE - Gameplay - May 18, 2023

The order of world and game instance initialization is different between a true standalone game (cooked game or an editor build with -game) and a Play In Editor game. Specifically, in Play in Editor ...