An ensure is triggered in FBoundsCacheElement::GetValue when adding instances to an InstancedStaticMeshComponent inside a Blueprint’s Construction Script. This occurs when the ISM component is navig ...
The messages emitted when CppCompileWarningSettings.NonInlinedGenCppWarningLevel is set to Warning\Error should contain the literal so the tools pick them up and react accordingly. From the EPS c ...
When a property is created in this way, a local variable with a Private flag is generated. Since such a variable is generally not desirable, it would be better to remove the Private flag upon pastin ...
HZB Occlusion causes large stalls (greater than 5ms seen) on the render thread due to an RHI flush. This is caused by the following code in FDynamicRHI::RHIMapStagingSurface_RenderThread which force ...
Context: Landscape patches are components that can be attached to meshes to affect the landscape as the mesh is repositioned. Problem: The problem is that when using "Texture Backed Render Target" ...
When objects are placed behind or beneath a masked landscape and r.Lumen.HardwareRayTracing.SurfaceCacheAlphaMasking is enabled, the direct light evaluation is incorrect. There are two workarounds, ...
The default element can be added multiple times and changing the value from the drop down. ...
The OculusOpenXRLoader module is only required on Android but it should be possible to reference it from any project\plugin that doesn't target that platform. The user that found the problem is ...
The crash comes from the pointers in FAnimSubsystem_PropertyAccess::Library::Indirections in the layer ABP from pointing to old/invalid functions and properties from the trash ABP_Manny, as they hav ...