Crash occurs selecting play in Vulkan Mobile Preview without sdk installed

UE - Graphics Features - Oct 18, 2016

Was attempting to repro [Link Removed] in //UE4/Main when I hit the following crash ...

Jumping after walking off a ledge does not allow for Max number of jumps

UE - Gameplay - Oct 18, 2016

If the max number of jumps is 'n', jumping from the ground allows for 'n' jumps, but walking off a ledge and then jumping only allows for 'n-1' jumps. Ex: If Jump Max Count is set to 3 (triple jump ...

Deactivating a Component Does Not Stop Component Tick Immediately

UE - Gameplay - Oct 18, 2016

Deactivated components are ticking one additional time after being deactivated. ...

Physical material Surface Type Does Not Return Name In Packaged Game

UE - Gameplay - Oct 18, 2016

When converting a surface type to a string value and printing to screen it will return the display name in PIE and Standalone game. In a packaged project or launched from the editor it will display ...

Changing Physical Surface Name and Reassigning It From Default Value Crashes

UE - Simulation - Physics - Oct 18, 2016

Changing the name of a physical surface that has already been applied to a physical material will cause a crash, if you try to reapply the renamed physical material from default. The physical materi ...

Logging in Shipping Builds on Android are not saving

UE - Platform - Mobile - Oct 17, 2016

Logs aren't being saved on Android devices, even when the source files are updated to reflect output logs. However, they were working in 4.12. iOS logs are showing up in shipping. ...

ActorPositionWS Material BP node can crash when used in Post Process material

UE - Graphics Features - Oct 17, 2016

The ActorPositionWS BP node calls GetActorWorldPosition() in HLSL which references Primitive.ActorWorldPosition. But GetActorWorldPosition() is not protected by an #if HAS_PRIMITIVE_UNIFORM_BUFFER ...

Game mode override isn't working when rendering a Sequence

UE - Anim - Sequencer - Oct 17, 2016

Game mode override isn't working when rendering a Sequence Regression: YES Working: 4.14 Release CL:3164219 Broken 4.15 Dev-Sequencer CL:3164583 ...

Cannot render more than one shot in a Master Sequence

UE - Anim - Sequencer - Oct 17, 2016

Cannot render more than one shot in a Master Sequence Regression: YES Worked: 3164219 4.14 Releases Broken: 3164583 4.15 Dev-Sequencer ...