When the first checkpoint is recorded, the correct array properties will be captured in the LifetimeChangelist. When these array items are later removed and another property on the actor is changed, ...
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 ...
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 ...
Someone on the forums is reporting a possible bug with Pathtracer and any material that adjusts normals to complement world position changes. See pic attached. Reporting forum thread:https://foru ...
BoxOverlapActors fails to overlap a scaled Floor actor with a particular scale, from a particular position and extent. The setup is really specific and described in Steps to Reproduce. The required ...