⚡Quick Search Pro is a global search plugin for Unreal Engine that provides navigation across your entire project. Find Assets, C++ and Blueprint symbols, Comments, and Actors with typo tolerant fuzzy matching and O(1) lookup performance. Features an integrated Blueprint graph preview with reference counting and usage tracking, making code exploration and navigation effortless.
Accessible via Alt + o from any editor context.
Have feedback or need support? Join us on Discord or open an issue on GitHub.
Hi! I’m trying to use this plugin in a large project and I keep getting out of memory crashes during the indexing process, I tried reducindo batch sizes to 1 and adding delay but it still happens. Do you have any solutions to that?
[EDIT] :
It seems to also start indexing from the beginning instead of picking up from the crash point
Also happens with force garbage collect every frame