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

Memory usage spike during PIE doesn't reduce after play session

UE - Foundation - Core - Oct 28, 2015

When opening the editor the memory usage jumps during PIE. After exiting PIE the memory use does not go back down. ...

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

Make AGameMode::FindInactivePlayer and related functionality easier to overload

UE - Networking - Oct 27, 2015

Investigate implementing the suggestions in the post at the additional info URL. The user ran into multiple issues trying to customize the behavior of inactive players rejoining. ...

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

While a Custom Event's delegate pin is connected to anything its details are not visible in the Details panel

UE - Gameplay - Blueprint - Oct 27, 2015

While a Custom Event's delegate pin is connected to anything its details are not visible in the Details panel. Tested with an empty reroute node as noted below as well as a Set Timer node. Reproduc ...

User can click through Notifications

UE - Editor - UI Systems - Slate - Oct 27, 2015

BRANCH: //depot/UE4-Releases/4.10, but also current Main DESCRIPTION: When there is a notification up, such as launch on, the user can interact with the editor through it. *User shows video of the ...

Hang and Memory Spike when you create an endless loop in AnimBP Event Graph

OLD - Anim - Oct 27, 2015

Hang and memory spike (that doesn't go away) when you create an endless loop in AnimBP. Blueprints have a safeguard against this when you try to PIE with an endless loop, but I think the Animation ...

Event shutdown does not appear to fire off on Android

UE - Platform - Mobile - Oct 27, 2015

When the user tries to save data using the Event Shutdown the event does not seem to fire off. The data does not get saved ...

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