Attached Project Crashes When Attempting to Open Blueprint

UE - Gameplay - Blueprint - Nov 11, 2015

The project in question: [Link Removed] The user is experiencing an issue where they've fixed compile errors on their NPC blueprint, and now are unable to open it without experiencing a crash. Righ ...

Child components of child actor components in blueprints do not update transform based on parent

UE - Gameplay - Nov 10, 2015

If a blueprint has a child actor component that has other components parented to the child actor component, the child components of child actor components will not update transform based on the pare ...

GenerateKDopAsSimpleCollision() clamps vertices that are close to the origin which results in inaccurate primitives

UE - Gameplay - Nov 10, 2015

When DOP simplified collision is generated for a mesh that has vertices that are close to the origin, part of the function till clamp any values between -0.5 and 0.5 to be 0.5 which will cause the r ...

Disabling Editor Sounds Doesn't Prevent Compile Sound From Playing

Tools - Nov 10, 2015

Disabling the Editor Sounds under Editor Preferences->Level Editor->Miscellaneous->Sound->Enable Editor Sounds doesn't stop the Compile sound from playing when you click the Compile button in the ed ...

UnrealVS "Refresh Projects" fails for projects

UE - Foundation - Cpp Tools - UnrealVS - Nov 10, 2015

Using the Refresh Projects button in the UnrealVS toolbar will fail for projects because it can't find the "GenerateProjectFiles.bat" file for the specified project. Licensee reporting the issue me ...

Child Actor Component references are not sent to the Server through a Run on Server RPC

UE - Networking - Nov 9, 2015

Child Actor Component references are not sent to the Server through a Run on Server RPC. Test project attached. Reproduced in 4.9.2 binary and Main (CL# 2758903). ...

Duplicating a Function Containing Add Child Actor Component Causes Changes Made to the Duplicate to be Saved to the Original

UE - Gameplay - Blueprint - Nov 9, 2015

When you create a function containing an Add Child Actor Component node, duplicate that function, and then change the Child Actor Class option in the duplicate, the changes are also saved to the ori ...

Animation sounds do not play in game on Linux

UE - Platform - Linux - Nov 9, 2015

On Linux, setting a sound to play as part of an animation will play the sound inside the persona window but does not play the sound in game when the animation plays. ...

Remove Item Node Removes All Objects in an Array

UE - Gameplay - Blueprint - Nov 9, 2015

Getting an object from an array at a certain index and then using the Remove Item node causes the entire array to be wiped. Found in 4.10 Preview 4. Reproduced in 4.9.2 binary and Main CL 2752291. ...

Wildcard Array in Macro Causes Error Message to Appear

UE - Gameplay - Blueprint - Nov 9, 2015

Creating a Macro with a Wildcard Array and then using that macro to accept an array as input and attempting to get the first element causes an error to appear in the output log. In the AnswerHub u ...