[CrashReport] UE4Editor_CoreUObject!UObjectPropertyBase::Identical() [propertybaseobject.cpp:60]

UE - Foundation - Cpp Tools - Hot Reload - Nov 17, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Access violation - code c0000005 (first/second chance not available) Source C ...

Custom Events with Default parameter names causes an internal compile error

UE - Gameplay - Blueprint - Nov 2, 2016

Custom Events with Default parameter names causes an internal compile error User Description: I'm not sure if it's a bug,but I post it in bug reports in case it is.Here is the problem: create a c ...

Tick fires in PlayerController BP in Editor

UE - Gameplay - Blueprint - Oct 6, 2016

If a blueprint has any functionality on tick, the tick event will fire when a blueprint is restored within the editor after closing and reopening a project. Regression (no) issue (does) occur in 4 ...

UAnimNotifyState NotifyEnd / NotifyBegin called when setting GlobalAnimRateScale to 0 / non-zero respectivey

OLD - Anim - Sep 26, 2016

The issue seems to have a few parts. First, active events don't persist between frames. Instead, a new active list is created each frame and diffed against the previous frame. Added events have Beg ...

Sequencer Auto-key will incorrectly place a key for rotation if the object's rotation is not between -180 and 180

UE - Anim - Sequencer - Aug 17, 2016

Sequencer prefers rotation to be specified between -180 and 180, while the details panels prefer between 0 and 360. When auto-key is on, sequencer will add a key that does this conversion despite th ...

Renaming function in parent class that is overridden by child causes an ensure

UE - Gameplay - Blueprint - Aug 5, 2016

Extremely similar repro to [Link Removed], except in this case the parent function has no parameters or return values. Also encountered a one-off crash while exploring repro methods, but was unabl ...

Set Haptics By Value node does not consistently trigger successive haptic feedback effects on Oculus Touch

UE - Platform - XR - Jul 16, 2016

Relatively consistently (3/5), after one haptic effect plays, pressing the button to call another won't trigger another haptic effect. Seems to be tied to Set Haptics by Value, Play Haptic Effect d ...

Web Browser on a Widget Component appears to be 2D when launching on to Android

UE - Platform - Mobile - Jul 1, 2016

Widget Component Web browser appears to be 2D when launching on to Android ...

Struct Default Values not registering in user generated structs

UE - Gameplay - Blueprint - Jun 15, 2016

Arrays of structs do not register default values when the array is resized. Regression (no) issue (does) occur in 4.11.2 ...

Blueprint fails to compile when adding new member to struct that is an input parameter of implemented interface function

UE - Gameplay - Blueprint - Jun 3, 2016

Adding variables to a structure that is an input parameter of an interface function causes a compile error in any blueprint that implements the interface until the interface is recompiled. Compile ...