FSoftObjectPath properties marked as both Config and Untracked are being tracked

UE - Foundation - Core - Apr 25, 2019

A licensee has found that marking an FSoftObjectPath property as Config and Untracked causes the untracking metadata to be ignored. This is because FSoftObjectPathThreadContext::GetSerializationOpt ...

Crash when save the blueprint function variable that set the StringTable asset

UE - Foundation - Core - Apr 17, 2019

This issue doesn't crash in 4.21. It is rewritten as GIsSavingPackage = true in UPackage::(Save() when Blueprint is saved, but it's rewritten as false in 4.21. Workaround Do not set the String Tab ...

Incorrect number of parameters in empty Shipping version of the DrawDebugString() function signature

UE - Foundation - Core - Mar 26, 2019

The DrawDebugString() function has to versions. One is the actual function to display a string of debug text in non-Shipping builds, and the other is an empty function that is used in Shipping build ...

Crash occur package application which set the StringTable

UE - Foundation - Core - Mar 14, 2019

Crash occur the packaging application which has the title referencing StringTablem. When lunch the application with editor and standalone, it's not crash. It' not occur 4.20, and crash with 4.21 and ...

Rounding errors are present in FJsonValue::TryGetNumber(int64&) and FMath::RoundHalfFromZero()

UE - Foundation - Core - Mar 8, 2019

A licensee reported a bug in rounding of a call to FJsonValue::TryGetNumber(int64&) with large values.  In investigating this, it appears that equivalent problems also exist in FMath:: rounding func ...

[CrashReport] UE4Editor-CoreUObject!UObject::SetLinker(FLinkerLoad *,int,bool) [UObjectLinker.cpp:107]

UE - Foundation - Core - Mar 1, 2019

No comments from users Generated from CrashReporter ...

Loading Visual Studio toast does not close

UE - Foundation - Core - Feb 11, 2019

The Loading Visual Studio toast never closes after opening Visual Studio by double clicking on a C++ Class or Blueprint node. I do not see this issue when I select File > Open Visual Studio 2017. ...

Hot reload can no longer be performed after adding an empty class to a Blueprint-only project

UE - Foundation - Core - Feb 7, 2019

Adding an empty code class to a Blueprint-only project prevents the project from being able to perform any hot reloads. When clicking the Compile button in the Editor, a warning is added to the log ...