Asset Changes Location in Static Mesh Editor When Reimported

UE - Editor - Content Pipeline - Import and Export - Feb 20, 2018

Mesh changes location in the editor and mesh editor when it is reimported through the mesh editor Related: [Link Removed] (crash) ...

UBX Collision Does Not Resize With Mesh When Scaled

OLD - Anim - Feb 19, 2018

-An asset with UBX collision created in Maya(2016), does not scale with it's collision when brought into Unreal -Scale one axis at a time and not the asset as a whole -Collision not generated on im ...

Problems with high DPI settings and paper2d

Tools - Feb 19, 2018

This appears to be a regression as the issue does not occur in 4.17.  When setting the windows scaling to anything greater than 100% the tile map selector from Paper2D is off. Clicking on the tile ...

[CrashReport] UE4Editor_ApplicationCore!FWindowsWindow::ReshapeWindow() [windowswindow.cpp:465]

Tools - Feb 17, 2018

No user comments in crash group 450 NewHeight = FMath::Max( NewHeight, FMath::Min( OldHeight, MinRetainedHeight ) ); 451 } 452 453 if (IsMaximized()) 454 ...

Vive: Trigger haptic has a low chance to not play

UE - Platform - XR - Feb 17, 2018

Occasionally the haptics will not response to a trigger pull on the vive wands. It's about 2/15 will skip response. ...

Objects with Translucent Blend Mode Material Aren't Affected by Refraction

UE - Graphics Features - Feb 16, 2018

There is an issue occurring where Objects with Translucent Blend Mode Material Aren't Affected by Refraction. This affects any translucent material regardless of the translucent materials settings. ...

Unreal Header Tool can sometimes fail if an Engine plugin is Enabled By Default and has the "Program" Module Type set

UE - Foundation - Core - Feb 15, 2018

An Engine plugin with the Program module type and EnabledByDefault set to true can cause the Engine to fail to build successfully due to UHT failing. I was only able to reproduce this behavior using ...

Enabling RVO Avoidance breaks networked movement

UE - AI - Feb 15, 2018

When running a Dedicated Server in PIE while using RVO, the Player character doesn't move at all. When RVO is disabled the Player is able to move but it is laggy. ...

Empty Character repositioned on begin play

UE - Gameplay - Feb 15, 2018

When placing a character with an AI Controller in editor, it repositions to the floor of the level when simulating or in PIE. ...

MRMeshComponent has no Super call on BeginPlay

UE - Platform - XR - Feb 14, 2018

The MRMeshComponent is a derived component class that should have a call to Super being made, yet there isn't one. ...