Certain placements of landscape splines in world partition levels can cause Nanite landscape proxies to invalidate, and switch back to their non-nanite version. This happens when specific regions of ...
There are instances where HLODs will either generate a lightmap but not assign it to the correct Lightmap Coordinate index from the target lightmap setting in the HLOD outliner or the Lightmap will ...
Selection highlight cannot be disabled for Skeletal Meshes. They will always have the outline selection and some tinted selection over their faces. Static Meshes do not exhibit this behavior. This ...
When building lighting now you can no longer have a hidden sub level and have it retain it's built light if it was previously built. For instance, if you have a persistent level and hide the sub-lev ...
With windows 10 there has come some new swap chains, which unfortunately messes some things with regards to fullscreen up. We've fixed a bunch in the renderer (which would downright cause crashes), ...
Reported behavior: Given Level_A which contains object_X, where object_X references Level_BDeleting object_X causes AssetRenameManger to check if we need to patch up other levelsLevel_B is load ...
Packaging for iOS Distribution from Windows using Remote Compile results in a failure during the signing portion. This seems to be caused by a hardcoded "false" for a property that is used to determ ...
This is not a regression. We have 2 issues here. First we have different tiling for the different materials, since the way sketchup handles texture scale. They scale the UVs of the object instead ...
The logic for selecting a page table texture in FVirtualTexturePageTable::Initialize() uses the indexing for texture layers (index 0-7) to fetch from the page table textures (index 0-1). All RVT for ...
It is possible to create new Data Asset instances in the editor that inherit from a blueprint-defined subclass of UDataAsset. This flow is not very well supported, and generally it is safer to just ...