Particle Position Node in Material Editor returning incorrect results on Mac

UE - Graphics Features - Mar 20, 2015

Also Reproduced on Main, Promotable-CL-2484152 Particle Position WS Node is returning incorrect results with the following Material Setup on a Mac: [Image Removed] ...

FComponentReference::GetComponent() will cast to UPrimitiveComponent when it should be able to work with any scene component

UE - Gameplay - Mar 20, 2015

The FComponentReference::GetComponent() method can attempt to cast to UPrimitiveComponent when FComponentReference appears to be able to work with any scene component. ...

UMG animations do not play on 3D widgets when using events that fire off after event construct

UE - Editor - UI Systems - Mar 20, 2015

If the event that is used to start the animation was not done so during the construction of the widget, the 3D widget will not animate. An example: Using a button to activate an animation will not w ...

HideCategories() property is not held when the editor is closed

UE - Gameplay - Blueprint - Mar 20, 2015

Setting a UCLASS() macro with the "HideCategories" property will updated after a hot reload but after closing /reopening the editor the hidden category will be visible again. ...

Changing between multiple Streams that are contained within an array does not work

UE - Gameplay - Blueprint - Mar 20, 2015

Changing between multiple Streams that are contained within an array does not work. ...

Outside of AnimBP's, Animation Sequences with negative Rate Scales do not animate

OLD - Anim - Mar 20, 2015

Animation Sequences with negative Rate Scales do not play outside of using them in Animation Blueprints...unless they are looping. UPDATE: A negative rate scale value also breaks Anim Montages. ht ...

Calling a function that returns TWeakObjectPtr in blueprints causes crash

UE - Gameplay - Blueprint - Mar 20, 2015

Calling a code defined function in blueprints that returns a TWeakObjectPtr causes a crash. ...

Landscape material reverts to default when launched onto an Android device

UE - Foundation - Core - Cooker - Mar 20, 2015

From user SONB: Launching the project for the first time on Android device the landscape has the correct material applied. However, if I change something in the material (for example adding a Lands ...

Automatic collision generation is incorrectly rotated for sprites that were imported as rotated from a sprite sheet

UE - Gameplay - Paper2D - Mar 19, 2015

Automatic collision generation is incorrectly rotated for sprites that were imported as rotated from a sprite sheet ...

Variables named PlayerCamera are replaced with PlayerCameraManager in PlayerController BPs

UE - Gameplay - Blueprint - Mar 19, 2015

Variables named PlayerCamera are being automatically replaced with references to PlayerCameraManager in Player Controller Blueprints. Occurs when you copy+paste a reference (both get and set) to Pl ...