FSkeletalMeshMerge::CalculateLodCount calculates minimum LODs improperly

UE - Gameplay - Aug 23, 2016

CalculateLodCount tries to bound the output LOD count as at least one (count >= 1), but actually bounds it as no more than 1 (count <= 1). Just need to change a FMath::Min to FMath::Max. ...

[CrashReport] Crash Occurs When Deleting All Content From a First Person Project

Tools - Aug 23, 2016

Error message: Access violation - code c0000005 (first/second chance not available) Source Context: 103 /***********************/ 104 /******** Outer ********/ 105 /****** ...

ShooterGame server crash Failed to find Font VRText_RobotoLarge

UE - Editor - Workflow Systems - Aug 23, 2016

ShooterGame servers crash on the Linux and Mac machines. The following failed to find Font warnings appear in the output: [2016.08.23-16.59.05:186][ 0]LogUObjectGlobals:Warning: Failed to find ob ...

Reimport option overrides animation asset

Tools - Aug 23, 2016

When an FBX is imported with multiple animations, selecting any animation in the content browser and choosing the Reimport option will replace the selected animation with the first animation from th ...

FBX objects with "ncl1" suffix conflict with "Combine Meshes" disabled

Tools - Aug 23, 2016

FBX objects with "ncl1" suffix conflict with "Combine Meshes" disabled I've found that you can name objects with identical names(For example, "Test") in 3DS Max or Maya (they must be under differe ...

The 'Console Variables' option does not Output an HTML file

Tools - Aug 23, 2016

No HTML file is created when using the newly added 'Console Variables' help menu option. This option is the same as entering 'Help' into the console command window. Neither of these options produce ...

Documentation button redirects to 404 error page in Match3

UE - Platform - Mobile - Aug 23, 2016

The documentation button does not redirect to the correct documentation page. Tested on iPhone6S_6240 OS: 9.3.4 ...

GameCenter does not login on Match3 startup on iOS

UE - Platform - Mobile - Aug 23, 2016

When launching on or opening a packaged UnrealMatch3 project GameCenter does not login for the paired account. This causes Leaderboards and Achievements to appear blank. Tested on iPhone6s_6240 OS: ...

Instanced Static Mesh does not apply World Aligned Material correctly

UE - Graphics Features - Aug 22, 2016

If you apply a material that uses World Aligned Blend to an instanced static mesh, it will display differently than an non-instanced static mesh with identical settings. They only look identical if ...

Crash dragging Sound Wave onto Output node in Newly Created Empty Sound Cue

UE - Audio - Aug 22, 2016

A licensee has reported a crash when dragging a Sound Wave onto the Output node within the Sound Cue editor. Regression? This crash does not occur on the 4.11.2 binary release CL-2946394 ...