When playing in editor, if you fire your weapon at a trigger volume, the projectiles will bounce off of the volume, regardless of the fact that the collision is set to Query Only. This collision als ...
When using a source build of 4.12, the crash report client window does not open even if Crash Report Client is manually built alongside the editor. UPDATE: Only affecting Source builds from Github. ...
User imported a custom image in the correct format to be used as an Ambient Cubemap within the Post Process Volume. Enabled detailed lighting mode by pressing Al+5 and the image has been tilted/of ...
A Behavior Tree reference to a Blackboard Key will become invalid when the name of the Key is changed in the Blackboard. Clicking on the Behavior Tree node that references the key will update the ke ...
Adding a variable of the type of a struct to a blueprint, deleting that struct, and then recompiling the blueprint fails. The variable is deleted, but the blueprint will continue to be unable to com ...
When using a point light far from the world origin the light will have banding. The shadow bias and filter sharpen can help but they are not as consistent as settings near the world origin. The only ...
Crashes when resizing Standalone game window by dragging lower right corner to and fro to increase/decrease window size. [Link Removed] Error message: SEGV_MAPERR at 0x3 Source Context:none Mos ...
While testing GPU - ContentExamples - Lighting - Nvidia gtx 770 in the 4.16 GPU Compat Pass, I noticed a strange effect on lights while the player is in motion. I've had multiple people attempt to ...
When an object whose class has the EditInlineNew specifier is added to an instanced property, any children of the blueprint will have a reference to the same object that was created for the instance ...
Turning on batching of sphere casts when colliding against complex gives incorrect results. Affects debug output and vehicle wheels and body movement. The issue is with the batch query mode which ...