Moving a level sequence asset that contains actors that are being referenced as a subsequence in an attach track causes the references to drop, even though the subsequence reference is correctly upd ...
Currently we build what source curves we are going to remap is done inside of: FIKRetargetCurveRemapOp::AnimGraphPreUpdateMainThread But in our ikretarget processor code we skip calling that functi ...
Because the archetype for scene/static mesh components has a null value for AttachParent, there are some situations where changes to a replicated component's AttachParent are not replicated to clien ...
When receiving a replicated detachment, USceneComponent::PostRepNotifies will call DetachFromComponent with the KeepWorldTransform detachment rule. If the component is detached on the server with th ...
The bWeldSimulatedBodies attachment parameter is not replicated to clients, both in USceneComponent's attachment replication handling and in AActor's FRepAttachment struct. If AttachToComponent is c ...
If the component being attached is received first, OnRep_AttachParent will set bNetUpdateAttachment to true, so USceneComponent::PostRepNotifies will call AttachToComponent. If the attach parent is ...
On an NVIDIA GPU, Instanced Static Meshes can flicker when a Groom card or mesh LOD is visible. This appears related to an issue rendering the ISM into the Scene Depth. At the end of the Prepass, t ...
Using a Light Function Material that contains a Texture Sample and Rotator nodes will cause RHI Validation to fail with the following error: LogOutputDevice: Error: Ensure condition failed: Bindings ...
At specific distances from a thin wall, surfaces inside of a sealed chamber can receive indirect lighting from outside, leaking light into the chamber. This appears to be due to how SWRT handles sa ...