Adding a Local Variable to a blueprint Construction Script will cause a crash

UE - Gameplay - Blueprint - Dec 18, 2014

Adding a Local Variable to a blueprint Construction Script will cause a crash ...

Internal Compile error received from rearranging Format Text nodes

UE - Gameplay - Blueprint - Dec 18, 2014

Internal Compile error received from rearranging Format Text nodes Output Log of Error: LogBlueprint:Error: [compiler] Error Internal compiler error inside CreateExecutionSchedule (site 2); please ...

Aim Offset Not Functioning Properly in UE 4.6

OLD - Anim - Dec 17, 2014

Creating an Aim Offset Blendspace from Epic's "aim from the hip animations" in the Animation Starter Pack results in the character's arms being animated behind the characters head when trying to imp ...

Objects parented to a Destructible Mesh within a bp will not follow if the DM is simulating physics

UE - Simulation - Physics - Destruction - Dec 17, 2014

Objects parented to a Destructible Mesh within a bp will not follow if the DM is simulating physics. ...

Cannot Package Game for Windows from External Drive on Windows 8.1 Boot Camp Mac

UE - Foundation - Core - Dec 17, 2014

User is trying to package the xixoBerlinFlat Marketplace and cannot get a packged project from an external drive project on a Windows 8.1 x64 system running via Bootcamp on a Mac. ...

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