Packaged project crash on open with GEngine & ConstructorHelpers

UE - Foundation - Core - UObject - Jun 28, 2017

When GEngine is used in a constructor before calling a ConstructorHelper function, the packaged game will crash on open with an assertion about recursion (see screenshot) ...

Array of Instanced Objects on Component Does Not Propagate to Children Correctly

UE - Foundation - Core - UObject - Jun 6, 2017

Attempting to add an entry to an array of instanced objects is not correctly displaying that entry in a child class based on that actor. It is expected that the inherited component in the child acto ...

Users project crashes when opening level that loads multiple sub-levels

UE - Foundation - Core - UObject - May 31, 2017

Users project crashes when opening level that loads multiple sub-levels. Unable to reproduce this in a clean project so the users project is provided though Epic's box account (link is in the repro ...

[CrashReport] UE4Editor_CoreUObject!UObject::CreateDefaultSubobject() [obj.cpp:118]

UE - Foundation - Core - UObject - Apr 4, 2017

Was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Fatal error: [Link Removed] [Line: 117] No o ...

EDL in 4.15 may not be fully safe and should be disabled by default

UE - Foundation - Core - UObject - Apr 4, 2017

EDL may have some issues that are very hard to reproduce that's why we should disable it by default in 4.15.2. We will re-enable it in 4.16 ...

Timespan Set in Blueprint Default Not Returning Correct Value

UE - Foundation - Core - UObject - Dec 19, 2016

Timespan properties created in C++ but set in blueprints are not returning the correct values. ...