Internal Compiler error when calling a custom enum in a struct from a blueprint macro

UE - Gameplay - Blueprint - Aug 6, 2015

If a macro is referencing a custom enum within a struct and compiled after another output pin is removed, an internal compiler error will appear and the blueprint will not compile. ...

Adding a new variable to a Struct that has been paired up with a data table will cause a crash

UE - Gameplay - Blueprint - Aug 6, 2015

If a user creates a struct and then creates a data table that uses this struct, the user can then no longer add variable to the struct due to the engine crashing ...

Simulate physics on an actor and then using slomo 0 console command causes force being added to mesh

UE - Gameplay - Aug 5, 2015

If an actor has had simulate physics enabled and then the console command Slomo 0 is used, force will be added to the mesh, causing it to fly. ...

AddProceduralMeshComponent node throws UnknownTemplateReferenced errors in duplicated Function

UE - Gameplay - Blueprint - Aug 5, 2015

AddProceduralMeshComponent node throws UnknownTemplateReferenced errors in duplicated Function User description: 1) Make a function that has a Add Procedural Mesh Component node. 2) duplicate func ...

Get Functions are not Available for Particle Systems via Blueprints

UE - Graphics Features - Aug 4, 2015

It looks like the Functions Get Float Parameter, Get Vector Parameter, Get Actor Parameter, Get Color Parameter are listed in the API, but are not callable in a Blueprint. ...

Losing focus of blueprint component viewport prevents W,E,R from changing transform widget

UE - Gameplay - Blueprint - Aug 4, 2015

If focus is taken away from the viewport window in blueprints (LMB in the details pane, for instance), pressing W, E, or R to change the transform widget will not work until focus is returned. ...

Min and Max Values in Cascade Distributions are inconsistent in order

UE - Graphics Features - Aug 4, 2015

Licensee is reporting that the Min and Max Values for Cascade Distributions are not consistently placed. For example, Distribution Float UNiform is Min then Max while Vector Uniform is Max then Min ...

Activating physics on a component will break movement for the component

UE - Gameplay - Aug 4, 2015

Setting simulate physics for a component of an actor will cause that component to not react when the actor root is updated. ...

If an ensure() fails within an automated test, the test can still show a positive result.

UE - Automation Test - Aug 4, 2015

If an ensure() fails within an automated test, the test can still show a successful result. ...

Function call inputs do not revert to their Default Values if a variable node is connected and then disconnected

UE - Gameplay - Blueprint - Aug 3, 2015

Function call inputs do not revert to their Default Values if a variable node is connected and then disconnected. Refreshing the call node does not reset the inputs to their defaults. Reproduced in ...