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 ...
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 ...
We currently have a Log console command that processes console commands starting with "Log". This causes it to erroneously capture any attempt to change the cvars Log.Timestamp or Log.Category. ...