Enums in BP Structures display as Byte on Struct save

UE - Gameplay - Blueprint - Aug 15, 2017

When an enum variable is added to a BP struct, saving the struct causes the enum to display its type as a Byte rather than the specified enum. Regression: Yes - This behavior does not occur in 4.16 ...

[CrashReport] UE4Editor_Engine!FPointerToUberGraphFrame::~FPointerToUberGraphFrame()

UE - Gameplay - Blueprint - Aug 15, 2017

This is a trending crash coming out of the 4.17.0 release. Users have not provided any descriptions of their actions when the crash occurred, however the callstack is very similar to [Link Removed] ...

[CrashReport] UE4Editor_UnrealEd!TSet<FEditorUndoClient * __ptr64,DefaultKeyFuncs<FEditorUndoClient * __ptr64,0>,FDefaultSetAllocator>::Remove() [set.h:685]

UE - Anim - Sequencer - Aug 15, 2017

This is a trending crash coming out of the 4.17.0 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context 675 /** 676 * Remov ...

[CrashReport] FText::IsEmpty | UTextProperty::Identical_Implementation

UE - Gameplay - Blueprint - Aug 15, 2017

This is a trending crash coming out of the 4.17 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context 257 FText::FText( FString&& InSo ...

[CrashReport] UE4Editor_Kismet!FBlueprintEditorToolbar::GetStatusImage() [sblueprinteditortoolbar.cpp:669]

UE - Gameplay - Blueprint Editor - Aug 15, 2017

This is a trending crash coming out of the 4.17 release. Users have not provided descriptions of their actions when the crash occurred. Source Context 658 switch (Status) 659 { ...

[CrashReport] UE4Editor_Persona!<lambda_e529d88d0657fbede17be1535bc6d479>::operator() [blendspacedetails.cpp:29]

OLD - Anim - Aug 14, 2017

This is a trending crash coming out of the 4.17 release. Users have not provided any descriptions of their actions when the crash occurred. The callstack is very close to https://jira.it.epicgames ...

[CrashReport] UE4Editor_Core!FName::GetDisplayNameEntry() [unrealnames.cpp:894]

UE - Foundation - Core - Aug 14, 2017

This is a trending crash coming out of the 4.17.0 release. The same callstack also occurred during the 4.11 release, but otherwise hasn't had an occurrence until now. Users have not provided any de ...

Custom event parameter set to 0 by default

UE - Gameplay - Blueprint - Aug 14, 2017

Default parameters do not appear to be retained for custom events. This was tested in 4.17 and the issue does not occur in 4.16. Appears to be a regression ...

[CrashReport] UE4Editor_UMG!CastChecked<UUserWidget,UObject>

UE - Anim - Sequencer - Aug 14, 2017

This is an early trending crash in the 4.17 release. This may be a regression as there is no initial evidence of this callstack occurring in 4.16. User DescriptionsJust compiled my widget Source C ...

Gradle APKs include all architecture libraries instead of just the target

UE - Platform - Mobile - Aug 11, 2017

AAR files may contain multiple architectures and Gradle is including them all instead of filtering them to only include the active architecture in the APK. ...