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 ...

Building the Engine using Visual Studio 2015 can fail if Windows Driver Kit is installed.

UE - Foundation - Cpp Tools - UnrealBuildTool - Oct 26, 2015

There is a possible logic bug in Visual Studio 2015's vcvarsqueryregistry.bat where it locates the include path for the Universal CRT by looking at the last folder in the specified location. This se ...

PathInstance reuse is not fully supported

UE - AI - Oct 26, 2015

Check UDN for details:FindPath repathing on partial path overrides Error result (missing path reset)FindPath doesn't update last repath time, although it does set initial value for newly created one ...

Changing transforms to absolute in parent blueprint does not propagate to child blueprints in the level

UE - Gameplay - Blueprint - Oct 26, 2015

If the transforms for a blueprint component are changed to "absolute" location and/or rotation, new child blueprints created will correctly show the absolute location/rotation changes, but the child ...

Can choose a Child Actor for an Actor property

Tools - Oct 26, 2015

Actors that are created via a child actor component should not be selectable as entries for an actor property. ...

SceneCaptureCube::PostActorCreated() fails compile

UE - Gameplay - Oct 26, 2015

SceneCaptureCube::PostActorCreated() is not set with "ENGINE_API" and causes compile errors when trying to use a class that inherits from SceneCaptureCube. ...