UEnum::NumEnums appears to be returning one more than the actual number of elements in an enum.

UE - Foundation - Core - Jan 6, 2015

A user reported that UEnum::NumEnums appears to be returning one more than the actual number of elements in the enum. ...

Large blueprint memory leak in project

UE - Gameplay - Blueprint - Jan 6, 2015

Attached project exposes memory leak in editor. Cause is not known but increases memory very quickly when running PIE. The amount of memory used does not return to normal after closing PIE and each ...

Inconsistent mobility when converting selected actors to a blueprint

UE - Gameplay - Blueprint - Jan 6, 2015

Noticed when replying to a user on the forums (link included) When using the "Convert to Class Blueprint" feature in the level editor to create a blueprint from the selected actors, the created blu ...

Compiling on Mac fails if build path has spaces

UE - Platform - Apple - Jan 6, 2015

UPDATE: We were able to get around this issue by renaming our external drives. The actual problem is that Mono's xbuild fails to build UnrealBuildTool QA REGRESSION: YesWORKING: 2386770BROKEN: 23 ...

Destructible cannot change collision profile at runtime via Blueprints

UE - Simulation - Physics - Destruction - Jan 6, 2015

DESCRIPTION: When attempting to change the collision profile of a destructible via Blueprints it will not set appropriately. The collision profile set via the details panel for the individual object ...

Set Ignore Look Input stacks the resulting value each time it is called

UE - Gameplay - Jan 5, 2015

Set Ignore Look Input stacks the resulting value each time it is called. If Set Ignore Look Input is called more than once with the same value, it will take as many calls with the opposite value to ...

Duplicating a map crashes the editor (Blueprint compile crash)

UE - Gameplay - Blueprint - Jan 5, 2015

EDIT: Date: 1/21/2015 Adding the [Link Removed] Duplicating a map in the Content Browser crashes the editor. It does not matter if the map being duplicated is the currently open map or not. EDIT ...

Having more than one Show or Hide Toggle in Matinee Visibility Track causes a compile error in Level Blueprint

UE - Gameplay - Blueprint - Jan 5, 2015

Having a Matinee Controller in the Level Blueprint and a Visibility Track with multiple Show and Hides will cause a compile error in the Level Blueprint. ...

Duplicated Matinee Actors cause compile errors with Controllers in Level Blueprint

UE - Gameplay - Blueprint - Jan 5, 2015

Duplicating a Matinee Actor after having its controller placed in the Level Blueprint and then adding a controller into the Level Blueprint will cause a compile error on compile. *This error will s ...

Adding a new widget class to a 3D widget causes a crash

UE - Editor - UI Systems - Jan 2, 2015

When clicking the button to add a new class to a widget component via the [+] button the engine will crash ...