Shooter Team Start's "Spawn Team" and "Not For Bots/Players" Options Not Working

Docs - Samples - Feb 25, 2016

When using a Shooter Team Start to set up team spawns in Shooter Game, enabling the Not for Bots, Not for Players, or the Spawn Team options don't seem to have an effect, as both the players and bot ...

Adding an Actor Component that is set to Replicate to an Actor that is also set to Replicate disconnects the Client from the Server

UE - Networking - Feb 25, 2016

Adding an Actor Component that is set to Replicate to an Actor that is also set to Replicate disconnects the Client from the Server. Note: this does not occur if the Actor Component is already added ...

Get Ping in ms returns 9999 in a packaged game when tested on systems not on the same network

UE - Networking - Feb 25, 2016

Get Ping in ms returns 9999 in a packaged game when tested on systems not on the same network. This does not prevent Client connection to the Server. Note: my understanding is this would be caused ...

Calling SetMassOverrideInKg in a constructor will crash the engine on launch

UE - Simulation - Physics - Feb 25, 2016

Calling SetMassOverrideInKg reaches back to a "check(GEngine)" call in BodyInstance.cpp (line 2998). B/c of this check, the engine will crash on load if SetMassOverrideInKg is called inside a class ...

ALight::Destroyed() doesn't call Super::Destroyed()

UE - Gameplay - Feb 25, 2016

A licensee mentioned that If you see ALight::Destroyed() in Engine\Source\Runtime\Engine\Private\Light.cpp, you can see Super::Destroyed() is't called in the function. ...

Deferred decals with negative scale are not rendered on screen

UE - Graphics Features - Feb 24, 2016

Decals that have a negative scale are invisible in the level. This occurs across all engine versions tested. 4.10 - 4.12. ...

Smart Links are Removed During Dynamic NavMesh Regeneration

UE - AI - Feb 24, 2016

Smart links disappear whenever the Nav Mesh regenerates while using Dynamic Runtime Generation. For example, if you have a dynamic object that is constantly moving and causing the Nav Mesh to rebuil ...

Enum Variable Cannot Accept Code-Based Enums

UE - Gameplay - Blueprint - Feb 24, 2016

Trying to create a variable that accepts multiple types of enums, and code-based enums are not showing up in the list. Creating a variable that stores a UEnum class does not display enums created i ...

Particle CPU cost highly increase at second "show" of a streaming level.

UE - Graphics Features - Feb 24, 2016

It seems that Particle CPU cost highly increase at second "show" of a streaming level. The Licensee's team sent a sample to reproduce this problem. So I put the project and wrote how to reproduce on ...

When Building Light for a SubLevel of a project, BSPs will be built into the level regardless if hidden or not

UE - LD & Modeling - Modeling Tools - BSP - Feb 23, 2016

BSPs will be built with light/shadow extrapolated even if they are placed in a hidden sub_level of the project at the time of building. Also Tested in 4.10.4, 4.11 Preview 6 and Dev-Editor-CL-28772 ...