[CrashReport] UE4Editor_Engine!UGameViewportClient::Draw() [gameviewportclient.cpp:1170]

UE - Graphics Features - Apr 4, 2017

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 (first/seco ...

Flight stick input is not read consistantly

UE - Gameplay - Input - Apr 3, 2017

When using a flight stick as a raw input device, GenericUSBController Button # blueprint events will sometimes not be registered when clicked. In local testing, this occurred roughly once for every ...

[CrashReport] UE4Editor_D3D11RHI!VerifyD3D11CreateTextureResult() [d3d11util.cpp:276]

UE - Graphics Features - Mar 30, 2017

This crash seems to be related to or a continuation of [Link Removed], where that specific CrashGroup stopped receiving new crashes after the 4.10 release. This one has occurred from 4.13 - 4.15 (s ...

Setting Simulate Physics on a Non-Root Component in a Replicated Actor Causing Offset on Client

UE - Networking - Mar 30, 2017

Setting Simulate Physics on a non-root component in a replicated actor is causing the static mesh component to be offset on the client. ...

Xcode build will fail if project has a file that was added by the Editor that contains a Copyright (©) symbol

UE - Platform - Apple - Mar 27, 2017

Code class files created by the Editor that include the Copyright symbol (©) are created with UTF-16 encoding. This encoding is not supported by Xcode on Mac, and will result in a build failure. In ...

Particle Frequency Not Working As Expected

UE - Graphics Features - Mar 20, 2017

Particle frequency doesn't appear to have any visible influence on the particle system. You can test this by changing the particle frequency value on the particle system in the attached project. ...

Particles Don't Use Velocity "In World Space" Properly

UE - Graphics Features - Mar 17, 2017

The particle system has its initial velocity and its velocity/life in world space. It is expected that the particle's orientation won't influence the particle's velocity. That isn't the case though ...

Meshes Still Casts Shadows With Unlit Materials Applied (Misleading Tooltip)

UE - Graphics Features - Mar 16, 2017

The "CastShadow" option on primitive component has a tooltip that says "This flag is ignored (no shadows will be generated) if all materials on this component have an Unlit shading model." This isn ...

Hot Reload: Component bCanEverTick is not updated after compile

UE - Gameplay - Components - Mar 15, 2017

Setting PrimaryComponentTick.bCanEverTick in a custom actor component's constructor does not does not stop the component from ticking after compile. ...

Widget not able to take input upon launching game

UE - Editor - UI Systems - Feb 28, 2017

Widgets are not getting proper input when a game is first launched. Until the player clicks in the window at least once, widgets will not respond to any hover events and the first click will not hav ...