Functions that are placed in a graph do not update when pins are added/subtracted

UE - Gameplay - Blueprint - May 6, 2015

If the user creates a function and then places it into the event graph and then goes back and add and output pin the function that is already in the graph will not update and will need to be replace ...

Inherited components in Child Blueprints cannot be dragged into the Event Graph to access their variables

UE - Gameplay - Components - May 6, 2015

Inherited components in Child Blueprints cannot be dragged into the Event Graph to access their variables. Searching for the Getter in the Event Graph works as expected. This seems inconsistent with ...

Dynamically Created Hierarchical Instanced Static Mesh Component Reset with Wind Directional Source

UE - Gameplay - Components - May 6, 2015

A HISMC (Hierarchical Instanced Static Mesh Component) created dynamically through blueprints has its simulation reset by the Wind Directional Source. "The HISMC needs to get spawned from an Actor ...

DeprojectScreenPositionToWorld has inaccurate behavior in VR

UE - Platform - XR - May 6, 2015

Calling DeprojectScreenPositionToWorld while in VR mode does not project from the center of the Oculus view. Using the results of the call with a line trace will show the line coming off center fro ...

Printing the result of the 'Get Move Ignore Actors' node will crash the editor

UE - Gameplay - Blueprint - May 6, 2015

Printing the result of the 'Get Move Ignore Actors' node will crash the editor. The Licensee found the issue while exploring a workaround for this JIRA:https://jira.ol.epicgames.net/browse/UE-14734 ...

Linker errors when deriving from ADecalActor in game

UE - Gameplay - May 6, 2015

Cannot derive from ADecalActor in your game modules as not all of the functions are exposed and you get linker errors. ...

LineTraceSingleByChannel returns a hit for any object it hits, regardless of whether or not that object has the specified collision channel set.

UE - Simulation - Physics - May 5, 2015

The collision channel specified in LineTraceSingleByChannel does not appear to be taken into account when the trace is performed. Instead of ignoring any objects that are not set to that channel, an ...

The 'Wind' Material Node Function Not Accepting Vector4 Parameter

UE - Graphics Features - May 5, 2015

In order to use the 'Wind' material function correctly the function states you need to reference the 'Wind Directional Source' actor. The only way to do this within the material editor and through b ...

Adding new elements to an array in code does not update in a class based blueprint on compile

UE - Gameplay - Blueprint - May 5, 2015

When adding elements to an array inside a code class, blueprint instances of the class do not have their array updated after a hot reload. ...

Selecting a Struct variable when binding a property in UMG can cause an infinite number of selections

UE - Editor - UI Systems - May 5, 2015

If a struct with a Texture 2D variable is chosen when creating a binding for the brush it can create an infinite number of windows. Note: If done enough the editor will crash ...