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

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

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

UE4Game does not exit cleanly after Launch On for Linux

UE - Platform - Linux - Oct 19, 2016

The Launch toast continues to run even after the window closes. I also noticed that folders for CrashReportClient.ini are being generated in the Saved > Logs folder for the project as well. ...

Disabling Use Localized Graph Editor Nodes and Pins causes split struct pin names to disappear when compiling

UE - Editor - UI Systems - Localization - Oct 19, 2016

If the Use Localized Graph Editor Nodes and Pins option is disabled, compiling a blueprint will cause the pin names from any split struct pins to disappear. Regression?: Yes This occurs in 4.13.1 ( ...

OSSNull doesn't properly filter servers based on settings

UE - Online - Oct 19, 2016

OSSNull doesn't properly account for bShouldAdvertise or bAllowJoinInProgress. These should be updated in OnValidQueryPacketReceieved. (Note, bShouldAdvertise is explicitly ignored in LAN matches) ...