"Override Game Mode" only works with "Use Separate Process" enabled

UE - Anim - Sequencer - Jul 13, 2016

Override Game Mode only works when Using Separate Process ...

Actor Hidden in Game does not take lighting into account any longer

UE - Graphics Features - Jul 13, 2016

Using indirect lighting from bounce cards that are set to Actor Hidden in Game no longer generate indirect lighting for the scene. This is a regression of 4.11.2 where this worked but is no longer ...

Crash Occurring in FD3D11DynamicRHIModule::FindAdapter()

UE - Graphics Features - Jul 13, 2016

Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 804] Array index out of bounds: 1 from an array of size 1 Source Context: 352 353 // We a ...

Merge Actor Tool missing option to deselect Export Specific LOD

UE - World Creation - Worldbuilding Tools - HLOD - Jul 12, 2016

In the new non-experimental version of the Merge Actors tool there is no option to disable "Export Specific LOD". In 4.11 when this was disabled it would merge the actors with their respective LODs ...

"Play Rate" below 1 and "Force Fixed Frame Interval Playback" causes choppy renders

UE - Anim - Sequencer - Jul 12, 2016

"Play Rate" below 1 and "Force Fixed Frame Interval Playback" causes choppy renders. This was explained by Max on Answerhub to the user, but this seemed like something that should be bugged and loo ...

Auto-Key All and Auto-Key Animated don't work as expected

UE - Anim - Sequencer - Jul 12, 2016

Auto-Key All and Auto-Key Animated don't work as expected. Might consider having a third option that Auto-Keys only the modified property. ...

When using "Set Playback Position" after "Pause", actor transforms are broken

UE - Anim - Sequencer - Jul 12, 2016

When using "Set Playback Position" after "Pause", actor transforms are broken. Sending them off to an unexpected position. Adding a delay seems to resolve the issue, but seems like it should still ...

Renaming the Default Meshes Folder to Include [] Causes Duplication Issues

Tools - Jul 12, 2016

Renaming the meshes folder to include [] characters causes the static meshes to lose their mesh upon being duplicated. ...

Normals are wrong on grouped sprites, causing issues when they are using lit materials

UE - Gameplay - Paper2D - Jul 12, 2016

The normals for each sprite in a grouped sprite component are always as if the sprites were rotated (0,0,0), which is incorrect. Each sprite should have correct normals and look the same as if it w ...

Sometimes CharacterMovement stops at very low steps (quite lower than Max Step Height).

UE - Gameplay - Player Movement - Jul 11, 2016

Sometimes CharacterMovement stops at very low steps (quite lower than Max Step Height). Capsule radius of Character is 50cm, Max Step Height is 45cm, step heights is around 10~30cm, MaxWalkSpeed is ...