First Person Game Mode isn't set correctly for new default levels

Docs - Samples - May 26, 2015

When creating a new default level in the first person template, the default game mode is set to 'pawn' rather than 'first person character'. ...

10 or more Static Meshes set to Simulate Physics and Replicates Movement will crash the editor with PIE set to 2 or more players

UE - Networking - May 19, 2015

10 or more Static Meshes set to Simulate Physics and Replicates Movement will crash the editor with PIE set to 2 or more players. Less than 10 don't cause a crash. The user reporting this got a mor ...

Editor crashes with 2 or more Clients when spawning in a Blueprint created from a Static Mesh using the Blueprint/Add Script button

UE - Networking - May 14, 2015

Editor crashes with 2 or more Clients when spawning a Blueprint created from a Static Mesh using the Blueprint/Add Script button. Blueprints created from Static Meshes using other methods do not cau ...

Calling a parents function that is used in a child blueprint from a spawn actor from class node that is being called back in the parent will cause an error

UE - Gameplay - Blueprint - May 14, 2015

If the user calls a function (We will call it "Parent's Function") from a child blueprint and then turns around and tries to call that implementation of the Parent's Function with in the parent it's ...

User receiving crash when compiling & saving blueprints on Mac

UE - Gameplay - Blueprint - May 14, 2015

User receiving crash when compiling & saving blueprints. Log Error: (SIGSEGV: invalid attempt to access memory at address 0x0) User also supplies a Stack Trace Image in his answerhub post. ...

Delegation issue with copied instances of a Trigger BP that is based off of the StaticMeshActor

UE - Gameplay - Blueprint - May 13, 2015

Delegation issue with copied instances of a Trigger BP that is based off of the StaticMeshActor parent class. If bp Trigger A is placed into the level and then 2 copies are made (B & C), when C i ...

Inside a BP Interface, changing a Function output to an input will cause a compile error in the reference bp

UE - Gameplay - Blueprint - Apr 6, 2015

Inside a BP Interface, changing a Function output to an input will cause a compile error in the reference bp. [Error] "Graph named 'NewFunction_0' already exists in 'bpActor'. Another one cannot be ...

Mouse directly controls Camera Actor directly above 170 and below 5 FoV

UE - Gameplay - Mar 23, 2015

When manually setting the FoV of a camera actor to a value above 170 or below 5, the camera actor itself disappears and the user's mouse takes direct control of the camera actor movement and rotatio ...

Build error when compiling a code project with the word "Engine" as the last word of the title

UE - Foundation - Cpp Tools - UnrealBuildTool - Mar 9, 2015

When naming a project ending with "Engine" whether there is a "_" or no space separating the name will result in a build error in VS. See attached image for error output. ...

Using ServerTravel from a map set as the Transition Map with Seamless Travel enabled in the Game Mode will crash the editor

UE - Gameplay - Mar 6, 2015

Using ServerTravel from a map set as the Transition Map with Seamless Travel enabled in the Game Mode will crash the editor. Probably related to [Link Removed] Reproduced in 4.7.2 binary and Main ...