Loading cooked shaders in editor is broken

UE - Graphics Features - Sep 10, 2018

Issue was traced to CL4018267. Shader hashes are not preserved during cooking anymore. This is failing the check in void FShader::Register() { FShaderId ShaderId = GetId(); check(ShaderId.Materi ...

Scene Capture Component "SetShowOnlyActors" no longer exposed to Blueprints

Tools - Aug 6, 2018

SetShowOnlyActors of category Scene Capture Component is no longer exposed to Blueprints. Also missing in Main CL# 4247867 ...

Pawn Velocity dramatically different on server and client with Client Authoritative Position

UE - Gameplay - Sep 28, 2018

The server is not seeing the correct walking animations on each of the clients and after doing some digging, we found that the Pawn->GetVelocity() function is returning something drastically smaller ...

Contact Offset no longer appears to have an effect

UE - Simulation - Physics - Jan 15, 2019

When modifying the contact offset in a project it appears to have no effect. The setting that worked in a previous engine version (4.19) now collide in the same way as the default settings. ...

Toggling Vertex Colors on in Static Mesh Editor makes the viewport all white

UE - Gameplay - Aug 4, 2016

When turning on the Vertex Color option in the static mesh editor, the whole viewport turns white. ...

Lighting channels are not supported with tiled lighting

UE - Graphics Features - Aug 15, 2016

Reported via UDN ...

Clearcoat shader disappears if any asset using the Material leaves lighting

UE - Graphics Features - Aug 19, 2015

Clearcoat Shader will stop receiving lighting information if any mesh assigned the material using the shader leaves lighting. Also Reproduced in Launcher 4.9 Preview 4, Main-CL-2660934 [Image Remo ...

OSVR does not consistently render to HMD if OSVR Server is not open prior to opening editor/cooked game

UE - Platform - XR - May 18, 2016

It seems like if OSVR_Server is not launched prior to opening the editor, vr-preview functionality will not work (even though the editor starts OSVR_Server at launch). Seems like server must be open ...