Crash launching project on mobile devices

UE - Platform - Mobile - Mar 4, 2016

Launching a project onto the Galaxy Note 4 will crash the application at the splash screen. Devices tested on: Works on: Nexus6_4067_Adreno 420 Broken on:GalaxyNote4 _5543_SM-N910V_Adreno 420IPad ...

Blueprint debug flow not shown for events triggered from FTicker

UE - Gameplay - Blueprint Editor - Mar 3, 2016

FTicker delegates don't invoke Blueprint wire highlighting when debugging in the editor. ...

Large snap scaling causes meshes to scale 0

UE - Editor - Workflow Systems - Mar 3, 2016

With a large snap scale just selecting the uniform scaler will make the content scale to 0. It seems like it is far too easy for meshes to accidentally be scaled to 0 with snap scaling. Another exa ...

Using r.RenderTargetPool.Events in debug configurations causes breakpoint in VS

UE - Graphics Features - Mar 3, 2016

Building a project in a debug configuration and then running through VS debugger will trigger a breakpoint if the console command 'r.RenderTargetPool.Events' is used. ...

Override MacroUV in Required Module breaks MacroUVs based on World Position of Emitter

UE - Graphics Features - Mar 3, 2016

MacroUVs are breaking when using the Override System MacroUV option in the Required Module. Using System MacroUVs:[Image Removed] Using Override System MacroUVs:[Image Removed] Also Tested and Re ...

Linux UI highlights when dragging the editor window

UE - Platform - Linux - Mar 2, 2016

Buttons and other UI elements of the Linux editor are highlighted when they are over the pointer's original click position. ...

Breaking out row pin on "Get data table row" node and checking a variable against a variable from a separate, unused "Get data table row" node causes error

UE - Gameplay - Blueprint - Mar 2, 2016

Breaking out row pin on "Get data table row" node and checking a variable against a variable from a separate, unused "Get data table row" node causes error and fails compile. The error does not prov ...

Placing a call to spawn a custom Actor in the game mode constructor instead of BeginPlay causes Editor to Crash

UE - Gameplay - Mar 1, 2016

[Link Removed] In XCode, place a call to spawn a custom Actor in the game mode constructor instead of BeginPlay. This apparently causes the editor to get into an endless crash loop unless the Bui ...

Wireframe visible in static mesh editor when collision is turned on

UE - Graphics Features - Feb 29, 2016

The mesh shows its wireframe when turning on collision inside of the static mesh editor. This issue is not present in 4.10.4 - CL 2872498 This issue is not present in 4.11.0 - CL 2885320 ...

Project fails to compile if UFUNCTION parameter shares a name with a previously defined UPROPERTY variable

UE - Foundation - Core - Feb 29, 2016

If the name of a UFUNCTION parameter matches the name of a previously defined UPROPERTY variable, the project will fail compile due to the following reason: Function parameter: '[Variable/Paramter ...