Skylights in OpenGL will not behave hte same as it does in DirectX and will be incredibly bright. Images of the issue are also in the attached project folder. Working as intended in 4.19 CL# 403378 ...
Local notifications do not work properly on Android with SDK version 26. This is important as Google is now requiring Android SDK 26 or later for new apps. Regression?: No This occurred in 4.19.2 ...
A linker error is encountered if an Editor plugin spawns an ACullDistanceVolume instance. This is caused by neither having ENGINE_API or MinimalAPI specified in its UCLASS macro. Regression?: No Th ...
InputTouch is not listed with other events/inputs when added to a BP Graph. ...
Physics replication is not working properly. The replicated physics are different than what is on the server. The user who reported this issue pointed out this line as well which seems to not do any ...
The HLOD system gets stuck in a infinite loop when building. Comment from the user: ++I've tracked it down to this code: const AActor* UHLODProxy::FindFirstActor(const ALODActor* LODActor) { a ...
A TMap containing a struct with a UObject reference property (set to nullptr by default) does not serialize properly for an instance where the UObject reference is set on the instance, but the TMap ...
Joining a session on iOS using the Join Session node in Blueprints causes a crash on iOS. This is similar to [Link Removed] but was requested to be entered separately. This has not been reproduced ...
When importing a Rhino 6 file that has a long filename, an error appears stating that there are insufficient permissions to save the file. ...
Child Actors do not replicated properly to clients when running a project using the "-game" commandline argument. This does functionality does work properly in PIE and in a cooked build however. Re ...