Oculus CheckIfPointWithinPlayArea function returns incorrect results

UE - Platform - XR - Jan 10, 2018

Oculus CheckIfPointWithinPlayArea function returns incorrect results, always reporting true whether or not the hand is inside the play area or not.  The distance and closest point also seem incorrec ...

Landscape cooking takes as much as 6 times longer in 4.18

UE - LD & Modeling - Terrain - Landscape - Jan 10, 2018

Some developers are finding that the change to add a bunch of shader types to FLandscapeMaterialResource::GetExcludedShaderTypes() in 4.18.2 increased their project cooking times on PC or console by ...

Skeletal mesh collision skewed on mirrored meshes

UE - Simulation - Physics - Jan 9, 2018

[Link Removed] Collision on mirrored skeletal mesh does not match mesh. (has same position, but different orientation) Also occurs on latest (3827667) Also tested and occurring with Skeletal Mesh ...

[CrashReport] Assertion failed: FPlatformOpenGLDevice::FPlatformOpenGLDevice

UE - Rendering Architecture - RHI - Jan 9, 2018

Comments from users:tried with -opengl4tried to start with -force-opengl instead of -opengltried to run in opengl modetried to run in opengl mode due to DX11 feature level 10.0 error. (DirectX is in ...

Project fails to build for iOS from Windows when Generate .uedebugsymbols is enabled

UE - Platform - Mobile - Jan 9, 2018

This does not occur in 4.18.3 at CL 3823254UATHelper: Packaging (iOS): ERROR: System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\Epic Games\UE_4.19\Engine\Binaries\ThirdPa ...

Undo deleting a Set or Map member variable will add it back to datatable in reverse order if it was changed

UE - Gameplay - Jan 9, 2018

When undoing the deleting of a struct set or map variable, the order of the entries will be reverse in any datatable that's based on the struct. This only occurs if the entries have been modified i ...

External textures don't render correctly on BSP

Media Framework - Jan 8, 2018

The result can be somewhat improved by setting different scale values in the surface properties, but it's always more or less broken. ...

"Find Collision UV" does not work with "Get Hit result under cursor"

UE - Simulation - Physics - Jan 8, 2018

The Hit result from "get hit result under cursor" does not appear to be working with "find collision UV" Using "Line Trace by Channel" hit result works as intended. ...

Camera rotation stops at game border when using Begin play node

Tools - Jan 8, 2018

There is an issue where Camera rotation stops at game window border when using Begin play node with the mouse. This issue does not happen if you don't use the begin play node with the Set show mouse ...

NetDriver time becomes unusable after long running sessions

UE - Networking - Jan 8, 2018

This issue has been around for a long time (potentially UE3). UNetDriver::Time is a float, which is updated by accumulating Delta Time during ticks. This means the longer a game runs, and the highe ...