Engine Crashes When SubAnimInstance is set up and Master Sequence is Set to Spawnable

OLD - Anim - Oct 20, 2017

Engine crashes when CharacterBP is dragged into the Shots track and Spawnable is checked and unchecked when character animation Blueprint has a SubAnimInstance set up. ...

Crash when modifying InstancedStaticMesh transform in Blueprint Editor

UE - World Creation - Worldbuilding Tools - Foliage - Oct 20, 2017

InstancedStaticMesh component element mismatch between in-level and BP editor can cause crash when modifying transform in BP editor. This can happen when a user modified transform in-level actor's I ...

[CrashReport] UE4Editor_UMG!UWidget::GetParent() [widget.cpp:610]

UE - Editor - UI Systems - Oct 19, 2017

This is a trending crash coming out of the 4.18 previews and 4.18.0. Users have not provided any descriptions of their actions when the crash occurred. Source Context 597 void UWidget::SetA ...

Widget components added to characters added in a C++ template will not allow packaged builds to open

UE - Gameplay - Blueprint - Oct 19, 2017

When Widget components added to characters added in a C++ template When the build is packaged and you attempt to open it the window will not open, despite a process running in the background Versio ...

Collision channel settings are not recognized in Standalone

OLD - Anim - Oct 18, 2017

Object instances that override the parent blueprint's collision settings are recognized in PIE but ignored in standalone or when running from the command line with -game NOTE: This appears to only ...

Crash caused by character referencing a reparented AnimBP

OLD - Anim - Oct 18, 2017

Placing a character that reference to a reparented AnimBP(created as a child of thirdperson, then reparented to AnimInstance) crashes editor after reopening the project. If you already had that charac ...

CreateWidget node keeps reference to created widget on output pin

UE - Gameplay - Blueprint - Oct 17, 2017

There was an issue in 4.16 (fixed in CL# 3437205) in which blueprint output pins would hold on to object references until the blueprint was destroyed. It appears that an additional fix may need to b ...

Literal Gameplay Tag Container's Return Value does not have ParentTags

UE - Gameplay - Oct 16, 2017

Literal Gameplay Tag Container's Return Value does not have ParentTags in 4.17 and 4.18. In 4.16, the value had it. There is same problem in Return node that is Gameplay Tag Container Structure. In ...

values for pinch input produce very different results for same area on android device

UE - Platform - Mobile - Oct 13, 2017

Values for pinch input produce very different results for the same area on an android device. values can range from 0 to 1, or end up in the thousands, despite the pinch distance being the same. It ...

WorldGridMaterial gets added as Element 0 when importing LOD model

When importing a LOD model, LOD material can get added as element 0, not preserving previous material assignment. It's not possible to re-order/delete the automatically added Element 0 WorldGridMat ...