Reset Emitter button in blueprint emitter component has no effect

UE - Gameplay - Blueprint - May 21, 2015

After setting a particle system component inside blueprint, clicking the "Reset Emitter" button in the details panel does not have any effect on the particle system. ...

Ctrl+z does not work within the blueprint editor

UE - Gameplay - Blueprint - May 21, 2015

Ctrl+z being used within the blueprint editor does not respond. If you translate a cube around the viewport and press ctrl+z, the cube does not revert back to the original location. ...

Entering values manually for an object location inside the blueprint editor viewport no longer works

UE - Gameplay - Blueprint - May 21, 2015

When you move a cube around the viewport and then enter 0 within the location, rotation or scale xyz input, the cube does not reset. 4.8 regression range: BROKEN: CL-2549132 WORKING: CL-2548694 ...

Packaging a game with the Leap and Paper 2D plugins turned off will result in errors on launch of the packaged game

UE - Foundation - Cpp Tools - Plugin System - May 21, 2015

If the user disables a plugin that is on by default and then packages that game out for windows they will receive an error upon launching the packaged game ...

UDN: ChildBP - When replacing Static or SkelMesh Compoent inherited from the Parent Class, Socket list doesn't update

UE - Gameplay - Blueprint - May 21, 2015

This is simple, but maybe hard to explain, so hear with me. I've attached a sample project and Repro Steps below in case it's not clear. Basically: 1. Make BP_Parent with an unassigned Mesh (Stati ...

Objects improperly ticking in PIE dedicated server sessions

UE - Networking - May 20, 2015

https://udn.unrealengine.com/questions/245084/objects-improperly-ticking-in-pie-dedicated-server.html ...

HTML5 Engine Scalability set via C++ are not kept.

UE - Platform - Mobile - May 20, 2015

HTML5 packaged or Launched On games are not keeping settings to the ScalabilityQuality.X when deployed to Chrome 64 or NIghtly Build. Project for Repro: [Link Removed] ...

No mouse decorator when dragging Event Dispatcher from My Blueprint panel

UE - Gameplay - Blueprint - May 20, 2015

Currently there is no mouse decorator when dragging event dispatchers out of the My Blueprints panel in the Blueprint editor. This contradicts the functionality of drag-and-dropping variables, func ...

Starter Content folders return to content browser after being manually deleted

Tools - May 20, 2015

If Starter Content is added to a newly created project and then the Starter Content is deleted, upon re-opening the editor the Starter Content files will return to the Content Browser. Workaround: ...

GetAllocatedSize returns inaccurate number of bytes

UE - Foundation - Core - May 20, 2015

When calling GetAllocatedSize() on a TBitArray it will round down the result of MaxBits / NumBitsPerDWORD. This means that not enough bytes are allocated when the MaxBits is not divisible by NumBi ...