SimpleMoveTo does not work on Clients

UE - Networking - Jan 9, 2015

SimpleMoveTo does not work on Clients. ...

Looking at several BPs during play, that add multiple static meshes in construction script, drops the FPS

UE - Graphics Features - Jan 9, 2015

Looking at several blueprints during play, that add multiple static meshes in their construction script, drastically drops the FPS. As a workaround, I suggested to the user that he should use Insta ...

Locking a selected Actor in a Level keeps the Actor highlighted when selecting another Actor

Tools - Jan 9, 2015

Locking a selected Actor in a Level keeps the Actor highlighted when selecting another Actor. ...

Moving an Actor using the Transform controls in the Details panel with Realtime disabled leaves the Widget in its initial location

Tools - Jan 9, 2015

Moving an Actor using the Transform controls in the Details panel with Realtime disabled leaves the Widget in its initial location. Clicking off the Actor and then selecting it again restores the ...

Crash in Standalone when using a Blueprint Library Function inside a Macro from a Macro Library

UE - Gameplay - Blueprint - Jan 9, 2015

Using a Function from a Blueprint Library inside a Macro from a Macro Library will cause a crash when using Standalone Game for PIE. The same setup will function as expected when Playing in Selected ...

Locking mouse to viewport fails after clicking inside the widow

UE - Editor - UI Systems - Jan 8, 2015

After clicking once inside of the window the lock mouse to viewport functionality is lost. The mouse can then leave the viewport. This happens in standalone as well as PIE ...

Movement broken for Top Down template for Clients

Docs - Samples - Jan 7, 2015

There is no way to control the player after creating a new top down project (blueprint or code). This should be fixed by [Link Removed] ...

Destructibles using Form Extended structures with rigid body collision gives wrong hit result

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

DESCRIPTION: When using form extended structure with DMs that are hit by a rigid body the resulting hit does not reflect the correct actor if they are both using form extended. If a DM without form ...

Get Blackboard Value with null input causes crash

UE - Gameplay - Blueprint - Jan 6, 2015

Getting a blackboard value as actor and setting an actor to that on tick causes crash. The real issue here is that you can use a function in BP (in this case `UBTFunctionLibrary::GetBlackboardValue ...