Make Tile Map Editable causes Crash on Mobile

UE - Gameplay - Paper2D - Oct 28, 2016

A crash occurs when using the Make Tile Map Editable function with blueprints when deployed to a mobile device. I can confirm this crash does not occur if you remove the function from the level blue ...

Fade track applies fade to all players, regardless of whether or not they are playing the sequence

UE - Anim - Sequencer - Oct 28, 2016

The fade track currently iterates over all UWorlds and adjusts the fade on the first player controller of each world. This means that the fade will be set for all players in a networked game, even t ...

Rifles are offset in Display 1.15 when opening Content Examples Animation map

UE - Gameplay - Oct 28, 2016

REGRESSION: YesWORKING: 3172292 (4.13.2)BROKEN: 3177600 (4.14) In the Content Examples Animation level, at Display 1.15, the rifles are offset from the character's hands for two of the skeletal mes ...

LevelSequenceActor Tick( ) doesn't call super, preventing Blueprint class of LevelSequenceActor from calling Tick

UE - Gameplay - Oct 28, 2016

LevelSequenceActor is missing Super::Tick( ), preventing Blueprint version of class from calling Tick( ). ...

[CrashReport] UE4Editor_UnrealEd!FTransaction::FObjectRecord::FPersistentObjectRef::operator->() [transactor.h:108]

Tools - Oct 28, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Assertion failed: Obj [Link Removed] [Line: 107] Source Context: 93 ...

Editor crashes sporadically in OSX 10.12

UE - Platform - Apple - Oct 27, 2016

The editor is crashing sporadically in OSX 10.12. I have just started hitting this crash ~ 3-4 times a day usually when opening a new tab of some sort in the Mac editor Looking at the various repo ...

Top down C++ template missing Super::Tick( DeltaSeconds ) in Character, preventing the Blueprint version from calling Tick inside of the Event Graph

UE - Gameplay - Oct 27, 2016

Because the C++ Top Down template is missing Super::Tick( DeltaSeconds ), the Blueprint for the class will not receive the Tick( ) event. ...

Crash adding animation blueprint to skeletal mesh while sub graph input is linked

OLD - Anim - Oct 27, 2016

Crash occurs when setting post process animation blueprint while the anim bp has a Sub Graph Input linked. This crash doesn't occur if the node is not connected. ...

[CrashReport] UE4Editor_SlateCore!FReply::FReply() [reply.h:244]

UE - Graphics Features - Oct 27, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Access violation - code c0000005 ( ...

Materials are incorrect on static mesh made from skeletal mesh

OLD - Anim - Oct 27, 2016

When creating a static mesh from a skeletal mesh, the materials will be incorrectly assigned on the static mesh. ...