Reported in SF [Link Removed] Path Tracer renders of images with 3D grass may not display 3D grass in the foreground of an image. The 3D grass material will not appear or may appear to cut off at s ...
Proposed workaround:add in FMobileSceneRenderer::RenderDeferredMultiPass (MobileShadingRenderer.cpp): #if WITH_DEBUG_VIEW_MODES if (ViewFamily.UseDebugViewPS()) { return; } #endif // WITH_DEBU ...
BP Static Mesh Components are not retaining the vertex color applied to them in a level when you play in Standalone or Package a Project. You will get the correct results however when you PIE. Thi ...
When I go to the Input section of the Project Settings and change the key that the console is mapped to, when I restart the editor, there are now 2 bindings to the console. The default ~ mapping as ...
A camera set to Orthographic projection mode with a negative Ortho Width will crash the editor on PIE. Reproduced in Main (CL-2412886) Crash Report: [Link Removed] Call Stack:<unknown module>! UE ...
Blueprint Shape components have a Shape Material property that can be set in its Details or via Get and Set functions in the Event Graph. These are never displayed in the viewport or during runtime ...
Depth Fade and Fresnel inputs in a Particle's Material will result in the particle not rendering unless Mobile HDR is checked true on an iOS device. Also Reproduced in Main Promotable-CL-2535351 S ...
I can across this issue when I was Ad Hocing and wanted to pose a skeletal mesh in a certain way. I imported one into my project and moved a bone, then undo and it was gone. I wanted to check if it ...
Smoothing user's landscape breaks collision, causing player to fall through the ground at points that have been smoothed. Resampling landscape fixes the error until smooth tool is used again. Regr ...
When you upgrade your project to a new version of the engine, your Collections are deleted from the Collection setting. ...