Shape components have a Shape Material property that is never displayed

UE - Gameplay - Dec 17, 2014

Blueprint Shape components have a Shape Material property that can be set in its Details or via Get and Set functions in the Event Graph. These are never displayed in the viewport or during runtime ...

Structs in the Instance Settings for a Static Mesh in the Foliage Fill tool are not editable.

UE - World Creation - Worldbuilding Tools - Foliage - Dec 17, 2014

Adding a struct to the foliage panel results in the struct not being editable for a static mesh instance. The same struct is editable if applied to a PrimitiveComponent. ...

Infinite loop error message does not help and spawns too many messages

UE - Gameplay - Blueprint - Dec 17, 2014

The infinite loop reporter is reporting every infinite loop by popping up a window for each problem loop. So if you have an actor with 3 loops that trigger the infinite loop error and then you have ...

Inconsistent documentation on how to use AsyncTasks

UE - Foundation - Core - Dec 16, 2014

The documentation found here may be out of date:https://docs.unrealengine.com/latest/INT/API/Runtime/Core/Async/FAsyncTask/index.html From Lauren R: "Looking at P4, that example code is mostly from ...

"Joint Target Location" no longer shows up in Two Bone IK

UE - Anim - Rigging - Dec 16, 2014

In character blueprint, in an animation state, "Joint Target Location" no longer shows up in Two Bone IK node (See attached image.) ...

Setting the root component in a code class constructor does not actually set that component as the root component of a Blueprint created from that class.

UE - Gameplay - Blueprint - Dec 16, 2014

The root component of a Blueprint is determined by the order in which the components are defined in the constructor of a class (the component defined first becomes the root component). Trying to set ...

Maya navigation controls do not work as expected while Lock Viewport to Actor is enabled

Tools - Dec 16, 2014

Maya navigation controls do not work as expected while Lock Viewport to Actor is enabled. The camera appears to behave the same as it would normally, but the actor the viewport is locked to is moved ...

Playing this project in Standalone, or packaging for windows, causes the new window to crash

UE - Gameplay - Dec 16, 2014

When you attempt to play the user project in Standalone, or Packaging for Windows, the new window will crash and not play the game. Issue also occurs on Mobile. The project will not open. ...

'Show Only Selected' Option Hides Selected Group Actors

Tools - Dec 16, 2014

When attempting to isolate selected actors using the 'Show Only Selected' visibility option, grouped actors under this command will disappear and leave green spherical bounding wireframes indicating ...