One-off Crash after Hot-reload compile from Editor

UE - Foundation - Core - Oct 20, 2016

The compile toast notification read that it was successful, then the Editor crashed about 10 seconds later. Error Message in Crash Reporter: Access violation - code c0000005 (first/second chance n ...

ENGINE: CRASH: One off Editor Crash with ANavLinkProxy::GetComponentsBoundingBox() navlinkproxy.cpp:189

UE - AI - Oct 20, 2016

One off editor crash. [Link Removed] Error Message Access violation - code c0000005 (first/second chance not available) Call Stack of Most Recent Crash ANavLinkProxy::GetComponentsBoundingBox() na ...

Log message in ExclusiveLoadPackageTimeTracker is written incorrectly and means the opposite

UE - Foundation - Core - Oct 20, 2016

A licensee has pointed out that a log message in ExclusiveLoadPackageTimeTracker at line 191 is saying the opposite of what it means. This is the line in question:UE_LOG(LogLoad, Log, TEXT(" ... ...

"Sedan_512.VehicleMesh Sedan_SkelMesh has to have 'Simulate Physics' enabled if you'd like to AddForceAtLocation" warning spam when pushing against vehicle

UE - Simulation - Physics - Oct 20, 2016

When pushing against the sedan blueprint (whose skeletal mesh component is simulating physics), the following warning appears repeatedly in the output log:Warning Sedan_512.VehicleMesh Sedan_SkelMes ...

Event calls do not trigger for coponents created during runtime

UE - Gameplay - Input - Oct 20, 2016

ComponentBeginOverlap / ComponetBeginCursorOver / ect. events do not trigger for a component that is added during runtime. ...

IsRunningGame( ) is false on iOS when running on device

UE - Platform - Mobile - Oct 20, 2016

When running project on iOS Devices, IsRunningGame( ) in CoreMisc.h returns false. ...

QAEntry FallenSmall_x0_y0 Landscape Rendering Black

UE - LD & Modeling - Terrain - Landscape - Oct 20, 2016

I was working through the WorldComposition_ImportTiledLandscape_Edit test and noticed that this rendered black. There might be a problem with the landscape layer data. This is a regression from our ...

Use Viewport's BackBuffer as Pixel Shader's input texture fails on Android

UE - Platform - Mobile - Oct 20, 2016

UDK Link: link title In this project, they need to get the BackBuffer(including UMG), and use this BackBuffer to do some post-processing. So follow the code in FViewportSurfaceReader :: ResolveRende ...

Blueprint Editor Layout is not properly saving

UE - Gameplay - Blueprint Editor - Oct 19, 2016

There are some weird things happening with layout recently, like UE-37541 which doesn't allow the user to save their layout, then reset it to the saved layout. Interesting thing to note is that wh ...

Widget Component Does Not Cast Shadows From Certain Lights

UE - Editor - UI Systems - Oct 19, 2016

The widget component acts differently under different lighting types. For example it will cast a shadow if being lit by a directional light but won't otherwise. It also seems point lights affect t ...