Release a SceneCaptureComponent2D from GPU memory

Also dealing with this, I create a large render target then after using it I remove all references to it. However it still remains held in the Render Target 2D Memory. I’ve tried calling ReleaseResource() and MarkAsGarbage() ConditionalBeginDestroy() and nothing has worked

Any ideas would be appreciated