Editor crashes when a hot reload is performed on a project that contains a custom User Defined Struct code class

UE - Foundation - Core - Feb 20, 2017

Adding a custom User Defined Struct code class to a project causes the Editor to crash whenever a hot reload is performed on that project. Removing the custom User Defined Struct class allows hot re ...

Unable to define custom raw input defice configurations

UE - Gameplay - Input - Feb 21, 2017

The FRawInputDeviceConfiguration struct is not exposed so attempting to define custom raw input device configs fails with unresolved external errors when using: FRawInputDeviceConfiguration newConfi ...

PIE Warnings: Invalid Simulate Options when dragging TEST_PhysicsWakeEvents into Level

OLD - Anim - Feb 21, 2017

The log populates with the PIE Warnings when the asset is dragged into the level WarningsPIE:Warning: Warning Invalid Simulate Options: Body (TEST_PhysicsWakeEvents.CubeDestroyedOnSleep Cube) is se ...

Mesh Overlay always lags behind actual selection

OLD - Anim - Feb 21, 2017

Mesh Overlay always lags behind actual selection. Workaround: Use the skeleton tree to select bones. ...

Child Actor Component visibility doesn't work the first time it is enabled

UE - Gameplay - Feb 21, 2017

Child Actor Component visibility doesn't work the first time it is enabled. This is also the same for the Set Actor Hidden in Game node. ...

Potential major HLOD dynamic shadow performance issues

UE - Graphics Features - Feb 22, 2017

See https://udn.unrealengine.com/questions/336882/hlod-dynamic-shadow-issues.html . Potential major performance issues with HLOD and dynamic shadowing incorrectly drawing sub meshes. Also missing sh ...

Check() crash in merge tool when using SVN

UE - Gameplay - Blueprint Editor - Oct 21, 2015

A UDN user found a crash in the merge tool when using SVN. https://udn.unrealengine.com/questions/265740/crashbug-with-svn-merging.html The failing check() crash occurs in LoadBaseRev (Merge.cpp): ...

Cannot convert procedural mesh to static mesh with only 3 verticies

OLD - Anim - Feb 23, 2017

It is not possible to use the Create StaticMesh button to create a Static Mesh from a Procedural Mesh with only 3 verts. The following if check is the reason:if (RawMesh.VertexPositions.Num() > 3 && ...

Importing skeletal mesh with LODs and uniform scaling results in multiplicative scale per additional LOD

Tools - Feb 22, 2017

Here's a quick chart showing the current multiplicative pyramid style scaling that's occurring.Import ScalingLOD0LOD1LOD2LOD32.0248160.50.50.250.1250.06255.0525125625 ...

Crash using Import Commandlet on FBX that gets "Bones are too small" error when imported manually

UE - Editor - Content Pipeline - Import and Export - Feb 23, 2017

Crash using Import Commandlet on FBX that gets "Bones are too small" error when imported manually Error from manual import: Warning The bone size is too small to create Physics Asset 'ButterflyVa ...