Light functions do not work as intended with volumetric fog when using clamped mask textures which are not compatible with the light function atlas. In light functions materials, when using any UV ...
This is an intermittent crash coming out of the 4.17.1 release. I have not been able to find any record of this occurring in 4.17.0, so it may actually be a regression with the hotfix. Users have ...
When using the Orthographic Camera view (such as that used with the Paper2D Template) any lights that are distant from the world origin will start to fade out as if they are being culled. The distan ...
When called from Python, in 5.1 the load level invocation results in a kernel panic style crash of the editor, with a message about the map leaking memory and not being able to be garbage collected ...
The NiagaraFluids plugin provides several Niagara System templates to use as a starting point for the user's own Systems. The templates in category "3D Gas", such as "Grid 3D Gas Explosion", include ...
Problem description: When the Third Person Character gets attached to any other Actor (AttachToActor, Rule: Keep World), from the view of other clients the character (capsule, skeletal mesh) is out ...
When attempting to test for ESDSR on Android, the Sequencer project fails to package towards the end of the Build Command. Runtime/OpenGLDrv/Public\OpenGLESDeferred.h(267,5) : warning: 'OPENGL_ES2 ...
When the input to a Layered Blend Per Bone node is two instances of the same cached pose, we aren't sampling root motion correctly. In the attached example, the weight on the root bone is 0 and Ble ...
From Licensee: When we have Instanced Stereo enabled, all our materials that use Scene expression nodes (SceneDepth, SceneColor, etc...), render incorrectly in the right eye. It only happens to the ...
In UCookOnTheFlyServer::BeginPackageCacheForCookedPlatformData(), there is a pointer to int32 called CurrentAsyncCache that is used as an index. It's value is dereferenced before it is checked, but ...