Crash disabling Import Tags from Config in Project Settings

UE - Gameplay - Nov 4, 2016

Crash occurs when disabling Import Tags from Configs in the Project Settings under GamplayTags. There are also ensures that occur with it, linked here. If these need a separate fix, I can enter a ...

FBX sockets (that are parented to a mesh) import rotated when using axis conversion

UE - Editor - Content Pipeline - Import and Export - Nov 4, 2016

If you have socket locators parented to the mesh in Maya and you have a Y-Up environment, the sockets will import to UE4 with an incorrect orientation. See attached images. ...

Adding variables to a struct clears struct arrays used in blueprints

UE - Gameplay - Blueprint - Nov 4, 2016

Adding variables to a struct clears struct arrays used in blueprints. Regression (yes) issue (does not) occur in 4.12.5 ...

Cooking Fails After FBX Imports Within Only Spot Lights

UE - Editor - Content Pipeline - Import and Export - Nov 4, 2016

When importing an FBX file with only lights (in this case) via the "Import Into Level" feature this will cause the cook to fail. This can be resolved by adding geometry into the FBX file. ...

Missing check for nullptr in Linker.cpp

UE - Foundation - Core - Nov 3, 2016

At line 610 in Linker.cpp, the following declaration is made:UPackage* FilenamePkg = (ExistingPackage ? ExistingPackage : CreatePackage(nullptr, *PackageNameToCreate)); if (FilenamePkg != Exis ...

Unnecessary extra condition check in PropertyStruct.cpp

UE - Foundation - Core - Nov 3, 2016

On line 300 of PropertyStruct.cpp, there is the following if check:if ((Struct->StructFlags & STRUCT_SerializeFromMismatchedTag) && (Tag.Type != NAME_StructProperty || (Tag.StructName != Struct->Get ...

Irrelevant If Else call in ScriptCore.cpp

UE - Gameplay - Blueprint - Nov 3, 2016

On line #1301 in ScriptCore.cpp, there is the following if statement:if (Function->FunctionFlags & FUNC_Native) { Function->Invoke(this, NewStack, ReturnValueAdress); } else { Fu ...

Crash trying to add a key to a curve table in curve view

UE - Gameplay - Nov 3, 2016

Crash occurs when attempting to add a key to a curve in the curve table. This doesn't occur when adding a key to a regular curve. ...

Static Mesh Sockets are not updated on reimport

UE - Editor - Content Pipeline - Import and Export - Nov 3, 2016

Static Mesh Sockets are not updated on reimport Might be the same as [Link Removed], but decided to open a new report. ...

Crash when Enabling 'Generate Mesh Distance Field' and Restarting Project

UE - Foundation - Core - Nov 2, 2016

A user has reported that he gets a crash on his machine upon restarting after enabling the 'Generate Mesh Distance Fields' option within the Project Settings > Rendering options The callstack for t ...