ScreenCapture2D snapshot with Post Process/Blendables?

Awesome, didn’t try that before - but it actually works like that:

  1. Set “Auto Activate” to false
  2. (optionally) Set “Capture Every Frame” to false
  3. Wait for the event to happen that should get a capture
  4. (optionally, depending on 2.) Set “Capture Every Frame” to true
  5. Call “Activate” on the Scene Capture
  6. Call “Update Content” on the Scene Capture (probably required since it wasn’t active before).
  7. Call “Deactivate” on the Scene Capture (since we only care for a snapshot)
  8. don’t do that Set “Capture Every Frame” to false

Edit: Step 8 must not be done, otherwise the result is the same as before…

I can’t accept that comment as answer; but if you re-post it as such, I’ll accept it so you can get the Karma for it.

Thanks,
~ BhaaL

1 Like