Multiplayer Shootout project sample is crashing on start

Docs - Samples - Apr 3, 2015

The project sample Multiplayer Shootout in the Learn tab is crashing on start up with 4.7.4 Crash does not occur on 4.8. Tested by Patrick.D on Main CL-2498147 Pass in 4.7.5 dev. - CKC 2503383 ...

Sample game headers aren't set up in an extensible way

Docs - Samples - Mar 30, 2015

Our sample games all seem to use the semi-deprecated Classes folder for their headers, and many of these headers omit a #pragma once (or other header guard). This means that they don't play nicely ...

ShooterGame player death creates Death Anim Timer handler incorrectly

Docs - Samples - Mar 10, 2015

In ShooterCharacter.cpp (line 376) there is a call to FMath::Min(0.1f, DeathAnimDurtation) that always returns 0.1. User suggests changing FMath::Min() to FMath::Max(). ...

T_Cobblestone_Rough_N has incorrect Compression Settings

Docs - Samples - Mar 5, 2015

T_Cobblestone_Rough_N is incorrectly set to TC_Default not TC_NormalMap ...

Template animations pop upon looping

Docs - Samples - Feb 10, 2015

The animations in the following code and blueprint templates pop upon looping SideScroller -SideScrollerRun -SideScrollerWalk SideScroller2D -RunningAnimation ThirdPerson -ThirdPersonRun -ThirdPers ...

Content in the BP Templates folders is located in a subfolder with the name of the template along with empty folders

Docs - Samples - Jan 16, 2015

Content in the Blueprint Templates folders for 4.7 templates (by default: C:\Program Files\Unreal Engine\4.7\Templates) is located in a subfolder with the name of the template. The rest of the folde ...

Vehicle Template dashboard texts is blurred when moving

Docs - Samples - Jan 14, 2015

Descrition: When using the vehicle template the text rendered on the dashboard when using the car is blurred. This seems likely to how the text here is setup vs the hud for the 3rd person view. ...

Movement broken for Top Down template for Clients

Docs - Samples - Jan 7, 2015

There is no way to control the player after creating a new top down project (blueprint or code). This should be fixed by [Link Removed] ...

The mouse is restricted to the window bounds after Resuming from the Menu in the Blueprint_HUD level of Content Examples

Docs - Samples - Dec 29, 2014

After Resuming from the Menu in the Blueprint_HUD level of Content Examples, looking around with the mouse is restricted to the window bounds. Clicking inside the viewport resolves the issue. ...

Typo in Lighting Level for Min Roughness

Docs - Samples - Dec 29, 2014

Within the "Lighting' level of the 'Content Examples' project, example 5.4 should say 'Min Roughness' instead of 'Source Radius' ...