UDN Description: We are having issues with the "Create Blocking Volume" tool on StaticMeshActors. When we create a convex blocking volume (any convex, rough or heavy), we often have volumes that ha ...
When using AdditionalBundleResources in the Build.cs file to copy files, the files appear in the Resources directory of the generated Xcode project. However, these files are not found in the final i ...
If Nanite data becomes corrupt in the DDC, the Editor may crash in FStreamingManager::InstallReadyPages() when the Pending.State is FPendingPage::EState::DDC_Ready but the resulting SrcPtr is null b ...
Because the component's subobjects are replicated before the component, the content block for the subobject is received before the component has been created on the client. Since this subobject is c ...
A fatal error occurs if we change a Child Actor Class from one BP (ex. "BP_A") to a different BP ( ex. "BP_B") and later change it back to the first BP (ex. "BP_A") without compiling the BP between ...
Deferred desktop renderer does not function correctly on visionOS. It did work in 5.4. One problem is the r.XRMSAAMode setting forcing 4 samples even when not using msaa, but there are other probl ...
After setting Affects Indirect Lighting While Hidden but before saving the level, the emissive contribution persistents through datalayer visibility toggles. This does not appear to occur in PIE, on ...
When Simulating, or Playing-In-Editor and ejected, modifying an actor in the editor world causes the SIE/PIE runtime actor to recreate its blueprint added components via AActor::RerunConstructionScr ...