Crash in FMaterialEditor::NotifyPostChange

Tools - Jan 16, 2017

User has identified a potential crash, needs investigation: https://udn.unrealengine.com/questions/330701/crash-in-fmaterialeditornotifypostchange.html ...

SequencerActor tag getting added multiple times to a spawnable actor

UE - Anim - Sequencer - Jan 16, 2017

A Spawnable actor gets "SequencerActor" tag on spawn, but this tag addition does not seem to check already assigned tag(s). So the actor can receive SequencerActor tags multiple times. ...

Colon in UPROPERTY category invalidates iterative build

UE - Foundation - Core - Cooker - Jan 13, 2017

The presence of a colon ':' character in the category string of a UPROPERTY will cause iterative cooking to generate the following error:Found unparsable ini setting Windows.EditorPerProjectUserSett ...

Material gets reset once despawned when using skeletalmesh component/spawnable

UE - Anim - Sequencer - Jan 13, 2017

In 4.14, 4.15 and main, material change for a spawnable actor with a skeletalmesh component gets reset once despawned. This seems to be similar to [Link Removed]. Similar to [Link Removed] ...

[CrashReport] UE4Editor_Renderer!FRendererModule::DrawTileMesh() [renderer.cpp:51]

UE - Rendering Architecture - Materials - Jan 12, 2017

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

[CrashReport] UE4Editor_Core!FText::FText() [text.cpp:165]

Tools - Jan 12, 2017

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

Issues with PrepareMapChange/CommitMapChange and Level Collections

UE - Networking - Jan 12, 2017

Per https://udn.unrealengine.com/questions/329206/crashes-when-streaming-levels-in-414.html LevelCollections has introduced some issues with using Prepare/CommitMapChange. CL# 3255445 has addressed ...

Unload Stream Level Not Removing Dynamically Spawned Actors

UE - Gameplay - Jan 12, 2017

Dynamically spawned actors do not seem to be removed when unloading a streamed level that they were spawned into. ...

Anim notify gets skipped when clips are placed next to each other

UE - Anim - Sequencer - Jan 12, 2017

If a sequence has two clips(of a same animation) placed next to each other, some of the anim notifies do not seem to be called. In 4.14, the middle notifies are skipped (e.g. notifyBegin/1st clip ...

Slate drag/drop detection does not work with multiple pointers

UE - Editor - UI Systems - Slate - Jan 11, 2017

The drag delta detection in SlateApplication does not ensure that the two pointer events it is comparing are coming from the same pointer. This causes it to think dragging should begin on a widget b ...