The Editor crashes when merging a change using the Blueprint Merge tool on Linux. ...
The reason for the crash is that the underlying resource uses DXGI_FORMAT_B8G8R8A8_TYPELESS, and UAV support for that format is optional. UCanvasRenderTarget2D sets bCanCreateUAV to true always, wit ...
Licensee reports buffer deadlock issue in System/BuildHostPlatform.cs (lines 283-329). Moving Proc.WaitForExit() to after the for-loop seems to resolve the issue for them.publicoverride ProcessInf ...
ForceFeedback Attenuation assets aren't an option because they are filtered out of the list in UAssetToolsImpl::IsAssetClassSupported. This happens because there isn't a valid AssetTypeActions clas ...
App is frequently terminated with a NullPointerException when attempt to request in-app purchase. It is assumed that product information cannot be retrieved if there is no Google account logged in t ...
This seems to be caused by the matinee actor on Highrise and only appears to be reproducible in a packaged build of ShooterGame, not from the editor. See attached UDN for more information. ...