Numerous LogMetal: Warning: AsyncCopyFromBufferToBuffer on overlapping ranges Warnings

UE - Graphics Features - Mar 13, 2018

Numerous LogMetal: Warning: AsyncCopyFromBufferToBuffer on overlapping ranges Warnings Warnings do not appear to be linked to any visual/performance problems in the editor. Could be safely ignored. ...

UMG element clipping does not work on Galaxy S8 (Mali)

UE - Platform - Mobile - Mar 13, 2018

UMG clipping requires stencil. Seems like we don't request stencil when creating backbuffer Changing const int EGLMinStencilBits = 0; to const int EGLMinStencilBits = 8; fixes this. ...

VehicleGame cannot Compile in the Editor if it was created with a name other than "VehicleGame"

UE - Foundation - Core - Mar 12, 2018

Attempting to compile a VehicleGame project will fail if it was created with a name other than "VehicleGame". ...

Arabic Localization has both Arabic and English letters occupy the same space

UE - Editor - UI Systems - Localization - Mar 10, 2018

In past Engine Versions, Arabic Localization has not been in the Editor, but now symbols populate, but are split with English words. If Arabic is functioning, they should replace English words, not ...

"Get Data Table Column as String" Always returns Last Column

UE - Gameplay - Blueprint - Mar 10, 2018

The final column of DataTable is always returned when using "Get Data Table Column as String" blueprint node. "Get Data Table Column as String" Blueprint node is new as of 4.19 ...

Xcode does not appear to search Library/Frameworks for a framework file that is included in a project

UE - Platform - Apple - Mar 9, 2018

Trying to build a project after including a header file from a framework located in `Library/Frameworks` fails because the file cannot be found. It looks like `Library/Frameworks` is not searched ev ...

[CrashReport] UE4Editor_Engine!UpdateRefToLocalMatricesInner() [skeletalrender.cpp:202]

OLD - Anim - Mar 8, 2018

No user comments in the crash group ...

Actor in Map in Struct Causes Crash When Changed

UE - Gameplay - Blueprint - Mar 8, 2018

User submitted bug. Editor will crash after changing key or value in Map. ...

UHT fails when building in VS if a function tries to return a UEnum pointer

UE - Foundation - Cpp Tools - UnrealHeaderTool - Mar 7, 2018

UHT will fail during build in Visual Studio if a function tries to return a UEnum pointer. Adding a valid keyword before the return type will compile successfully. ...

Transform key don't visible when Import From Animation Root

UE - Anim - Sequencer - Mar 7, 2018

Transform key don't visible when Import From Animation Root. This problem happen from 4.17. 4.16 is visible. Case:4.16[Link Removed] ...