Procedural Mesh generated on BeginPlay does not collide with sweep actors in a packaged game

UE - Gameplay - Nov 10, 2016

If a Procedural Mesh is created on BeginPlay (at runtime) instead of in the Construction Script, collision with non-player objects does not register correctly in packaged or launched games. This wor ...

Moving the file location of the Editor Startup map appears to break the reference to the startup map

Tools - Nov 10, 2016

Moving the file location of the Editor Startup map appears to break the reference to the startup map. The editor fails to find the map and so does not use it for the start up map. Notes: In the ...

Assertion in Linker.cpp when running .exe using Nativized BP

UE - Gameplay - Blueprint Runtime - Nov 9, 2016

When using the experimental nativized blueprint assets, .exe projects will crash with an assertion failure in the LinkerLoad.cpp Line 3900. This crash will only occur using nativized blueprint asse ...

Attempting to rename function bound to delegate or rebind delegate to new function will fail

UE - Foundation - Core - Nov 9, 2016

Changing the name of a function that is bound to a delegate, or attempting to bind a delegate to a second function, causes the new/changed function to not be called when the delegate is triggered. ...

Sequence onStop does not appear to fire off in a packaged project

UE - Anim - Sequencer - Nov 9, 2016

Sequence onStop does not appear to fire off in a packaged project. The functionality appears to be present in the editor, however this does not appear to be the case after packaging. ...

Widgets appear to be offset when launching on to Chrome or other HTML platform

UE - Platform - Mobile - Nov 9, 2016

Widgets appear to be offset when launching on to Chrome or other HTML platform. The widget appears to be offset and unclickable until the window for the browser is resized. ...

Screen Aligned UVs Don't Scale With Aspect Ratio Correctly

UE - Graphics Features - Nov 9, 2016

When using screen aligned UVs they don't seem to account for letterboxing. When the aspect ratio is changed the UVs scale based off the top left of the window or screen and not the viewable area. ...

Event On Landed does not receive surface type or physical material information

UE - Gameplay - Nov 9, 2016

Event On Landed does not receive surface type or physical material information from the Hit pin. Regression (no) issue (does) occur in 4.12.5 ...

Shipping build crash when unplugging then replugging Oculus HMD

UE - Platform - XR - Nov 9, 2016

Game crashes in shipping build when un-pluging the Oculus HMD, then plugging it back in. Confirmed in 4.13.2 from the launcher, did not repro via same steps in 4.14 preview 3 ...

Calling FHttpResponsePtr::GetContentLength() from OnRequestProgress delegate returns different values on Mac/iOS than Windows

Tools - Nov 9, 2016

Licensee was looking for a way to get total file size to display download progress. On Windows (which uses the curl library for Http request/response), binding a function to the OnRequestProgress d ...