Is there a way to increase the call stack length (or some other method of tracking calls back an arbitrary distance)? I have a “pure virtual function” crash that happens randomly on exiting PIE and sometimes (rarely) working with blueprints. I have no idea how to track this down. I’ve checked all my implementations and I can’t find any function declarations that don’t have bodies. The call stack shows a list of stuff unrelated to my project.