Moving or renaming a file in the editor erases its perforce history. It should execute a move not a delete + add to fix this ...
The game window in the Safari browser expands to a huge size along the Y axis. We do not see this issue on Safari version 10. The game window expands for about 5 minutes before the game is playab ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Access violation - code c0000005 ( ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: !bIsReentrant [L ...
Destructibles without impact damage will not trigger onhit events, regardless of their "Simulation Generates Hit Events" flag status, this is because we ignore that flag in CreatePhysicsState and on ...
See TranslucentRendering.cpp // todo: this optimization is currently broken DrawingContext.bSceneColorCopyIsUpToDate = (DrawingContext.TranslucenyPassType == ETranslucencyPass::TPT_Separat ...
Crash Reporter link: [Link Removed] With Source Context: [Link Removed] ...
Unable to package a build for android (ATC) if the GoogleVR plugin is enabled and both arm64 and armv7 are supported. This does not reproduce if you turn off GoogleVR. This does not reproduce if yo ...
Array is -1 indexed, causing a crash. Fix is already in Dev-VR. Integrate to 4.13.1 (CL 3106922) ...
GPUFree is sometimes called on allocations not made with GPUMalloc. Later this will cause GPURealloc to be called with invalid values and cause a crash. This can occur with vertex buffers. ...