Default component instances do not update on "Reset to Defaults"

Tools - Apr 29, 2015

When a component that is included in a blueprint by default is set and placed in the viewport, the instance of the blueprint is not updated in the viewport if the yellow arrow is used to reset the c ...

Cannot hide most Blueprint categories from the Class Settings

UE - Gameplay - Blueprint - Apr 29, 2015

Cannot hide most Blueprint categories from the Class Settings of a bp. x = Cannot hide Actor - Hid-able Add Component - x Add Event - x AI - x Animation - Hid-able Audio - Hid-able Canvas Render T ...

Blueprint CDO contains removed component from parent class

UE - Gameplay - Blueprint - Apr 28, 2015

Blueprint CDO contains removed component from parent class. From the AnswerHub post: "It appears that if a component is removed from the C++ class, the CDOs for all of the blueprints remain unchang ...

F9 Causes the screen to mostly black out and become unresponsive

UE - Editor - UI Systems - Apr 28, 2015

The screen may turn black if the user attempts to resize the window, the window may not update fully causing a clipping graph look (see attached image) and the user cannot stop simulating without cl ...

Unable to save project due to user created blueprint node that creates user created object

UE - Gameplay - Blueprint - Apr 28, 2015

When a user creates a blueprint node of their own that is used to spawn a user created object, the project becomes unable to be saved after the blueprint is put into use. ...

FVoiceSerializeHelper doesn't add references to AudioComponent instances

UE - Networking - Apr 28, 2015

"FVoiceSerializeHelper doesn't add references to AudioComponent instances" ShooterGame crashes when following the repro steps provided by the licensee, listed below and on the UDN post. Crash image ...

Clients Joining a session destroy and recreate all actors in the level upon joining

UE - Networking - Apr 28, 2015

When a new client joins a server all of the actors will be replaced with new copies of themselves. This will cause things like the construction script and event begin play nodes to fire off every ti ...

Editor fails to create WebSocketNetDriver class

UE - Networking - Apr 28, 2015

When the Experimental HTML5 Networking Plugin is enable in the editor it allows for C++ classes with the WebSocketNetDriver parent to be created. Creating a C++ class of this type fails in the edit ...

Fixup Redirectors doesn't work in the editor

Tools - Apr 28, 2015

Fixup Redirectors doesn't work in the editor when showing redirectors using the filter and then choosing Fixup. The maps that reference the redirectors aren't being checked out and fixed. I'm just g ...

Pressing multiple buttons in UMG at once doesn't work

UE - Editor - UI Systems - Apr 27, 2015

Pressing a UMG button and pressing another at without releasing the first causes the first button to release. ...