Is it possible to capture a frame buffer with only UI elements composed?

I’m writing a plugin and am currently capturing the back buffer through use of FSlateRenderer::FOnBackBufferReadyToPresent. However, I’m also interested in capturing the UI elements alone (as if the main camera were turned off). Is there any way to accomplish that without modifications to the engine?