Editor Crash when custom Enum is used as Set or Map container type

UE - Foundation - Core - Mar 14, 2017

Making a blueprint variable a container (a Set or a Map with the Variable's "Pin Type" set to a custom Enum) and restarting the editor causes the editor to crash when opening the blueprint. Note: O ...

UnrealVS not installing correctly for VS2017

UE - Foundation - Core - Mar 10, 2017

If you open a VS2017 sln and enable UnrealVS on the toolbar you'll see the refresh and batch builder button, but no field to fill in the project to compile. Clicking the Batch builder button will d ...

[CrashReport] UE4Editor_PackageDependencyInfo!FPackageDependencyInfo::InitializeDependencyInfo() [packagedependencyinfo.cpp:339]

UE - Foundation - Core - Mar 6, 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: Assertion failed: DepPkgInfo->bIni ...

Unable to pass TMap or TSet as a parameter for a UFUNCTION

UE - Foundation - Core - Mar 2, 2017

Attempting to pass a TMap or TSet into a UFUNCTION as a parameter causes a compilation error. Removing the UFUNCTION declaration works. Error messages:2>D:\Unreal Projects\Main\MyProject14\Source\M ...

[CrashReport] UE4Editor_Core!FModuleManager::UnloadModule() [modulemanager.cpp:557]

UE - Foundation - Core - Feb 27, 2017

Error message: Assertion failed: ModuleInfo.Module.IsUnique() [Link Removed] [Line: 557] Source Context: Most recent user affected CL: Logs: See attached Issue call stack shares some similariti ...

Error when packaging C++ projects in 4.16 Binary

UE - Foundation - Core - Feb 23, 2017

Packaging a C++ project for Android, iOS, or Windows produces an Error. This issue did not reproduce when testing in a source build from P4. Spoke with ChrisB and he believes this is due to the pac ...

ConstructorHelpers::FObjectFinder failing to compile with UPaperFlipbook

UE - Foundation - Core - Feb 21, 2017

If ConstructorHelpers::FObjectFinder is used with UPaperFlipbook as its class specifier, compiling the code fails with the following error: Error C2664 'void ConstructorHelpers::ValidateObject(UObj ...

Editor crashes when a hot reload is performed on a project that contains a custom User Defined Struct code class

UE - Foundation - Core - Feb 20, 2017

Adding a custom User Defined Struct code class to a project causes the Editor to crash whenever a hot reload is performed on that project. Removing the custom User Defined Struct class allows hot re ...

FArchive broke operator<< for bool in Editor builds

UE - Foundation - Core - Feb 16, 2017

Looks like CL-3215392 added changes in FArchive where the operator<< method for bool is a member operator in Editor (as opposed to a global operator in non-editor and old builds). This causes shado ...