TryConvertFilenameToLongPackageName fails to work on plugin assets

UE - Foundation - Core - Jan 6, 2017

Plugin mount point registration doesn't mount paths relative to both root and engine, only relative to root while most other Engine directory mount point registrations include both ../../Content/... ...

Typo Regarding Comments For LODColoration In BaseEngine.ini

UE - Foundation - Core - Jan 4, 2017

The comments describing the colors for LODColorationColors in the BaseEngine.ini file are incorrect. These comments seem to have been added in 4.13. ...

FFileManagerGeneric::Move has unused parameter

UE - Foundation - Core - Dec 28, 2016

The bool Replace parameter variable is necessary when calling the function, but is not used inside the function itself. This makes the variable seem useless / unnecessary in the parameter list. ...

Project creation fails for code project named SteamVR

UE - Foundation - Core - Dec 22, 2016

When a code project is given the name SteamVR the project will fail to open with the error message shown in the screenshot. This does not occur for a blueprint project with the same name, blueprint ...

Alembic Geometry Cache is corrupted on reopening of project leading to crash

UE - Foundation - Core - Dec 20, 2016

Alembic Geometry Cache crash when re-opening the project and a map that contains this asset or adding it to any existing/new levels will instantly crash the editor. This asset works correctly in the ...

Trying to set/change an element of a fixed-size TAssetPtr array in the Editor results in a crash.

UE - Foundation - Core - Dec 9, 2016

Trying to set the value of an element of a fixed-size TAssetPtr array in the Editor results in the Editor crashing. This did not occur in 4.13. The attached callstack is from debugging the project ...

[CrashReport] UE4Editor_Core!FArchive::SerializeCompressed() [archive.cpp:447]

UE - Foundation - Core - Nov 17, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Assertion failed: PackageFileTag.CompressedSize == PACKAGE_FILE_TAG_SWAPPED [L ...

Attempting to rename function bound to delegate or rebind delegate to new function will fail

UE - Foundation - Core - Nov 9, 2016

Changing the name of a function that is bound to a delegate, or attempting to bind a delegate to a second function, causes the new/changed function to not be called when the delegate is triggered. ...

Unable to set Event Driven Loader setting from editor or ini file

UE - Foundation - Core - Nov 8, 2016

The Event Driven Loader checkbox is unchecked (false) by default, however attempting to click it does not set it to checked (true). Attempting to set s.EventDrivenLoaderEnabled=True in the DefaultE ...

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 ...