When opening a map with ISM in place, NavOctree is not updated because the ISM bounds are assumed invalid and the geometry is not taken into account in the navmesh build. The following log output i ...
When Calling UBlueprintMapLibrary::GenericMap_Find with a non-existent key, the function construct the default structure in-place on the given pointer without destroying the object. This behavior ca ...
LOD 0 Landscape meshes are always updated in FLandscapeComponentSceneProxy::GetDynamicRayTracingInstances because* r.RayTracing.Geometry.Landscape.LODsUpdateEveryFrame* (GLandscapeRayTracingGeometry ...
When the user changes the Volumetric Render Target Mode, the Volumetric clouds in a scene will render in front of Static Meshes in the Right-Eye. ...
Reported in SF [Link Removed] SketchUp models containing grouped elements that are mirrored will incorrectly display these elements with the default material when imported using the Keep Hierarchy ...
Reported by user in SF [Link Removed] An animated FBX file from Mixamo appears with a distorted mesh inside Twinmotion. Distortion appears regardless of settings used for import. ...
This seems to be a result of how the changemask is handled for fast arrays. Because the changemask is a fixed set of bits (defined by IrisFastArrayChangeMaskBits), a single bit can represent multipl ...
The 'VolumeBounds' array in FTranslucentLightInjectionCollector::AddLightForInjection is accessed as a pointer instead of with 'VolumeCascadeIndex' and thus fails bounds checks for the outer volume. ...