A licensee has shared a project with us, in which they are able to trigger a problematic case where the RayTracingGeometryManager is ticked twice during a single game frame. It would be good to inve ...
Within a Level Sequence, it's possible to override the transform (OriginOverrideLocation) of a ShotTrack. This generally works as expected — all nested ShotTracks should inherit and apply the transf ...
In a simple setup of the Fullbody IK control rig node, when you turn on the debug draw of the ik solve. The lines and the skeleton do not align. ...
When updating the niagara component in AdvanceSimulation with a tick, the memory of the Niagara tag keeps increasing between pause and resume. ...
Fracture Mode > "Remove-On-Break" setting: Cluster Crumbling causes flickering. Once the Remove-On-Break Cluster Crumbling effect is activated, there is a small delay between the disappearance of th ...
The licensee has noticed that local variables of type InstancedStruct return nullptr. The setup is a verification of the behavior. Class variables work normally. I've tested this behavior on every v ...
During GC, if a file was manually deleted (but the storage system is still track), GC can erroneously fail (and never remove the reference). This causes a backup in GC, putting the whole algorithm i ...
LastRenderTime is never updated with occlusion culling disabled, so the widget component will always stop updating. (see UWidgetComponent::ShouldDrawWidget) Developers can force updates by TickWhen ...
Calling ConditionalBeginDestroy on an ActorComponent (instead of DestroyComponent) can lead to a crash due to the object not being correctly unregistered. BeginDestroy doesn't unregister tick funct ...
The GPU may time out in NaniteSplit when drawing VSM shadows for Nanite Tessellated landscape with in a scene with several local shadowed point lights. The issue doesn't reproduce in 5.6, likely to ...