Due to the changes made to subsurface profile (implementation of full resolution skin shading) it now renders white or with heavily faded base colors under certain conditions. In this case it is wh ...
User gets the warning below after trying to package a new VR template if Blueprint Nativization is set to "Inclusive" Warning: "THelper: Packaging (Windows (64-bit)): xgConsole: c:\program files (x ...
When using PerInstanceRandom in a material that is applied to a Hierarchical or normal Instanced Static Mesh component, there are issues of the value resetting when certain transform operations are ...
If you scrub past an animation with keep state, and scrub into an animation with defaults everything is fine. When you scrub back to the animation with keep state, the animation breaks, until there ...
Color space conversion in the UI composition is incorrect on DX12 HDR. In the main() function In CompositeUIPixelShader.usf, you can see the following color space transform.// sRGB -> RRT -> ODT ...
When mesh reduction results in a section becoming empty, the material slots are incorrectly assigned. e.g. if section 0 gets removed due to it having no triangles after reduction, then its material ...
Both the Asset Registry and Asset Manager look for all subclasses of UBlueprintCore and use that to search for blueprint classes and construct an inheritance hierarchy. This always works in editor b ...
Various licensees are reporting data loss on load due to the change that was made for [Link Removed] in which we now defer Blueprint CDO construction on load until the finalization phase. This issu ...
If TMap's Key is a unique Struct, TMap's rehash will not run even if elements are added or changed in DetailPanel such as DataAsset. So TMaps's Find etc. will fail This issue is very similar to ...
Left eye shadow dithering stops working at a certain distance away from the light. To recreate this behavior with any project, follow those steps: Create an empty levelAdd a static mesh and a backd ...