When deserializing a TMap<FString, FString> with the JsonStructDeserializer, the Engine crashes. ...
If a level has been saved as two different levels and a new save initiated, the editor will crash if the overwrite is cancelled. Frequency 3/3 Regression (Yes) issue (does not) occur in 4.12.5 ...
Memory leak when comparing scale value with 0 on transform. It appears that the memory used by the editor increases by 25-50 mbs while comparing the scale to 0. Regression (no) issue (does) occur ...
On Windows and Xbox we have special header files to re-enable legacy UE types, such as DWORD. On Linux, Mac and other platforms there is no such mechanism. This prevents us from compiling plug-ins w ...
Project fails to launch onto windows and mac CRC client only comes up for mac ...
The FMath::TruncToInt() function takes a float parameter, but some calls to this function pass in a double value. For most use cases, this will probably work fine. However, if the integer values are ...
Unable to import new fonts into project ...
Found by a user in the provided URL. ...
TAutoPtr uses default copy / move constructors which can cause dangling references. This means there are a number of cases (copying auto pointers in inner scopes, passing auto pointers by value, et ...
Lighting build isn't saved when using -run=resavepackages and -buildlighting ...