Body elements of a Paper Terrain Spline Data Assets do not have collision

UE - Gameplay - Paper2D - Mar 8, 2015

Body elements of a Paper Terrain Spline Data Assets do not have collision. When the second handle is dragged to lengthen the spline, only the Start and End Caps show collision. The end cap will show ...

Memory Increase with mouse over Content Browser with AnimBP visible

UE - Editor - Content Pipeline - Content Browser - Aug 12, 2016

Memory Increase with mouse over Content Browser with AnimBP visible ...

Crash in FObjectReplicator::StartReplicating when removing replicated uproperty and hot reloading with two players

UE - Networking - May 10, 2016

The editor crashes when the user removes the replicated uproperty from a variable and tries to hot reload while a PIE session with two players is still active. This issue was found while trying to ...

Equals (==) node in blueprint is case sensitive for the Cyrillic alphabet

UE - Foundation - Core - May 21, 2015

If two strings or names are compared in blueprint using the Equals (==) node, it is not case sensitive in English. It is case sensitive in Cyrillic however, even though it should be the same functio ...

Spawning Component with Exposed on Spawn Variables Returns Incorrect Owner

UE - Gameplay - Components - Jan 12, 2016

Attempting to get the owner of an Actor Component that contains an exposed variable will return the Spawner blueprint's display name instead of the Spawned Actor it is added to. Found in 4.10.2 bin ...

Hot Reload: Component bCanEverTick is not updated after compile

UE - Gameplay - Components - Mar 15, 2017

Setting PrimaryComponentTick.bCanEverTick in a custom actor component's constructor does not does not stop the component from ticking after compile. ...

UIpNetDriver::ProcesRemoteFunction warnings appear for ShooterGame clients when switching weapons

UE - Networking - Nov 5, 2015

The following warnings appear in the output log for ShooterGame clients when switching weapons. [2015.11.05-19.41.11:550][253]LogNet:Warning: UIpNetDriver::ProcesRemoteFunction: No owning connectio ...

Translucent User Interface materials do not have a thumbnail preview

Tools - Feb 15, 2018

Translucent User Interface materials do not have a thumbnail preview. I do not see this issue with Translucent Surface materials. REGRESSION: No, this issue also occurs as far back as 4.17.2 ...

Crash on adding elements to a TMap property

Tools - Jul 25, 2019

Adding elements to a TMap<int32, int32> causes the editor to crash if the TMap has a default value associated with it. Tested in 4.22 (CL - 4753647), 4.23 (CL - 7445012), 4.24 (CL - 7605614) ...

Crash running construction script after compiling BP function library

UE - Gameplay - Blueprint - Sep 15, 2020

Editor can assert when changing the signature of an editor authored Blueprint Library Function (FuncA) if that function is called from a Blueprint Library Function (FuncB) via an actor's constructio ...