Android Studio does not properly parse the UE4DataFormatters_2ByteChars.py distributed in 4.20. ...
x86 tries to compile as 64-BIT (get an error that sizeof(void *) != 4, and x86_64 fails to find wchar.h. ...
Foliage lightmaps will not match properly to the lighting when using a lighting scenario. They will look normal if you select the Foliage tool but in PIE they will still be incorrect. Working as ex ...
Any Blueprint with accents in the name, coming from 4.19 won't open in 4.20. Double clicking the asset, trying to right click asset, results in no actions. When loading the project this message app ...
It seems that with 4.20 users are able to change a dispatcher's type from Multicast Delegate to something else (float, int, etc.) Doing so will cause any node that references the dispatcher via call ...
In 4.20, calling BuildPlugin on a plugin outside the \\Engine\Plugins\... folder whose .uplugin has the same filename as a plugin inside \\Engine\Plugins\... generates the following error: ERROR: F ...
Add ENGINE_API to FPhysScene::AddPendingSleepingEvent and FPhysScene::AddPendingOnConstraintBreak. Useful when overriding FPhysXSimEventCallback via FPhysScene::SimEventCallbackFactory. ...
A licensee has reported that the TestEqual(TCHAR*, TCHAR*) function tests for pointer equality instead of comparing two values, which does not accomplish what the function is meant to do. Regressio ...
This problem does not seem to occur during game play. ...