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 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 ...
If "bDoFastBuild" is enabled on a Static Mesh asset, in-editor it will never be able to have Nanite data built for it, preventing the Static Mesh from using Nanite. There is no way to fix this issu ...
Soft object references in proxy tables, when evaluated return a nullptr, instead of the soft object reference to load. ...
Context: The Niagara System is the primary tool to do visual effects inside Unreal. Niagara systems can be culled due to distance. Problem: Once a deactivated Niagara System is culled due to distan ...
Proposed workaround:add in FMobileSceneRenderer::RenderDeferredMultiPass (MobileShadingRenderer.cpp): #if WITH_DEBUG_VIEW_MODES if (ViewFamily.UseDebugViewPS()) { return; } #endif // WITH_DEBU ...
Wrong density calculation in UBodySetup::CalculateMass. The licensee has provided the following analysis and suggested fix: In UBodySetup::CalculateMass, the following code is present: // physical ...
The editor-only function in the native parent class is not compiled in the game module, which is why we're getting this error. The Blueprint compiler should follow suit during cooking and not genera ...