Macbook Pro touchpad two finger click and drag does not rotate the viewport camera

Docs - Mar 14, 2018

Using 2 Finger Click + Drag to rotate the Viewport camera does not provide the behavior that is described in the documentation. Instead of rotating the camera in place as the documentation describe ...

Importer don't load textures in material

UE - Editor - Content Pipeline - Datasmith - Exporters - Mar 14, 2018

See attached scene the importer correctly create texture assets (tga files) but the material don't refer to them and renders black. ...

Curve Editor help documentation opens up to a 404 error page

Docs - Mar 14, 2018

When selecting the Help documentation for the curve editor, it brings up a 404 error page rather than the actual curve editor documentation page.  ...

"Skip Assigning Gamepad to Player 1" Setting causes Force Feedback events to be incorrectly routed

UE - Gameplay - Input - Mar 13, 2018

The engine still uses the default index for calling force feedback events, despite them being assigned from player 1 on out. Which is why event on player 1 goes to player 0, event on player 2 goes t ...

Typos in HTML5 readme.txt

UE - Platform - Mobile - Mar 13, 2018

I found some typos while going through the readme. 10: "Dewelopment" should be "Development" 33: "Use this settings" should be "Use this setting" 33: "able to server your project" should be "able ...

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

Box Extents of Box Collision is Double scale

OLD - Anim - Mar 12, 2018

When placing the Box Collision inside the world and comparing it to a Box Brush of set equal size, the Box Collision is four times larger than the Box Brush. ...

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