Subsurface scattering is disabled on all OpenGL platforms despite the shaders being properly translated & OpenGL platforms supporting the relevant CPU-side APIs. This also affected Metal for the WWD ...
The AnimBlueprint shows duplicate characters in the Debug Filter causing three effects: 1. Causes breakpoints not to function properly 2. Reverts back to "No debug object selected" in the Filter rat ...
PostLoad function is not called for blueprint components added through code. Regression: Yes In 4.12.5 (CL 3039270) code components do have PostLoad called if other components are not added throug ...
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 ...
The Focal Point that is set for an AI Controller doesn't get reset when Set Focus is used. This causes the character to turn back to the focal point if the actor that is set as the focus is destroye ...
When re-arranging an array that has been added to a character blueprint, the array adds an empty value to element [0] and leaves it in a broken state. I tested this using the Level blueprint as well ...
When clicking on an object EndInputTouch sometimes fires on the press instead of the release. This was not an issue in 4.19.2 (CL-4033788) and is a regression. However the functionality doesn't appe ...
In an Android project that intentionally crashes from C ++, the call stack is not output at the time of the crash. Perhaps the function that outputs StackTrace in DefaultCrashHandler of AndroidMisc ...
From this UDN: https://udn.unrealengine.com/questions/601647/animation-insights-crash.html Looks like we need to cache the function index in FAnimNode_LinkedAnimGraph::DynamicLink and apply the sa ...
Specification here: [Link Removed] Which is mirrored in engine in FD3D12DynamicRHI::Init (for example): [Image Removed] However, FWindowsPlatformMisc::ChooseHDRDeviceAndColorGamut always returns ...