Blueprint's location reset to 0, 0, 0 after being detached in a network environment

UE - Networking - Apr 24, 2017

Attaching / Detaching a blueprint actor to a player in a network environment causes location errors when the detach occurs. Even without the attach events being replicated or the blueprint's movemen ...

Planar Reflections do not appear to cull based on the view frustum

UE - Graphics Features - Oct 27, 2016

View Frustum and Occlusion culling do not appear to work for Planar Reflections though the stats in PIE seems to indicate otherwise. I've attached two gifs showing View Frustum and Occlusion chec ...

Foliage instances are not included when exporting a scene to FBX

UE - World Creation - Worldbuilding Tools - Foliage - Aug 4, 2016

When exporting Foliage instances to FBX the FBX will not contain any of the foliage instances, but will include any other static or movable geometry. This is a regression. This worked in 4.11.2 but ...

UMG Designer preview: Incorrect resolution on Samsung s8 and s9

UE - Editor - UI Systems - Jul 30, 2018

"By default, the device profile for android_high (which is used by phones such as the galaxy s8 and s9) gives a scale factor of 1.0 resulting in 1280x720. When choosing a ~2:1 device such as the gal ...

Adding a code class derived from SceneCaptureComponent2D to a project will prevent that project from building successfully in Visual Studio.

UE - Graphics Features - Dec 9, 2014

Adding a code class that derives from SceneCaptureComponent2D will cause the build to fail in Visual Studio. Build Errors: 1>MySceneCaptureComponent2D.cpp.obj : error LNK2001: unresolved external ...

Crash When Opening a DataTable Based Off a Struct With a Timecode Variable

UE - Anim - Sequencer - Mar 30, 2020

When a datatable is based off a struct with a timecode variable it will crash when opening. Found in 4.24.3 CL#11590370 Reproduced in 4.23.1 CL#9631420, 4.25 Preview 4 CL#12366721, 4.26 CL#12123513 ...

SignedArchiveReader may request wrong number of chunk blocks

UE - Foundation - Core - Oct 25, 2022

This problem is caused by an incorrect calculation of the number of chunks in the read request. Here is the workaround applied by the licensee : int64 FSignedArchiveReader::PrecacheChunks(TArray<F ...

Using a FormatText node with Specifier in the same graph as an empty Macro will freeze the editor

UE - Gameplay - Blueprint - Jun 17, 2016

Using a FormatText node with Specifier in the same graph as an empty Macro will freeze the editor. Not using the Specifier or deleting the unused Marco will allow the BP to compile fine. **Only rep ...

Package fails to load due to EditorOnly data when launched onto Mac or Windows

UE - Foundation - Core - Jun 28, 2017

LogPlayLevel: QAGame: [2017.06.28-14.09.14:706][ 0]LogLinker:Warning: Unable to load package (../../../QAGame/Content/UMG/UMG_Sprite.uasset). Package contains EditorOnly data which is not supported b ...

Compile warning/error in the FUpdateCollisionResponseHelper destructor

UE - Simulation - Physics - Dec 15, 2017

It has been reported that when building with Visual Studio 2017 version 15.5.1, a warning/compile error is shown in BodyInstanceCustomization.cpp: warning C4287: '<': unsigned/negative constant mism ...