Hey! I would like to ask if it’s possible in RewindDebugger to filter out actors that should be recorded. In a small level it works perfectly and I love to debug with it, but when using it in a level with hundreds of actors, it basically becomes unusable because of the performance hit. I would love to select a couple of actors to record that I want to focus on.
I have tried using the `TraceSourceFilters` plugin and implementing my own filter because I noticed that RewindDebugger uses `CAN_TRACE_OBJECT`, but with no luck — it still records everyone. As far as I noticed, the UI lets you select a certain actor, but it only focuses on their debug information; it still records everyone in the background.
Can you point me in the right direction on how to possibly implement this? I would love to be able to inject myself into the RewindDebugger recording process and only allow certain actors to get recorded.
[Attachment Removed]