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 ...

Re-enable rendering categories on UMaterialBillboardComponent

UE - Gameplay - May 5, 2015

Looks like the thread died in IM. I think we should re-enable the categories that were removed in 4.6. ...

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 ...

Cannot Set Visibility for a 3D widget component that is applied to Screen space

UE - Editor - UI Systems - May 5, 2015

User Can hide a 3D widget component that is in world space. However, if they use a widget component that has been switched to Screen space this is no longer possible. List of ways that do not work ...

Android audio is still audible at 0 volume

UE - Audio - May 4, 2015

Android audio uses -30 dB as minimum volume but it should be lower. ...