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

Crash occurs when unmuting a user while Voice Chat and Network Replays are both active

UE - Networking - Oct 29, 2015

User claims that crash occurs when a new user joins a session and the program attempts to unmute the existing players. This only occurs if Network Replays are active. Note: No reproduction has yet ...

Custom animation node in game module fails to load in -game or packaged project

OLD - Anim - Oct 29, 2015

Not sure if this is an Animation or a Core issue, but a runtime Anim Node will not load properly with "-game" or in a packaged build. The developer that made this sample read this blog post: [Link ...

Ribbon Type Particles will not follow Local Space Particles when assigned as Source

UE - Graphics Features - Oct 28, 2015

When set to use another Emitter's Particles as Source, Ribbon Particles ignore movement of particles in the world if they (the source particles) are set to local space. [Image Removed] ...

Specifying a custom UMovementComponent class via SetDefaultSubobjectClass() does not seem to serialize default value edits correctly on the CDO.

UE - Foundation - Core - Oct 28, 2015

Possibly some sort of issue related to SetDefaultSubobjectClass() rather than UMovementComponent specifically. I was able to reproduce in 4.10 release branch and in //UE4/Main with the test project ...

character movement velocity negatively affected by framerate

UE - Gameplay - Oct 28, 2015

Lower framerates directly affect the velocity of a character's movement if that velocity is provided by another source. ...

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

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