Disabling the oculus rift plugin but no the Oculus input or Oculus Library will cause a crash

UE - Platform - XR - Oct 29, 2015

If the user disables the oculus rift plugin without disabling the oculus input and oculus library plugins the project will crash on opening. ...

Memory Leak occurring when switching between levels in Standalone

UE - Foundation - Core - Oct 29, 2015

A memory leak seems to occur when switching between levels multiple times. This is being monitored by memreport full ...

Uninitialized navmesh actor is created when loading a map without one

UE - AI - Oct 28, 2015

Static navmesh shouldn't be auto created in game world. Can be only loaded in with level. ...

GameMode::AddInactivePlayer memory leak

UE - Gameplay - Oct 28, 2015

AddInactivePlayer does a couple .RemoveAt() calls, should probably destroy the actors when that happens as well. ...

PlayerController leak if GameMode::FindPlayerStart returns nullptr

UE - Gameplay - Oct 28, 2015

In short, if FindPlayerStart returns null (e.g. via a licensee override), UWorld::SpawnPlayActor() will fail and return null even though it actually created a PlayerController successfully. ...

Documentation link for matinee is sending users to a 404 page

Tools - Oct 28, 2015

Forum user found an issue where if they select the documentation link for "", then they are brought to a 404 page instead of the correct documentation page. The url that it is linking to is: https: ...

Possible memory leak in FVertexFactoryData's ClothVertexFactories

UE - Simulation - Physics - Character - Oct 28, 2015

Developer implemented their own marker system with callstack data in their own custom version of malloc/realloc/free, and they reported that there might be a memory leak in the ClothVertexFactories ...

Using ConstructorHelpers::FClassFinder in a GameMode constructor may result in a default value or crash if the level is reloaded multiple times.

UE - Gameplay - Oct 27, 2015

Randomly selecting a character class from the GameMode constructor using ConstructorHelpers::FClassFinder can result in default or null character being set when the level is reloaded. It appears tha ...

Duplicating Example Level Prevents the Copy From Being Saved

Tools - Oct 27, 2015

In a project, if you duplicate the example level and attempt to save it, the save will finish, but the asterisk will remain on the file. Attempting to open the duplicated map will prompt another sav ...

NavLinkProxy actor doesn't register smart links

UE - AI - Oct 26, 2015

CustomLinkComponent has uninitialized bounds and can't attach itself properly to NavLinkProxy owner because that actor is not relevant for navigation without at least one point-point link. Relevancy ...