The comments describing the colors for LODColorationColors in the BaseEngine.ini file are incorrect. These comments seem to have been added in 4.13. ...
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. ...
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 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 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 ...
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 ...
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. ...
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 ...
At line 610 in Linker.cpp, the following declaration is made:UPackage* FilenamePkg = (ExistingPackage ? ExistingPackage : CreatePackage(nullptr, *PackageNameToCreate)); if (FilenamePkg != Exis ...
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 ...