Joining a session in PIE with Auto Connect To Server disabled will crash PIE

UE - Networking - Nov 11, 2015

Joining a session in PIE with Auto Connect To Server disabled will crash PIE. Note: this is not specific to the Multiplayer Shootout project used in the repro steps; this will occur in any project ...

Custom functions can call Set Timer nodes

UE - Gameplay - Blueprint - Nov 11, 2015

Custom functions can call Set Timer nodes. There are no other time related functions that can be called through custom functions. Calling a timer through custom functions seems to lead to editor cra ...

Attaching a component to a socket on a character causes MoveTo to move incorrectly

UE - AI - Nov 11, 2015

When an AI controlled character has a component attached to a socket on it's mesh, MoveTo will move in a sporadic way, making the character move rapidly in random directions on its way to its destin ...

Attempting to Open a Widget Blueprint With Animation and Timeline Panels Hidden Causes the Editor to Crash

UE - Editor - UI Systems - Nov 11, 2015

When you attempt to open a widget blueprint when you have hidden the animation and timeline panels, the editor will crash. There is a workaround: Window->Reset Layout will allow you to open the blu ...

"Snap to Target, Keep World Scale" when attaching doesn't work properly if parent is scaled.

UE - Gameplay - Nov 11, 2015

See UDN thread, which includes suggested fix. https://udn.unrealengine.com/questions/267677/attachactortocomponent-scale-issue-with-scaled-com.html ...

Attempting to record a demo in PIE causes a crash

When you try to use the console command "demorec" to record a demo in PIE, a crash occurs. Note: This did not occur in 4.8.3 but another crash happened when trying to run the "demoplay" console com ...

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