Crash retargetting AnimBP with "Allow remapping to existing assets" enabled

OLD - Anim - Aug 24, 2016

4.12 version of the crash: [Link Removed] Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 833] Array index out of bounds: 1 from an array of size 0 Sourc ...

UnrealFrontend has missing tooltips in drop down menus

Tools - Aug 17, 2016

Unreal Frontend does not have tooltips for the options in the drop down menus. I do not see this with the Project Launcher. REGRESSION: Yes Worked: This previously worked in 4.12.5 Binary CL-30392 ...

Cannot use Play/Pause shortcut in Persona if viewport is focused

OLD - Anim - Aug 24, 2016

In Persona, if the user has the viewport focused, they cannot use the shortcut to play or pause animations. ...

Components set to auto activate do not trigger on component activated events

UE - Gameplay - Aug 25, 2016

Components that have event's cooked up to their On Component Activated Event do not fire if the component is set to AutoActivated. This does work if the Activation event is triggered by other means ...

OnComponentActivated/Deactivated Event (ParticleSystem) doesn't function

UE - Gameplay - Aug 25, 2016

On component activated (Particle system) doesn't trigger correctly it does however work for the character movement component and the mesh component. If you select the print as a break point the eng ...

Meshes with no UV Coordinates will break the UVs of other meshes contained in the same HLOD if they share a material

UE - World Creation - Worldbuilding Tools - HLOD - Aug 26, 2016

Meshes with no UV Coordinates will break the UVs of other meshes contained in the same HLOD if they share a material this only occurs depending on the specific order ...

"Texture Streaming needs to be rebuilt" message appears in default level

UE - Graphics Features - Aug 26, 2016

When opening the default level, the user can see a "Texture Streaming needs to be rebuilt" for the level. ...

sphere collision with start and end points set to the same value return no hit objects

UE - Gameplay - Aug 29, 2016

Sphere collision with start and end points set to the same value return no hit objects. Workaround Set the end vector to 1 away from the start vector (0,0,0 to 1,1,1, etc.) Regression (no) issue ...

Texture streaming needing to be rebuilt causes level to be dirty when opened

UE - Graphics Features - Aug 26, 2016

Opening levels that need texture streaming rebuilt causes the level to be dirty and unsaved, even though the user has not edited the level at all. This isn't consistent with other building features ...

Crash playing in viewport with a character that has a Wheel Class

UE - Simulation - Physics - Aug 27, 2016

Crash occurs when playing in editor with a character that has a Simple Wheeled Vehicle Movement Component, with a Wheel Class assigned to it. This crash seems to only occur if Don't Create Shape is ...