FBX Import into Level node rotation

UE - Editor - Content Pipeline - Import and Export - Aug 9, 2016

User has pointed out that generating FBX files through C++ causes the level nodes and a light node. I'm not fully versed with this, so the notes from the user may be more helpful for their descript ...

FBX Transform does not scale skeletal mesh with multiple pieces properly using the Import Uniform Scale option

UE - Editor - Content Pipeline - Import and Export - Aug 15, 2016

Importing a skeletal mesh fbx from blender and setting the Import Uniform Scale option for the mesh to a higher value, like 100, results in only one of the meshes being scaled while the other is lef ...

Import FBX Camera with 90 degree rotation

UE - Anim - Sequencer - Aug 15, 2016

The FBX Import into Sequencer currently assumes that the camera has a rotation axis of 0, -90, 0. This assumption shouldn't be there. For example, currently this works: 1) From Sequencer, export a ...

The Merge Actors Tool doesn't account for rotated collision shapes when doing non-uniform scaling

UE - Gameplay - Aug 30, 2016

Collision shapes for merged actors using the Merge Actor tool do not account for the rotation of the actor when combining the data. It looks like the X and Y collision shape rotation in the world ...

Packaging a plugin from Plugins Editor UI wipes the target folder before packaging

UE - Foundation - Cpp Tools - Plugin System - Sep 23, 2016

"Package Plugin" from Plugin Editor UI will wipe the target folder’s contents first then populate it with plugin files. User was expecting “Package Project” like behavior: Create a new folder in th ...

Crash Occurs When Using the Hide Bone by Name Node

UE - Gameplay - Oct 18, 2016

The editor is crashing when attempting to hide a bone using the Hide Bone by Name node after using the Set Master Pose Component. ...

Cannot Delete Folder Containing Sub Folders from Content Browser

Tools - Nov 17, 2016

Cannot delete a folder containing sub-folders from the Content Browser even after contents and sub-folders have been removed. Regression: This does not occur in UE 4.13 ...

Blueprint Library plugin set to 'Runtime' doesn't work in Standalone/packaged builds if used inside of the 1st Person Character BP

UE - Foundation - Cpp Tools - UnrealBuildTool - Nov 18, 2016

Blueprint Library plugin set to 'Runtime' doesn't work in Standalone/packaged builds if used inside of the 1st Person Character BP. User Description: Blueprint libraries are still broken in the fi ...

Delay nodes used in a macro cause subsequent macro calls during the delay to never complete

UE - Gameplay - Blueprint - Sep 6, 2016

Calling a macro that has a delay node again before the original call's delay could finish will cause the second call to be ignored when reaching the delay node. This did not occur in 4.12.5 and is n ...

Mouse cursor position is locked to center of screen when bShowMouseCursor is false

Tools - Nov 16, 2016

When you set bShowMouseCursor to false in a Standalone or packaged game while Default Viewport Mouse Lock Mode is set to either Always Lock or Lock on Capture, the cursor will become locked in place ...